1. 1563f16 2.7.12 release candidate 1 by Benjamin Peterson · 9 years ago v2.7.12rc1
  2. d244a8f upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 9 years ago
  3. 2e1b7fc raise an error when STARTTLS fails by Benjamin Peterson · 9 years ago
  4. 391f1a4 Issue #5124: NEWS entries. by Terry Jan Reedy · 9 years ago
  5. a0f2295 - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove by doko@ubuntu.com · 9 years ago
  6. 9aabacc Issue #7356: ctypes.util: Make parsing of ldconfig output locale independent. by Matthias Klose · 15 years ago
  7. 6af1c49 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 9 years ago
  8. c363644 Issue #21313: Tolerate truncated buildinfo in sys.version by Martin Panter · 9 years ago
  9. 05837ec Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  10. ab14558 Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye by Martin Panter · 9 years ago
  11. 835d392 Issue #26014: Guide 2.7 users to the new packaging documentation: by Ned Deily · 9 years ago
  12. 966d299 Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h. by Ned Deily · 9 years ago
  13. dec45b4 Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 9 years ago
  14. d37781e Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 9 years ago
  15. a48aa85 check the result of PyByteArray_Resize in readline() (closes #27211) by Benjamin Peterson · 9 years ago
  16. c543a0f Issue #25702: A --with-lto configure option has been added that will by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  17. 8d496ad Issue #27171: Fix typos in documentation, code comments, and tests by Martin Panter · 9 years ago
  18. f50417b Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  19. b44c452 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 9 years ago
  20. cb0fc27 Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 9 years ago
  21. 90c9b40 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 9 years ago
  22. b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 9 years ago
  23. 3214ed6 Nits by Raymond Hettinger · 15 years ago
  24. 0d84ea7 Fix minor inconsistencies with Issue #N references in NEWS by Martin Panter · 9 years ago
  25. 12cf60c Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 9 years ago
  26. c742dff Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 9 years ago
  27. 3079bbe Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 9 years ago
  28. f45c175 Remove PEP 291 compatibility requirements for ctypes and modulefinder by Martin Panter · 9 years ago
  29. 1edccfa Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 9 years ago
  30. ec62130 Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). by Antoine Pitrou · 14 years ago
  31. 09f1679 Add NEWS entry for issue26960. by Senthil Kumaran · 9 years ago
  32. 22d8942 Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 9 years ago
  33. 3111c94 Issue #26881: modulefinder now works with bytecode with extended args. by Serhiy Storchaka · 9 years ago
  34. 4f23cab Corrections for a/an in code comments and documentation by Martin Panter · 9 years ago
  35. f2f1c57 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
  36. 816a5ff Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 9 years ago
  37. b4905ef Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  38. 073418a Issue #26873: xmlrpclib now raises ResponseError on unsupported type tags by Serhiy Storchaka · 9 years ago
  39. ae21a8a Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 9 years ago
  40. 064ee4d Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 9 years ago
  41. b31c87b backport fix for Issue #26804. by Senthil Kumaran · 9 years ago
  42. d4442ae Issue #26837: assertSequenceEqual() now correctly outputs non-stringified by Serhiy Storchaka · 9 years ago
  43. 0207e76 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 9 years ago
  44. e9ee317 Issue #22359: Avoid recursive $(MAKE); disable running cross-compiled pgen by Martin Panter · 9 years ago
  45. f6f617c Fix python-gdb.py: get C types on demand by Victor Stinner · 9 years ago
  46. 5b48fa9 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 9 years ago
  47. 0cf2cf2 Issue #26657: Fix SimpleHTTPServer Windows directory traversal vulnerability by Martin Panter · 9 years ago
  48. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  49. 0bb165e Issue #4806: Avoid masking TypeError when *-unpacking a generator by Martin Panter · 10 years ago
  50. 414f8b9 add gc support to slice (closes #26659) by Benjamin Peterson · 9 years ago
  51. 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  52. 9ec6464 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 9 years ago
  53. 149d080 Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properly by Serhiy Storchaka · 9 years ago
  54. 7784888 Issue #19377: Add .svg to mimetypes.types_map by Berker Peksag · 9 years ago
  55. 81f8d57 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 9 years ago
  56. 265bc81 Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 9 years ago
  57. aad86a6 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 9 years ago
  58. 3c38dcc Fix typos in documentation and comments by Martin Panter · 9 years ago
  59. a70c323 Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 9 years ago
  60. 14a7d63 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 9 years ago
  61. d524b70 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 9 years ago
  62. b8089b4 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 9 years ago
  63. b703611 Issue #24266: Cancel history search mode with Ctrl+C in Readline 7 by Martin Panter · 9 years ago
  64. 9b15490 remove useless $ keyword (closes #17167) by Benjamin Peterson · 9 years ago
  65. 6d297cb Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
  66. dbcd457 Issue #23857: Implement PEP 493 by Nick Coghlan · 9 years ago
  67. 3a4bdb6 #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 9 years ago
  68. 9cb2074 Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji. by Steve Dower · 9 years ago
  69. 2bf60cb Issue #19450: Update Windows builds to use SQLite 3.8.11.0. by Steve Dower · 9 years ago
  70. a45120d Issue #17603: Check for st_blocks field without requiring fileblocks.o by Martin Panter · 9 years ago
  71. aac1dd0 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 9 years ago
  72. 6066257 #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 9 years ago
  73. deb1a90 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 9 years ago
  74. 5c2cb82 Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 9 years ago
  75. 8285a70 Issue #16851: Add Anna Koroliuk to Misc/ACKS by Victor Stinner · 9 years ago
  76. 0fd213c Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 9 years ago
  77. b3fbbf4 Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. by Steve Dower · 9 years ago
  78. 69b7f81 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 9 years ago
  79. b5805b5 Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g. by Ned Deily · 9 years ago
  80. 4ddb44a properly use PyObject_CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 9 years ago
  81. 69d7f6a Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 9 years ago
  82. 87640b3 Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 9 years ago
  83. a61bfdb Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. by Serhiy Storchaka · 9 years ago
  84. 79f657c Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++. by Serhiy Storchaka · 9 years ago
  85. b6b1ab4 Issue #26385: Cleanup NamedTemporaryFile if fdopen() fails, by SilentGhost by Martin Panter · 9 years ago
  86. ef85a1a Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 9 years ago
  87. f9ce84b #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 9 years ago
  88. 83e9b57 Issue #24421: Compile _math.c separately to avoid race condition by Martin Panter · 10 years ago
  89. 83abccb Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 9 years ago
  90. 3058eb4 Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on by Ned Deily · 9 years ago
  91. 9037834 Issue #26417: Prevent spurious errors and incorrect defaults when by Ned Deily · 9 years ago
  92. c46a2eb Issue #26268: Update Windows builds to use OpenSSL 1.0.2f by Zachary Ware · 9 years ago
  93. ba8474b Issue #26309: Shut down SocketServer request if verify_request() is false by Martin Panter · 10 years ago
  94. b2e3946 open the cert store readonly by Benjamin Peterson · 10 years ago
  95. 1c2a7b5 Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X by Ned Deily · 10 years ago
  96. fdb959b Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f. by Ned Deily · 10 years ago
  97. 674a3cd Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation with by Charles-François Natali · 10 years ago
  98. 1c49617 Issue #25698: Importing module if the stack is too deep no longer replaces by Serhiy Storchaka · 10 years ago
  99. 53ae0ba Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 10 years ago
  100. 2dafcc2 Issues #26310, #26311: Fix typos in the documentation by Martin Panter · 10 years ago