1. 3f5228d Issue #16694: Add source code link for operator.py by Raymond Hettinger · 11 years ago
  2. 6832c81 #17927: Keep frame from referencing cell-ified arguments. by Guido van Rossum · 11 years ago
  3. 8c01ffa Merge 3.3 by Barry Warsaw · 11 years ago
  4. d8f870d I was confused before. It's correct to not call .close() inside the with by Barry Warsaw · 11 years ago
  5. 9b149b9 #17841: merge with 3.3. by Ezio Melotti · 11 years ago
  6. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 11 years ago
  7. 40e39fc #17700: merge with 3.3 by Andrew Kuchling · 11 years ago
  8. ddcb304 #17700: update the curses HOWTO for 3.x by Andrew Kuchling · 11 years ago
  9. 1fbb773 #17938: merge with 3.3. by Ezio Melotti · 11 years ago
  10. 955382c #17938: remove duplicate paragraphs. by Ezio Melotti · 11 years ago
  11. 79ec9f0 #17809: merge with 3.3. by Ezio Melotti · 11 years ago
  12. ce82d57 #17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak. by Ezio Melotti · 11 years ago
  13. b3c5d85 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  14. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  15. f28dfdd Issue #17912: Use a doubly linked-list for thread states. by Charles-Francois Natali · 11 years ago
  16. 04e70d1 Issue #17807: Generators can now be finalized even when they are part of a reference cycle. by Antoine Pitrou · 11 years ago
  17. 070cb3c Issue #1545463: At shutdown, defer finalization of codec modules so that stderr remains usable. by Antoine Pitrou · 11 years ago
  18. d62a514 #17877: merge with 3.3. by Ezio Melotti · 11 years ago
  19. 6bcc0f1 #17877: skip test if the Olson's TZ database is missing. by Ezio Melotti · 11 years ago
  20. 0fbdf26 #16523: merge with 3.3. by Ezio Melotti · 11 years ago
  21. babc822 #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 11 years ago
  22. 6f75a3e Use Py_intptr_t to store the difference between two pointers, instead of int by Victor Stinner · 11 years ago
  23. 70792d2 Fix compiler warnings: explicit cast to int in sha256/sha512 modules by Victor Stinner · 11 years ago
  24. e828961 zlib: Explicit cast to fix a compiler warning by Victor Stinner · 11 years ago
  25. 22c103b Fix a compiler warning: use unsigned int type instead of enum PyUnicode_Kind to by Victor Stinner · 11 years ago
  26. f2b9a34 audioop: explicit cast to fix a compiler warning by Victor Stinner · 11 years ago
  27. 313f10c Fix a compiler warning: in and out are unused in _Py_char2wchar() if by Victor Stinner · 11 years ago
  28. c41917f Correction for 4f82b6cfee46. by Richard Oudkerk · 11 years ago
  29. ad34ef8 Fix os.__all__ to is passes test___all__ by Richard Oudkerk · 11 years ago
  30. 577abe1 Skip failing test pending investigation. by Vinay Sajip · 11 years ago
  31. 3ed3b3b #17714: merge with 3.3. by Ezio Melotti · 11 years ago
  32. c58a3ea #17714: document that the base64 codec adds a trailing newline. by Ezio Melotti · 11 years ago
  33. 7168879 #17871: merge with 3.3. by Ezio Melotti · 11 years ago
  34. 9c939bc #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. by Ezio Melotti · 11 years ago
  35. 6e6bee8 merge by Raymond Hettinger · 11 years ago
  36. 12f588a Issue 17920: Fix-up terminology in the set documentation by Raymond Hettinger · 11 years ago
  37. f4f2424 Fix uninitialized value in charmap_decode_mapping() by Victor Stinner · 11 years ago
  38. 37c7465 Issue #11816: Add missing test helper by Nick Coghlan · 11 years ago
  39. 8cecc8c Issue #7330: Implement width and precision (ex: "%5.3s") for the format string by Victor Stinner · 11 years ago
  40. 9b5d4d8 Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. by Antoine Pitrou · 11 years ago
  41. a7f7deb Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. by Antoine Pitrou · 11 years ago
  42. b1294fa Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  43. 002a77d Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  44. 5f454a0 Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown. by Antoine Pitrou · 11 years ago
  45. 1df37c6 #17833: merge with 3.3 by David Malcolm · 11 years ago
  46. d08b210 #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests) by David Malcolm · 11 years ago
  47. 5c29bb3 Merge #14187: Add glossary entry for 'function annotations'. by R David Murray · 11 years ago
  48. 25cd091 #14187: Add glossary entry for 'function annotations'. by R David Murray · 11 years ago
  49. d624517 Issue #11816: switch test_peepholer to bytecode_helper by Nick Coghlan · 11 years ago
  50. b39fd0c Issue #11816: multiple improvements to the dis module by Nick Coghlan · 11 years ago
  51. 9d35133 Issue #5845: avoid an exception at startup on OS X if no .editrc file exists. by Mark Dickinson · 11 years ago
  52. 60bb107 Correct issue number for c4f92b597074 in Misc/NEWS from #13813 to #13831 by Richard Oudkerk · 11 years ago
  53. f3a0da2 Merge by Richard Oudkerk · 11 years ago
  54. def51ca Issue #17805: Add AsyncResult alias for ApplyResult by Richard Oudkerk · 11 years ago
  55. 8575783 Issue #13813: Embed stringification of remote traceback in local by Richard Oudkerk · 11 years ago
  56. 53683f6 #13495: merge with 3.3. by Roger Serwy · 11 years ago
  57. 9bc7b79 #13495: Avoid loading the color delegator twice in IDLE. by Roger Serwy · 11 years ago
  58. 77371a5 merge by Raymond Hettinger · 11 years ago
  59. 44571da Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 11 years ago
  60. 7a3dae0 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 11 years ago
  61. 8408cea Issue #17094: Clear stale thread states after fork(). by Antoine Pitrou · 11 years ago
  62. 39b17c5 Backout 2e446e87ac5b; it breaks the unix buildbots. by Richard Oudkerk · 11 years ago
  63. f359302 Issue #15528: Add weakref.finalize to support finalization using by Richard Oudkerk · 11 years ago
  64. 2faf9b0 #17798: merge with 3.3. by Roger Serwy · 11 years ago
  65. 5b1ab24 #17798: Allow IDLE to edit new files when specified on command line. by Roger Serwy · 11 years ago
  66. 4adb566 Fix crash caused by 8c1385205a35 (thanks Arfrever for reporting). by Antoine Pitrou · 11 years ago
  67. fd417cc Fix crash caused by 8c1385205a35 (thanks Arfrever for reporting). by Antoine Pitrou · 11 years ago
  68. 0470cc9 merge w/ 3.3 by Brett Cannon · 11 years ago
  69. dea2ec4 Fix a test to not use an assertion for something that could be by Brett Cannon · 11 years ago
  70. 8772b18 Change a test assertion to a conditional so the test will pass on Windows. by Brett Cannon · 11 years ago
  71. 13853a6 #17115: I hate you MS for not supporting C99. by Brett Cannon · 11 years ago
  72. 4f9b434 merge by Brett Cannon · 11 years ago
  73. 9c1334e #17115: Remove what appears to be a useless chunk of code which broke by Brett Cannon · 11 years ago
  74. 52c5f85 Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  75. c8c952c Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  76. df6931d Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. by Antoine Pitrou · 11 years ago
  77. 957a23b Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. by Antoine Pitrou · 11 years ago
  78. 609a56f Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  79. 5de183a Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  80. 1a6cb30 Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. by Antoine Pitrou · 11 years ago
  81. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  82. 4cfc0b5 #16518: merge with 3.3. by Ezio Melotti · 11 years ago
  83. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  84. 4e59af7 #7855: merge with 3.3. by Ezio Melotti · 11 years ago
  85. 28faf03 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 11 years ago
  86. a8bc7fd Null merge (already committed in changeset a3ba5fe9bfd3) by Serhiy Storchaka · 11 years ago
  87. 59115aa Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 11 years ago
  88. 95ea11f add trailing newline to file by Brett Cannon · 11 years ago
  89. 1426853 Move test_imp over to unittest.main() by Brett Cannon · 11 years ago
  90. 130e481 Guard more tests in test_imp requiring imp.load_dynamic() to exist. by Brett Cannon · 11 years ago
  91. 2a9c653 #15902: merge w/ 3.3 by Brett Cannon · 11 years ago
  92. 9d0f772 Issue #15902: Fix imp.load_module() to accept None as a file when by Brett Cannon · 11 years ago
  93. 4072875 merge by Raymond Hettinger · 11 years ago
  94. b98dcc1 Issue #15535: Fix pickling of named tuples. by Raymond Hettinger · 11 years ago
  95. 865eaa1 Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs by Alexandre Vassalotti · 11 years ago
  96. 242db72 Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now raise an OSError with ENOTCONN, instead of an AttributeError, when the SSLSocket is not connected. by Antoine Pitrou · 11 years ago
  97. f6ca26f #17802: merge with 3.3. by Ezio Melotti · 11 years ago
  98. 8e596a7 #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. by Ezio Melotti · 11 years ago
  99. 8a42d60 Merge. by Charles-Francois Natali · 11 years ago
  100. 8dff4bd Move NEWS entry to the right section. by Ezio Melotti · 11 years ago