summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix a crash when the return value of a subgenerator is a temporaryAmaury Forgeot d'Arc2012-01-131-0/+11
* | | NULL and no exception set from tp_iternext means StopIterationBenjamin Peterson2012-01-131-0/+5
* | | add test, which was missing from d64ac9ab4cd0Benjamin Peterson2012-01-131-0/+842
* | | Closes #13761: add a "flush" keyword argument to print().Georg Brandl2012-01-131-0/+26
* | | Issue #13645: pyc files now contain the size of the corresponding sourceAntoine Pitrou2012-01-138-40/+117
* | | Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-136-45/+40
* | | Issue #13748: Raw bytes literals can now be written with the `rb` prefix as w...Antoine Pitrou2012-01-122-4/+25
* | | test_strlit was never runAntoine Pitrou2012-01-121-3/+5
|\ \ \ | |/ /
| * | test_strlit was never runAntoine Pitrou2012-01-121-3/+5
* | | use full unicode mappings for upper/lower/title case (#12736)Benjamin Peterson2012-01-113-2/+46
* | | Remove unused certificate from the test directory.Antoine Pitrou2012-01-101-31/+0
|\ \ \ | |/ /
| * | Remove unused certificate from the test directory.Antoine Pitrou2012-01-101-31/+0
* | | Issue #13757: Change os.fdlistdir() so that it duplicates the passed fileCharles-François Natali2012-01-101-8/+2
* | | Merge with 3.2Terry Jan Reedy2012-01-091-4/+6
|\ \ \ | |/ /
| * | #11906 Make test_argparse work interactively by removing extra spaceTerry Jan Reedy2012-01-091-4/+6
* | | Issue #12760: Add a create mode to open(). Patch by David Townshend.Charles-François Natali2012-01-092-15/+32
* | | Fix nasty typoRaymond Hettinger2012-01-091-1/+1
* | | provide a common method to check for RETR_DATA validity, first checking the e...Giampaolo Rodola'2012-01-091-8/+10
* | | Make the docstring style consistent.Raymond Hettinger2012-01-091-24/+23
* | | Improve clarity with keyword argument for block. Move nowait methods together.Raymond Hettinger2012-01-091-9/+9
* | | Minor code clean-ups and beautifications.Raymond Hettinger2012-01-091-17/+17
* | | Issue #13739: In os.listdir(), rewind the directory stream (so that listdir()Charles-François Natali2012-01-081-2/+10
* | | Merge with 3.2 for #12364.Ross Lagerwall2012-01-082-3/+6
|\ \ \ | |/ /
| * | Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.Ross Lagerwall2012-01-082-6/+7
* | | Simplify the code using with-statements.Raymond Hettinger2012-01-071-28/+14
* | | Closes #13732: now use os.linesep instead of a literal newline.Vinay Sajip2012-01-071-3/+4
* | | Issue #13502: threading: Fix a race condition in Event.wait() that made itCharles-François Natali2012-01-072-3/+20
|\ \ \ | |/ /
| * | Issue #13502: threading: Fix a race condition in Event.wait() that made itCharles-François Natali2012-01-072-3/+20
* | | Issue #9993: When the source and destination are on different filesystems,Antoine Pitrou2012-01-062-2/+52
* | | Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction.Lars Gustäbel2012-01-051-6/+0
|\ \ \ | |/ /
| * | Issue #12926: Fix a bug in tarfile's link extraction.Lars Gustäbel2012-01-051-6/+0
| * | Closes #13699. Skipped two tests if Python is optimised.Vinay Sajip2012-01-051-0/+4
* | | Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729Antoine Pitrou2012-01-042-17/+51
* | | convince regrtest.py we aren't modifying _CONFIG_VARSBenjamin Peterson2012-01-041-2/+3
* | | Closes #13699. Skipped two tests if Python is optimised.Vinay Sajip2012-01-041-0/+4
* | | Refactored logging rotating handlers for improved flexibility.Vinay Sajip2012-01-042-17/+106
* | | merge from 3.2Senthil Kumaran2012-01-042-2/+15
|\ \ \ | |/ /
| * | Issue13696 - Fix 302 Redirection for Relative urls.Senthil Kumaran2012-01-042-2/+15
* | | merge 3.2Benjamin Peterson2012-01-031-4/+4
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2012-01-031-4/+4
| |\ \ | | |/
| | * fix this to not depend on dictionary orderBenjamin Peterson2012-01-031-4/+4
* | | Issue #13636: Weak ciphers are now disabled by default in the ssl moduleAntoine Pitrou2012-01-032-3/+32
|\ \ \ | |/ /
| * | Issue #13636: Weak ciphers are now disabled by default in the ssl moduleAntoine Pitrou2012-01-032-3/+31
* | | use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, le...Eli Bendersky2012-01-032-6/+8
* | | Mock the rename failure a bit betterAntoine Pitrou2012-01-021-1/+2
* | | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-021-0/+7
|\ \ \ | |/ /
| * | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-021-0/+7
* | | merge with 3.2Sandro Tosi2012-01-012-17/+41
|\ \ \ | |/ /
| * | Issue #13594: various fixes to aifc module; patch by Oleg PlakhotnyukSandro Tosi2012-01-012-17/+41
* | | Issue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by...Sandro Tosi2012-01-011-0/+2