| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | 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 by... | Raymond Hettinger | 2014-05-26 | 1 | -0/+1 |
|
|
* | | Issue #20197: Added support for the WebP image type in the imghdr module. | Serhiy Storchaka | 2014-05-25 | 1 | -0/+1 |
|
|
* | | Issue #21555: simplify code in gcmodule.c by using the pytime.h functions ins... | Antoine Pitrou | 2014-05-24 | 1 | -0/+1 |
|
|
* | | 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 |
|
|
| * | Issue #21488: Oops, the patch for codecs.encode/decode doc was written by | Victor Stinner | 2014-05-14 | 1 | -1/+0 |
|
|
* | | Issue #21075: fileinput.FileInput now reads bytes from standard stream if | Serhiy Storchaka | 2014-05-14 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #21075: fileinput.FileInput now reads bytes from standard stream if | Serhiy Storchaka | 2014-05-14 | 1 | -0/+1 |
|
|
| * | Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword supp... | Victor Stinner | 2014-05-14 | 1 | -0/+1 |
|
|
| * | Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush... | Antoine Pitrou | 2014-05-08 | 1 | -0/+1 |
|
|
* | | 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 |
|
|
* | | Issue #21321: itertools.islice() now releases the reference to the source ite... | Antoine Pitrou | 2014-04-29 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #21321: itertools.islice() now releases the reference to the source ite... | Antoine Pitrou | 2014-04-29 | 1 | -0/+1 |
|
|
* | | 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 DictWrit... | Antoine Pitrou | 2014-04-28 | 1 | -0/+1 |
|
|
* | | Issue #21312: Update the thread_foobar.h template file to include newer threa... | Antoine Pitrou | 2014-04-28 | 1 | -0/+1 |
|
|
* | | Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string... | Antoine Pitrou | 2014-04-28 | 1 | -0/+1 |
|
|
* | | 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 K... | Tim Golden | 2014-04-27 | 1 | -0/+1 |
|
|
* | | Issue #21127: Path objects can now be instantiated from str subclass instance... | Antoine Pitrou | 2014-04-22 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #21127: Path objects can now be instantiated from str subclass instance... | Antoine Pitrou | 2014-04-22 | 1 | -0/+1 |
|
|
* | | Merge: #12220: improve minidom error when URI contains spaces. | R David Murray | 2014-04-20 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | #12220: improve minidom error when URI contains spaces. | R David Murray | 2014-04-20 | 1 | -0/+1 |
|
|
* | | Issue #21311: merge with 3.4 | Ned Deily | 2014-04-19 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #21311: Avoid exception in _osx_support with non-standard compiler | Ned Deily | 2014-04-19 | 1 | -0/+1 |
|
|
* | | Merge with 3.4 | Zachary Ware | 2014-04-18 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #21289: Fix documentation building on Windows using Doc/make.bat. | Zachary Ware | 2014-04-18 | 1 | -0/+1 |
|
|
* | | Merge with 3.4 | Terry Jan Reedy | 2014-04-16 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. | Terry Jan Reedy | 2014-04-16 | 1 | -0/+1 |
|
|
* | | #15916: if there are no docstrings, make empty suite, not an error. | R David Murray | 2014-04-15 | 1 | -0/+1 |
|
|
* | | Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber. | Eric V. Smith | 2014-04-14 | 1 | -0/+1 |
|
|
* | | merge 3.4 | Benjamin Peterson | 2014-04-14 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | merge 3.3 | Benjamin Peterson | 2014-04-14 | 1 | -0/+1 |
| |\ |
|
| | * | merge 3.2 | Benjamin Peterson | 2014-04-14 | 1 | -0/+1 |
| | |\ |
|
| | | * | in scan_once, prevent the reading of arbitrary memory when passed a negative ... | Benjamin Peterson | 2014-04-14 | 1 | -0/+1 |
|
|
* | | | | Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than TypeErr... | Mark Dickinson | 2014-04-11 | 1 | -0/+1 |
|/ / / |
|
* | | | merge 3.3 | Benjamin Peterson | 2014-03-31 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | merge 3.2 | Benjamin Peterson | 2014-03-31 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | add Ian Beer | Benjamin Peterson | 2014-03-31 | 1 | -0/+1 |
|
|
* | | | backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. | R David Murray | 2014-03-25 | 1 | -0/+1 |
|
|
* | | | Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Sc... | Antoine Pitrou | 2014-03-23 | 1 | -0/+1 |
|
|
* | | | add Nehal Hussain | Benjamin Peterson | 2014-03-20 | 1 | -0/+1 |
|
|
* | | | merge 3.3 | Benjamin Peterson | 2014-03-12 | 1 | -0/+1 |
|\ \ \
| |/ / |
|