- 8898350 Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the by Victor Stinner · 11 years ago
- 7b47699 Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. by Antoine Pitrou · 11 years ago
- b988ee0 Fix conversion from Py_ssize_t to int. by Richard Oudkerk · 11 years ago
- f70f4a6 Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 11 years ago
- a83a022 Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
- 134f0de Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
- 2d7aba3 Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case by Christian Heimes · 11 years ago
- 60bf2fc Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case by Christian Heimes · 11 years ago
- 555e57d (Merge 3.3) Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, by Victor Stinner · 11 years ago
- e1040e2 Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast by Victor Stinner · 11 years ago
- e619427 Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 11 years ago
- e93b63b Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 11 years ago
- c6171e4 Merge 3.3 into default. by Tim Peters · 11 years ago
- 9edb168 cwr_next(): move invariants out of loops. by Tim Peters · 11 years ago
- 207fe01 Issue #18912: Fix indentation in docstring by Eli Bendersky · 11 years ago
- c554f72 Issue #18912: Fix indentation in docstring by Eli Bendersky · 11 years ago
- 24aa041 Use INADDR_BROADCAST instead of hard-coded value (it's part of POSIX and by Charles-François Natali · 11 years ago
- d72fe89 select.epoll.fromfd(fd) must be not change the inheritable flag of the file by Victor Stinner · 11 years ago
- 1fa174a Get rid of signed/unsigned comparaison in _sre.c by Victor Stinner · 11 years ago
- 36a5a06 _datetimemodule.c: fix the compilation warning "conversion from 'double' to by Victor Stinner · 11 years ago
- b9981ba fix a compilation warning in posix_openpty() on "PPC64 AIX 3.x" buildbot by Victor Stinner · 11 years ago
- 340f712 (Merge 3.3) Fix compilation of the _sqlite module if threads are disabled by Victor Stinner · 11 years ago
- b84fc0f Fix compilation of the _sqlite module if threads are disabled by Victor Stinner · 11 years ago
- daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
- 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
- 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
- 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
- d640fe2 #18803: merge with 3.3. by Ezio Melotti · 11 years ago
- 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
- a439b32 Merge. by Charles-François Natali · 11 years ago
- c20a7b9 Merge. by Charles-François Natali · 11 years ago
- 249cdc3 Issue #18763: subprocess: The file descriptors are now closed after calling the by Charles-François Natali · 11 years ago
- 9dd279a Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 11 years ago
- f1fe159 Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 11 years ago
- cfa4796 Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago
- 61636e7 Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago
- cabbde9 Fix compiler warning on Windows. by Richard Oudkerk · 11 years ago
- 6eb50b1 Use consistent style for else if / else by Eli Bendersky · 11 years ago
- 3a7dffa remove support for compiling on systems without getcwd() by Benjamin Peterson · 11 years ago
- 254954a Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
- 203eb31 Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
- a93bf7b Fix devpoll_dealloc(). by Richard Oudkerk · 11 years ago
- 168d59b Move definition of devpoll_internal_close() before devpoll_close(). by Richard Oudkerk · 11 years ago
- 069d65c Fix compilation of select module on Solaris. by Richard Oudkerk · 11 years ago
- f54c246 Issue #18747: Use a parent atfork handler instead of a child atfork handler. by Christian Heimes · 11 years ago
- 80c5de9 Issue #18747: Use a parent atfork handler instead of a child atfork handler. by Christian Heimes · 11 years ago
- 13423c3 Close #18794: Add a fileno() method and a closed attribute to select.devpoll by Victor Stinner · 11 years ago
- 4e4088d Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
- 9e6b975 Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
- 6acbe2a Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
- f77b4b2 Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
- 5617df1 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
- b1973c2 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
- edd0de5 Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms. by Serhiy Storchaka · 11 years ago
- ec67d18 Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms. by Serhiy Storchaka · 11 years ago
- 85532eb Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of by Christian Heimes · 11 years ago
- 4d98ca9 Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of by Christian Heimes · 11 years ago
- 44ed3de Issue #18774: Remove last bits of GNU PTH thread code, patch by Vajrasky Kok. by Christian Heimes · 11 years ago
- 6f6ec37 Issue #16105: When a signal handler fails to write to the file descriptor registered with ``signal.set_wakeup_fd()``, report an exception instead of ignoring the error. by Antoine Pitrou · 11 years ago
- f920a1c Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. by Christian Heimes · 11 years ago
- 3c2593b Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. by Christian Heimes · 11 years ago
- 9b5907c Issue #18768: coding style nitpick. Thanks to Vajrasky Kok by Christian Heimes · 11 years ago
- 474afdd Issue #18768: coding style nitpick. Thanks to Vajrasky Kok by Christian Heimes · 11 years ago
- a7e7497 #18466: merge with 3.3. by Ezio Melotti · 11 years ago
- 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
- 1d8e7db Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. by Christian Heimes · 11 years ago
- 9ff79f7 Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. by Christian Heimes · 11 years ago
- e06d47c Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
- 824f7f3 Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
- cbad3a3 Issue #18701: Remove sqlitecompat.h. by Serhiy Storchaka · 11 years ago
- 8fa8ee3 Issue #18701: Remove support of old CPython versions (<3.0) from C code. by Serhiy Storchaka · 11 years ago
- 177b3f9 Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel by Christian Heimes · 11 years ago
- c69c9bc Replace an overly optimistic assert() in _PyGC_CollectNoFail with a simple guard. by Antoine Pitrou · 11 years ago
- 37d5ceb Change the builtin hash algorithms' names to lower case names by Christian Heimes · 11 years ago
- 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
- 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
- e70f2d5 Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. by Larry Hastings · 11 years ago
- 00964ed Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. by Larry Hastings · 11 years ago
- 584e815 Fix refcounting issue with extension types in tkinter. (issue #15721) by Antoine Pitrou · 11 years ago
- a4998a7 Close #18264: int- and float-derived enums now converted to int or float. by Ethan Furman · 11 years ago
- 532d03e Issue #15651: PEP 3121 refactoring for _elementtree by Eli Bendersky · 11 years ago
- ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
- a27b83a Issue #15301: Parsing fd, uid, and gid parameters for builtins by Larry Hastings · 11 years ago
- 257cf2f In _PyGC_Fini(), lose the reference that was kept to the time module by Antoine Pitrou · 11 years ago
- c53204b Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert. by Antoine Pitrou · 11 years ago
- e5192cd Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Thanks Vajrasky Kok. by Mark Dickinson · 11 years ago
- fb29a16 Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok. by Mark Dickinson · 11 years ago
- d7bd7a5 Silence compiler warnings for strict function prototype declarations. by Raymond Hettinger · 11 years ago
- 28dc9b9 merge by Raymond Hettinger · 11 years ago
- df7027b Reuse us_per_second in delta_total_seconds. by Alexander Belopolsky · 11 years ago
- 790d269 Fixes #8860: Round half-microseconds to even in the timedelta constructor. by Alexander Belopolsky · 11 years ago
- b94f61b Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
- 1f35ae0 Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
- 865d12a Fix warning: ‘ptr2’ may be used uninitialized in this function by Christian Heimes · 11 years ago
- 970a87f Closes #18627: merge from 3.3 by Ned Deily · 11 years ago
- bd143c3 Issue #18627: Fix typo noticed by Vajrasky Kok. by Ned Deily · 11 years ago
- ffb3289 Issue #17557: merge from 3.3 by Ned Deily · 11 years ago
- b5dd6d2 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 11 years ago
- 2e3e593 Issue #17899: Fix rare file descriptor leak in os.listdir(). by Larry Hastings · 11 years ago
- 4dbc95e Issue #17899: Fix rare file descriptor leak in os.listdir(). by Larry Hastings · 11 years ago