1. 09c61be Remove unused functions from _tkinter. by Andrew Svetlov · 12 years ago
  2. 885dc28 Utilize PyModule_Add{IntConstant,StringConstant,Object} in _tkinter. by Andrew Svetlov · 12 years ago
  3. e12dc28 Fix markup. by Ezio Melotti · 12 years ago
  4. 9dc5bdd Utilize Py_RETURN_NONE in _tkinter module. by Andrew Svetlov · 12 years ago
  5. 74b38b1 Issue #16148: Small improvements and cleanup. Added version information by Armin Ronacher · 12 years ago
  6. 96e9367 Merge: More whatsnew updates, move some doc NEWS items into the doc section. by R David Murray · 12 years ago
  7. f4c2757 More whatsnew updates, move some doc NEWS items into the doc section. by R David Murray · 12 years ago
  8. fb4dc08 Merge: starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. by R David Murray · 12 years ago
  9. ace5162 starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. by R David Murray · 12 years ago
  10. 7ecc5ba Merge: More whatsnew updates. Also move a C-API NEWS item out of library section. by R David Murray · 12 years ago
  11. fd74096 More whatsnew updates. Also move a C-API NEWS item out of library section. by R David Murray · 12 years ago
  12. e24728b merge #9957: document that SpooledTemporaryFile.truncate now accepts a size arg by R David Murray · 12 years ago
  13. ca76ea1 #9957: document that SpooledTemporaryFile.truncate now accepts a size arg by R David Murray · 12 years ago
  14. 138a314 #9957: document that SpooledTemporaryFile.truncate does not take size arg by R David Murray · 12 years ago
  15. 5825097 Null merge by R David Murray · 12 years ago
  16. 92a29b5 Null merge. by R David Murray · 12 years ago
  17. 435ee1f More whatsnew updates. by R David Murray · 12 years ago
  18. 1e218c9 More whatsnew updates. by R David Murray · 12 years ago
  19. 4c63a97 Cleanup PyUnicode_FromFormatV() for zero padding by Victor Stinner · 12 years ago
  20. 15a1136 Issue #16147: PyUnicode_FromFormatV() doesn't need anymore to allocate a buffer by Victor Stinner · 12 years ago
  21. ff5a848 Issue #16147: PyUnicode_FromFormatV() now raises an error if the argument of by Victor Stinner · 12 years ago
  22. 3921e90 Issue #16147: PyUnicode_FromFormatV() now detects integer overflow when parsing by Victor Stinner · 12 years ago
  23. e215d96 Issue #16147: Rewrite PyUnicode_FromFormatV() to use _PyUnicodeWriter API by Victor Stinner · 12 years ago
  24. 2a09b6e merge with 3.3. by Georg Brandl · 12 years ago
  25. 2fdc0f8 Fix markup in Counter note. by Georg Brandl · 12 years ago
  26. 3dc23d4 Merge: whatsnew updates for smtplib and collections.Counter. by R David Murray · 12 years ago
  27. a21e515 whatsnew updates for smtplib and collections.Counter. by R David Murray · 12 years ago
  28. 5bab078 Merge: Fix typos. by R David Murray · 12 years ago
  29. 344174d Fix typos. by R David Murray · 12 years ago
  30. d9c6ab4 merge #10968: commit threading doc changes and corresponding whatsnew entry. by R David Murray · 12 years ago
  31. ef4d286 #10968: commit threading doc changes and corresponding whatsnew entry. by R David Murray · 12 years ago
  32. cf46d62 Issue #16096: port fix from 3.3 by Mark Dickinson · 12 years ago
  33. fc9adb6 Issue #16096: Fix signed overflow in Objects/longobject.c. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  34. ff9c54a Issue #16096: Merge fixes from 3.3. by Mark Dickinson · 12 years ago
  35. c04ddff Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  36. 7e3cde5 revert accidental inclusion of subprocess tests by Andrew Svetlov · 12 years ago
  37. a202873 revert accidental inclusion of subprocess tests by Andrew Svetlov · 12 years ago
  38. b2209cc revert accidental inclusion of subprocess tests by Andrew Svetlov · 12 years ago
  39. ac0f965 Add spaces to follow PEP8. by Andrew Svetlov · 12 years ago
  40. b70e8a1 and another one by Christian Heimes · 12 years ago
  41. d3df206 merge by Christian Heimes · 12 years ago
  42. 6314d16 move var declaration to top of block to fix compilation on Windows, fixes a7ec0a1b0f7c by Christian Heimes · 12 years ago
  43. 1d0d541 Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  44. 5061a34 Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  45. afbf90c Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  46. 7d14015 Issue #16120: Use |yield from| in stdlib. by Andrew Svetlov · 12 years ago
  47. 2649105 remove #warning from sha3module.c by Christian Heimes · 12 years ago
  48. c018f57 fix possible memory leak, dealloc newobj by Christian Heimes · 12 years ago
  49. 23c5bb4 Fixed a missing incref introduced by a7ec0a1b0f7c by Armin Ronacher · 12 years ago
  50. 226b1db Added notimplemented_dealloc for better error reporting by Armin Ronacher · 12 years ago
  51. dfc2397 merge default by Armin Ronacher · 12 years ago
  52. aa9a79d Issue #16148: implemented PEP 424 by Armin Ronacher · 12 years ago
  53. 4ad4fb9 merge with 3.3 by Georg Brandl · 12 years ago
  54. fe7b00f Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". by Georg Brandl · 12 years ago
  55. 4614cc4 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  56. 7ea9a42 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  57. ef08fb1 Issue #13896: Make shelf instances work with 'with' as context managers. by Andrew Svetlov · 12 years ago
  58. dc22587 Update NEWS for adding missed changes. by Andrew Svetlov · 12 years ago
  59. 7f9dbaf fixed _sha3 VS project file by Christian Heimes · 12 years ago
  60. 1b747d4 Issue #16133: add Windows project file for _sha3 module. I choose to build _sha3 as a sparat module as it's rather large (190k for AMD64). by Christian Heimes · 12 years ago
  61. 2519fd3 add note to Misc/NEWS by Christian Heimes · 12 years ago
  62. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago
  63. 8c6db45 In debug mode, unicode_write_cstr() now checks that non-ASCII characters are by Victor Stinner · 12 years ago
  64. 220e869 Merge issue #16115: Add test for check that executable arg to Popen() takes precedence over args[0] arg\n \n Patch by Kushal Das by Andrew Svetlov · 12 years ago
  65. 1a53c0c Issue #16115: Add test for check that executable arg to Popen() takes precedence over args[0] arg\n \n Patch by Kushal Das by Andrew Svetlov · 12 years ago
  66. 64478ac normalize whitespaces by Andrew Svetlov · 12 years ago
  67. 9b1e59a Issue #16123: IDLE - deprecate running without a subprocess. by Andrew Svetlov · 12 years ago
  68. 81e5e0a Merge ftplib doc fix with 3.3. by Ezio Melotti · 12 years ago
  69. b28e75d Merge ftplib doc fix with 3.2. by Ezio Melotti · 12 years ago
  70. cbd449b The file obj passed to ftp.storbinary/storlines must be opened in binary mode. by Ezio Melotti · 12 years ago
  71. d6d5644 Merge issue #16138: fix typo. by Andrew Svetlov · 12 years ago
  72. fd03a09 Merge issue #16138: fix typo. by Andrew Svetlov · 12 years ago
  73. 8cf1cc4 Issue #16138: fix typo. by Andrew Svetlov · 12 years ago
  74. b451fd6 MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  75. cb95996 MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  76. 685fffa #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  77. adc8211 #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()' and decode the bytes by Jesus Cea · 12 years ago
  78. 6efe9df Issue #14446: Remove deprecated tkinter functions: Delete an unused function to avoid a warning by Jesus Cea · 12 years ago
  79. bf0f344 Issue #14446: Remove deprecated tkinter functions: Delete an unused function to avoid a warning by Jesus Cea · 12 years ago
  80. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  81. fa7d539 Test should be skipped in 'riscos', as intented by Jesus Cea · 12 years ago
  82. 4791a24 #16135: Removal of OS/2 support (Python code partial cleanup) by Jesus Cea · 12 years ago
  83. f1af705 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) by Jesus Cea · 12 years ago
  84. 080a2c0 #16127: merge with 3.3. by Ezio Melotti · 12 years ago
  85. e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  86. b176203 #16135: Removal of OS/2 support (C code and Docs) by Jesus Cea · 12 years ago
  87. 14c81ab #16135: Removal of OS/2 support (Modules/*) by Jesus Cea · 12 years ago
  88. ab70e2a #16135: Removal of OS/2 support (posixmodule y platform dependent files) by Jesus Cea · 12 years ago
  89. f6c2e89 #16135: Removal of OS/2 support (Docs) by Jesus Cea · 12 years ago
  90. b48925a #16135: Removal of OS/2 support (I) by Jesus Cea · 12 years ago
  91. d4b5aaa merge 3.3 (bug already fixed, differently, in default) by Victor Stinner · 12 years ago
  92. 1929407 Fix PyUnicode_Format(): return NULL if PyUnicode_READY(uformat) failed by Victor Stinner · 12 years ago
  93. 770e19e Optimize unicode_compare(): use memcmp() when comparing two UCS1 strings by Victor Stinner · 12 years ago
  94. 90db9c4 Enable also ptr==ptr optimization in PyUnicode_Compare() by Victor Stinner · 12 years ago
  95. 6964f4b Merge: Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  96. eb0314f Merge: Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  97. 4ca222d Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  98. 456b2b8 Issue #14446: Remove deprecated tkinter functions by Andrew Svetlov · 12 years ago
  99. 65e9c57 Issue #15417: Add support for csh and fish in venv activation scripts. by Andrew Svetlov · 12 years ago
  100. 997adb5 Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL). by Antoine Pitrou · 12 years ago