Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #11855: merge from 3.2 | Eli Bendersky | 2011-04-16 | 1 | -5/+5 |
|\ | |||||
| * | Issue #11855: merge from 3.1 | Eli Bendersky | 2011-04-16 | 1 | -5/+5 |
| |\ | |||||
| | * | Issue #11855: Apply missing formatting for urlretrieve | Eli Bendersky | 2011-04-16 | 1 | -5/+5 |
* | | | merge | Raymond Hettinger | 2011-04-16 | 1 | -0/+20 |
|\ \ \ | |/ / | |||||
| * | | merge | Raymond Hettinger | 2011-04-16 | 1 | -0/+20 |
| |\ \ | | |/ | |||||
| | * | Add another example to the collections module docs. | Raymond Hettinger | 2011-04-16 | 1 | -0/+20 |
* | | | #11843: Merge with 3.2. | Ezio Melotti | 2011-04-15 | 1 | -2/+0 |
|\ \ \ | |/ / | |||||
| * | | #11843: Merge with 3.1. | Ezio Melotti | 2011-04-15 | 1 | -2/+0 |
| |\ \ | | |/ | |||||
| | * | #11843: remove duplicate line from table in distutil doc. | Ezio Melotti | 2011-04-15 | 1 | -2/+0 |
* | | | #4783: Merge with 3.2. | Ezio Melotti | 2011-04-15 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | #4783: Merge with 3.1. | Ezio Melotti | 2011-04-15 | 1 | -0/+5 |
| |\ \ | | |/ | |||||
| | * | #4783: document that is not possible to use json.dump twice on the same stream. | Ezio Melotti | 2011-04-15 | 1 | -0/+5 |
* | | | merge from 3.2 | Eli Bendersky | 2011-04-15 | 1 | -6/+38 |
|\ \ \ | |/ / | |||||
| * | | merge from 3.1 | Eli Bendersky | 2011-04-15 | 1 | -6/+38 |
| |\ \ | | |/ | |||||
| | * | Issue #11827: remove mention of list2cmdline in the doc of subprocess | Eli Bendersky | 2011-04-15 | 1 | -6/+37 |
* | | | #11840: Merge with 3.2. | Ezio Melotti | 2011-04-14 | 1 | -33/+31 |
|\ \ \ | |/ / | |||||
| * | | #11840: Merge with 3.1. | Ezio Melotti | 2011-04-14 | 1 | -33/+31 |
| |\ \ | | |/ | |||||
| | * | #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. | Ezio Melotti | 2011-04-14 | 1 | -29/+27 |
| | * | #9101: backport json reference in configparser doc. | Ezio Melotti | 2011-04-14 | 1 | -0/+10 |
* | | | #11684: Complete parser bytes interface by adding BytesHeaderParser | R David Murray | 2011-04-13 | 1 | -6/+8 |
* | | | Merge: Fix wording and clarify that the IDNA codec operates on full domain na... | R David Murray | 2011-04-13 | 1 | -2/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge: Fix wording and clarify that the IDNA codec operates on full domain na... | R David Murray | 2011-04-13 | 1 | -2/+8 |
| |\ \ | | |/ | |||||
| | * | Fix wording and clarify that the IDNA codec operates on full domain names. | R David Murray | 2011-04-13 | 1 | -2/+8 |
* | | | Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 | R David Murray | 2011-04-13 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 | R David Murray | 2011-04-13 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | #10019: Fix regression relative to 2.6: add newlines if indent=0 | R David Murray | 2011-04-13 | 1 | -3/+3 |
* | | | Fix markup. | Raymond Hettinger | 2011-04-12 | 1 | -2/+2 |
* | | | Added 'handlers' argument to logging.basicConfig. | Vinay Sajip | 2011-04-11 | 1 | -1/+16 |
* | | | #2650: re.escape() no longer escapes the "_". | Ezio Melotti | 2011-04-10 | 1 | -3/+6 |
* | | | Merge with 3.2 | Ross Lagerwall | 2011-04-10 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue #11818: Fix tempfile examples for Python 3. | Ross Lagerwall | 2011-04-10 | 1 | -5/+5 |
* | | | Beautify and modernize the SequenceMatcher example | Raymond Hettinger | 2011-04-10 | 1 | -7/+9 |
|\ \ \ | |/ / | |||||
| * | | Beautify and modernize the SequenceMatcher example | Raymond Hettinger | 2011-04-10 | 1 | -7/+9 |
* | | | faulthandler: fix unregister() if it is called before register() | Victor Stinner | 2011-04-08 | 1 | -1/+2 |
* | | | Merged whitespace fix. | Vinay Sajip | 2011-04-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Normalised whitespace. | Vinay Sajip | 2011-04-08 | 1 | -1/+1 |
* | | | Merged doc fix in 3.2. | Vinay Sajip | 2011-04-08 | 1 | -2/+9 |
|\ \ \ | |/ / | |||||
| * | | Updated Formatter documentation. | Vinay Sajip | 2011-04-08 | 1 | -2/+9 |
* | | | #1690608: make formataddr RFC2047 aware. | R David Murray | 2011-04-06 | 1 | -1/+8 |
* | | | Clarify that GzipFile.read1() is now implemented | Antoine Pitrou | 2011-04-04 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Clarify that GzipFile.read1() isn't implemented. | Antoine Pitrou | 2011-04-04 | 1 | -1/+1 |
* | | | Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten ... | Antoine Pitrou | 2011-04-03 | 1 | -0/+16 |
* | | | Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept | Antoine Pitrou | 2011-04-03 | 2 | -122/+83 |
* | | | #11282: merge with 3.2. | Ezio Melotti | 2011-04-03 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | #11282: the fail* methods will stay around a few more versions. | Ezio Melotti | 2011-04-03 | 1 | -1/+1 |
* | | | Merge with 3.2 | Ezio Melotti | 2011-04-03 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.1 | Ezio Melotti | 2011-04-03 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix typo noticed by Sandro Tosi. | Ezio Melotti | 2011-04-03 | 1 | -1/+1 |
| | * | Merge issue 11662. | Guido van Rossum | 2011-03-29 | 1 | -0/+4 |
| | |\ | |||||
* | | | | Issue #11393: The fault handler handles also SIGABRT | Victor Stinner | 2011-04-01 | 2 | -9/+10 |