1. 76d3f14 PyErr_NormalizeException doesn't like being called with an exception set by Serhiy Storchaka · 10 years ago
  2. f10063e Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 10 years ago
  3. 8a8f7f9 Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods. by Serhiy Storchaka · 10 years ago
  4. 797bcb5 Issue #21639: Fix name of _testcapi test functions by Victor Stinner · 10 years ago
  5. b166191 Issue #17095: Fix Modules/Setup *shared* support. by Ned Deily · 10 years ago
  6. a26987a Fix the comment to not refer to the removed end_fd parameter. by Gregory P. Smith · 10 years ago
  7. d4dcb70 Don't restrict ourselves to a "max" fd when closing fds before exec() by Gregory P. Smith · 10 years ago
  8. 79851d7 Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 10 years ago
  9. 47a9813 Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr by Serhiy Storchaka · 10 years ago
  10. 5eb6b39 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) by Benjamin Peterson · 10 years ago
  11. 429b59e Issue #20998: Fixed re.fullmatch() of repeated single character pattern by Serhiy Storchaka · 10 years ago
  12. e2d6690 Issue #21497: faulthandler functions now raise a better error if sys.stderr is by Victor Stinner · 10 years ago
  13. e1e04ad Backed out changeset 6ceedbd88b5f by Victor Stinner · 10 years ago
  14. b78c448 Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode by Victor Stinner · 10 years ago
  15. 23a192d use logical rather than bit and by Benjamin Peterson · 10 years ago
  16. 5fbc7b1 Issue #21435: Segfault in gc with cyclic trash by Tim Peters · 10 years ago
  17. c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 10 years ago
  18. 9147a96 Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. by Larry Hastings · 10 years ago
  19. c992608 Issue 21375: Fix possible Py_ssizet overflow in heapq. by Raymond Hettinger · 10 years ago
  20. 8fb74a3 Issue #21374: Fix pickling of DecimalTuple. by Stefan Krah · 10 years ago
  21. 26f82ef Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 10 years ago
  22. 4a173bc Fixes for KFreeBSD and the Hurd: by doko@ubuntu.com · 10 years ago
  23. 7646620 #15840: make docs consistent by saying operations on closed files raise ValueError. by Andrew Kuchling · 10 years ago
  24. efeb9da Add conditional code for android's lack of definition of SYS_getdent64. by Gregory P. Smith · 10 years ago
  25. 70d92a9 merge 3.3 by Benjamin Peterson · 10 years ago
  26. 9beee04 merge 3.2 by Benjamin Peterson · 10 years ago
  27. 6ef2b36 disallow a negative idx parameter by Benjamin Peterson · 10 years ago
  28. 584f5cb merge 3.3 by Benjamin Peterson · 10 years ago
  29. 156285c merge 3.2 by Benjamin Peterson · 10 years ago
  30. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 10 years ago
  31. e7d532f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 10 years ago
  32. d9a7352 Issue #21036: Fix typo in macro name by Victor Stinner · 10 years ago
  33. 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 · 10 years ago
  34. ed6783f Issue #10141, Issue 20065: Changed #if to take CAN_RAW into account. by Vinay Sajip · 10 years ago
  35. 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 · 10 years ago
  36. 373f0a9 Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by by Victor Stinner · 10 years ago
  37. fca2866 merge 3.3 (#20946) by Benjamin Peterson · 10 years ago
  38. fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 10 years ago
  39. 466eaaa merge 3.3 by Benjamin Peterson · 10 years ago
  40. c77e7a4 only define zero constant when it is used by Benjamin Peterson · 10 years ago
  41. ce68c19 remove unused zero constants by Benjamin Peterson · 10 years ago
  42. ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 10 years ago
  43. 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  44. a537eb4 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 10 years ago
  45. c5cc501 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  46. 2fc8f77 Issue #20404: reject non-text encodings early in TextIOWrapper. by Georg Brandl · 10 years ago
  47. 1ac4261 Issue #19748: On AIX, time.mktime() now raises an OverflowError for year by Victor Stinner · 10 years ago
  48. 329e492 Issue #20656: Restore explicit downcast in select_select(). by Victor Stinner · 10 years ago
  49. 5a8e579 Close #20656: Fix select.select() on OpenBSD 64-bit by Victor Stinner · 10 years ago
  50. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 10 years ago
  51. ec91cd6 merge backout for #20621 by Benjamin Peterson · 10 years ago
  52. eb43736 backout 2807a5f011e4 for causing #20621 by Benjamin Peterson · 10 years ago
  53. c20b4d8 backout d28242a636c7 so I can backout 2807a5f011e4 by Benjamin Peterson · 10 years ago
  54. c77974e Merge from 3.3 by Andrew Kuchling · 10 years ago
  55. 3137885 #12211: remove paragraph about NaNs by Andrew Kuchling · 10 years ago
  56. 87a113b Merge from 3.3 by Andrew Kuchling · 10 years ago
  57. 8cb1ec3 #12211: clarify math.copysign() documentation and docstring by Andrew Kuchling · 10 years ago
  58. 5bdfc51 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 10 years ago
  59. 61e2493 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 10 years ago
  60. e18e787 merge 3.3 (#20594) by Benjamin Peterson · 10 years ago
  61. 932bba3 avoid name clash with posix_close (closes #20594) by Benjamin Peterson · 10 years ago
  62. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 10 years ago
  63. dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  64. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  65. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  66. b4062e8 Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the by Charles-François Natali · 10 years ago
  67. 4025ac7 Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the by Charles-François Natali · 10 years ago
  68. 93db29b Issue #20374: merge by Ned Deily · 10 years ago
  69. 22d415c Issue #20374: delete spurious empty line by Ned Deily · 10 years ago
  70. 4b104ab Issue #20374: merge by Ned Deily · 10 years ago
  71. 7b9ddea Issue #20374: Avoid compiler warnings when compiling readline with libedit. by Ned Deily · 10 years ago
  72. 54c1391 Issue #20489: Explicitly qualified expressions for default values in methods. by Serhiy Storchaka · 10 years ago
  73. 25ff287 Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 10 years ago
  74. d33491e Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 10 years ago
  75. e9e8907 merge 3.3 (#19186) by Benjamin Peterson · 10 years ago
  76. 091d017 restore namespacing of pyexpat symbols (closes #19186) by Benjamin Peterson · 10 years ago
  77. a9b1524 Close #20404: blacklist non-text encodings in io.TextIOWrapper by Nick Coghlan · 10 years ago
  78. ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 10 years ago
  79. ce591c2 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 10 years ago
  80. 1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 10 years ago
  81. f045de4 remove code which does nothing but cause refleaks by Benjamin Peterson · 10 years ago
  82. 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 10 years ago
  83. dd382ef Issue #20354: Fix alignment issue in the tracemalloc module on 64-bit by Victor Stinner · 10 years ago
  84. 1088d98 The function name for cmath.isinf in PyArg_ParseTuple() was wrong. by Brett Cannon · 10 years ago
  85. 4205065 Issue #20390: Removing detritus from Argument Clinic "file preset" name change. by Larry Hastings · 10 years ago
  86. dcd9740 Issue #20452: select and selectors round (again) timeout away from zero for by Victor Stinner · 10 years ago
  87. 91445fb overlapped.c: Fix usage of the union by Victor Stinner · 10 years ago
  88. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  89. 3c1f0f1 Issue #20395: Extract generated clinic code in Modules/_pickle.c to separate file. by Serhiy Storchaka · 10 years ago
  90. c4ab9a4 Issue #20394: Attempt to silence CID 1164423: Division or modulo by zero in audioop_ratecv_impl() by Christian Heimes · 10 years ago
  91. 936e2f3 Issue #20193: Fix commit r6f217456b9ba by including clinic/zlibmodule.c.h instead by Christian Heimes · 10 years ago
  92. 27ea78b silence compiler warning that 's' may be used uninitialized in the load function. by Christian Heimes · 10 years ago
  93. 2c5ddbe Issue #20193: The zlib module now uses Argument Clinic. by Serhiy Storchaka · 10 years ago
  94. b62deac cleanup after custom buffer converter by Benjamin Peterson · 10 years ago
  95. 08673c5 fix refleak on error by Benjamin Peterson · 10 years ago
  96. f0537e8 Issue #20390: Final fix, for generating NoPositional/NoKeyword for __init__ calls. by Larry Hastings · 10 years ago
  97. f256c22 Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch). by Larry Hastings · 10 years ago
  98. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 10 years ago
  99. 38c72bd (Merge 3.3) Issue #20311: Revert 033137c12d88 (02f9db3e684e), by Victor Stinner · 10 years ago
  100. 9332096 Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout by Victor Stinner · 10 years ago