1. 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 11 years ago
  2. ad24d62 Issue #17095: Temporarily revert getpath.c change that added the Modules by Ned Deily · 11 years ago
  3. 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 11 years ago
  4. abf68ce Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 11 years ago
  5. 0794088 Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 11 years ago
  6. 31a3ec3 Issue #22338: Fix a crash in the json module on memory allocation failure. by Victor Stinner · 11 years ago
  7. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 11 years ago
  8. cf26115 Introduce and check for MPD_VERSION_HEX for precise management of builds by Stefan Krah · 11 years ago
  9. 298131a Issue #22090: Fix '%' formatting for infinities and NaNs. by Stefan Krah · 11 years ago
  10. 76b4765 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 11 years ago
  11. 3b48af0 - Issue #22176: Fix build failure on ARM with -Werror=declaration-after-statement by doko@ubuntu.com · 11 years ago
  12. 6a66f15 - Issue #22176: Add src/x86/win32.S for x86 libffi builds. by doko@ubuntu.com · 11 years ago
  13. 736a913 - Issue #22176: Update the ctypes module's libffi to v3.1. This release by doko@ubuntu.com · 11 years ago
  14. 4f06d60 Issue #22161: Conformed arguments type checks in ctype to actually supported by Serhiy Storchaka · 11 years ago
  15. 3d4b2d4 Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular by Serhiy Storchaka · 11 years ago
  16. 74596a8 Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 11 years ago
  17. e0e6581 Issue #21704: Fix build error for _multiprocessing when semaphores by Richard Oudkerk · 11 years ago
  18. e254e53 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 11 years ago
  19. 5a2146a Issue #22044: Fixed premature DECREF in call_tzinfo_method. by Raymond Hettinger · 11 years ago
  20. 92639cc Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off") by Victor Stinner · 11 years ago
  21. a3c80ce Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 11 years ago
  22. b1ebfdd Call PyErr_NoMemory() when PyMem_Malloc() fails. by Serhiy Storchaka · 11 years ago
  23. cd75298 Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format requires by Victor Stinner · 11 years ago
  24. e865128 properly decref the return value of close() by Benjamin Peterson · 11 years ago
  25. e10920f Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, by Victor Stinner · 11 years ago
  26. f18f871 Issue #8677: make the zlib module "ssize_t clean" for parsing parameters by Victor Stinner · 11 years ago
  27. 65a3144 Closes #21780: make the unicodedata module "ssize_t clean" for parsing parameters by Victor Stinner · 11 years ago
  28. 2e57b4e Issue #21781: Make the ssl module "ssize_t clean" for parsing parameters. by Victor Stinner · 11 years ago
  29. 293f3f5 Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C by Victor Stinner · 11 years ago
  30. a6ec5ee Fix typo in socket.getaddrinfo() docstring. by Berker Peksag · 11 years ago
  31. 297d104 Issue #21858: Better handling of Python exceptions in the sqlite3 module. by Victor Stinner · 11 years ago
  32. 97d3555 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 11 years ago
  33. 76d3f14 PyErr_NormalizeException doesn't like being called with an exception set by Serhiy Storchaka · 11 years ago
  34. f10063e Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 11 years ago
  35. 8a8f7f9 Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods. by Serhiy Storchaka · 11 years ago
  36. 797bcb5 Issue #21639: Fix name of _testcapi test functions by Victor Stinner · 11 years ago
  37. b166191 Issue #17095: Fix Modules/Setup *shared* support. by Ned Deily · 11 years ago
  38. a26987a Fix the comment to not refer to the removed end_fd parameter. by Gregory P. Smith · 11 years ago
  39. d4dcb70 Don't restrict ourselves to a "max" fd when closing fds before exec() by Gregory P. Smith · 11 years ago
  40. 79851d7 Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 11 years ago
  41. 47a9813 Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr by Serhiy Storchaka · 11 years ago
  42. 5eb6b39 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) by Benjamin Peterson · 11 years ago
  43. 429b59e Issue #20998: Fixed re.fullmatch() of repeated single character pattern by Serhiy Storchaka · 11 years ago
  44. e2d6690 Issue #21497: faulthandler functions now raise a better error if sys.stderr is by Victor Stinner · 11 years ago
  45. e1e04ad Backed out changeset 6ceedbd88b5f by Victor Stinner · 11 years ago
  46. b78c448 Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode by Victor Stinner · 11 years ago
  47. 23a192d use logical rather than bit and by Benjamin Peterson · 11 years ago
  48. 5fbc7b1 Issue #21435: Segfault in gc with cyclic trash by Tim Peters · 11 years ago
  49. c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 11 years ago
  50. 9147a96 Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. by Larry Hastings · 11 years ago
  51. c992608 Issue 21375: Fix possible Py_ssizet overflow in heapq. by Raymond Hettinger · 11 years ago
  52. 8fb74a3 Issue #21374: Fix pickling of DecimalTuple. by Stefan Krah · 11 years ago
  53. 26f82ef Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 11 years ago
  54. 4a173bc Fixes for KFreeBSD and the Hurd: by doko@ubuntu.com · 11 years ago
  55. 7646620 #15840: make docs consistent by saying operations on closed files raise ValueError. by Andrew Kuchling · 11 years ago
  56. efeb9da Add conditional code for android's lack of definition of SYS_getdent64. by Gregory P. Smith · 11 years ago
  57. 70d92a9 merge 3.3 by Benjamin Peterson · 11 years ago
  58. 9beee04 merge 3.2 by Benjamin Peterson · 11 years ago
  59. 6ef2b36 disallow a negative idx parameter by Benjamin Peterson · 11 years ago
  60. 584f5cb merge 3.3 by Benjamin Peterson · 11 years ago
  61. 156285c merge 3.2 by Benjamin Peterson · 11 years ago
  62. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
  63. e7d532f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 11 years ago
  64. d9a7352 Issue #21036: Fix typo in macro name by Victor Stinner · 11 years ago
  65. 0bebbc3 Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1". by Antoine Pitrou · 11 years ago
  66. ed6783f Issue #10141, Issue 20065: Changed #if to take CAN_RAW into account. by Vinay Sajip · 11 years ago
  67. ecfc98c Issue #10141: updated new usages of AF_CAN to be in #ifdef AF_CAN rather than #ifdef HAVE_LINUX_CAN_H to allow compilation on older Linuxes. by Vinay Sajip · 11 years ago
  68. 373f0a9 Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by by Victor Stinner · 11 years ago
  69. fca2866 merge 3.3 (#20946) by Benjamin Peterson · 11 years ago
  70. fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 11 years ago
  71. 466eaaa merge 3.3 by Benjamin Peterson · 11 years ago
  72. c77e7a4 only define zero constant when it is used by Benjamin Peterson · 11 years ago
  73. ce68c19 remove unused zero constants by Benjamin Peterson · 11 years ago
  74. ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
  75. 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 11 years ago
  76. a537eb4 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
  77. c5cc501 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 11 years ago
  78. 2fc8f77 Issue #20404: reject non-text encodings early in TextIOWrapper. by Georg Brandl · 11 years ago
  79. 1ac4261 Issue #19748: On AIX, time.mktime() now raises an OverflowError for year by Victor Stinner · 11 years ago
  80. 329e492 Issue #20656: Restore explicit downcast in select_select(). by Victor Stinner · 12 years ago
  81. 5a8e579 Close #20656: Fix select.select() on OpenBSD 64-bit by Victor Stinner · 12 years ago
  82. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 12 years ago
  83. ec91cd6 merge backout for #20621 by Benjamin Peterson · 12 years ago
  84. eb43736 backout 2807a5f011e4 for causing #20621 by Benjamin Peterson · 12 years ago
  85. c20b4d8 backout d28242a636c7 so I can backout 2807a5f011e4 by Benjamin Peterson · 12 years ago
  86. c77974e Merge from 3.3 by Andrew Kuchling · 12 years ago
  87. 3137885 #12211: remove paragraph about NaNs by Andrew Kuchling · 12 years ago
  88. 87a113b Merge from 3.3 by Andrew Kuchling · 12 years ago
  89. 8cb1ec3 #12211: clarify math.copysign() documentation and docstring by Andrew Kuchling · 12 years ago
  90. 5bdfc51 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 12 years ago
  91. 61e2493 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 12 years ago
  92. e18e787e merge 3.3 (#20594) by Benjamin Peterson · 12 years ago
  93. 932bba3 avoid name clash with posix_close (closes #20594) by Benjamin Peterson · 12 years ago
  94. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 12 years ago
  95. dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 12 years ago
  96. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 12 years ago
  97. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 12 years ago
  98. b4062e8 Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the by Charles-François Natali · 12 years ago
  99. 4025ac7 Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the by Charles-François Natali · 12 years ago
  100. 93db29b Issue #20374: merge by Ned Deily · 12 years ago