1. 994c7f7 merge 3.4 (#22849) by Benjamin Peterson · 10 years ago
  2. 6c14f23 fix possible double free in TextIOWrapper.__init__ (closes #22849) by Benjamin Peterson · 10 years ago
  3. 5a8dacf Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian by Serhiy Storchaka · 10 years ago
  4. d915b08 Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian by Serhiy Storchaka · 10 years ago
  5. b7299dd Issue 20152, 22821: Port the fcntl module to Argument Clinic. by Brett Cannon · 10 years ago
  6. 8726f2b merge 3.4 by Benjamin Peterson · 10 years ago
  7. abd1c97 fix test where sizeof(long) != sizeof(int) by Benjamin Peterson · 10 years ago
  8. 5c2939c Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip by Steve Dower · 10 years ago
  9. ce43f38 Issue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is by Victor Stinner · 10 years ago
  10. b7fa201 Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip by Steve Dower · 10 years ago
  11. d39e199 Issue #22773: fix failing test with old readline versions due to issue #19884. by Antoine Pitrou · 10 years ago
  12. 7e8b867 Issue #22773: fix failing test with old readline versions due to issue #19884. by Antoine Pitrou · 10 years ago
  13. 4b8f894 Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. by Serhiy Storchaka · 10 years ago
  14. 587bac1 merge with 3.4 by Georg Brandl · 10 years ago
  15. e48ec21 Fix typo. by Georg Brandl · 10 years ago
  16. fce60ea Issue #22676: Make the pickling of global objects which don't have a __module__ attribute less slow. by Antoine Pitrou · 10 years ago
  17. f427a14 Issue #22592: Drop support of the Borland C compiler to build Python by Victor Stinner · 10 years ago
  18. 933430a Issue #17401: document closefd in io.FileIO docs and add to repr by Robert Collins · 10 years ago
  19. b0fc490 Issue #20152: Convert the cmath module to Argument Clinic. by Brett Cannon · 10 years ago
  20. dfbeb16 Issue #22615: Argument Clinic now supports the "type" argument for the by Larry Hastings · 10 years ago
  21. 9755174 Merge: #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  22. 817905b #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  23. bfd7881 #22568: merge with 3.4 by Georg Brandl · 10 years ago
  24. e1a7d9d Closes #22568: fix UTIME_TO_* macros in posixmodule for rare cases. by Georg Brandl · 10 years ago
  25. 588dad0 merge 3.4 (closes #22605) by Benjamin Peterson · 10 years ago
  26. 682124c prevent passing NULL to memcpy (closes #22605) by Benjamin Peterson · 10 years ago
  27. 1eb32c2 Issue #20152: Port the array module to Argument Clinic. by Brett Cannon · 10 years ago
  28. 5aa4744 Issue #22584: Got rid of character tables in _sre.c and use standard macros by Serhiy Storchaka · 10 years ago
  29. d42c428 Closes #22579: Fix posixmodule.c to support any C compiler on Windows by Victor Stinner · 10 years ago
  30. aad627f Merge 3.4 by Victor Stinner · 10 years ago
  31. fc6a90a Issue #22588: Fix typo in _testcapi.test_incref_decref_API() by Victor Stinner · 10 years ago
  32. 67e2e6d (Merge 3.4) Issue #22568: Fix compilation of posixmodule.c with Open Watcom: by Victor Stinner · 10 years ago
  33. 484df00 Issue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime" by Victor Stinner · 10 years ago
  34. 78184af Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
  35. e2bd2a7 Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
  36. 94262eb Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  37. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  38. b1fdf47 Issue #21965: Add support for in-memory SSL to the ssl module. by Antoine Pitrou · 10 years ago
  39. 861470c #16518: Bring error messages in harmony with docs ("bytes-like object") by R David Murray · 10 years ago
  40. f4e4b83 (Merge 3.4) Issue #22290: Fix error handling in the _posixsubprocess module. by Victor Stinner · 10 years ago
  41. 8f437aa Issue #22290: Fix error handling in the _posixsubprocess module. by Victor Stinner · 10 years ago
  42. 54eec2d merge with 3.4 by Georg Brandl · 10 years ago
  43. 41ea1f4 Closes #19342: improve docstrings in grp module. by Georg Brandl · 10 years ago
  44. 6b8e0ed (Merge 3.4) faulthandler: test_gil_released() now uses _sigsegv() instead of by Victor Stinner · 10 years ago
  45. 5083828 faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(), by Victor Stinner · 10 years ago
  46. 9db521c faulthandler: _sigsegv() and _sigabrt() don't accept parameters by Victor Stinner · 10 years ago
  47. 7a39912 faulthandler: suppress crash reporter directly in test functions written to by Victor Stinner · 10 years ago
  48. ec39e26 (Merge 3.4) Issue #22396: On 32-bit AIX platform, don't expose by Victor Stinner · 10 years ago
  49. d6b1769 Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor by Victor Stinner · 10 years ago
  50. 58ee2d3 merge 3.4 (#22517) by Benjamin Peterson · 10 years ago
  51. c44eb73 merge 3.3 (#22517) by Benjamin Peterson · 10 years ago
  52. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  53. 9baa5b2 Issue #22437: Number of capturing groups in regular expression is no longer by Serhiy Storchaka · 10 years ago
  54. 20b39b2 Removed redundant casts to `char *`. by Serhiy Storchaka · 10 years ago
  55. 2c0a916 Issue #5309: distutils' build and build_ext commands now accept a ``-j`` by Antoine Pitrou · 10 years ago
  56. 43705d7 Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  57. b87630c Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  58. ea07eb9 Issue #22378: socket module: add SO_MARK. by Charles-François Natali · 10 years ago
  59. a0f3375 Merge fix for issue #22166 from 3.4 by Nick Coghlan · 10 years ago
  60. 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 10 years ago
  61. 45759a3 Issue #17095: merge from 3.4 by Ned Deily · 10 years ago
  62. ad24d62 Issue #17095: Temporarily revert getpath.c change that added the Modules by Ned Deily · 10 years ago
  63. ee6c3c7 Closes #22336: attemptckalloc() with PyMem_Malloc() in _tkinter by Victor Stinner · 10 years ago
  64. 2c16df2 Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  65. 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  66. d5fd618 Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  67. abf68ce Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  68. 979f80b Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 10 years ago
  69. 0794088 Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 10 years ago
  70. 8ebf910 (Merge 3.4) Issue #22338: Fix a crash in the json module on memory allocation by Victor Stinner · 10 years ago
  71. 31a3ec3 Issue #22338: Fix a crash in the json module on memory allocation failure. by Victor Stinner · 10 years ago
  72. dd6507e Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  73. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  74. b578f8a Issue #19232: Speed up decimal import. Additionally, since _decimal is by Stefan Krah · 10 years ago
  75. d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
  76. 67c719b Silenced some warnings about comparison between signed and unsigned integer by Serhiy Storchaka · 10 years ago
  77. 47e4042 Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Antoine Pitrou · 10 years ago
  78. 60a64d6 Issue #21951: Fix AsObj() of the _tkinter module: raise MemoryError on memory by Victor Stinner · 10 years ago
  79. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  80. 67ca33d Issue #22043: Oops, fix perf_counter() on UNIX if no monotonic clock is by Victor Stinner · 10 years ago
  81. 5488449 Issue #22043: Simplify time.perf_counter() on Windows by Victor Stinner · 10 years ago
  82. 0011124 Issue #22043: _PyTime_Init() now checks if the system clock works. by Victor Stinner · 10 years ago
  83. 7efb833 Issue #22287: On UNIX, _PyTime_gettimeofday() now uses by Victor Stinner · 10 years ago
  84. 3822760 Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the file by Victor Stinner · 10 years ago
  85. fc45251 Merge 3.4. by Stefan Krah · 10 years ago
  86. cf26115 Introduce and check for MPD_VERSION_HEX for precise management of builds by Stefan Krah · 10 years ago
  87. 9ea83cf Merge 3.4. by Stefan Krah · 10 years ago
  88. 298131a Issue #22090: Fix '%' formatting for infinities and NaNs. by Stefan Krah · 10 years ago
  89. d0aeda8 Issue #20152: Port pyexpat to Argument Clinic. by Brett Cannon · 10 years ago
  90. 9f49e31 Add a missing Argument Clinic file by Brett Cannon · 10 years ago
  91. 3d25e16 Issue #20152: Port the pwd module to Argument Clinic. by Brett Cannon · 10 years ago
  92. 52d67ef Fix a missing #include. by Brett Cannon · 10 years ago
  93. 20cf6dd Issue #20152: Port the spwd module to Argument Clinic. by Brett Cannon · 10 years ago
  94. 8fb7bb2 Issue #20152: Convert the grp module to Argument Clinic. by Brett Cannon · 10 years ago
  95. f2de1fc Issue #20152: Convert _multibytecodecs to Argument Clinic. by Brett Cannon · 10 years ago
  96. ef1a797 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 10 years ago
  97. 76b4765 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 10 years ago
  98. 049e509 Issue #22207: Fix "comparison between signed and unsigned integers" warning in by Victor Stinner · 10 years ago
  99. 7270b7f _pickle: Optimize raw_unicode_escape(), use directly a bytes object, don't use by Victor Stinner · 10 years ago
  100. cfcde8c Issue #22218: Fix "comparison between signed and unsigned integers" warning in by Victor Stinner · 10 years ago