81698 Commits (ad14ccd047022d09f486d2359a342ffc5e676e5a)
 

Author SHA1 Message Date
Victor Stinner ad14ccd047 Issue #19512: add _PyUnicode_CompareWithId() function 12 years ago
Victor Stinner 937114f704 print_exception(): don't encode the module name to UTF-8 12 years ago
Victor Stinner eaa2883d15 Issue #19512: builtin print() function uses an identifier instead of literal 12 years ago
Victor Stinner e7f516cbb8 Issue #19512: _count_elements() of _collections reuses PyId_get identifier 12 years ago
Victor Stinner d9d0419a9f Issue #19512: fileio_init() reuses PyId_name identifier instead of "name" 12 years ago
Victor Stinner ae9f161b43 Issue #19512: __build_class() builtin now uses an identifier for the "metaclass" string 12 years ago
Victor Stinner 090543736f Issue #19512: add some common identifiers to only create common strings once, 12 years ago
Victor Stinner bb52020d44 Issue #19512: pickle now uses an identifier to only create the Unicode string 12 years ago
Victor Stinner cab75e3e1e Issue #19512: PRINT_EXPR bytecode now uses an identifier to get sys.displayhook 12 years ago
Victor Stinner d67bd45537 Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functions 12 years ago
Victor Stinner b44562b6b9 Issue #19512: eval() and exec() now use an identifier for "__builtins__" string 12 years ago
Victor Stinner 3688aa9a04 Issue #19512: type_abstractmethods() and type_set_abstractmethods() now use an 12 years ago
Victor Stinner 5fd2e5ae8a Issue #19512: Add a new _PyDict_DelItemId() function, similar to 12 years ago
Victor Stinner 7a07e451a4 Issue #19512: Py_ReprEnter() and Py_ReprLeave() now use an identifier for the 12 years ago
Victor Stinner 95701bdf40 Issue #19512: Add PyRun_InteractiveOneObject() function 12 years ago
Victor Stinner 4ee41c5839 Issue #19512: _print_total_refs() now uses an identifier to get "showrefcount" 12 years ago
Victor Stinner d02fbb8f71 Issue #19512: sys_displayhook() now uses an identifier for "builtins" 12 years ago
Christian Heimes 6853108ccd Issue #18582: fix memory leak in pbkdf2 code 12 years ago
Nick Coghlan 95887b7e5b Remove incorrect comment from dis tests 12 years ago
Nick Coghlan 07155c9c14 Fix typo in updated dis docs 12 years ago
Nick Coghlan 90b8e7d2bc Close #19378: address flaws in the new dis module APIs 12 years ago
Zachary Ware e0881f464c #19439: Update PCbuild/readme.txt with new sub-project 12 years ago
Victor Stinner 05f31bfef3 doc: fix typo 12 years ago
Serhiy Storchaka 24f125871b Revert wrong change in previous commit (issue #19085). 12 years ago
Serhiy Storchaka 7c934da0ff Revert wrong change in previous commit (issue #19085). 12 years ago
Serhiy Storchaka 96c01686aa Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). 12 years ago
Serhiy Storchaka 8f9f5870d3 Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). 12 years ago
Serhiy Storchaka 17972a746a Fix typo in tkinter tests (issue #19085). 12 years ago
Serhiy Storchaka 98555f3ac7 Fix typo in tkinter tests (issue #19085). 12 years ago
Victor Stinner 98e818b8e3 Issue #19437: Fix compiler_class(), handle compiler_lookup_arg() failure 12 years ago
Victor Stinner 357f5155dc Issue #19437: Fix _threading.RLock constructor (rlock_new), call 12 years ago
Victor Stinner 85a12a8beb Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, when the row factory 12 years ago
Victor Stinner b3e1ef1ce0 Issue #19437: Fix pysqlite_connection_call() of sqlite3, return NULL when 12 years ago
Victor Stinner dd4b299df1 Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, handle 12 years ago
Tim Golden 607981402c Issue #10197 Tweak docs for subprocess.getstatusoutput and align the documentation, the module docstring, and the function docstring. 12 years ago
Ned Deily be47cffcb2 Issue #15663: merge build-installer.py changes 12 years ago
Ned Deily 6fc5f98480 Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3. 12 years ago
Vinay Sajip b2bc4df40c Closes #18345: Merged documentation update from 3.3. 12 years ago
Vinay Sajip 2c1adcb62b Issue #18345: Added cookbook example illustrating handler customisation. 12 years ago
Terry Jan Reedy c1bd2fef8b Merge with 3.3 12 years ago
Terry Jan Reedy 5c81164077 Issue #19397: test_pydoc now works with -S (help not added to builtins). 12 years ago
Guido van Rossum 0eaa5ac9b5 asyncio: Refactor SIGCHLD handling. By Anthony Baire. 12 years ago
Guido van Rossum ccea08462b asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\ 12 years ago
Serhiy Storchaka b58d4a3209 Issue #19085: Fix running test_ttk_textonly on displayless host. 12 years ago
Serhiy Storchaka 2028e01313 Issue #19085: Fix running test_ttk_textonly on displayless host. 12 years ago
Serhiy Storchaka 20acaa7a0a Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. 12 years ago
Serhiy Storchaka 8d8599ce0c Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. 12 years ago
Nick Coghlan 3daaf5f89d Fix functools.partialmethod docs and __all__ 12 years ago
Victor Stinner 21ea21ef6d Issue #19424: PyUnicode_CompareWithASCIIString() normalizes memcmp() result 12 years ago
Victor Stinner f0c7b2af05 Issue #16286: remove duplicated identity check from unicode_compare() 12 years ago