summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, handleVictor Stinner2013-11-051-0/+6
* Issue #10197 Tweak docs for subprocess.getstatusoutput and align the document...Tim Golden2013-11-052-14/+18
* Issue #15663: merge build-installer.py changesNed Deily2013-11-051-5/+5
|\
| * Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.Ned Deily2013-11-055-52/+28
* | Closes #18345: Merged documentation update from 3.3.Vinay Sajip2013-11-051-0/+135
|\ \ | |/
| * Issue #18345: Added cookbook example illustrating handler customisation.Vinay Sajip2013-11-051-0/+135
* | Merge with 3.3Terry Jan Reedy2013-11-051-1/+1
|\ \ | |/
| * Issue #19397: test_pydoc now works with -S (help not added to builtins).Terry Jan Reedy2013-11-051-1/+1
* | asyncio: Refactor SIGCHLD handling. By Anthony Baire.Guido van Rossum2013-11-045-199/+1315
* | asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\Guido van Rossum2013-11-042-25/+124
* | Issue #19085: Fix running test_ttk_textonly on displayless host.Serhiy Storchaka2013-11-042-9/+16
|\ \ | |/
| * Issue #19085: Fix running test_ttk_textonly on displayless host.Serhiy Storchaka2013-11-042-9/+16
* | Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12.Serhiy Storchaka2013-11-041-1/+13
|\ \ | |/
| * Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12.Serhiy Storchaka2013-11-041-1/+13
* | Fix functools.partialmethod docs and __all__Nick Coghlan2013-11-042-3/+3
* | Issue #19424: PyUnicode_CompareWithASCIIString() normalizes memcmp() resultVictor Stinner2013-11-041-2/+6
* | Issue #16286: remove duplicated identity check from unicode_compare()Victor Stinner2013-11-041-4/+5
* | Issue #16286: optimize PyUnicode_RichCompare() for identical strings (sameVictor Stinner2013-11-042-12/+35
* | Issue #16286: write a new subfunction bytes_compare_eq()Victor Stinner2013-11-042-42/+50
* | merge with 3.3Georg Brandl2013-11-040-0/+0
|\ \ | |/
| * null-merge 3.2 backoutsGeorg Brandl2013-11-040-0/+0
| |\
| | * Backout 7d399099334d.Georg Brandl2013-11-041-3/+0
| | * Backout 265d369ad3b9.Georg Brandl2013-11-041-2/+1
| | * Backout d80207d15294.Georg Brandl2013-11-041-31/+0
* | | Note that examples are sorted only for convenience.Georg Brandl2013-11-041-0/+3
* | | Issue #15392: merge from 3.3Ned Deily2013-11-041-1/+2
|\ \ \ | |/ /
| * | Issue #15392: Install idlelib/idle_test.Ned Deily2013-11-041-1/+2
* | | Null merge 3.3Zachary Ware2013-11-040-0/+0
|\ \ \ | |/ /
| * | Issue #19391: Clean up PCbuild/readme.txtZachary Ware2013-11-041-48/+26
* | | #18678: Correct names of spwd struct members.R David Murray2013-11-043-10/+18
* | | Issue #18702 null mergeNed Deily2013-11-030-0/+0
|\ \ \ | |/ /
| * | Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-0321-928/+953
| * | MergeTim Golden2013-11-031-6/+10
| |\ \
* | | | Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-0321-977/+1019
* | | | MergeTim Golden2013-11-032-2/+3
|\ \ \ \
| * \ \ \ Merge #19411: Clarify that b2a_hex/hexlify returns a bytes object.R David Murray2013-11-032-2/+3
| |\ \ \ \ | | |/ / /
| | * | | #19411: Clarify that b2a_hex/hexlify returns a bytes object.R David Murray2013-11-032-2/+3
* | | | | Issue #10197: Indicate availability of subprocess.get[status]output on Window...Tim Golden2013-11-031-6/+10
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Issue #10197: Indicate availability of subprocess.get[status]output on Window...Tim Golden2013-11-031-6/+10
| |/ /
* | | Merge #19485: clarify get_param example.R David Murray2013-11-031-1/+1
|\ \ \ | |/ /
| * | #19485: clarify get_param example.R David Murray2013-11-031-1/+1
* | | Issue #19085: Fixed pixels rounding for last Tk patchlevels.Serhiy Storchaka2013-11-031-1/+1
|\ \ \ | |/ /
| * | Issue #19085: Fixed pixels rounding for last Tk patchlevels.Serhiy Storchaka2013-11-031-1/+1
* | | Issue #10197: merge 3.3Tim Golden2013-11-030-0/+0
|\ \ \ | |/ /
| * | Issue #10197: merge headsTim Golden2013-11-033-24/+14
| |\ \
* | \ \ Issue #10197: merge headsTim Golden2013-11-033-24/+14
|\ \ \ \
| * \ \ \ Issue #10197 Rework subprocess.get[status]output to use subprocess functional...Tim Golden2013-11-033-24/+14
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #10197 Rework subprocess.get[status]output to use subprocess functional...Tim Golden2013-11-033-24/+14
* | | | | Issue #19424: Fix a compiler warning on comparing signed/unsigned size_tVictor Stinner2013-11-031-1/+1
* | | | | Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raisesSerhiy Storchaka2013-11-034-5/+34
|\ \ \ \ \ | | |_|/ / | |/| | |