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