1. df1d940 Reversed changes from issue9584 by Tim Golden · 12 years ago
  2. 9b3fb0c Backed out changeset dafca4714298 by Tim Golden · 12 years ago
  3. 3df8887 Backed out changeset 5cf6c427fd39 by Tim Golden · 12 years ago
  4. 7fd4b68 Correct mis-indented whitespace by Tim Golden · 12 years ago
  5. 8f323d9 issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon by Tim Golden · 12 years ago
  6. 10ffea8 Merge typo fix. by Ezio Melotti · 12 years ago
  7. 99bafff Fix typo noticed by Tom Lynn. by Ezio Melotti · 12 years ago
  8. d9d1d08 Merge #6717 crasher from 3.3 by Nick Coghlan · 12 years ago
  9. 1de70b5 Merge #6717 crasher from 3.2 by Nick Coghlan · 12 years ago
  10. 692b023 Record a known crasher from #6717 by Nick Coghlan · 12 years ago
  11. 82de6d2 Merge from 3.3 by Nick Coghlan · 12 years ago
  12. 32dd36b The migration to importlib eliminated this crasher by Nick Coghlan · 12 years ago
  13. 90a654b Issue #15641: Clean up deprecated classes from importlib by Andrew Svetlov · 12 years ago
  14. bcbf403 Revome extra .py suffix by Andrew Svetlov · 12 years ago
  15. 7529620 Issue #16218: Fix test for issue again by Andrew Svetlov · 12 years ago
  16. 33f13ee (Merge 3.3) Close #15165: Fix test_email on Windows 64 bits by Victor Stinner · 12 years ago
  17. 9d95cbe Close #15165: Fix test_email on Windows 64 bits by Victor Stinner · 12 years ago
  18. efe2b53 Issue #15478: Fix test_pep277 on Windows by Victor Stinner · 12 years ago
  19. 4e7d2d4 Issue #15478: Oops, fix regression in os.open() on Windows by Victor Stinner · 12 years ago
  20. ec8c8ae Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  21. 519f438 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  22. 3907994 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  23. 6caa6fb (Merge 3.3) Issue #8271: Fix compilation on Windows by Victor Stinner · 12 years ago
  24. ab60de4 Issue #8271: Fix compilation on Windows by Victor Stinner · 12 years ago
  25. 944099f #5057: null merge with 3.3 (only add tests). by Ezio Melotti · 12 years ago
  26. 570942e #5057: null merge with 3.2 (only add tests). by Ezio Melotti · 12 years ago
  27. 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
  28. cfa9636 #8271: merge with 3.3. by Ezio Melotti · 12 years ago
  29. 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
  30. b716f84 Fix copy&paste errors and reformulate the tests. by Stefan Krah · 12 years ago
  31. 3bb516b Merge from 3.3 by Nick Coghlan · 12 years ago
  32. 55b5d5c Properly credit patch by Nick Coghlan · 12 years ago
  33. 8155f8e Issue #5765: Merge from 3.3 by Nick Coghlan · 12 years ago
  34. 10d6dde Issue #5765: Also check the compiler when finding the recursion limit by Nick Coghlan · 12 years ago
  35. e69bfc3 Issue #5765: Merge from 3.3 by Nick Coghlan · 12 years ago
  36. aab9c2b Issue #5765: Apply a hard recursion limit in the compiler by Nick Coghlan · 12 years ago
  37. c992faf Issue #16402: Merge fix from 3.3 by Mark Dickinson · 12 years ago
  38. 1321eda Issue #16402: Merge fix from 3.2 by Mark Dickinson · 12 years ago
  39. 8cd1c76 Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method. by Mark Dickinson · 12 years ago
  40. 729eda4 #16304: merge with 3.3. by Ezio Melotti · 12 years ago
  41. 7ce22d1 #16304: merge with 3.2. by Ezio Melotti · 12 years ago
  42. b87f82f #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. by Ezio Melotti · 12 years ago
  43. 5e39433 Issue #15837: add some tests for random.shuffle(). Patch by Alessandro Moura. by Antoine Pitrou · 12 years ago
  44. e9d08cf Fix compilation on Windows by Christian Heimes · 12 years ago
  45. d081fbb Fix compilation on Windows by Christian Heimes · 12 years ago
  46. 6d26ade Fix compilation on Windows by Christian Heimes · 12 years ago
  47. 75e74c6 Merge 3.3 by Éric Araujo · 12 years ago
  48. 309b043 Avoid fd leak in example. Caught by Serhiy. by Éric Araujo · 12 years ago
  49. f69a1f3 Branch merge by Éric Araujo · 12 years ago
  50. 95b4ec8 Branch merge by Éric Araujo · 12 years ago
  51. a113e01 Branch merge by Éric Araujo · 12 years ago
  52. 8c997fa Merge 3.3 by Éric Araujo · 12 years ago
  53. 8f423c9 Add examples for opener argument of open (#13424). by Éric Araujo · 12 years ago
  54. 1e58ae4 #16336: merge with 3.3. by Ezio Melotti · 12 years ago
  55. a0b5c46 #16336: merge with 3.2. by Ezio Melotti · 12 years ago
  56. 540da76 #16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  57. 51f61b9 Merge typo fixes (and the fix for #8401 that I wrongly merged) with 3.3. by Ezio Melotti · 12 years ago
  58. 0167edf Merge typo fixes with 3.2. by Ezio Melotti · 12 years ago
  59. 8af179e Fix a couple typos in Misc/NEWS. by Ezio Melotti · 12 years ago
  60. 212843b #8401: merge with 3.3. by Ezio Melotti · 12 years ago
  61. 7376801 #8401: merge with 3.2. by Ezio Melotti · 12 years ago
  62. 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
  63. 1a5f3ec Merge from 3.3: link to mapping glossary entry in docs. by Chris Jerdonek · 12 years ago
  64. 1c8bb9f Merge from 3.2: link to mapping glossary entry in docs. by Chris Jerdonek · 12 years ago
  65. 11f3f17 Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. by Chris Jerdonek · 12 years ago
  66. 4bf474a #12759: merge with 3.3. by Ezio Melotti · 12 years ago
  67. 68600af #12759: merge with 3.2. by Ezio Melotti · 12 years ago
  68. 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
  69. d268526 #4711: merge with 3.3. by Ezio Melotti · 12 years ago
  70. befaac0 #4711: merge with 3.2. by Ezio Melotti · 12 years ago
  71. dedfa9b #4711: break long words in the docs sidebar to avoid overflow. by Ezio Melotti · 12 years ago
  72. 4e0f36b #16152: merge with 3.3. by Ezio Melotti · 12 years ago
  73. fafa8b7 #16152: merge with 3.2. by Ezio Melotti · 12 years ago
  74. 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
  75. 76bcff2 Issue #7317: Display full tracebacks when an error occurs asynchronously. by Andrew Svetlov · 12 years ago
  76. 6b97374 Issue #16284: Prevent keeping unnecessary references to worker functions in concurrent.futures ThreadPoolExecutor. by Andrew Svetlov · 12 years ago
  77. 0f77bf2 Issue #16218: skip test if filesystem doesn't support required encoding by Andrew Svetlov · 12 years ago
  78. 69032c8 Issue #16309: Make PYTHONPATH= behavior the same as if PYTHONPATH not set at all. by Andrew Svetlov · 12 years ago
  79. 683b46a Issue #16218: Fix broken test for supporting nonascii characters in python launcher by Andrew Svetlov · 12 years ago
  80. 4739561 Issue #16261: fix bare excepts in Doc/ by Andrew Svetlov · 12 years ago
  81. c38c816 Merge 3.3. by Stefan Krah · 12 years ago
  82. 4af77a0 Issue #15814: Use hash function that is compatible with the equality by Stefan Krah · 12 years ago
  83. 43c336b Merge 3.3. by Stefan Krah · 12 years ago
  84. e6996ed Issue #16145: Support legacy strings in the _csv module. by Stefan Krah · 12 years ago
  85. faf1d06 merge with 3.3 by Georg Brandl · 12 years ago
  86. ed71918 merge with 3.2 by Georg Brandl · 12 years ago
  87. 4552e3f Grammar touchup. by Georg Brandl · 12 years ago
  88. d98ee97 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  89. e2af509 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  90. d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  91. e061432 Merge: Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 12 years ago
  92. 129f57b Merge: Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 12 years ago
  93. 5bb4207 Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 12 years ago
  94. 553408f Merge issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  95. 7c91dbe Merge issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  96. 1491cbd Issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  97. 787fbe9 Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  98. 0168d3d Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  99. e4ad37e Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  100. 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