| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 #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 #22174: Clean-up grammar and ambiguities in property() docs. | Raymond Hettinger | 2014-08-10 | 1 | -0/+1 |
|
|
* | #18034: update FAQ to suggest importlib.import_module instead of __import__. ... | 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 |
|
|
* | #21704: remove duplicate name in Misc/ACKS. | Ezio Melotti | 2014-07-29 | 1 | -1/+0 |
|
|
* | Issue #21704: Fix build error for _multiprocessing when semaphores | Richard Oudkerk | 2014-07-28 | 1 | -0/+1 |
|
|
* | Issue #22044: Fixed premature DECREF in call_tzinfo_method. | Raymond Hettinger | 2014-07-25 | 1 | -0/+1 |
|
|
* | Issue #21597: Turtledemo text pane can now be widened to view or copy complete | Terry Jan Reedy | 2014-07-23 | 1 | -0/+1 |
|
|
* | Correct issue #21044 patch author. | Serhiy Storchaka | 2014-07-23 | 1 | -1/+0 |
|
|
* | Issue #21976: Fix test_ssl to accept LibreSSL version strings. | Antoine Pitrou | 2014-07-21 | 1 | -0/+1 |
|
|
* | Issue 21044: tarfile.open() now handles fileobj with an integer 'name' | Serhiy Storchaka | 2014-07-16 | 1 | -0/+1 |
|
|
* | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, | Ned Deily | 2014-07-13 | 1 | -0/+1 |
|\ |
|
| * | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, | Ned Deily | 2014-07-13 | 1 | -0/+1 |
| |\ |
|
| | * | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, | Ned Deily | 2014-07-13 | 1 | -0/+1 |
|
|
* | | | Issue #19145: Remove duplicate ACKS entry | Raymond Hettinger | 2014-06-26 | 1 | -1/+0 |
|
|
* | | | Issue #19145: Fix handling of negative values for a "times" keyword argument... | Raymond Hettinger | 2014-06-25 | 1 | -0/+1 |
|
|
* | | | #20155: use fake HTTP method names so windows doesn't hang the tests. | R David Murray | 2014-06-24 | 1 | -0/+1 |
|
|
* | | | merge | Raymond Hettinger | 2014-06-24 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | add Chris Foster | Benjamin Peterson | 2014-06-24 | 1 | -0/+1 |
|
|
* | | | | Issue #11974: Add tutorial section on class and instance variables | Raymond Hettinger | 2014-06-24 | 1 | -0/+1 |
|/ / / |
|
* | | | Issue #21812: Trigger immediate transformation in turtle.shapetransform(). | Raymond Hettinger | 2014-06-22 | 1 | -0/+1 |
|
|
* | | | Issue #21722: The distutils "upload" command now exits with a non-zero return... | Antoine Pitrou | 2014-06-19 | 1 | -0/+1 |
|
|
* | | | add Ammar Brohi for running ssllab's test on python.org and reporting a problem | Benjamin Peterson | 2014-06-17 | 1 | -0/+1 |
|
|
* | | | document TokenError and unclosed expression behavior (closes #12063) | Benjamin Peterson | 2014-06-08 | 1 | -0/+1 |
|
|
* | | | in ftp cache pruning, avoid changing the size of a dict while iterating over ... | 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 |
|
|
* | | | Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. | Terry Jan Reedy | 2014-06-03 | 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 #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 |
|
|
* | | | Issue #21321: itertools.islice() now releases the reference to the source ite... | Antoine Pitrou | 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 #21127: Path objects can now be instantiated from str subclass instance... | Antoine Pitrou | 2014-04-22 | 1 | -0/+1 |
|
|
* | | | #12220: improve minidom error when URI contains spaces. | R David Murray | 2014-04-20 | 1 | -0/+1 |
|
|
* | | | Issue #21311: Avoid exception in _osx_support with non-standard compiler | Ned Deily | 2014-04-19 | 1 | -0/+1 |
|
|
* | | | Issue #21289: Fix documentation building on Windows using Doc/make.bat. | Zachary Ware | 2014-04-18 | 1 | -0/+1 |
|
|
* | | | Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. | Terry Jan Reedy | 2014-04-16 | 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 |
|
|
* | | | 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 |
|
|