1. 9b3fb0c Backed out changeset dafca4714298 by Tim Golden · 12 years ago
  2. 8f323d9 issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon by Tim Golden · 12 years ago
  3. 90a654b Issue #15641: Clean up deprecated classes from importlib by Andrew Svetlov · 12 years ago
  4. ec8c8ae Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  5. 519f438 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  6. 3907994 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  7. 6c5f521 #5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds. by Ezio Melotti · 12 years ago
  8. cfa9636 #8271: merge with 3.3. by Ezio Melotti · 12 years ago
  9. f7ed5d1 #8271: the utf-8 decoder now outputs the correct number of U+FFFD characters when used with the "replace" error handler on invalid utf-8 sequences. Patch by Serhiy Storchaka, tests by Ezio Melotti. by Ezio Melotti · 12 years ago
  10. 3bb516b Merge from 3.3 by Nick Coghlan · 12 years ago
  11. 55b5d5c Properly credit patch by Nick Coghlan · 12 years ago
  12. e69bfc3 Issue #5765: Merge from 3.3 by Nick Coghlan · 12 years ago
  13. aab9c2b Issue #5765: Apply a hard recursion limit in the compiler by Nick Coghlan · 12 years ago
  14. c992faf Issue #16402: Merge fix from 3.3 by Mark Dickinson · 12 years ago
  15. 1321eda Issue #16402: Merge fix from 3.2 by Mark Dickinson · 12 years ago
  16. 8cd1c76 Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method. by Mark Dickinson · 12 years ago
  17. 95b4ec8 Branch merge by Éric Araujo · 12 years ago
  18. a113e01 Branch merge by Éric Araujo · 12 years ago
  19. 8c997fa Merge 3.3 by Éric Araujo · 12 years ago
  20. 8f423c9 Add examples for opener argument of open (#13424). by Éric Araujo · 12 years ago
  21. 1e58ae4 #16336: merge with 3.3. by Ezio Melotti · 12 years ago
  22. a0b5c46 #16336: merge with 3.2. by Ezio Melotti · 12 years ago
  23. 540da76 #16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  24. 51f61b9 Merge typo fixes (and the fix for #8401 that I wrongly merged) with 3.3. by Ezio Melotti · 12 years ago
  25. 0167edf Merge typo fixes with 3.2. by Ezio Melotti · 12 years ago
  26. 8af179e Fix a couple typos in Misc/NEWS. by Ezio Melotti · 12 years ago
  27. 212843b #8401: merge with 3.3. by Ezio Melotti · 12 years ago
  28. 7376801 #8401: merge with 3.2. by Ezio Melotti · 12 years ago
  29. c64bcbe #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error. by Ezio Melotti · 12 years ago
  30. 4bf474a #12759: merge with 3.3. by Ezio Melotti · 12 years ago
  31. 68600af #12759: merge with 3.2. by Ezio Melotti · 12 years ago
  32. 0941d9f #12759: sre_parse now raises a proper error when the name of the group is missing. Initial patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  33. 4e0f36b #16152: merge with 3.3. by Ezio Melotti · 12 years ago
  34. fafa8b7 #16152: merge with 3.2. by Ezio Melotti · 12 years ago
  35. 2cc3b4b #16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder. by Ezio Melotti · 12 years ago
  36. 76bcff2 Issue #7317: Display full tracebacks when an error occurs asynchronously. by Andrew Svetlov · 12 years ago
  37. 6b97374 Issue #16284: Prevent keeping unnecessary references to worker functions in concurrent.futures ThreadPoolExecutor. by Andrew Svetlov · 12 years ago
  38. 69032c8 Issue #16309: Make PYTHONPATH= behavior the same as if PYTHONPATH not set at all. by Andrew Svetlov · 12 years ago
  39. d98ee97 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  40. e2af509 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  41. d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  42. 787fbe9 Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  43. 0168d3d Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  44. e4ad37e Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  45. 53d36b6 Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 12 years ago
  46. 5ebe65f Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 12 years ago
  47. 9f69e79 Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 12 years ago
  48. d9c8702 point errors related to nonlocals and globals to the statement declaring them (closes #10189) by Benjamin Peterson · 12 years ago
  49. 9b80c67 merge 3.3 by Benjamin Peterson · 12 years ago
  50. 67f7a5a merge 3.2 by Benjamin Peterson · 12 years ago
  51. 37d2c99 fix spelling by Benjamin Peterson · 12 years ago
  52. 7503e08 merge 3.3 (#16345) by Benjamin Peterson · 12 years ago
  53. d97eb0d merge 3.2 (#16345) by Benjamin Peterson · 12 years ago
  54. 275c848 merge heads by Benjamin Peterson · 12 years ago
  55. d1f2cb3 only fast-path fromkeys() when the constructor returns a empty dict (closes #16345) by Benjamin Peterson · 12 years ago
  56. 1a2b945 MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! by Jesus Cea · 12 years ago
  57. 08d8434 MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! by Jesus Cea · 12 years ago
  58. 64085e3 Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! by Jesus Cea · 12 years ago
  59. 3cb9024 merge 3.3 by Benjamin Peterson · 12 years ago
  60. 2c05a2e do safety checks on __qualname__ assignment by Benjamin Peterson · 12 years ago
  61. 8afa7fa don't shadow the __qualname__ descriptor with __qualname__ in the class's __dict__ (closes #16271) by Benjamin Peterson · 12 years ago
  62. bfa664c #12890: fix test on windows by R David Murray · 12 years ago
  63. cc4bacf #12890: fix test on windows by R David Murray · 12 years ago
  64. 4ca1cf3 Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned by Victor Stinner · 12 years ago
  65. e64322e Close #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster by Victor Stinner · 12 years ago
  66. d4156c1 Issue #16351: New function gc.get_stats() returns per-generation collection statistics. by Antoine Pitrou · 12 years ago
  67. a5e7cd0 Merge 3.3 by Brian Curtin · 12 years ago
  68. 6b879fa Merge 3.2 by Brian Curtin · 12 years ago
  69. e9aeca7 Fix #16197. Update docstrings and documentation to match winreg code. by Brian Curtin · 12 years ago
  70. f138055 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  71. 4648b47 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  72. 92c28ca #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  73. 84833aa Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Nadeem Vawda · 12 years ago
  74. fb90c09 Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. by Mark Dickinson · 12 years ago
  75. 3962d5e Minor typo fix. by Georg Brandl · 12 years ago
  76. 1543b8c #8040: merge with 3.3. by Ezio Melotti · 12 years ago
  77. 8630c1e #8040: merge with 3.2. by Ezio Melotti · 12 years ago
  78. 380ce65 #8040: add a version switcher to the documentation. Patch by Yury Selivanov. by Ezio Melotti · 12 years ago
  79. dcd34a6 merge #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  80. c4b8e05 merge #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  81. 252cd0e #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 12 years ago
  82. 969684f Merge 3.3 by Hynek Schlawack · 12 years ago
  83. 254af26 #16307: Fix multiprocessing.Pool.map_async not calling its callbacks by Hynek Schlawack · 12 years ago
  84. cc2f042 Issue #16250: Fix URLError invocation with proper args by Senthil Kumaran · 12 years ago
  85. cad7b31 Issue #16250: Fix URLError invocation with proper args. by Senthil Kumaran · 12 years ago
  86. 9588593 Issue #16305: Merge fix from 3.3. by Mark Dickinson · 12 years ago
  87. 039e0cd Issue #16305: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  88. 7646449 Fix math.factorial KeyboardInterrupt segfault. Thanks Amaury for report and diagnosis. by Mark Dickinson · 12 years ago
  89. a19f601 Update NEWS for issue #16241 by Andrew Svetlov · 12 years ago
  90. 9819105 Update NEWS for issue #16241 by Andrew Svetlov · 12 years ago
  91. 93653c4 #16210: merge with 3.3. by Ezio Melotti · 12 years ago
  92. e6c0f0d #16210: merge with 3.2. by Ezio Melotti · 12 years ago
  93. 837cd06 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 12 years ago
  94. 5b02d68 Merged fix of whitespace typo in Misc/NEWS from 3.3. by Vinay Sajip · 12 years ago
  95. f0ef7fe Fixed whitespace typo in Misc/NEWS. by Vinay Sajip · 12 years ago
  96. 998b105 Closes #16116: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  97. e87acc1 Issue #16116: Now uses corrected include and library paths when building C extensions in a venv. by Vinay Sajip · 12 years ago
  98. d2e90cd Add Misc/NEWS entry for dd8b969d7459/#16245. by Ezio Melotti · 12 years ago
  99. 32e4608 #16245: merge with 3.3. by Ezio Melotti · 12 years ago
  100. e6e96ee #16245: Fix the value of a few entities in html.entities.html5. by Ezio Melotti · 12 years ago