- 0caaa6c Issue #28616: Correct help for sys.version_info releaselevel component. by Ned Deily · 9 years ago
- 52b0888 Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 9 years ago
- 5e5af96 Issue #26240: Clean up the subprocess module doc string by Martin Panter · 9 years ago
- 58bd36b Issue #28435: Avoid no_proxy environment variable interfering with tests by Martin Panter · 9 years ago
- 0ea51b1 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 9 years ago
- dace77c Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 9 years ago
- ad7a9ea IDLE NEWS item and ack. by Terry Jan Reedy · 9 years ago
- b00cc83 Issue #27806: add Aleks to Misc/ACKS. by Ned Deily · 9 years ago
- e6239a3 Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an instance of a float subclass. Thanks Eddie James. by Mark Dickinson · 9 years ago
- 8578316 # 2466: ismount now recognizes mount points user can't access. by R David Murray · 9 years ago
- 75d7b61 Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
- 801110b Issue #27490: Do not build pgen when cross-compiling by Martin Panter · 9 years ago
- 2955ef7 Issue #25393: Fix probable copy/paste error in resource docs by Zachary Ware · 9 years ago
- 77ccaaf Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 9 years ago
- e52140c #16484: Change PYTHONDOCS to "https:", and fix links to use lowercase by Martin Panter · 9 years ago
- 6af1c49 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 9 years ago
- cb0fc27 Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 9 years ago
- b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 9 years ago
- c742dff Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 9 years ago
- f6f617c Fix python-gdb.py: get C types on demand by Victor Stinner · 9 years ago
- a70c323 Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 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
- 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
- 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
- 69d7f6a Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 9 years ago
- f9ce84b #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 9 years ago
- ade4097 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 10 years ago
- 1d269c1 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 10 years ago
- a339e86 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 10 years ago
- 047ddfb Issue #26106: doc: Move text of licenses to parsed literal block by Victor Stinner · 10 years ago
- 8addf28 Issue #25697: Fixed rough alphabetical order in Misc/ACKS. by Serhiy Storchaka · 10 years ago
- 37c02ac Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 10 years ago
- fbe04b6 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 10 years ago
- 15a43ed Issue #25461: Rephrase os.walk() doc by Victor Stinner · 10 years ago
- 4ed35fc Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 10 years ago
- 51cd53e reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 10 years ago
- cff22eb Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 10 years ago
- ab54ca7 Give proper credit for issue #24915 by Brett Cannon · 10 years ago
- 6f80464 Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 10 years ago
- 0ed1bcd Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 10 years ago
- b75a0e9 Issue #17849: Raise sensible exception for invalid HTTP tunnel response by Martin Panter · 10 years ago
- 6a31bb5 Issue #24952: Clarify default argument of stack_size() in threading, thread by Martin Panter · 10 years ago
- d951625 Merge 2.7 heads. by Robert Collins · 10 years ago
- 11ac1a8 Issue #22812: Fix unittest discovery examples. by Robert Collins · 10 years ago
- b4bdbe9 Issue #23672: ACKS by Terry Jan Reedy · 10 years ago
- 9168d06 #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 10 years ago
- 937f2f7 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 10 years ago
- 977be3e Issue #23652: Make the select module compile against LSB headers. by Zachary Ware · 10 years ago
- 9de4707 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 10 years ago
- 3f32b97 Issue #21192: acks for 2.7 by Terry Jan Reedy · 10 years ago
- 15a92fd Issue #23319: Add Matthieu Gautier to Misc/ACKS by Victor Stinner · 10 years ago
- 581234e Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 10 years ago
- d43e928 Issue #23985: Fixed integer overflow in iterator object. Original patch by by Serhiy Storchaka · 10 years ago
- c96ac59 Attribute Michael Dorman for his initial patch on issue #18402. by Zachary Ware · 10 years ago
- 37943b0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 10 years ago
- 1afb9da #23512: list non-essential built-in functions after the table. Patch by Carlo Beccarini. by Ezio Melotti · 10 years ago
- bc1fda3 #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 10 years ago
- b4b000f #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
- 7c26be5 Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
- 233e698 Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. by Serhiy Storchaka · 10 years ago
- 5606cd9 Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch by Stefan Krah · 11 years ago
- b5daa3d Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 11 years ago
- 07f9047 fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 11 years ago
- d862db0 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 11 years ago
- 186c5f0 Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2. by Serhiy Storchaka · 11 years ago
- 009352a #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 11 years ago
- cae81d0 #22237: fix patch attribution. by Ezio Melotti · 11 years ago
- 9f8a5b1 #22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter. by Ezio Melotti · 11 years ago
- 1643d5c give exception a nice message (closes #22379) by Benjamin Peterson · 11 years ago
- 9ad23c6 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 11 years ago
- 1b4b7af Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 11 years ago
- 12f0532 Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 11 years ago
- b5dc3dc Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 11 years ago
- cdabc37 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 11 years ago
- c9cdd0c Lax cookie parsing in http.cookies could be a security issue when by Guido van Rossum · 11 years ago
- 0140845 Issue #22191: Fix warnings.__all__. by Brett Cannon · 11 years ago
- 575ee4c Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 11 years ago
- c468aba #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 11 years ago
- af09c77 Issue #21591: add test for qualified exec in tuple form. by Robert Jordens · 11 years ago
- e2fbf4f Issue #21597: Turtledemo text pane can now be widened to view or copy complete by Terry Jan Reedy · 11 years ago
- 7cc3b0a Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on by Serhiy Storchaka · 11 years ago
- 4e64d87 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 11 years ago
- b606d45 Issue #21868: Prevent turtle crash due to invalid undo buffer size. by Raymond Hettinger · 11 years ago
- e7829bd Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 11 years ago
- c893762 Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
- 38017b3 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 11 years ago
- 58ad245 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 11 years ago
- 3eb76fc #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 11 years ago
- b23eef5 add Chris Foster by Benjamin Peterson · 11 years ago
- 58eb605 Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 11 years ago
- 077c956 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 11 years ago
- a48162a add Ammar Brohi for running ssllab's test on python.org and reporting a problem by Benjamin Peterson · 11 years ago
- 806f9d7 document TokenError and unclosed expression behavior (closes #12063) by Benjamin Peterson · 11 years ago
- 3afd956 document the compress_level argument to tarfile.open (closes #21404) by Benjamin Peterson · 11 years ago
- a4b538d Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. by Terry Jan Reedy · 11 years ago
- cc79837 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 11 years ago
- 4c5eced Issue #21488: Oops, the patch for codecs.encode/decode doc was written by by Victor Stinner · 11 years ago
- 07b1615 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 11 years ago