Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23310: Fix MagicMock's initializer to work with __methods__. | Łukasz Langa | 2015-04-14 | 1 | -0/+1 |
| | | | | Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim. | ||||
* | Attribute Michael Dorman for his initial patch on issue #18402. | Zachary Ware | 2015-04-13 | 1 | -0/+1 |
| | |||||
* | Issue #23338: Fixed formatting ctypes error messages on Cygwin. | Serhiy Storchaka | 2015-04-04 | 1 | -0/+1 |
| | | | | Patch by Makoto Kato. | ||||
* | #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. | Ezio Melotti | 2015-03-24 | 1 | -0/+1 |
| | |||||
* | Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) | Victor Stinner | 2015-03-23 | 1 | -0/+1 |
| | | | | | | | Issue #23654: Turn off ICC's tail call optimization for the stack_overflow generator. ICC turns the recursive tail call into a loop. Patch written by Matt Frank. | ||||
* | #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. | R David Murray | 2015-03-22 | 1 | -0/+1 |
| | | | | | | | | Some http servers will reject PUT, POST, and PATCH requests if they do not have a Content-Length header. Patch by James Rutherford, with additional cleaning up of the 'request' documentation by me. | ||||
* | Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now | Serhiy Storchaka | 2015-03-13 | 1 | -0/+2 |
| | | | | | handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts. | ||||
* | Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. | Serhiy Storchaka | 2015-03-11 | 1 | -0/+1 |
| | |||||
* | Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. | Victor Stinner | 2015-02-27 | 1 | -0/+1 |
| | |||||
* | fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) | Benjamin Peterson | 2015-02-17 | 1 | -0/+1 |
| | | | | Patch by Yuyang Guo and Berker Peksag. | ||||
* | fix many custom mro() edge cases and improve code quality (#22735) | Benjamin Peterson | 2015-02-06 | 1 | -0/+1 |
| | | | | Patch by Eldar Abusalimov. | ||||
* | Issue #23180: Rename IDLE "Windows" menu item to "Window". | Ned Deily | 2015-01-18 | 1 | -0/+1 |
| | | | | Patch by Al Sweigart. | ||||
* | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 1 | -0/+1 |
| | | | | Patch by Karan Goel. | ||||
* | Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation | Victor Stinner | 2014-11-28 | 1 | -0/+1 |
| | | | | Patch written by Martin Richard. | ||||
* | Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 | Serhiy Storchaka | 2014-11-02 | 1 | -0/+1 |
| | | | | and above. Patch by Tim Graham. | ||||
* | #22751: fix test___all__ warning about modified environment in the tests. ↵ | Ezio Melotti | 2014-11-02 | 1 | -0/+1 |
| | | | | Patch by Michael Cetrulo. | ||||
* | #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. | Ezio Melotti | 2014-10-28 | 1 | -0/+1 |
| | |||||
* | #22237: fix patch attribution. | Ezio Melotti | 2014-10-28 | 1 | -0/+1 |
| | |||||
* | Issue 22603: add Francisco Fernández Castaño to ACKS. | Terry Jan Reedy | 2014-10-10 | 1 | -0/+1 |
| | |||||
* | Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is ↵ | Antoine Pitrou | 2014-10-04 | 1 | -0/+1 |
| | | | | | | mutated while iterating. Patch by Olivier Grisel. | ||||
* | check that exception messages are not empty (#22379) | Benjamin Peterson | 2014-09-28 | 1 | -0/+1 |
| | | | | Patch by Yongzhi Pan. | ||||
* | #10510: make distuitls upload/register use HTML standards compliant CRLF. | R David Murray | 2014-09-27 | 1 | -0/+1 |
| | | | | Patch by Ian Cordasco, approved by Éric Araujo. | ||||
* | Issue #16537: Check whether self.extensions is empty in setup.py. | Berker Peksag | 2014-09-27 | 1 | -0/+1 |
| | | | | Patch by Jonathan Hosmer. | ||||
* | Issue #17462: Add a paragraph about advantages of argparse over optparse. | Berker Peksag | 2014-09-26 | 1 | -0/+1 |
| | | | | Patch by Anastasia Filatova. | ||||
* | Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. | Berker Peksag | 2014-09-24 | 1 | -0/+1 |
| | | | | Patch by Terry Chia. | ||||
* | fix error in split() examples (closes #22459) | Benjamin Peterson | 2014-09-23 | 1 | -0/+1 |
| | | | | Patch by Raúl Cumplido. | ||||
* | Merge from 3.3 | Senthil Kumaran | 2014-09-17 | 1 | -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 Kumaran | 2014-09-17 | 1 | -0/+1 |
| | | | | | | | | 65536 bytes. | ||||
* | | Lax cookie parsing in http.cookies could be a security issue when combined | Antoine Pitrou | 2014-09-16 | 1 | -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 combined | Antoine Pitrou | 2014-09-16 | 1 | -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 invalid | Serhiy Storchaka | 2014-09-06 | 1 | -0/+1 |
| | | | | | | | | response is received. Patch by Martin Panter. | ||||
* | | Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ↵ | Antoine Pitrou | 2014-08-29 | 1 | -0/+1 |
| | | | | | | | | | | | | caused by mutation of the waiters queue without holding the lock. Patch by Doug Zongker. | ||||
* | | Issue #22191: Fix warnings.__all__. | Brett Cannon | 2014-08-22 | 1 | -0/+1 |
| | | | | | | | | Thanks to Jon Poler for the patch. | ||||
* | | Issue #21445: Pass exception messages correctly to assertTrue in | Berker Peksag | 2014-08-14 | 1 | -0/+1 |
| | | | | | | | | | | | | the FileCompareTestCase.test_matching test. Patch by Steven Barker. | ||||
* | | Issue #22174: Clean-up grammar and ambiguities in property() docs. | Raymond Hettinger | 2014-08-10 | 1 | -0/+1 |
| | | |||||
* | | #18034: update FAQ to suggest importlib.import_module instead of __import__. ↵ | Ezio Melotti | 2014-08-04 | 1 | -0/+1 |
| | | | | | | | | Patch by Wouter van Heyst. | ||||
* | | #20977: fix undefined name in the email module. Patch by Rose Ames. | Ezio Melotti | 2014-08-04 | 1 | -0/+1 |
| | | |||||
* | | #21704: remove duplicate name in Misc/ACKS. | Ezio Melotti | 2014-07-29 | 1 | -1/+0 |
| | | |||||
* | | Issue #21704: Fix build error for _multiprocessing when semaphores | Richard Oudkerk | 2014-07-28 | 1 | -0/+1 |
| | | | | | | | | are not available. Patch by Arfrever Frehtes Taifersar Arahesis. | ||||
* | | Issue #22044: Fixed premature DECREF in call_tzinfo_method. | Raymond Hettinger | 2014-07-25 | 1 | -0/+1 |
| | | |||||
* | | Issue #21597: Turtledemo text pane can now be widened to view or copy complete | Terry Jan Reedy | 2014-07-23 | 1 | -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 Storchaka | 2014-07-23 | 1 | -1/+0 |
| | | |||||
* | | Issue #21976: Fix test_ssl to accept LibreSSL version strings. | Antoine Pitrou | 2014-07-21 | 1 | -0/+1 |
| | | | | | | | | Thanks to William Orr. | ||||
* | | Issue 21044: tarfile.open() now handles fileobj with an integer 'name' | Serhiy Storchaka | 2014-07-16 | 1 | -0/+1 |
| | | | | | | | | attribute. Based on patch by Martin Panter. | ||||
* | | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, | Ned Deily | 2014-07-13 | 1 | -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 Deily | 2014-07-13 | 1 | -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 Deily | 2014-07-13 | 1 | -0/+1 |
| | | | | | | | | | | | | broken by the fix for security issue #19435. Patch by Zach Byrne. | ||||
* | | | Issue #19145: Remove duplicate ACKS entry | Raymond Hettinger | 2014-06-26 | 1 | -1/+0 |
| | | | |||||
* | | | Issue #19145: Fix handling of negative values for a "times" keyword ↵ | Raymond Hettinger | 2014-06-25 | 1 | -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 Murray | 2014-06-24 | 1 | -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. |