- b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 14 years ago
- 9c18778 #12017: merge with 3.2. by Ezio Melotti · 14 years ago
- 06383ee #12017: merge with 3.1. by Ezio Melotti · 14 years ago
- 362b951 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 14 years ago
- 7bba62f faulthandler: dump all threads by default by Victor Stinner · 14 years ago
- c925617 faulthandler: save/restore errno in the two signal handlers by Victor Stinner · 14 years ago
- 97c3eb4 Closes Issue 11916: Add a number of MacOSX specific definitions to the errno module. by Ronald Oussoren · 14 years ago
- 35b300c Issue #8407: signal.pthread_sigmask() returns a set instead of a list by Victor Stinner · 14 years ago
- d0e516d Issue #8407: pthread_sigmask() checks immediatly if signal handlers have been by Victor Stinner · 14 years ago
- 66746cb Removed unused variable by Alexander Belopolsky · 14 years ago
- 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 14 years ago
- 09a98a9 merge by Alexander Belopolsky · 14 years ago
- 03163ac Issue #11930: Remove deprecated time.accept2dyear. by Alexander Belopolsky · 14 years ago
- 72c53b5 cleanup signalmodule.c: use PyModule_AddIntMacro() by Victor Stinner · 14 years ago
- fadeeff (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
- 8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
- a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 14 years ago
- a929335 Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch by Victor Stinner · 14 years ago
- d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 14 years ago
- 9ea1c8d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 14 years ago
- 0c759fe Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 14 years ago
- 66299a4 Fix compilation of _testembed.c without threads by Victor Stinner · 14 years ago
- b90db4c Issue #11918: OS/2 and VMS are no more supported because of the lack of by Victor Stinner · 14 years ago
- eec6060 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 14 years ago
- 8e60577 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 14 years ago
- f645451 Issue #11856: Speed up parsing of JSON numbers. by Antoine Pitrou · 14 years ago
- c2824d4 Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the by Victor Stinner · 14 years ago
- 877509a Issue #11382: Trivial system calls, such as dup() or pipe(), needn't by Antoine Pitrou · 14 years ago
- a154b5c Simplify _count_elements() in _collections by Victor Stinner · 14 years ago
- 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 14 years ago
- cf2a807 faulthandler: don't use sigprocmask() by Victor Stinner · 14 years ago
- ff1a735 os.sendfile(): on Linux if offset parameter is passed as NULL we were erroneously returning a (bytes_sent, None) tuple instead of bytes_sent by Giampaolo Rodola' · 14 years ago
- ce16be9 (Merge 3.2) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
- 27026f8 (Merge 3.1) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
- 6c9b35b Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
- ea4b46f Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor. by Nadeem Vawda · 14 years ago
- d60b74c Merge with 3.2. by Ezio Melotti · 14 years ago
- fdb2df4 Remove unnecessary call to PyErr_Clear. by Ezio Melotti · 14 years ago
- 131a641 Issue #11757: select.select() now raises ValueError when a negative timeout by Antoine Pitrou · 14 years ago
- a563286 Fix nit (make spelling consistent in prototype) by Raymond Hettinger · 14 years ago
- a4de6d8 Improve faulthandler.enable(all_threads=True) by Victor Stinner · 14 years ago
- c790a53 faulthandler: dump_tracebacks_later() displays also the timeout by Victor Stinner · 14 years ago
- 9418932 faulthandler: fix variable name, timeout_ms => timeout_us by Victor Stinner · 14 years ago
- de10f40 faulthandler: one more time, fix usage of locks in the watchdog thread by Victor Stinner · 14 years ago
- cfa7123 faulthandler: fix unregister() if it is called before register() by Victor Stinner · 14 years ago
- ff4cd88 faulthandler: fix compilating without threads by Victor Stinner · 14 years ago
- 44e31ba faulthandler: we don't use (or need) SA_SIGINFO flag of sigaction() by Victor Stinner · 14 years ago
- 9699440 faulthandler: check PyThreadState_Get() result in dump_tracebacks_later() by Victor Stinner · 14 years ago
- 736975a merge from 3.2 by Senthil Kumaran · 14 years ago
- ae664fb Merge from 3.1 by Senthil Kumaran · 14 years ago
- 8f377a3 Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 14 years ago
- 28deea1 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 14 years ago
- b6f5ec7 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 14 years ago
- 3bd9729 implement tp_clear by Benjamin Peterson · 14 years ago
- 446c8d5 Issue #11707: Fix compilation errors with Visual Studio by Victor Stinner · 14 years ago
- 7ab9e22 Issue #11707: Fast C version of functools.cmp_to_key() by Raymond Hettinger · 14 years ago
- 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 14 years ago
- da9edae Issue #11753: faulthandler thread uses pthread_sigmask() by Victor Stinner · 14 years ago
- 5bfa062 Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. by Antoine Pitrou · 14 years ago
- a7caec7 Merge fix for issue #11746 by Antoine Pitrou · 14 years ago
- 9c25486 Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private keys. by Antoine Pitrou · 14 years ago
- 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 14 years ago
- 44378d4 Issue #11393: signal of user signal displays tracebacks even if tstate==NULL by Victor Stinner · 14 years ago
- a01ca12 Issue #11393: Fix faulthandler.disable() and add a test by Victor Stinner · 14 years ago
- d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 14 years ago
- bc6a4db Issue #11393: fault handler uses raise(signum) for SIGILL on Windows by Victor Stinner · 14 years ago
- f309134 Issue #11393: fix usage of locks in faulthandler by Victor Stinner · 14 years ago
- a4d4f1b Issue #11393: New try to fix faulthandler_thread() by Victor Stinner · 14 years ago
- 1c76b7f Issue #11393: Fix faulthandler_thread(): release cancel lock before join lock by Victor Stinner · 14 years ago
- f048075 Issue #11393: limit stack overflow test to 100 MB by Victor Stinner · 14 years ago
- 702624e Issue #11393: Fix the documentation (cancel_dump_traceback_later) by Victor Stinner · 14 years ago
- 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 14 years ago
- 8c5b748 Merge by Kristjan Valur Jonsson · 14 years ago
- d055956 Merge 3.1 by Kristjan Valur Jonsson · 14 years ago
- 3c136e1 Merge by Kristjan Valur Jonsson · 14 years ago
- 978da33 Merge 3.2 by Kristjan Valur Jonsson · 14 years ago
- fa3edbe Merge 3.1 by Kristjan Valur Jonsson · 14 years ago
- 35722a9 Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. by Kristjan Valur Jonsson · 14 years ago
- 010a948 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 14 years ago
- 4974705 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 14 years ago
- d6c1d57 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 14 years ago
- fe55783 merge 3.2 by Benjamin Peterson · 14 years ago
- 3077404 merge 3.1 by Benjamin Peterson · 14 years ago
- ad45bfe let's keep parenthesis around sizeof by Benjamin Peterson · 14 years ago
- 5bf7091 Update docstrings for itertools.accumulate(). by Raymond Hettinger · 14 years ago
- 5d44613 Add optional *func* argument to itertools.accumulate(). by Raymond Hettinger · 14 years ago
- eb2389b merge 3.2 by Benjamin Peterson · 14 years ago
- 1a07f07 merge 3.1 by Benjamin Peterson · 14 years ago
- 39530f8 always check return value of PyObject_IsInstance for error by Benjamin Peterson · 14 years ago
- 8d6c62d check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 14 years ago
- 6ced7c4 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of by Victor Stinner · 14 years ago
- 499dfcf Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of by Victor Stinner · 14 years ago
- bfc7bf0 _elementtree.c: remove trailing spaces by Victor Stinner · 14 years ago
- 161fbea merge 3.2 by Victor Stinner · 14 years ago
- 6f0e4f9 time.strftime(): replace PyErr_Format() by PyErr_SetString() by Victor Stinner · 14 years ago
- b938bcd (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767 by Victor Stinner · 14 years ago
- e0daff1 Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on by Victor Stinner · 14 years ago
- bb6eb85 Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a possible crash when calling Py_SetPath() by Antoine Pitrou · 14 years ago
- 9befeb3 Issue #5421: merge fix by Antoine Pitrou · 14 years ago
- 5e98141 Issue #5421: Fix misleading error message when one of socket.sendto()'s by Antoine Pitrou · 14 years ago