summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.Serhiy Storchaka2014-12-011-0/+1
* Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.Serhiy Storchaka2014-11-021-0/+1
* #22751: fix test___all__ warning about modified environment in the tests. Pa...Ezio Melotti2014-11-021-0/+1
* #22237: fix patch attribution.Ezio Melotti2014-10-281-1/+1
* #22237: document that sorted() is guaranteed to be stable. Initial patch by ...Ezio Melotti2014-10-281-0/+1
* give exception a nice message (closes #22379)Benjamin Peterson2014-09-281-0/+1
* #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-271-0/+1
* Issue #16537: Check whether self.extensions is empty in setup.py.Berker Peksag2014-09-271-0/+1
* Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-261-0/+1
* Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.Berker Peksag2014-09-241-0/+1
* Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...Senthil Kumaran2014-09-171-0/+1
* Lax cookie parsing in http.cookies could be a security issue whenGuido van Rossum2014-09-161-0/+1
* Issue #22191: Fix warnings.__all__.Brett Cannon2014-08-221-0/+1
* Issue #22174: Clean-up grammar and ambiguities in property() docs.Raymond Hettinger2014-08-101-0/+1
* #18034: update FAQ to suggest importlib.import_module instead of __import__. ...Ezio Melotti2014-08-041-0/+1
* Issue #21591: add test for qualified exec in tuple form.Robert Jordens2014-07-291-0/+1
* Issue #21597: Turtledemo text pane can now be widened to view or copy completeTerry Jan Reedy2014-07-231-0/+1
* Backout 308f3c1e36d3. This change (issue21044) does not need to be merged onSerhiy Storchaka2014-07-221-1/+0
* Issue #21976: Fix test_ssl to accept LibreSSL version strings.Antoine Pitrou2014-07-211-0/+1
* Issue #21868: Prevent turtle crash due to invalid undo buffer size.Raymond Hettinger2014-07-211-0/+1
* Issue 21044: tarfile.open() now handles fileobj with an integer 'name'Serhiy Storchaka2014-07-161-0/+1
* Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+1
* Issue #19145: Remove duplicate ACKS entryRaymond Hettinger2014-06-261-1/+0
* Issue #19145: Fix handling of negative values for a "times" keyword argument...Raymond Hettinger2014-06-251-0/+1
* #20155: use fake HTTP method names so windows doesn't hang the tests.R David Murray2014-06-241-0/+1
* add Chris FosterBenjamin Peterson2014-06-241-0/+1
* Issue #11974: Add tutorial section on class and instance variablesRaymond Hettinger2014-06-241-0/+1
* Issue #21722: The distutils "upload" command now exits with a non-zero return...Antoine Pitrou2014-06-191-0/+1
* add Ammar Brohi for running ssllab's test on python.org and reporting a problemBenjamin Peterson2014-06-171-0/+1
* document TokenError and unclosed expression behavior (closes #12063)Benjamin Peterson2014-06-081-0/+1
* document the compress_level argument to tarfile.open (closes #21404)Benjamin Peterson2014-06-071-0/+1
* Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.Terry Jan Reedy2014-06-031-0/+1
* Issue #21545: Add .pop example and tweak comment about pure mutation methods.Terry Jan Reedy2014-05-231-0/+1
* Issue #21488: Oops, the patch for codecs.encode/decode doc was written byVictor Stinner2014-05-141-1/+0
* Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword supp...Victor Stinner2014-05-141-0/+1
* Issue #21321: itertools.islice() now releases the reference to the source ite...Antoine Pitrou2014-04-291-0/+1
* Closes #21026: Augment site doc based on experiments. Patch by Carol Willing.Terry Jan Reedy2014-04-291-0/+1
* Issue #9291 Add ACKS & NEWSTim Golden2014-04-271-0/+2
* Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a ...Tim Golden2014-04-261-0/+1
* Issue #21311: Avoid exception in _osx_support with non-standard compilerNed Deily2014-04-191-0/+1
* Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.Terry Jan Reedy2014-04-161-0/+1
* Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel.Terry Jan Reedy2014-04-141-0/+1
* in scan_once, prevent the reading of arbitrary memory when passed a negative ...Benjamin Peterson2014-04-141-0/+1
* add Ian BeerBenjamin Peterson2014-03-311-0/+1
* backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex.R David Murray2014-03-251-0/+1
* sync with 3.4 branchBenjamin Peterson2014-03-201-49/+334
* add Nehal HussainBenjamin Peterson2014-03-201-0/+1
* add Sean RodmanBenjamin Peterson2014-03-121-0/+1
* Issue #15618: Make turtle.py itself work when run from a module withTerry Jan Reedy2014-03-061-0/+1
* add Chris AngelicoBenjamin Peterson2014-03-021-0/+1