- Red Hat
- France
- Sign in to view email
- http://haypo-notes.readthedocs.io/
Popular repositories
-
pysandbox
WARNING: pysandbox is BROKEN BY DESIGN, please move to a new sandboxing solution (run python in a sandbox, not the opposite!)
-
hachoir3
Hachoir is a Python library to view and edit a binary stream field by field
-
trollius
Forked from python/asyncio
Port of the asyncio project to Python 2.7
-
unicode_book
Programming with Unicode, book written by Victor Stinner
-
perf
Toolkit to run Python benchmarks
-
faulthandler
Fault handler for Python: display the Python backtrace on SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals
2,810 contributions in the last year
Contribution activity
April 2017
- haypo/buildmaster-config Python
- haypo/performance_attic
- haypo/performance_results
- haypo/sphinx Python
- haypo/devguide Python
Created a pull request in python/buildmaster-config
that received 11
comments
Create WARNING_PATTERN regex to catch warnings
Define a regular expression to catch different warnings, errors and bugs specific to CPython.
- [3.5] bpo-30107: don't dump core on expected test_io crash (#1235)
- [3.6] bpo-30125: disable faulthandler in ctypes test_SEH (#1237)
- [WIP] bpo-30198: distutils: call os.stat() in serial
- bpo-30104: Compile dtoa.c without strict aliasing
- [2.7] bpo-27726: Fix "make tags" command
- [3.6] bpo-30106: Fix test_asyncore.test_quick_connect()
- [3.6] bpo-30107: Make SuppressCrashReport quiet on macOS (#1279)
- Update gitignore from master
- Gitignore 27
- bpo-27593: Get SCM build info from git instead of hg
- [3.5] bpo-30175: Skip client cert tests of test_imaplib (#1320)
- [3.6] bpo-30175: Skip client cert tests of test_imaplib (#1320)
- bpo-30188: Catch EOFError in NetworkedNNTPTests
- bpo-30175: Skip client cert tests of test_imaplib
- [3.5] bpo-30131: test_logging now joins queue threads (#1298)
- [3.6] bpo-30131: test_logging now joins queue threads (#1298)
- bpo-30131: test_logging now joins queue threads
- timemodule.c: Cast PyUnicode_AsUTF8() to char*
- bpo-30107: Make SuppressCrashReport quiet on macOS
- bpo-30132: distutils test_build_ext() uses temp_cwd()
- tmtotuple(): use time_t for gmtoff
- bpo-30131: Cleanup threads in test_logging
- bpo-30125: Fix faulthandler.disable() on Windows
- bpo-30107: don't dump core on expected test_io crash (#1235)
- bpo-30125: Fix faulthandler.disable() on Windows
- Some pull requests not shown.
- bpo-30197: Enhance functions swap_attr() and swap_item() in test.support.
- bpo-30190: improved error msg for assertAlmostEqual(delta=...)
- bpo-30193: Allow to load buffer objects with json.loads()
- bpo-27593: Get SCM build info from git instead of hg
- bpo-30122: Added missing archive programs.
- bpo-30101: Add support for curses.A_ITALIC.
- bpo-30156: Fix a crash in debug build when PYTHONDUMPREFS is set.
- bpo-28415: Note 0 conversion different between Python and C
- test_ssl: use API version to test get_ciphers()
- bpo-29960 _random.Random corrupted on exception in setstate().
- bpo-30028: make test.support.temp_cwd() fork-safe
- bpo-30039: Don't run signal handlers while resuming a yield from stack
- Fix typo in re docs
- bpo-28698: Fix c_wchar_p doc example
- bpo-30080: Add the --duplicate option for CLI of timeit.
- bpo-30054: Expose tracemalloc C API
- bpo-30102: Improve libssl performance on POWER8 for, e.g sha256
- bpo-30030: Use random.SystemRandom in tempfile
- bpo-30014: make selectors.DefaultSelector.modify() faster
- Fix socket leaks
Created an issue in pypa/pip
that received 2
comments
pip 9 doesn't work on Python 3.5a0 (alpha!) anymore
Pip version: 9.0.0 Python version: 3.5.0a0 Operating system: Linux I would like to run benchmarks with http://pyperformance.readthedocs.io/ on ol…