summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2Serhiy Storchaka2014-11-021-0/+1
| | | | and above. Patch by Tim Graham.
* #22751: fix test___all__ warning about modified environment in the tests. ↵Ezio Melotti2014-11-021-0/+1
| | | | Patch by Michael Cetrulo.
* #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra.Ezio Melotti2014-10-281-0/+1
|
* #22237: fix patch attribution.Ezio Melotti2014-10-281-0/+1
|
* Issue 22603: add Francisco Fernández Castaño to ACKS.Terry Jan Reedy2014-10-101-0/+1
|
* Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is ↵Antoine Pitrou2014-10-041-0/+1
| | | | | | mutated while iterating. Patch by Olivier Grisel.
* check that exception messages are not empty (#22379)Benjamin Peterson2014-09-281-0/+1
| | | | Patch by Yongzhi Pan.
* #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-271-0/+1
| | | | Patch by Ian Cordasco, approved by Éric Araujo.
* Issue #16537: Check whether self.extensions is empty in setup.py.Berker Peksag2014-09-271-0/+1
| | | | Patch by Jonathan Hosmer.
* Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-261-0/+1
| | | | Patch by Anastasia Filatova.
* Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.Berker Peksag2014-09-241-0/+1
| | | | Patch by Terry Chia.
* fix error in split() examples (closes #22459)Benjamin Peterson2014-09-231-0/+1
| | | | Patch by Raúl Cumplido.
* Merge from 3.3Senthil Kumaran2014-09-171-0/+1
|\ | | | | | | Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes.
| * Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ↵Senthil Kumaran2014-09-171-0/+1
| | | | | | | | 65536 bytes.
* | Lax cookie parsing in http.cookies could be a security issue when combinedAntoine Pitrou2014-09-161-0/+1
|\ \ | |/ | | | | | | | | with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
| * Lax cookie parsing in http.cookies could be a security issue when combinedAntoine Pitrou2014-09-161-0/+1
| | | | | | | | | | | | with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
* | Issue #19524: Fixed resource leak in the HTTP connection when an invalidSerhiy Storchaka2014-09-061-0/+1
| | | | | | | | response is received. Patch by Martin Panter.
* | Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ↵Antoine Pitrou2014-08-291-0/+1
| | | | | | | | | | | | caused by mutation of the waiters queue without holding the lock. Patch by Doug Zongker.
* | Issue #22191: Fix warnings.__all__.Brett Cannon2014-08-221-0/+1
| | | | | | | | Thanks to Jon Poler for the patch.
* | Issue #21445: Pass exception messages correctly to assertTrue inBerker Peksag2014-08-141-0/+1
| | | | | | | | | | | | the FileCompareTestCase.test_matching test. Patch by Steven Barker.
* | 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
| | | | | | | | Patch by Wouter van Heyst.
* | #20977: fix undefined name in the email module. Patch by Rose Ames.Ezio Melotti2014-08-041-0/+1
| |
* | #21704: remove duplicate name in Misc/ACKS.Ezio Melotti2014-07-291-1/+0
| |
* | Issue #21704: Fix build error for _multiprocessing when semaphoresRichard Oudkerk2014-07-281-0/+1
| | | | | | | | are not available. Patch by Arfrever Frehtes Taifersar Arahesis.
* | Issue #22044: Fixed premature DECREF in call_tzinfo_method.Raymond Hettinger2014-07-251-0/+1
| |
* | Issue #21597: Turtledemo text pane can now be widened to view or copy completeTerry Jan Reedy2014-07-231-0/+1
| | | | | | | | | | | | lines or narrowed for small screens. Issie #19132: Turtledemo buttons no longer disappear when window is shrun. Patch mostly by Lita Cho (21597) using idea from patch by Jan Kanis (18132).
* | Correct issue #21044 patch author.Serhiy Storchaka2014-07-231-1/+0
| |
* | Issue #21976: Fix test_ssl to accept LibreSSL version strings.Antoine Pitrou2014-07-211-0/+1
| | | | | | | | Thanks to William Orr.
* | Issue 21044: tarfile.open() now handles fileobj with an integer 'name'Serhiy Storchaka2014-07-161-0/+1
| | | | | | | | attribute. Based on patch by Martin Panter.
* | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+1
|\ \ | |/ | | | | broken by the fix for security issue #19435. Patch by Zach Byrne.
| * Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+1
| |\ | | | | | | | | | broken by the fix for security issue #19435. Patch by Zach Byrne.
| | * Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+1
| | | | | | | | | | | | broken by the fix for security issue #19435. Patch by Zach Byrne.
* | | Issue #19145: Remove duplicate ACKS entryRaymond Hettinger2014-06-261-1/+0
| | |
* | | Issue #19145: Fix handling of negative values for a "times" keyword ↵Raymond Hettinger2014-06-251-0/+1
| | | | | | | | | | | | | | | | | | argument to itertools.repeat()> (Patch contributed by Vajrasky Kok.)
* | | #20155: use fake HTTP method names so windows doesn't hang the tests.R David Murray2014-06-241-0/+1
| | | | | | | | | | | | | | | | | | | | | Windows was seeing the 'GET' generated by these tests as invalid and forcibly closing the socket, causing the test to fail. Patch by Jeff Allen.
* | | mergeRaymond Hettinger2014-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
|/ / / | | | | | | | | | (Based on a patch from Renee Chu.)
* | | Issue #21812: Trigger immediate transformation in turtle.shapetransform().Raymond Hettinger2014-06-221-0/+1
| | |
* | | Issue #21722: The distutils "upload" command now exits with a non-zero ↵Antoine Pitrou2014-06-191-0/+1
| | | | | | | | | | | | | | | | | | return code when uploading fails. Patch by Martin Dengler.
* | | 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
| | | | | | | | | | | | Patch by Amandine Lee.
* | | in ftp cache pruning, avoid changing the size of a dict while iterating over ↵Benjamin Peterson2014-06-071-0/+1
| | | | | | | | | | | | | | | | | | it (closes #21463) Patch by Skyler Leigh Amador.
* | | document the compress_level argument to tarfile.open (closes #21404)Benjamin Peterson2014-06-071-0/+1
| | | | | | | | | | | | Patch by Katherine Busch.
* | | 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
| | | | | | | | | | | | Patch prepared by David Harrigan.
* | | Issue #21488: Oops, the patch for codecs.encode/decode doc was written byVictor Stinner2014-05-141-1/+0
| | | | | | | | | | | | | | | Berker Peksag (already present in Misc/ACKS). The issue was reported by Brad Aylsworth.
* | | Issue #21075: fileinput.FileInput now reads bytes from standard stream ifSerhiy Storchaka2014-05-141-0/+1
| | | | | | | | | | | | binary mode is specified. Patch by Sam Kimbrel.
* | | Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword ↵Victor Stinner2014-05-141-0/+1
| | | | | | | | | | | | | | | | | | support. Patch written by Brad Aylsworth.