1. 7d14015 Issue #16120: Use |yield from| in stdlib. by Andrew Svetlov · 12 years ago
  2. c018f57 fix possible memory leak, dealloc newobj by Christian Heimes · 12 years ago
  3. 23c5bb4 Fixed a missing incref introduced by a7ec0a1b0f7c by Armin Ronacher · 12 years ago
  4. 226b1db Added notimplemented_dealloc for better error reporting by Armin Ronacher · 12 years ago
  5. dfc2397 merge default by Armin Ronacher · 12 years ago
  6. aa9a79d Issue #16148: implemented PEP 424 by Armin Ronacher · 12 years ago
  7. 4ad4fb9 merge with 3.3 by Georg Brandl · 12 years ago
  8. 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
  9. 7ea9a42 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  10. ef08fb1 Issue #13896: Make shelf instances work with 'with' as context managers. by Andrew Svetlov · 12 years ago
  11. dc22587 Update NEWS for adding missed changes. by Andrew Svetlov · 12 years ago
  12. 7f9dbaf fixed _sha3 VS project file by Christian Heimes · 12 years ago
  13. 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
  14. 2519fd3 add note to Misc/NEWS by Christian Heimes · 12 years ago
  15. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago
  16. 8c6db45 In debug mode, unicode_write_cstr() now checks that non-ASCII characters are by Victor Stinner · 12 years ago
  17. 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
  18. 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
  19. 64478ac normalize whitespaces by Andrew Svetlov · 12 years ago
  20. 9b1e59a Issue #16123: IDLE - deprecate running without a subprocess. by Andrew Svetlov · 12 years ago
  21. 81e5e0a Merge ftplib doc fix with 3.3. by Ezio Melotti · 12 years ago
  22. b28e75d Merge ftplib doc fix with 3.2. by Ezio Melotti · 12 years ago
  23. cbd449b The file obj passed to ftp.storbinary/storlines must be opened in binary mode. by Ezio Melotti · 12 years ago
  24. d6d5644 Merge issue #16138: fix typo. by Andrew Svetlov · 12 years ago
  25. fd03a09 Merge issue #16138: fix typo. by Andrew Svetlov · 12 years ago
  26. 8cf1cc4 Issue #16138: fix typo. by Andrew Svetlov · 12 years ago
  27. b451fd6 MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  28. cb95996 MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  29. 685fffa #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  30. 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
  31. 6efe9df Issue #14446: Remove deprecated tkinter functions: Delete an unused function to avoid a warning by Jesus Cea · 12 years ago
  32. bf0f344 Issue #14446: Remove deprecated tkinter functions: Delete an unused function to avoid a warning by Jesus Cea · 12 years ago
  33. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  34. fa7d539 Test should be skipped in 'riscos', as intented by Jesus Cea · 12 years ago
  35. 4791a24 #16135: Removal of OS/2 support (Python code partial cleanup) by Jesus Cea · 12 years ago
  36. f1af705 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) by Jesus Cea · 12 years ago
  37. 080a2c0 #16127: merge with 3.3. by Ezio Melotti · 12 years ago
  38. e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  39. b176203 #16135: Removal of OS/2 support (C code and Docs) by Jesus Cea · 12 years ago
  40. 14c81ab #16135: Removal of OS/2 support (Modules/*) by Jesus Cea · 12 years ago
  41. ab70e2a #16135: Removal of OS/2 support (posixmodule y platform dependent files) by Jesus Cea · 12 years ago
  42. f6c2e89 #16135: Removal of OS/2 support (Docs) by Jesus Cea · 12 years ago
  43. b48925a #16135: Removal of OS/2 support (I) by Jesus Cea · 12 years ago
  44. d4b5aaa merge 3.3 (bug already fixed, differently, in default) by Victor Stinner · 12 years ago
  45. 1929407 Fix PyUnicode_Format(): return NULL if PyUnicode_READY(uformat) failed by Victor Stinner · 12 years ago
  46. 770e19e Optimize unicode_compare(): use memcmp() when comparing two UCS1 strings by Victor Stinner · 12 years ago
  47. 90db9c4 Enable also ptr==ptr optimization in PyUnicode_Compare() by Victor Stinner · 12 years ago
  48. 6964f4b Merge: Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  49. eb0314f Merge: Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  50. 4ca222d Issue #14997: disable <F5> in idle shell window. by Andrew Svetlov · 12 years ago
  51. 456b2b8 Issue #14446: Remove deprecated tkinter functions by Andrew Svetlov · 12 years ago
  52. 65e9c57 Issue #15417: Add support for csh and fish in venv activation scripts. by Andrew Svetlov · 12 years ago
  53. 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
  54. ee32931 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
  55. df59593 Merge heads by Andrew Svetlov · 12 years ago
  56. 759bc58 Merge: Fix typo in documentation for time module, thanks to docs@ by Andrew Svetlov · 12 years ago
  57. 3934b61 Fix typo in documentation for time module, thanks to docs@ by Andrew Svetlov · 12 years ago
  58. 88f3b23 3.3 -> 3.4 (closes #16130) by Benjamin Peterson · 12 years ago
  59. 693105e Merge: Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from docs@ by Andrew Svetlov · 12 years ago
  60. 1a8db9c Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from docs@ by Andrew Svetlov · 12 years ago
  61. d96c1fb MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  62. 6e1d2b6 Closes #16126: PyErr_Format format mismatch in _testcapimodule.c by Jesus Cea · 12 years ago
  63. 677ffd1 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  64. e8801e2 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  65. fc990e9 Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  66. dc46945 Closes #15488: Closed files keep their buffer alive by Jesus Cea · 12 years ago
  67. 279ed3c MERGE: Whatsnew typo by Jesus Cea · 12 years ago
  68. b6bb3ad Whatsnew typo by Jesus Cea · 12 years ago
  69. ce3e0dd MERGE: whatsnew by Jesus Cea · 12 years ago
  70. aa26488 whatsnew by Jesus Cea · 12 years ago
  71. 9cc98c9 long_to_decimal_string_internal() doesn't need to write the final NULL character by Victor Stinner · 12 years ago
  72. aa77127 unicode_result_wchar(): move the assert() to the "#ifdef Py_DEBUG" block by Victor Stinner · 12 years ago
  73. a4708231 Split the huge PyUnicode_Format() function (+540 lines) into subfunctions by Victor Stinner · 12 years ago
  74. a049443 PyUnicode_Format(): disable overallocation when we are writing the last part by Victor Stinner · 12 years ago
  75. afffce4 Unicode: resize_compact() and resize_inplace() fills also the Unicode strings by Victor Stinner · 12 years ago
  76. 75f1081 Merge #12947 workaround from 3.3 by Nick Coghlan · 12 years ago
  77. 0b26ccf Issue #12947: Better workaround for the problem with doctest directives being stripped from code examples that are intended to illustrate those directives by Nick Coghlan · 12 years ago
  78. da0e579 Merge doctest note from 3.3 by Nick Coghlan · 12 years ago
  79. 8f80e0a Issue #12947: Add a note to doctest until the example rendering is fixed by Nick Coghlan · 12 years ago
  80. 497ebda NULL merge by Jesus Cea · 12 years ago
  81. 22ab5e7 NULL merge by Jesus Cea · 12 years ago
  82. cf45325 Closes #15897: zipimport.c doesn't check return value of fseek(). Typo by Jesus Cea · 12 years ago
  83. f53b762 MERGE: Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
  84. 42db415 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  85. 491b6b7 MERGE: Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
  86. fb22f54 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  87. 83451a2 Fix Misc/ACKS alphabetic order by Jesus Cea · 12 years ago
  88. 09bf7a7 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 12 years ago
  89. cf77454 Issue #9650: List commonly used format codes in time.strftime and time.strptime docsttings. by Alexander Belopolsky · 12 years ago
  90. 8155ff4 More whatsnew updates. by R David Murray · 12 years ago
  91. 3430fb8 More whatsnew updates. by R David Murray · 12 years ago
  92. 3ffd29b Remove unnecessary []. by Ezio Melotti · 12 years ago
  93. 30a13fb Reword the next version placeholder now that the changelog is part of the published What's New docs by Nick Coghlan · 12 years ago
  94. 3f459ec Null merge by Andrew Svetlov · 12 years ago
  95. ddd74b1 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  96. 5b60275 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  97. f532035 Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  98. 3e763da Updated docstring for logging.config.listen(). by Vinay Sajip · 12 years ago
  99. 4ded551 Issue #15452: Added verify option for logging configuration socket listener. by Vinay Sajip · 12 years ago
  100. 814a13d Merge: Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal. by R David Murray · 12 years ago