summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #19512: pickle now uses an identifier to only create the Unicode stringVictor Stinner2013-11-061-2/+4
* | Issue #19512: PRINT_EXPR bytecode now uses an identifier to get sys.displayhookVictor Stinner2013-11-061-1/+2
* | Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functionsVictor Stinner2013-11-062-0/+28
* | Issue #19512: eval() and exec() now use an identifier for "__builtins__" stringVictor Stinner2013-11-061-6/+7
* | Issue #19512: type_abstractmethods() and type_set_abstractmethods() now use anVictor Stinner2013-11-061-5/+10
* | Issue #19512: Add a new _PyDict_DelItemId() function, similar toVictor Stinner2013-11-062-0/+10
* | Issue #19512: Py_ReprEnter() and Py_ReprLeave() now use an identifier for theVictor Stinner2013-11-061-4/+4
* | Issue #19512: Add PyRun_InteractiveOneObject() functionVictor Stinner2013-11-062-29/+86
* | Issue #19512: _print_total_refs() now uses an identifier to get "showrefcount"Victor Stinner2013-11-061-6/+4
* | Issue #19512: sys_displayhook() now uses an identifier for "builtins"Victor Stinner2013-11-061-2/+10
* | Issue #18582: fix memory leak in pbkdf2 codeChristian Heimes2013-11-061-0/+1
* | Remove incorrect comment from dis testsNick Coghlan2013-11-061-1/+0
* | Fix typo in updated dis docsNick Coghlan2013-11-061-1/+1
* | Close #19378: address flaws in the new dis module APIsNick Coghlan2013-11-065-123/+168
* | #19439: Update PCbuild/readme.txt with new sub-projectZachary Ware2013-11-061-0/+3
* | doc: fix typoVictor Stinner2013-11-061-1/+1
* | Revert wrong change in previous commit (issue #19085).Serhiy Storchaka2013-11-051-1/+1
|\ \ | |/
| * Revert wrong change in previous commit (issue #19085).Serhiy Storchaka2013-11-051-1/+1
* | Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue...Serhiy Storchaka2013-11-051-4/+4
|\ \ | |/
| * Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue...Serhiy Storchaka2013-11-051-4/+4
* | Fix typo in tkinter tests (issue #19085).Serhiy Storchaka2013-11-051-1/+1
|\ \ | |/
| * Fix typo in tkinter tests (issue #19085).Serhiy Storchaka2013-11-051-1/+1
* | Issue #19437: Fix compiler_class(), handle compiler_lookup_arg() failureVictor Stinner2013-11-051-0/+4
* | Issue #19437: Fix _threading.RLock constructor (rlock_new), callVictor Stinner2013-11-051-10/+14
* | Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, when the row factoryVictor Stinner2013-11-051-0/+5
* | Issue #19437: Fix pysqlite_connection_call() of sqlite3, return NULL whenVictor Stinner2013-11-051-17/+13
* | 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