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