Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #9554: Use modern unittest features in test_argparse. | Berker Peksag | 2014-07-06 | 1 | -0/+1 |
| | | | | Initial patch by Denver Coneybeare and Radu Voicilas. | ||||
* | merge | Raymond Hettinger | 2014-06-26 | 1 | -1/+0 |
|\ | |||||
| * | Issue #19145: Remove duplicate ACKS entry | Raymond Hettinger | 2014-06-26 | 1 | -1/+0 |
| | | |||||
* | | merge | Raymond Hettinger | 2014-06-25 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | 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.) | ||||
* | | merge: #20155: use fake HTTP method names so windows doesn't hang the tests. | R David Murray | 2014-06-24 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | #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. | ||||
* | | merge | Raymond Hettinger | 2014-06-24 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | merge | Raymond Hettinger | 2014-06-24 | 1 | -0/+1 |
| |\ | |||||
| * | | Issue #11974: Add tutorial section on class and instance variables | Raymond Hettinger | 2014-06-24 | 1 | -0/+1 |
| | | | | | | | | | | | | (Based on a patch from Renee Chu.) | ||||
* | | | merge 3.4 | Benjamin Peterson | 2014-06-24 | 1 | -0/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | add Chris Foster | Benjamin Peterson | 2014-06-24 | 1 | -0/+1 |
| |/ | |||||
* | | merge | Raymond Hettinger | 2014-06-22 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #21812: Trigger immediate transformation in turtle.shapetransform(). | Raymond Hettinger | 2014-06-22 | 1 | -0/+1 |
| | | |||||
* | | Issue #21741: Add st_file_attributes to os.stat_result on Windows. | Zachary Ware | 2014-06-19 | 1 | -0/+1 |
| | | | | | | | | Patch by Ben Hoyt. | ||||
* | | Issue #21722: The distutils "upload" command now exits with a non-zero ↵ | Antoine Pitrou | 2014-06-19 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | | | return code when uploading fails. Patch by Martin Dengler. | ||||
| * | Issue #21722: The distutils "upload" command now exits with a non-zero ↵ | Antoine Pitrou | 2014-06-19 | 1 | -0/+1 |
| | | | | | | | | | | | | return code when uploading fails. Patch by Martin Dengler. | ||||
* | | merge 3.4 | Benjamin Peterson | 2014-06-17 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | add Ammar Brohi for running ssllab's test on python.org and reporting a problem | Benjamin Peterson | 2014-06-17 | 1 | -0/+1 |
| | | |||||
* | | merge 3.4 (#12063) | Benjamin Peterson | 2014-06-08 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | document TokenError and unclosed expression behavior (closes #12063) | Benjamin Peterson | 2014-06-08 | 1 | -0/+1 |
| | | | | | | | | Patch by Amandine Lee. | ||||
* | | merge 3.4 (#21463) | Benjamin Peterson | 2014-06-07 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | in ftp cache pruning, avoid changing the size of a dict while iterating over ↵ | Benjamin Peterson | 2014-06-07 | 1 | -0/+1 |
| | | | | | | | | | | | | it (closes #21463) Patch by Skyler Leigh Amador. | ||||
* | | merge 3.4 (#21404) | Benjamin Peterson | 2014-06-07 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | document the compress_level argument to tarfile.open (closes #21404) | Benjamin Peterson | 2014-06-07 | 1 | -0/+1 |
| | | | | | | | | Patch by Katherine Busch. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-06-03 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. | Terry Jan Reedy | 2014-06-03 | 1 | -0/+1 |
| | | |||||
* | | Issue 21575: Show list.sort() arguments in the tutorial. | Raymond Hettinger | 2014-05-27 | 1 | -0/+1 |
| | | |||||
* | | Issue 15246: Improve test coverage for collections.abc.Set. (Contributed ↵ | Raymond Hettinger | 2014-05-26 | 1 | -0/+1 |
| | | | | | | | | by James King). | ||||
* | | Issue #20197: Added support for the WebP image type in the imghdr module. | Serhiy Storchaka | 2014-05-25 | 1 | -0/+1 |
| | | | | | | | | Patch by Fabrice Aneche and Claudiu Popa. | ||||
* | | Issue #21555: simplify code in gcmodule.c by using the pytime.h functions ↵ | Antoine Pitrou | 2014-05-24 | 1 | -0/+1 |
| | | | | | | | | | | | | instead of trying to call time.time() via the C API. Patch by Geoffrey Spear. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-05-23 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #21545: Add .pop example and tweak comment about pure mutation methods. | Terry Jan Reedy | 2014-05-23 | 1 | -0/+1 |
| | | | | | | | | Patch prepared by David Harrigan. | ||||
| * | Issue #21488: Oops, the patch for codecs.encode/decode doc was written by | Victor Stinner | 2014-05-14 | 1 | -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 if | Serhiy Storchaka | 2014-05-14 | 1 | -0/+1 |
|\ \ | |/ | | | | | binary mode is specified. Patch by Sam Kimbrel. | ||||
| * | Issue #21075: fileinput.FileInput now reads bytes from standard stream if | Serhiy Storchaka | 2014-05-14 | 1 | -0/+1 |
| | | | | | | | | binary mode is specified. Patch by Sam Kimbrel. | ||||
| * | Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword ↵ | Victor Stinner | 2014-05-14 | 1 | -0/+1 |
| | | | | | | | | | | | | support. Patch written by Brad Aylsworth. | ||||
| * | Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a ↵ | Antoine Pitrou | 2014-05-08 | 1 | -0/+1 |
| | | | | | | | | | | | | flush() on the underlying binary stream. Patch by akira. | ||||
* | | Issue18314 ACKS & NEWS | Tim Golden | 2014-05-05 | 1 | -0/+1 |
| | | |||||
* | | setup.py: report modules which built but import failed (closes #21282) | Benjamin Peterson | 2014-04-30 | 1 | -0/+1 |
| | | | | | | | | Patch by Lukas Vacek. | ||||
* | | Issue #21321: itertools.islice() now releases the reference to the source ↵ | Antoine Pitrou | 2014-04-29 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | | | iterator when the slice is exhausted. Patch by Anton Afanasyev. | ||||
| * | Issue #21321: itertools.islice() now releases the reference to the source ↵ | Antoine Pitrou | 2014-04-29 | 1 | -0/+1 |
| | | | | | | | | | | | | iterator when the slice is exhausted. Patch by Anton Afanasyev. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-04-29 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #21026: Augment site doc based on experiments. Patch by Carol Willing. | Terry Jan Reedy | 2014-04-29 | 1 | -0/+1 |
| | | |||||
* | | Issue #18727: improve test coverage of the csv module by testing for ↵ | Antoine Pitrou | 2014-04-28 | 1 | -0/+1 |
| | | | | | | | | | | | | DictWriter.writerows. Patch by Muhammad Jehanzeb. | ||||
* | | Issue #21312: Update the thread_foobar.h template file to include newer ↵ | Antoine Pitrou | 2014-04-28 | 1 | -0/+1 |
| | | | | | | | | threading APIs. Patch by Jack McCracken. | ||||
* | | Issue #19940: ssl.cert_time_to_seconds() now interprets the given time ↵ | Antoine Pitrou | 2014-04-28 | 1 | -0/+1 |
| | | | | | | | | | | | | string in the UTC timezone (as specified in RFC 5280), not the local timezone. Patch by Akira. | ||||
* | | Backed out changeset: 17df50df62c7 | Tim Golden | 2014-04-27 | 1 | -1/+0 |
| | | |||||
* | | Issue #18314 os.unlink will now remove junction points on Windows. Patch by ↵ | Tim Golden | 2014-04-27 | 1 | -0/+1 |
| | | | | | | | | Kim Gräsman. | ||||
* | | Issue #21127: Path objects can now be instantiated from str subclass ↵ | Antoine Pitrou | 2014-04-22 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | | | instances (such as numpy.str_). Thanks to Antony Lee for the report and preliminary patch. |