summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #16324: _charset parameter of MIMEText now also accepts email.charset.C...Berker Peksag2014-09-261-0/+1
* | Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-261-0/+1
|\ \ | |/
| * Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-261-0/+1
* | Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.Berker Peksag2014-09-241-0/+1
|\ \ | |/
| * Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.Berker Peksag2014-09-241-0/+1
* | merge 3.4 (#22459)Benjamin Peterson2014-09-231-0/+1
|\ \ | |/
| * fix error in split() examples (closes #22459)Benjamin Peterson2014-09-231-0/+1
* | Merge from 3.4Senthil Kumaran2014-09-171-0/+1
|\ \ | |/
| * Merge from 3.3Senthil Kumaran2014-09-171-0/+1
| |\
| | * Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...Senthil Kumaran2014-09-171-0/+1
* | | Lax cookie parsing in http.cookies could be a security issue when combinedAntoine Pitrou2014-09-161-0/+1
|\ \ \ | |/ /
| * | Lax cookie parsing in http.cookies could be a security issue when combinedAntoine Pitrou2014-09-161-0/+1
| |\ \ | | |/
| | * Lax cookie parsing in http.cookies could be a security issue when combinedAntoine Pitrou2014-09-161-0/+1
* | | Issue #19524: Fixed resource leak in the HTTP connection when an invalidSerhiy Storchaka2014-09-061-0/+1
|\ \ \ | |/ /
| * | Issue #19524: Fixed resource leak in the HTTP connection when an invalidSerhiy Storchaka2014-09-061-0/+1
* | | Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ca...Antoine Pitrou2014-08-291-0/+1
|\ \ \ | |/ /
| * | Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ca...Antoine Pitrou2014-08-291-0/+1
* | | Issue #2527: Add a *globals* argument to timeit functions, in order to overri...Antoine Pitrou2014-08-231-0/+1
* | | Merge for issue #22191 fixBrett Cannon2014-08-221-0/+1
|\ \ \ | |/ /
| * | Issue #22191: Fix warnings.__all__.Brett Cannon2014-08-221-0/+1
* | | Issue #21445: Pass exception messages correctly to assertTrue inBerker Peksag2014-08-141-0/+1
|\ \ \ | |/ /
| * | Issue #21445: Pass exception messages correctly to assertTrue inBerker Peksag2014-08-141-0/+1
* | | mergeRaymond Hettinger2014-08-101-0/+1
|\ \ \ | |/ /
| * | Issue #22174: Clean-up grammar and ambiguities in property() docs.Raymond Hettinger2014-08-101-0/+1
* | | Issue #22116: C functions and methods (of the 'builtin_function_or_method' ty...Antoine Pitrou2014-08-061-0/+1
* | | #18034: merge with 3.4.Ezio Melotti2014-08-041-0/+1
|\ \ \ | |/ /
| * | #18034: update FAQ to suggest importlib.import_module instead of __import__. ...Ezio Melotti2014-08-041-0/+1
* | | #20977: merge with 3.4.Ezio Melotti2014-08-041-0/+1
|\ \ \ | |/ /
| * | #20977: fix undefined name in the email module. Patch by Rose Ames.Ezio Melotti2014-08-041-0/+1
* | | Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker.Zachary Ware2014-08-011-0/+1
* | | Issue #22003: When initialized from a bytes object, io.BytesIO() nowAntoine Pitrou2014-07-291-0/+1
* | | #21704: merge with 3.4.Ezio Melotti2014-07-291-1/+0
|\ \ \ | |/ /
| * | #21704: remove duplicate name in Misc/ACKS.Ezio Melotti2014-07-291-1/+0
* | | Issue #21704: Merge.Richard Oudkerk2014-07-281-0/+1
|\ \ \ | |/ /
| * | Issue #21704: Fix build error for _multiprocessing when semaphoresRichard Oudkerk2014-07-281-0/+1
* | | mergeRaymond Hettinger2014-07-251-0/+1
|\ \ \ | |/ /
| * | Issue #22044: Fixed premature DECREF in call_tzinfo_method.Raymond Hettinger2014-07-251-0/+1
* | | Issue #21947: handle generator-iterator objects in disNick Coghlan2014-07-251-0/+1
* | | Merge with 3.4Terry Jan Reedy2014-07-231-0/+1
|\ \ \ | |/ /
| * | Issue #21597: Turtledemo text pane can now be widened to view or copy completeTerry Jan Reedy2014-07-231-0/+1
* | | Correct issue #21044 patch author.Serhiy Storchaka2014-07-231-1/+0
|\ \ \ | |/ /
| * | Correct issue #21044 patch author.Serhiy Storchaka2014-07-231-1/+0
* | | Issue #21976: Fix test_ssl to accept LibreSSL version strings.Antoine Pitrou2014-07-211-0/+1
|\ \ \ | |/ /
| * | Issue #21976: Fix test_ssl to accept LibreSSL version strings.Antoine Pitrou2014-07-211-0/+1
* | | Issue 21044: tarfile.open() now handles fileobj with an integer 'name'Serhiy Storchaka2014-07-161-0/+1
|\ \ \ | |/ /
| * | Issue 21044: tarfile.open() now handles fileobj with an integer 'name'Serhiy Storchaka2014-07-161-0/+1
* | | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+1
|\ \ \ | |/ /
| * | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+1
| |\ \ | | |/
| | * Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+1
| | |\
| | | * Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+1