1. 584f5cb merge 3.3 by Benjamin Peterson · 10 years ago
  2. 156285c merge 3.2 by Benjamin Peterson · 10 years ago
  3. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 10 years ago
  4. e7d532f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 10 years ago
  5. d9a7352 Issue #21036: Fix typo in macro name by Victor Stinner · 10 years ago
  6. 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
  7. ed6783f Issue #10141, Issue 20065: Changed #if to take CAN_RAW into account. by Vinay Sajip · 10 years ago
  8. 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
  9. 373f0a9 Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by by Victor Stinner · 10 years ago
  10. fca2866 merge 3.3 (#20946) by Benjamin Peterson · 10 years ago
  11. fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 10 years ago
  12. 466eaaa merge 3.3 by Benjamin Peterson · 10 years ago
  13. c77e7a4 only define zero constant when it is used by Benjamin Peterson · 10 years ago
  14. ce68c19 remove unused zero constants by Benjamin Peterson · 10 years ago
  15. ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 10 years ago
  16. 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  17. a537eb4 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 10 years ago
  18. c5cc501 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  19. 2fc8f77 Issue #20404: reject non-text encodings early in TextIOWrapper. by Georg Brandl · 10 years ago
  20. 1ac4261 Issue #19748: On AIX, time.mktime() now raises an OverflowError for year by Victor Stinner · 10 years ago
  21. 329e492 Issue #20656: Restore explicit downcast in select_select(). by Victor Stinner · 10 years ago
  22. 5a8e579 Close #20656: Fix select.select() on OpenBSD 64-bit by Victor Stinner · 10 years ago
  23. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 10 years ago
  24. ec91cd6 merge backout for #20621 by Benjamin Peterson · 10 years ago
  25. eb43736 backout 2807a5f011e4 for causing #20621 by Benjamin Peterson · 10 years ago
  26. c20b4d8 backout d28242a636c7 so I can backout 2807a5f011e4 by Benjamin Peterson · 10 years ago
  27. c77974e Merge from 3.3 by Andrew Kuchling · 10 years ago
  28. 3137885 #12211: remove paragraph about NaNs by Andrew Kuchling · 10 years ago
  29. 87a113b Merge from 3.3 by Andrew Kuchling · 10 years ago
  30. 8cb1ec3 #12211: clarify math.copysign() documentation and docstring by Andrew Kuchling · 10 years ago
  31. 5bdfc51 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 10 years ago
  32. 61e2493 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 10 years ago
  33. e18e787 merge 3.3 (#20594) by Benjamin Peterson · 10 years ago
  34. 932bba3 avoid name clash with posix_close (closes #20594) by Benjamin Peterson · 10 years ago
  35. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 10 years ago
  36. dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  37. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  38. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  39. b4062e8 Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the by Charles-François Natali · 10 years ago
  40. 4025ac7 Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the by Charles-François Natali · 10 years ago
  41. 93db29b Issue #20374: merge by Ned Deily · 10 years ago
  42. 22d415c Issue #20374: delete spurious empty line by Ned Deily · 10 years ago
  43. 4b104ab Issue #20374: merge by Ned Deily · 10 years ago
  44. 7b9ddea Issue #20374: Avoid compiler warnings when compiling readline with libedit. by Ned Deily · 10 years ago
  45. 54c1391 Issue #20489: Explicitly qualified expressions for default values in methods. by Serhiy Storchaka · 10 years ago
  46. 25ff287 Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 10 years ago
  47. d33491e Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 10 years ago
  48. e9e8907 merge 3.3 (#19186) by Benjamin Peterson · 10 years ago
  49. 091d017 restore namespacing of pyexpat symbols (closes #19186) by Benjamin Peterson · 10 years ago
  50. a9b1524 Close #20404: blacklist non-text encodings in io.TextIOWrapper by Nick Coghlan · 10 years ago
  51. ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 10 years ago
  52. ce591c2 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 10 years ago
  53. 1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 10 years ago
  54. f045de4 remove code which does nothing but cause refleaks by Benjamin Peterson · 10 years ago
  55. 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 10 years ago
  56. dd382ef Issue #20354: Fix alignment issue in the tracemalloc module on 64-bit by Victor Stinner · 10 years ago
  57. 1088d98 The function name for cmath.isinf in PyArg_ParseTuple() was wrong. by Brett Cannon · 10 years ago
  58. 4205065 Issue #20390: Removing detritus from Argument Clinic "file preset" name change. by Larry Hastings · 10 years ago
  59. dcd9740 Issue #20452: select and selectors round (again) timeout away from zero for by Victor Stinner · 10 years ago
  60. 91445fb overlapped.c: Fix usage of the union by Victor Stinner · 10 years ago
  61. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  62. 3c1f0f1 Issue #20395: Extract generated clinic code in Modules/_pickle.c to separate file. by Serhiy Storchaka · 10 years ago
  63. c4ab9a4 Issue #20394: Attempt to silence CID 1164423: Division or modulo by zero in audioop_ratecv_impl() by Christian Heimes · 10 years ago
  64. 936e2f3 Issue #20193: Fix commit r6f217456b9ba by including clinic/zlibmodule.c.h instead by Christian Heimes · 10 years ago
  65. 27ea78b silence compiler warning that 's' may be used uninitialized in the load function. by Christian Heimes · 10 years ago
  66. 2c5ddbe Issue #20193: The zlib module now uses Argument Clinic. by Serhiy Storchaka · 10 years ago
  67. b62deac cleanup after custom buffer converter by Benjamin Peterson · 10 years ago
  68. 08673c5 fix refleak on error by Benjamin Peterson · 10 years ago
  69. f0537e8 Issue #20390: Final fix, for generating NoPositional/NoKeyword for __init__ calls. by Larry Hastings · 10 years ago
  70. f256c22 Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch). by Larry Hastings · 10 years ago
  71. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 10 years ago
  72. 38c72bd (Merge 3.3) Issue #20311: Revert 033137c12d88 (02f9db3e684e), by Victor Stinner · 10 years ago
  73. 9332096 Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout by Victor Stinner · 10 years ago
  74. 98c779e Issue #20193: The _lzma module now uses Argument Clinic. by Serhiy Storchaka · 10 years ago
  75. 1bc4bb2 Issue #20193: The _bz2 module now uses Argument Clinic. by Serhiy Storchaka · 10 years ago
  76. 8d00d73 Issue #20133: The audioop module now uses Argument Clinic. by Serhiy Storchaka · 10 years ago
  77. 1278561 Fixed converting errors in the binascii module (issue20151). by Serhiy Storchaka · 10 years ago
  78. 3ffd913 Issue #20151: The binascii module now uses Argument Clinic. by Serhiy Storchaka · 10 years ago
  79. c3bf14d merge 3.3 (#20374) by Benjamin Peterson · 10 years ago
  80. f0b463a new plan: just remove typecasts (closes #20374) by Benjamin Peterson · 10 years ago
  81. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  82. 8f81c3c merge 3.3 (#20374) by Benjamin Peterson · 10 years ago
  83. 5f6bf55 use new readline function types (closes #20374) by Benjamin Peterson · 10 years ago
  84. fe5fff6 Issue #19936: Restored executable bits for several libffi files. by Serhiy Storchaka · 10 years ago
  85. 744135d Issue #19936: Restored executable bits for several libffi files. by Serhiy Storchaka · 10 years ago
  86. 4625826 Two minor Argument Clinic bugfixes: use the name of the class in the by Larry Hastings · 10 years ago
  87. 09354fd (Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from by Victor Stinner · 10 years ago
  88. 665486e Issue #20311: select.epoll.poll() now rounds the timeout away from zero, by Victor Stinner · 10 years ago
  89. ab0ac27 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 10 years ago
  90. 7e52705 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 10 years ago
  91. b7ccb20 Issue #20294: Argument Clinic now supports argument parsing for __new__ and by Larry Hastings · 10 years ago
  92. dc3cce0 merge 3.3 (#17811) by Benjamin Peterson · 10 years ago
  93. e83ed43 improve description of buffers argument for readv/writev (closes #17811) by Benjamin Peterson · 10 years ago
  94. bebf735 Issue #20287: Argument Clinic's output is now configurable, allowing by Larry Hastings · 10 years ago
  95. 83fed26 avoid a compiler warning about assigning const char * to char *. by Gregory P. Smith · 11 years ago
  96. f348909 avoid a compiler warning about assigning const char * to char *. by Gregory P. Smith · 11 years ago
  97. 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 11 years ago
  98. 18cc3da Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
  99. 7f470d0 Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
  100. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago