| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Issue #18216: gettext now raises an error when a .mo file has an unsupported ... | Antoine Pitrou | 2014-10-28 | 1 | -0/+1 |
|
|
* | | #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. | Ezio Melotti | 2014-10-28 | 1 | -0/+1 |
|
|
* | | #22237: merge patch attribution fix. | Ezio Melotti | 2014-10-28 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | #22237: fix patch attribution. | Ezio Melotti | 2014-10-28 | 1 | -0/+1 |
|
|
* | | Issue #22261: Add a note to PCbuild\readme.txt about MSBuild switches. | Zachary Ware | 2014-10-26 | 1 | -0/+1 |
|
|
* | | Merge with 3.4 | Terry Jan Reedy | 2014-10-10 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue 22603: add Francisco Fernández Castaño to ACKS. | Terry Jan Reedy | 2014-10-10 | 1 | -0/+1 |
|
|
* | | Add Dan O'Reilly to Misc/ACKS | Antoine Pitrou | 2014-10-05 | 1 | -0/+1 |
|
|
* | | Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is ... | Antoine Pitrou | 2014-10-04 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is ... | Antoine Pitrou | 2014-10-04 | 1 | -0/+1 |
|
|
* | | Closes issue #20858: Enhancements/fixes to pure-python datetime module | Alexander Belopolsky | 2014-09-28 | 1 | -0/+1 |
|
|
* | | merge 3.4 (#22379) | Benjamin Peterson | 2014-09-28 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | check that exception messages are not empty (#22379) | Benjamin Peterson | 2014-09-28 | 1 | -0/+1 |
|
|
* | | Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF. | R David Murray | 2014-09-27 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | #10510: make distuitls upload/register use HTML standards compliant CRLF. | R David Murray | 2014-09-27 | 1 | -0/+1 |
|
|
* | | Issue #16537: Check whether self.extensions is empty in setup.py. | Berker Peksag | 2014-09-27 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #16537: Check whether self.extensions is empty in setup.py. | Berker Peksag | 2014-09-27 | 1 | -0/+1 |
|
|
* | | Issue #16324: _charset parameter of MIMEText now also accepts email.charset.C... | Berker Peksag | 2014-09-26 | 1 | -0/+1 |
|
|
* | | Issue #17462: Add a paragraph about advantages of argparse over optparse. | Berker Peksag | 2014-09-26 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #17462: Add a paragraph about advantages of argparse over optparse. | Berker Peksag | 2014-09-26 | 1 | -0/+1 |
|
|
* | | Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. | Berker Peksag | 2014-09-24 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. | Berker Peksag | 2014-09-24 | 1 | -0/+1 |
|
|
* | | merge 3.4 (#22459) | Benjamin Peterson | 2014-09-23 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | fix error in split() examples (closes #22459) | Benjamin Peterson | 2014-09-23 | 1 | -0/+1 |
|
|
* | | Merge from 3.4 | Senthil Kumaran | 2014-09-17 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | 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 ... | Senthil Kumaran | 2014-09-17 | 1 | -0/+1 |
|
|
* | | | Lax cookie parsing in http.cookies could be a security issue when combined | Antoine Pitrou | 2014-09-16 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Lax cookie parsing in http.cookies could be a security issue when combined | Antoine Pitrou | 2014-09-16 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | Lax cookie parsing in http.cookies could be a security issue when combined | Antoine Pitrou | 2014-09-16 | 1 | -0/+1 |
|
|
* | | | Issue #19524: Fixed resource leak in the HTTP connection when an invalid | Serhiy Storchaka | 2014-09-06 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #19524: Fixed resource leak in the HTTP connection when an invalid | Serhiy Storchaka | 2014-09-06 | 1 | -0/+1 |
|
|
* | | | Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ca... | Antoine Pitrou | 2014-08-29 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ca... | Antoine Pitrou | 2014-08-29 | 1 | -0/+1 |
|
|
* | | | Issue #2527: Add a *globals* argument to timeit functions, in order to overri... | Antoine Pitrou | 2014-08-23 | 1 | -0/+1 |
|
|
* | | | Merge for issue #22191 fix | Brett Cannon | 2014-08-22 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #22191: Fix warnings.__all__. | Brett Cannon | 2014-08-22 | 1 | -0/+1 |
|
|
* | | | Issue #21445: Pass exception messages correctly to assertTrue in | Berker Peksag | 2014-08-14 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #21445: Pass exception messages correctly to assertTrue in | Berker Peksag | 2014-08-14 | 1 | -0/+1 |
|
|
* | | | merge | Raymond Hettinger | 2014-08-10 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #22174: Clean-up grammar and ambiguities in property() docs. | Raymond Hettinger | 2014-08-10 | 1 | -0/+1 |
|
|
* | | | Issue #22116: C functions and methods (of the 'builtin_function_or_method' ty... | Antoine Pitrou | 2014-08-06 | 1 | -0/+1 |
|
|
* | | | #18034: merge with 3.4. | Ezio Melotti | 2014-08-04 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | #18034: update FAQ to suggest importlib.import_module instead of __import__. ... | Ezio Melotti | 2014-08-04 | 1 | -0/+1 |
|
|
* | | | #20977: merge with 3.4. | Ezio Melotti | 2014-08-04 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | #20977: fix undefined name in the email module. Patch by Rose Ames. | Ezio Melotti | 2014-08-04 | 1 | -0/+1 |
|
|
* | | | Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker. | Zachary Ware | 2014-08-01 | 1 | -0/+1 |
|
|
* | | | Issue #22003: When initialized from a bytes object, io.BytesIO() now | Antoine Pitrou | 2014-07-29 | 1 | -0/+1 |
|
|
* | | | #21704: merge with 3.4. | Ezio Melotti | 2014-07-29 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
| * | | #21704: remove duplicate name in Misc/ACKS. | Ezio Melotti | 2014-07-29 | 1 | -1/+0 |
|
|