1. 0cc8685 Issue #16201: socket: Use inet_pton()/inet_addr() instead of ad-hoc parsing for by Charles-François Natali · 11 years ago
  2. 12f1828 Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 11 years ago
  3. dd3661e Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 11 years ago
  4. fb92f39 Issue 18752: Make chain.from_iterable() more visible in the documentation. by Raymond Hettinger · 11 years ago
  5. 8df58f7 Issue 18752: Make chain.from_iterable() more visible in the documentation. by Raymond Hettinger · 11 years ago
  6. 8898350 Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the by Victor Stinner · 11 years ago
  7. 7b47699 Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. by Antoine Pitrou · 11 years ago
  8. b988ee0 Fix conversion from Py_ssize_t to int. by Richard Oudkerk · 11 years ago
  9. f70f4a6 Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 11 years ago
  10. a83a022 Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
  11. 134f0de Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
  12. 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
  13. 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
  14. 555e57d (Merge 3.3) Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, by Victor Stinner · 11 years ago
  15. e1040e2 Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast by Victor Stinner · 11 years ago
  16. 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
  17. 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
  18. c6171e4 Merge 3.3 into default. by Tim Peters · 11 years ago
  19. 9edb168 cwr_next(): move invariants out of loops. by Tim Peters · 11 years ago
  20. 207fe01 Issue #18912: Fix indentation in docstring by Eli Bendersky · 11 years ago
  21. c554f72 Issue #18912: Fix indentation in docstring by Eli Bendersky · 11 years ago
  22. 24aa041 Use INADDR_BROADCAST instead of hard-coded value (it's part of POSIX and by Charles-François Natali · 11 years ago
  23. d72fe89 select.epoll.fromfd(fd) must be not change the inheritable flag of the file by Victor Stinner · 11 years ago
  24. 1fa174a Get rid of signed/unsigned comparaison in _sre.c by Victor Stinner · 11 years ago
  25. 36a5a06 _datetimemodule.c: fix the compilation warning "conversion from 'double' to by Victor Stinner · 11 years ago
  26. b9981ba fix a compilation warning in posix_openpty() on "PPC64 AIX 3.x" buildbot by Victor Stinner · 11 years ago
  27. 340f712 (Merge 3.3) Fix compilation of the _sqlite module if threads are disabled by Victor Stinner · 11 years ago
  28. b84fc0f Fix compilation of the _sqlite module if threads are disabled by Victor Stinner · 11 years ago
  29. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  30. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  31. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  32. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  33. d640fe2 #18803: merge with 3.3. by Ezio Melotti · 11 years ago
  34. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  35. a439b32 Merge. by Charles-François Natali · 11 years ago
  36. c20a7b9 Merge. by Charles-François Natali · 11 years ago
  37. 249cdc3 Issue #18763: subprocess: The file descriptors are now closed after calling the by Charles-François Natali · 11 years ago
  38. 9dd279a Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 11 years ago
  39. f1fe159 Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 11 years ago
  40. cfa4796 Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago
  41. 61636e7 Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago
  42. cabbde9 Fix compiler warning on Windows. by Richard Oudkerk · 11 years ago
  43. 6eb50b1 Use consistent style for else if / else by Eli Bendersky · 11 years ago
  44. 3a7dffa remove support for compiling on systems without getcwd() by Benjamin Peterson · 11 years ago
  45. 254954a Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  46. 203eb31 Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  47. a93bf7b Fix devpoll_dealloc(). by Richard Oudkerk · 11 years ago
  48. 168d59b Move definition of devpoll_internal_close() before devpoll_close(). by Richard Oudkerk · 11 years ago
  49. 069d65c Fix compilation of select module on Solaris. by Richard Oudkerk · 11 years ago
  50. f54c246 Issue #18747: Use a parent atfork handler instead of a child atfork handler. by Christian Heimes · 11 years ago
  51. 80c5de9 Issue #18747: Use a parent atfork handler instead of a child atfork handler. by Christian Heimes · 11 years ago
  52. 13423c3 Close #18794: Add a fileno() method and a closed attribute to select.devpoll by Victor Stinner · 11 years ago
  53. 4e4088d Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  54. 9e6b975 Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  55. 6acbe2a Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  56. f77b4b2 Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  57. 5617df1 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  58. b1973c2 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  59. edd0de5 Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms. by Serhiy Storchaka · 11 years ago
  60. ec67d18 Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms. by Serhiy Storchaka · 11 years ago
  61. 85532eb Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of by Christian Heimes · 11 years ago
  62. 4d98ca9 Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of by Christian Heimes · 11 years ago
  63. 44ed3de Issue #18774: Remove last bits of GNU PTH thread code, patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  64. 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
  65. f920a1c Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  66. 3c2593b Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  67. 9b5907c Issue #18768: coding style nitpick. Thanks to Vajrasky Kok by Christian Heimes · 11 years ago
  68. 474afdd Issue #18768: coding style nitpick. Thanks to Vajrasky Kok by Christian Heimes · 11 years ago
  69. a7e7497 #18466: merge with 3.3. by Ezio Melotti · 11 years ago
  70. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  71. 1d8e7db Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. by Christian Heimes · 11 years ago
  72. 9ff79f7 Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. by Christian Heimes · 11 years ago
  73. e06d47c Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
  74. 824f7f3 Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
  75. cbad3a3 Issue #18701: Remove sqlitecompat.h. by Serhiy Storchaka · 11 years ago
  76. 8fa8ee3 Issue #18701: Remove support of old CPython versions (<3.0) from C code. by Serhiy Storchaka · 11 years ago
  77. 177b3f9 Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel by Christian Heimes · 11 years ago
  78. c69c9bc Replace an overly optimistic assert() in _PyGC_CollectNoFail with a simple guard. by Antoine Pitrou · 11 years ago
  79. 37d5ceb Change the builtin hash algorithms' names to lower case names by Christian Heimes · 11 years ago
  80. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  81. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  82. e70f2d5 Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. by Larry Hastings · 11 years ago
  83. 00964ed Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. by Larry Hastings · 11 years ago
  84. 584e815 Fix refcounting issue with extension types in tkinter. (issue #15721) by Antoine Pitrou · 11 years ago
  85. a4998a7 Close #18264: int- and float-derived enums now converted to int or float. by Ethan Furman · 11 years ago
  86. 532d03e Issue #15651: PEP 3121 refactoring for _elementtree by Eli Bendersky · 11 years ago
  87. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  88. a27b83a Issue #15301: Parsing fd, uid, and gid parameters for builtins by Larry Hastings · 11 years ago
  89. 257cf2f In _PyGC_Fini(), lose the reference that was kept to the time module by Antoine Pitrou · 11 years ago
  90. c53204b Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert. by Antoine Pitrou · 11 years ago
  91. e5192cd Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Thanks Vajrasky Kok. by Mark Dickinson · 11 years ago
  92. fb29a16 Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok. by Mark Dickinson · 11 years ago
  93. d7bd7a5 Silence compiler warnings for strict function prototype declarations. by Raymond Hettinger · 11 years ago
  94. 28dc9b9 merge by Raymond Hettinger · 11 years ago
  95. df7027b Reuse us_per_second in delta_total_seconds. by Alexander Belopolsky · 11 years ago
  96. 790d269 Fixes #8860: Round half-microseconds to even in the timedelta constructor. by Alexander Belopolsky · 11 years ago
  97. b94f61b Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
  98. 1f35ae0 Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
  99. 865d12a Fix warning: ‘ptr2’ may be used uninitialized in this function by Christian Heimes · 11 years ago
  100. 970a87f Closes #18627: merge from 3.3 by Ned Deily · 11 years ago