1. eaa2883 Issue #19512: builtin print() function uses an identifier instead of literal by Victor Stinner · 11 years ago
  2. e7f516c Issue #19512: _count_elements() of _collections reuses PyId_get identifier by Victor Stinner · 11 years ago
  3. d9d0419 Issue #19512: fileio_init() reuses PyId_name identifier instead of "name" by Victor Stinner · 11 years ago
  4. ae9f161 Issue #19512: __build_class() builtin now uses an identifier for the "metaclass" string by Victor Stinner · 11 years ago
  5. 0905437 Issue #19512: add some common identifiers to only create common strings once, by Victor Stinner · 11 years ago
  6. bb52020 Issue #19512: pickle now uses an identifier to only create the Unicode string by Victor Stinner · 11 years ago
  7. cab75e3 Issue #19512: PRINT_EXPR bytecode now uses an identifier to get sys.displayhook by Victor Stinner · 11 years ago
  8. d67bd45 Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functions by Victor Stinner · 11 years ago
  9. b44562b Issue #19512: eval() and exec() now use an identifier for "__builtins__" string by Victor Stinner · 11 years ago
  10. 3688aa9 Issue #19512: type_abstractmethods() and type_set_abstractmethods() now use an by Victor Stinner · 11 years ago
  11. 5fd2e5a Issue #19512: Add a new _PyDict_DelItemId() function, similar to by Victor Stinner · 11 years ago
  12. 7a07e45 Issue #19512: Py_ReprEnter() and Py_ReprLeave() now use an identifier for the by Victor Stinner · 11 years ago
  13. 95701bd Issue #19512: Add PyRun_InteractiveOneObject() function by Victor Stinner · 11 years ago
  14. 4ee41c5 Issue #19512: _print_total_refs() now uses an identifier to get "showrefcount" by Victor Stinner · 11 years ago
  15. d02fbb8 Issue #19512: sys_displayhook() now uses an identifier for "builtins" by Victor Stinner · 11 years ago
  16. 6853108 Issue #18582: fix memory leak in pbkdf2 code by Christian Heimes · 11 years ago
  17. 95887b7 Remove incorrect comment from dis tests by Nick Coghlan · 11 years ago
  18. 07155c9 Fix typo in updated dis docs by Nick Coghlan · 11 years ago
  19. 90b8e7d Close #19378: address flaws in the new dis module APIs by Nick Coghlan · 11 years ago
  20. e0881f4 #19439: Update PCbuild/readme.txt with new sub-project by Zachary Ware · 11 years ago
  21. 05f31bf doc: fix typo by Victor Stinner · 11 years ago
  22. 24f1258 Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  23. 7c934da Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  24. 96c0168 Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  25. 8f9f587 Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  26. 17972a7 Fix typo in tkinter tests (issue #19085). by Serhiy Storchaka · 11 years ago
  27. 98555f3 Fix typo in tkinter tests (issue #19085). by Serhiy Storchaka · 11 years ago
  28. 98e818b Issue #19437: Fix compiler_class(), handle compiler_lookup_arg() failure by Victor Stinner · 11 years ago
  29. 357f515 Issue #19437: Fix _threading.RLock constructor (rlock_new), call by Victor Stinner · 11 years ago
  30. 85a12a8 Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, when the row factory by Victor Stinner · 11 years ago
  31. b3e1ef1 Issue #19437: Fix pysqlite_connection_call() of sqlite3, return NULL when by Victor Stinner · 11 years ago
  32. dd4b299 Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, handle by Victor Stinner · 11 years ago
  33. 6079814 Issue #10197 Tweak docs for subprocess.getstatusoutput and align the documentation, the module docstring, and the function docstring. by Tim Golden · 11 years ago
  34. be47cff Issue #15663: merge build-installer.py changes by Ned Deily · 11 years ago
  35. 6fc5f98 Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3. by Ned Deily · 11 years ago
  36. b2bc4df Closes #18345: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  37. 2c1adcb Issue #18345: Added cookbook example illustrating handler customisation. by Vinay Sajip · 11 years ago
  38. c1bd2fe Merge with 3.3 by Terry Jan Reedy · 11 years ago
  39. 5c81164 Issue #19397: test_pydoc now works with -S (help not added to builtins). by Terry Jan Reedy · 11 years ago
  40. 0eaa5ac asyncio: Refactor SIGCHLD handling. By Anthony Baire. by Guido van Rossum · 11 years ago
  41. ccea084 asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\ by Guido van Rossum · 11 years ago
  42. b58d4a3 Issue #19085: Fix running test_ttk_textonly on displayless host. by Serhiy Storchaka · 11 years ago
  43. 2028e01 Issue #19085: Fix running test_ttk_textonly on displayless host. by Serhiy Storchaka · 11 years ago
  44. 20acaa7 Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. by Serhiy Storchaka · 11 years ago
  45. 8d8599c Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. by Serhiy Storchaka · 11 years ago
  46. 3daaf5f Fix functools.partialmethod docs and __all__ by Nick Coghlan · 11 years ago
  47. 21ea21e Issue #19424: PyUnicode_CompareWithASCIIString() normalizes memcmp() result by Victor Stinner · 11 years ago
  48. f0c7b2a Issue #16286: remove duplicated identity check from unicode_compare() by Victor Stinner · 11 years ago
  49. fd9e44d Issue #16286: optimize PyUnicode_RichCompare() for identical strings (same by Victor Stinner · 11 years ago
  50. c8bc537 Issue #16286: write a new subfunction bytes_compare_eq() by Victor Stinner · 11 years ago
  51. 63d867e merge with 3.3 by Georg Brandl · 11 years ago
  52. 975708a null-merge 3.2 backouts by Georg Brandl · 11 years ago
  53. ee7f3fc Backout 7d399099334d. by Georg Brandl · 11 years ago
  54. 7b5d6ad Backout 265d369ad3b9. by Georg Brandl · 11 years ago
  55. 7ec3e56 Backout d80207d15294. by Georg Brandl · 11 years ago
  56. e051b55 Note that examples are sorted only for convenience. by Georg Brandl · 11 years ago
  57. db5ab78 Issue #15392: merge from 3.3 by Ned Deily · 11 years ago
  58. c3909e5 Issue #15392: Install idlelib/idle_test. by Ned Deily · 11 years ago
  59. 9083db6 Null merge 3.3 by Zachary Ware · 11 years ago
  60. 200bcbc Issue #19391: Clean up PCbuild/readme.txt by Zachary Ware · 11 years ago
  61. bd90d09 #18678: Correct names of spwd struct members. by R David Murray · 11 years ago
  62. ed4500f Issue #18702 null merge by Ned Deily · 11 years ago
  63. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  64. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  65. 834856a Merge by Tim Golden · 11 years ago
  66. 7a07cc9 Merge by Tim Golden · 11 years ago
  67. 2964138 Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines by Tim Golden · 11 years ago
  68. 3a2abb5 Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines by Tim Golden · 11 years ago
  69. c3f57e4 Merge #19411: Clarify that b2a_hex/hexlify returns a bytes object. by R David Murray · 11 years ago
  70. 5fdb64b #19411: Clarify that b2a_hex/hexlify returns a bytes object. by R David Murray · 11 years ago
  71. af73496 Merge #19485: clarify get_param example. by R David Murray · 11 years ago
  72. 0de4d3e #19485: clarify get_param example. by R David Murray · 11 years ago
  73. 9fe43f5 Issue #19085: Fixed pixels rounding for last Tk patchlevels. by Serhiy Storchaka · 11 years ago
  74. b281732 Issue #19085: Fixed pixels rounding for last Tk patchlevels. by Serhiy Storchaka · 11 years ago
  75. 4b1a875 Issue #10197: merge 3.3 by Tim Golden · 11 years ago
  76. eb6392b Issue #10197: merge heads by Tim Golden · 11 years ago
  77. 49667f0 Issue #10197: merge heads by Tim Golden · 11 years ago
  78. ab7211f Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan. by Tim Golden · 11 years ago
  79. e004175 Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan. by Tim Golden · 11 years ago
  80. e1b1592 Issue #19424: Fix a compiler warning on comparing signed/unsigned size_t by Victor Stinner · 11 years ago
  81. 4babb91 Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raises by Serhiy Storchaka · 11 years ago
  82. 0b9e815 Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 11 years ago
  83. 0de5362 Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  84. 2849e0d Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  85. 7df4ddd Issue #19464 Null merge with 3.3 by Tim Golden · 11 years ago
  86. 0bdcdec Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware. by Tim Golden · 11 years ago
  87. 8e113b4 Close #19403: make contextlib.redirect_stdout reentrant by Nick Coghlan · 11 years ago
  88. 4e641df Close #19439: execute embedding tests on Windows by Nick Coghlan · 11 years ago
  89. f4cb48a Issue #4331: Added functools.partialmethod by Nick Coghlan · 11 years ago
  90. b19ff41 Mercurial: ignore precompiled header files on Windows. by Tim Peters · 11 years ago
  91. df0b14d Merge. by Richard Oudkerk · 11 years ago
  92. e943697 Issue #19478: Make choice of semaphore prefix more flexible. by Richard Oudkerk · 11 years ago
  93. e71fb28 Merge with 3.3 for Issue #19286. by Jason R. Coombs · 11 years ago
  94. ca9242f Merge with 3.2 for Issue #19286. by Jason R. Coombs · 11 years ago
  95. 32bf5e1 Update NEWS for 265d369ad3b9. by Jason R. Coombs · 11 years ago
  96. 32dfef8 Null merge by Serhiy Storchaka · 11 years ago
  97. c2d1b56 Merge heads by Serhiy Storchaka · 11 years ago
  98. 0aade62 Merge heads by Serhiy Storchaka · 11 years ago
  99. 59fe17f Null merge by Serhiy Storchaka · 11 years ago
  100. 9788497 Issue #19085: Fixed some Tkinter tests on Windows. by Serhiy Storchaka · 11 years ago