Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #24808: Merge 3.5 into 3.6 | Martin Panter | 2015-08-25 | 1 | -0/+1 |
|\ | |||||
| * | Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field | Martin Panter | 2015-08-25 | 1 | -0/+1 |
| |\ | |||||
| | * | Issue #24808: Update the documentation of some PyTypeObject fields | Martin Panter | 2015-08-25 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch by Joseph Weston. | ||||
* | | | Issue #22812: Fix unittest discovery examples. | Robert Collins | 2015-08-24 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | Patch from Pam McA'Nulty. | ||||
| * | | Issue #22812: Fix unittest discovery examples. | Robert Collins | 2015-08-24 | 1 | -0/+1 |
| |\ \ | | |/ | | | | | | | Patch from Pam McA'Nulty. | ||||
| | * | Issue #22812: Fix unittest discovery examples. | Robert Collins | 2015-08-24 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch from Pam McA'Nulty. | ||||
* | | | Issue #20362: Honour TestCase.longMessage correctly in assertRegex. | Robert Collins | 2015-08-19 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | Patch from Ilia Kurenkov. | ||||
| * | | Issue #20362: Honour TestCase.longMessage correctly in assertRegex. | Robert Collins | 2015-08-19 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch from Ilia Kurenkov. | ||||
* | | | (Merge 3.5) cgi.FieldStorage.read_multi ignores Content-Length | Victor Stinner | 2015-08-18 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | | | | | | | Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length header in part headers. Patch written by Peter Landry and reviewed by Pierre Quentel. | ||||
| * | | (Merge 3.4) cgi.FieldStorage.read_multi ignores Content-Length | Victor Stinner | 2015-08-18 | 1 | -0/+1 |
| |\ \ | | |/ | | | | | | | | | | | | | Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length header in part headers. Patch written by Peter Landry and reviewed by Pierre Quentel. | ||||
| | * | cgi.FieldStorage.read_multi ignores Content-Length | Victor Stinner | 2015-08-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length header in part headers. Patch written by Peter Landry and reviewed by Pierre Quentel. | ||||
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-08-17 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-08-17 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #23672: ACKS | Terry Jan Reedy | 2015-08-17 | 1 | -0/+1 |
| | | | |||||
* | | | Issue #24774: Fix docstring in http.server.test. | Robert Collins | 2015-08-17 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | Patch from Chiu-Hsiang Hsu. | ||||
| * | | Issue #24774: Fix docstring in http.server.test. | Robert Collins | 2015-08-17 | 1 | -0/+1 |
| |\ \ | | |/ | | | | | | | Patch from Chiu-Hsiang Hsu. | ||||
| | * | Issue #24774: Fix docstring in http.server.test. | Robert Collins | 2015-08-17 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch from Chiu-Hsiang Hsu. | ||||
* | | | Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict. | R David Murray | 2015-08-13 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict. | R David Murray | 2015-08-13 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | #21167: Fix definition of NAN when ICC used without -fp-model strict. | R David Murray | 2015-08-13 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch from Chris Hogan of Intel, reviewed by Mark Dickinson. | ||||
* | | | Merge issue #24129 from 3.5 | Nick Coghlan | 2015-08-05 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge issue #24129 from 3.4 | Nick Coghlan | 2015-08-05 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #24129: Clarify reference docs for name resolution. | Nick Coghlan | 2015-08-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | This includes removing the assumption that readers will be familiar with the name resolution scheme Python used prior to the introduction of lexical scoping for function namespaces. Patch by Ivan Levkivskyi. | ||||
* | | | Issue #20769: Improve reload() docs. Patch by Dorian Pula. | Robert Collins | 2015-08-04 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #20769: Improve reload() docs. Patch by Dorian Pula. | Robert Collins | 2015-08-04 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #20769: Improve reload() docs. Patch by Dorian Pula. | Robert Collins | 2015-08-04 | 1 | -0/+1 |
| | | | |||||
* | | | Issue #24021: docstring for urllib.urlcleanup. | Robert Collins | 2015-08-04 | 1 | -0/+2 |
|\ \ \ | |/ / | | | | | | | Patch from Daniel Andrade Groppe and Peter Lovett | ||||
| * | | Issue #24021: docstring for urllib.urlcleanup. | Robert Collins | 2015-08-04 | 1 | -0/+2 |
| |\ \ | | |/ | | | | | | | Patch from Daniel Andrade Groppe and Peter Lovett | ||||
| | * | Issue #24021: docstring for urllib.urlcleanup. | Robert Collins | 2015-08-04 | 1 | -0/+2 |
| | | | | | | | | | | | | Patch from Daniel Andrade Groppe and Peter Lovett | ||||
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-08-01 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue 24745: Add ACKS entry. | Terry Jan Reedy | 2015-08-01 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue 24745: Add ACKS entry. | Terry Jan Reedy | 2015-08-01 | 1 | -0/+1 |
| | | | |||||
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-08-01 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-08-01 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. | Terry Jan Reedy | 2015-08-01 | 1 | -0/+1 |
| | | | | | | | | | | | | Do not print false prompts. Original patch by Adnan Umer. | ||||
* | | | Issue #22932: Fix timezones in email.utils.formatdate. | Robert Collins | 2015-07-31 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | Patch from Dmitry Shachnev. | ||||
| * | | Issue #22932: Fix timezones in email.utils.formatdate. | Robert Collins | 2015-07-31 | 1 | -0/+1 |
| |\ \ | | |/ | | | | | | | Patch from Dmitry Shachnev. | ||||
| | * | Issue #22932: Fix timezones in email.utils.formatdate. | Robert Collins | 2015-07-31 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch from Dmitry Shachnev. | ||||
* | | | Issue #23779: imaplib raises TypeError if authenticator tries to abort. | Robert Collins | 2015-07-30 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | Patch from Craig Holmquist. | ||||
| * | | Issue #23779: imaplib raises TypeError if authenticator tries to abort. | Robert Collins | 2015-07-30 | 1 | -0/+1 |
| |\ \ | | |/ | | | | | | | Patch from Craig Holmquist. | ||||
| | * | Issue #23779: imaplib raises TypeError if authenticator tries to abort. | Robert Collins | 2015-07-30 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch from Craig Holmquist. | ||||
* | | | Merge 3.5 (Misc/ACKS) | Victor Stinner | 2015-07-29 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.4 (Misc/ACKS) | Victor Stinner | 2015-07-29 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #23319: Add Matthieu Gautier to Misc/ACKS | Victor Stinner | 2015-07-29 | 1 | -0/+1 |
| | | | |||||
* | | | Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. | Robert Collins | 2015-07-26 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. | Robert Collins | 2015-07-26 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. | Robert Collins | 2015-07-26 | 1 | -0/+1 |
| | | | |||||
* | | | Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. | Robert Collins | 2015-07-22 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. | Robert Collins | 2015-07-22 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. | Robert Collins | 2015-07-22 | 1 | -0/+1 |
| | | |