summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #19514: Add Andrei Dorian Duma to Misc/ACKS for changeset 4a09cc62419bVictor Stinner2013-11-071-0/+1
* Fix _Py_normalize_encoding(): ensure that buffer is big enough to store "utf-8"Victor Stinner2013-11-071-0/+2
* Issue #19514: Deduplicate some _Py_IDENTIFIER declarations.Martin v. Löwis2013-11-075-28/+18
* Remove redundant test_selectors.py from test_asyncio.Guido van Rossum2013-11-072-150/+0
* #17080: improve error message of float/complex when the wrong type is passed.Ezio Melotti2013-11-074-6/+11
* Optimize BaseSelector.modify(). Patch by Arnaud Faure.Guido van Rossum2013-11-072-3/+16
* #19480: merge with 3.3.Ezio Melotti2013-11-073-13/+28
|\
| * #19480: HTMLParser now accepts all valid start-tag names as defined by the HT...Ezio Melotti2013-11-073-13/+28
* | Merge #18985: Improve fcntl documentation.R David Murray2013-11-072-16/+21
|\ \ | |/
| * #18985: Improve fcntl documentation.R David Murray2013-11-072-16/+21
* | print_error_text() doesn't encode the filename anymoreVictor Stinner2013-11-071-27/+35
* | asyncio: Add close() back to Unix selector event loop, to remove all signal h...Guido van Rossum2013-11-072-0/+21
* | remove an outdated commentVictor Stinner2013-11-061-1/+0
* | Issue #19512: Use the new _PyId_builtins identifierVictor Stinner2013-11-063-4/+8
* | Issue #19512: add _PyUnicode_CompareWithId() functionVictor Stinner2013-11-066-15/+32
* | print_exception(): don't encode the module name to UTF-8Victor Stinner2013-11-061-3/+2
* | Issue #19512: builtin print() function uses an identifier instead of literalVictor Stinner2013-11-061-1/+2
* | Issue #19512: _count_elements() of _collections reuses PyId_get identifierVictor Stinner2013-11-061-1/+1
* | Issue #19512: fileio_init() reuses PyId_name identifier instead of "name"Victor Stinner2013-11-061-2/+3
* | Issue #19512: __build_class() builtin now uses an identifier for the "metacla...Victor Stinner2013-11-061-2/+3
* | Issue #19512: add some common identifiers to only create common strings once,Victor Stinner2013-11-0613-49/+72
* | 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
|\ \ | |/