summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | update Misc/NEWSGiampaolo Rodola'2014-04-041-0/+3
* | | Issue #21076: sigpending() is not available on WindowsVictor Stinner2014-04-041-4/+5
* | | Finish up signal -> _signal changeBrett Cannon2014-04-041-1/+1
* | | Issue #21076: the C signal module has been renamed to _signalVictor Stinner2014-04-041-1/+1
* | | merge along w/ fix for issue #2107 (commit c9239171e429)Brett Cannon2014-04-047-9/+139
|\ \ \
| * \ \ merge 3.4Benjamin Peterson2014-04-040-0/+0
| |\ \ \
| * | | | fix #21076: turn signal module constants into enumsGiampaolo Rodola'2014-04-047-8/+138
* | | | | merge of fix for issue #20942Brett Cannon2014-04-043-32/+63
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Issue #20942: PyImport_ImportFrozenModuleObject() no longer setsBrett Cannon2014-04-043-32/+63
| |/ /
| * | merge 3.3Benjamin Peterson2014-04-040-0/+0
| |\ \ | | |/
| | * merge 3.2Benjamin Peterson2014-04-040-0/+0
| | |\
| | | * fix versionchanged versionBenjamin Peterson2014-04-041-2/+2
* | | | Issue #20636: Improved the repr of Tkinter widgets.Serhiy Storchaka2014-04-044-1/+13
* | | | Issue #19505: The items, keys, and values views of OrderedDict now supportSerhiy Storchaka2014-04-044-3/+41
* | | | Closes #21149: Improved thread-safety in logging cleanup during interpreter s...Vinay Sajip2014-04-042-8/+12
|\ \ \ \ | |/ / /
| * | | Issue #21149: Improved thread-safety in logging cleanup during interpreter sh...Vinay Sajip2014-04-042-8/+12
* | | | mergeRaymond Hettinger2014-04-031-1/+1
|\ \ \ \ | |/ / /
| * | | Issue 21143: Fix typo in docs for max().Raymond Hettinger2014-04-031-1/+1
* | | | merge 3.4 (#21135)Benjamin Peterson2014-04-031-1/+1
|\ \ \ \ | |/ / /
| * | | remove unused argument (closes #21135)Benjamin Peterson2014-04-031-1/+1
* | | | Issue #20375: Clarify ET's parsing of comments and processing instructions.Eli Bendersky2014-04-031-0/+22
|\ \ \ \ | |/ / /
| * | | Issue #20375: Clarify ET's parsing of comments and processing instructions.Eli Bendersky2014-04-031-0/+22
* | | | merge 3.4Benjamin Peterson2014-04-021-1/+1
|\ \ \ \ | |/ / /
| * | | make sure to test UnicodeEncodeError, tooBenjamin Peterson2014-04-021-1/+1
* | | | merge 3.4 (#21134)Benjamin Peterson2014-04-023-0/+21
|\ \ \ \ | |/ / /
| * | | bail in unicode error's __str__ methods if the objects are not properly initi...Benjamin Peterson2014-04-023-0/+21
* | | | merge 3.4Benjamin Peterson2014-04-021-1/+1
|\ \ \ \ | |/ / /
| * | | make test name consistent with the rest of the fileBenjamin Peterson2014-04-021-1/+1
* | | | mergeRaymond Hettinger2014-04-022-0/+29
|\ \ \ \ | |/ / /
| * | | Issue #18652: Add an itertools recipe for first_true()Raymond Hettinger2014-04-022-0/+29
* | | | mergeRaymond Hettinger2014-04-021-2/+2
|\ \ \ \ | |/ / /
| * | | Documentation nit. List the traditional keyword-only argument first and the ...Raymond Hettinger2014-04-021-2/+2
* | | | mergeRaymond Hettinger2014-04-021-1/+1
|\ \ \ \ | |/ / /
| * | | Issue 21125: minor documentation tweak.Raymond Hettinger2014-04-021-1/+1
* | | | merge 3.4Benjamin Peterson2014-04-011-3/+3
|\ \ \ \ | |/ / /
| * | | update version changedBenjamin Peterson2014-04-011-3/+3
* | | | merge 3.4 (#21082)Benjamin Peterson2014-04-014-34/+20
|\ \ \ \ | |/ / /
| * | | merge 3.3 (#21082)Benjamin Peterson2014-04-014-34/+20
| |\ \ \ | | |/ /
| | * | merge 3.2 (#21082)Benjamin Peterson2014-04-014-34/+20
| | |\ \ | | | |/
| | | * remove directory mode check from makedirs (closes #21082)Benjamin Peterson2014-04-014-32/+20
* | | | merge 3.4Benjamin Peterson2014-04-011-1/+1
|\ \ \ \ | |/ / /
| * | | fix typoBenjamin Peterson2014-04-011-1/+1
* | | | merge 3.4Benjamin Peterson2014-04-011-5/+2
|\ \ \ \ | |/ / /
| * | | simplify check, since now there are only new-style classesBenjamin Peterson2014-04-011-5/+2
* | | | Closes #15067: Merge port of 2.7 sqlite3 docs.Zachary Ware2014-04-011-46/+51
|\ \ \ \ | |/ / /
| * | | Issue #15067: Port 2.7 sqlite3 docs to 3.4Zachary Ware2014-04-011-46/+51
* | | | inspect: Remove references to Python-3000Yury Selivanov2014-04-011-2/+2
* | | | #16716: remove deprecation warningAndrew Svetlov2014-03-311-4/+0
|\ \ \ \ | |/ / /
| * | | #16716: remove deprecation warningAndrew Svetlov2014-03-311-4/+0
* | | | Merge 3.4: Get rid of deprecated IOError in the docAndrew Svetlov2014-03-315-12/+12
|\ \ \ \ | |/ / /