1. cabbde9 Fix compiler warning on Windows. by Richard Oudkerk · 11 years ago
  2. 6eb50b1 Use consistent style for else if / else by Eli Bendersky · 11 years ago
  3. 3a7dffa remove support for compiling on systems without getcwd() by Benjamin Peterson · 11 years ago
  4. 254954a Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  5. 203eb31 Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  6. a93bf7b Fix devpoll_dealloc(). by Richard Oudkerk · 11 years ago
  7. 168d59b Move definition of devpoll_internal_close() before devpoll_close(). by Richard Oudkerk · 11 years ago
  8. 069d65c Fix compilation of select module on Solaris. by Richard Oudkerk · 11 years ago
  9. f54c246 Issue #18747: Use a parent atfork handler instead of a child atfork handler. by Christian Heimes · 11 years ago
  10. 80c5de9 Issue #18747: Use a parent atfork handler instead of a child atfork handler. by Christian Heimes · 11 years ago
  11. 13423c3 Close #18794: Add a fileno() method and a closed attribute to select.devpoll by Victor Stinner · 11 years ago
  12. 4e4088d Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  13. 9e6b975 Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  14. 6acbe2a Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  15. f77b4b2 Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  16. 5617df1 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  17. b1973c2 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  18. edd0de5 Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms. by Serhiy Storchaka · 11 years ago
  19. ec67d18 Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms. by Serhiy Storchaka · 11 years ago
  20. 85532eb Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of by Christian Heimes · 11 years ago
  21. 4d98ca9 Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of by Christian Heimes · 11 years ago
  22. 44ed3de Issue #18774: Remove last bits of GNU PTH thread code, patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  23. 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
  24. f920a1c Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  25. 3c2593b Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  26. 9b5907c Issue #18768: coding style nitpick. Thanks to Vajrasky Kok by Christian Heimes · 11 years ago
  27. 474afdd Issue #18768: coding style nitpick. Thanks to Vajrasky Kok by Christian Heimes · 11 years ago
  28. a7e7497 #18466: merge with 3.3. by Ezio Melotti · 11 years ago
  29. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  30. 1d8e7db Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. by Christian Heimes · 11 years ago
  31. 9ff79f7 Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. by Christian Heimes · 11 years ago
  32. e06d47c Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
  33. 824f7f3 Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
  34. cbad3a3 Issue #18701: Remove sqlitecompat.h. by Serhiy Storchaka · 11 years ago
  35. 8fa8ee3 Issue #18701: Remove support of old CPython versions (<3.0) from C code. by Serhiy Storchaka · 11 years ago
  36. 177b3f9 Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel by Christian Heimes · 11 years ago
  37. c69c9bc Replace an overly optimistic assert() in _PyGC_CollectNoFail with a simple guard. by Antoine Pitrou · 11 years ago
  38. 37d5ceb Change the builtin hash algorithms' names to lower case names by Christian Heimes · 11 years ago
  39. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  40. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  41. e70f2d5 Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. by Larry Hastings · 11 years ago
  42. 00964ed Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. by Larry Hastings · 11 years ago
  43. 584e815 Fix refcounting issue with extension types in tkinter. (issue #15721) by Antoine Pitrou · 11 years ago
  44. a4998a7 Close #18264: int- and float-derived enums now converted to int or float. by Ethan Furman · 11 years ago
  45. 532d03e Issue #15651: PEP 3121 refactoring for _elementtree by Eli Bendersky · 11 years ago
  46. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  47. a27b83a Issue #15301: Parsing fd, uid, and gid parameters for builtins by Larry Hastings · 11 years ago
  48. 257cf2f In _PyGC_Fini(), lose the reference that was kept to the time module by Antoine Pitrou · 11 years ago
  49. c53204b Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert. by Antoine Pitrou · 11 years ago
  50. e5192cd Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Thanks Vajrasky Kok. by Mark Dickinson · 11 years ago
  51. fb29a16 Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok. by Mark Dickinson · 11 years ago
  52. d7bd7a5 Silence compiler warnings for strict function prototype declarations. by Raymond Hettinger · 11 years ago
  53. 28dc9b9 merge by Raymond Hettinger · 11 years ago
  54. df7027b Reuse us_per_second in delta_total_seconds. by Alexander Belopolsky · 11 years ago
  55. 790d269 Fixes #8860: Round half-microseconds to even in the timedelta constructor. by Alexander Belopolsky · 11 years ago
  56. b94f61b Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
  57. 1f35ae0 Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
  58. 865d12a Fix warning: ‘ptr2’ may be used uninitialized in this function by Christian Heimes · 11 years ago
  59. 970a87f Closes #18627: merge from 3.3 by Ned Deily · 11 years ago
  60. bd143c3 Issue #18627: Fix typo noticed by Vajrasky Kok. by Ned Deily · 11 years ago
  61. ffb3289 Issue #17557: merge from 3.3 by Ned Deily · 11 years ago
  62. b5dd6d2 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 11 years ago
  63. 2e3e593 Issue #17899: Fix rare file descriptor leak in os.listdir(). by Larry Hastings · 11 years ago
  64. 4dbc95e Issue #17899: Fix rare file descriptor leak in os.listdir(). by Larry Hastings · 11 years ago
  65. ffff763 Issue #18519: Fix test_sqlite on old versions of libsqlite3 by Victor Stinner · 11 years ago
  66. 044c516 Issue #18609, #18408: _ctypes_add_traceback() now clears the current exception by Victor Stinner · 11 years ago
  67. 932ff83 Issue #18608: Avoid keeping a strong reference to the locale module inside the _io module. by Antoine Pitrou · 11 years ago
  68. 2d350fd Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, and make it GC-aware. by Antoine Pitrou · 11 years ago
  69. 6b52806 Issue #9035: os.path.ismount now recognises volumes mounted below by Tim Golden · 11 years ago
  70. abe639f Initialize utime with 0. It fixes a couple of compiler warnung: by Christian Heimes · 11 years ago
  71. b3c8724 Initialize utime with 0. It fixes a couple of compiler warnung: by Christian Heimes · 11 years ago
  72. c27cd71 Merge by Antoine Pitrou · 11 years ago
  73. 5c30a75 Issue #15699: The readline module now uses PEP 3121-style module initialization, so as to reclaim allocated resources (Python callbacks) at shutdown. by Antoine Pitrou · 11 years ago
  74. 0ce642e yet another WITH_THREADS typo by Christian Heimes · 11 years ago
  75. 6ffa5ce Fix _sha3 module to actually release the GIL around its update function. by Christian Heimes · 11 years ago
  76. 4efdb41 Test Py_IncRef() and Py_DecRef() C functions by Christian Heimes · 11 years ago
  77. 72f455e Fix use of uninitialized scalar variable, see 3f994367a979 CID 1058763 by Christian Heimes · 11 years ago
  78. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  79. d49a371 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 11 years ago
  80. 4fec431 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 11 years ago
  81. 7757820 Restore the data block size to 62. by Raymond Hettinger · 11 years ago
  82. 3223dd5 Assertions key off NDEBUG by Raymond Hettinger · 11 years ago
  83. c588fee Issue #15893: Improve error handling in main() and Py_FrozenMain() by Victor Stinner · 11 years ago
  84. 36577e4 Issue #15893: frozenmain.c now handles PyMem_Malloc() failure by Victor Stinner · 11 years ago
  85. f6e7e36 Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. CID 486199 by Christian Heimes · 11 years ago
  86. 6ca8a05 Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. CID 486199 by Christian Heimes · 11 years ago
  87. f446d21 Issue #18559: Fix NULL pointer dereference error in _pickle module by Christian Heimes · 11 years ago
  88. 9ee5c37 Issue #18559: Fix NULL pointer dereference error in _pickle module by Christian Heimes · 11 years ago
  89. d4095d9 Issue #18519: the Python authorizer callback of sqlite3 must not raise Python exceptions by Victor Stinner · 11 years ago
  90. ebf4204 Handle yet another potential failure in testcapi CID 1058280 by Christian Heimes · 11 years ago
  91. 66eda26 Handle yet another potential failure in testcapi CID 1058280 by Christian Heimes · 11 years ago
  92. 9bfcaa6 Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if by Christian Heimes · 11 years ago
  93. 5962bef Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if by Christian Heimes · 11 years ago
  94. dd6f389 remove surplus and wrong Py_DECREF() introduced in 33891989c9cf by Christian Heimes · 11 years ago
  95. ec2309b remove surplus and wrong Py_DECREF() introduced in 33891989c9cf by Christian Heimes · 11 years ago
  96. cb7ca52 Fix memory leaks and add checks for failing malloc() calls to testcapi module by Christian Heimes · 11 years ago
  97. 3205e74 Fix declaration-after-statement of d49f65ff4f3c by Christian Heimes · 11 years ago
  98. 7e13802 Fix memory leaks and add checks for failing malloc() calls to testcapi module by Christian Heimes · 11 years ago
  99. 5e3de55 Fix possible NULL pointer dereferences in testcapi module by Christian Heimes · 11 years ago
  100. ff369a5 Fix possible NULL pointer dereferences in testcapi module by Christian Heimes · 11 years ago