1. faedde3 #14770: merge with 3.2. by Ezio Melotti · 13 years ago
  2. b35480e #14770: improve the library FAQ. by Ezio Melotti · 13 years ago
  3. 62961dd Issue #13959: Document imp.find_module/load_module as deprecated. by Brett Cannon · 13 years ago
  4. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 13 years ago
  5. 708d88c merge with 3.2 by Sandro Tosi · 13 years ago
  6. 3918b1e Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe by Sandro Tosi · 13 years ago
  7. 7fb79fc Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka. by Martin v. Löwis · 13 years ago
  8. bb54b33 Merge by Antoine Pitrou · 13 years ago
  9. eafae02 Merge by Antoine Pitrou · 13 years ago
  10. 2d169b2 Make the reference counting of dictkeys objects participate in refleak hunting by Antoine Pitrou · 13 years ago
  11. ee78a2b Issue #13959: Introduce importlib.find_loader(). by Brett Cannon · 13 years ago
  12. acc0c18 Remove a now worthless test. by Brett Cannon · 13 years ago
  13. 61597d3 Try to fix test_shutil failure under Fedora - patch by Hynek. by Antoine Pitrou · 13 years ago
  14. 36c4e38 merge with 3.2 by Sandro Tosi · 13 years ago
  15. 38b86b4 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 13 years ago
  16. 094d0e0 Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bit by Stefan Krah · 13 years ago
  17. 04b2e69 Merge by Antoine Pitrou · 13 years ago
  18. 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 13 years ago
  19. 758153b Fix refleaks introduced by 83da67651687. by Antoine Pitrou · 13 years ago
  20. e45c0c5 Fix logic error introduced by 83da67651687. by Antoine Pitrou · 13 years ago
  21. 4d688e3 Remove uninitialized compiler warning. by Ross Lagerwall · 13 years ago
  22. 1ff2e35 simplify by shortcutting when the kind of the needle is larger than the haystack by Benjamin Peterson · 13 years ago
  23. c049952 Issue #13959: Have by Brett Cannon · 13 years ago
  24. 0c59b03 Deprecate the imp constants related to imp.get_suffixes(). by Brett Cannon · 13 years ago
  25. 44ec91f Update importlib.h by Brett Cannon · 13 years ago
  26. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 13 years ago
  27. 810c64d Issue #14764: Update importlib.test.benchmark to work in a world where by Brett Cannon · 13 years ago
  28. 9d33511 merge by Ned Deily · 13 years ago
  29. 5fddf86 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 13 years ago
  30. baf7571 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 13 years ago
  31. 569d087 use yield from by Benjamin Peterson · 13 years ago
  32. e8751e0 Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 13 years ago
  33. 1682e5d Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 13 years ago
  34. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 13 years ago
  35. ca5f91b Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Storchaka. by Antoine Pitrou · 13 years ago
  36. fda08b0 Some nits in the pickle docs. by Antoine Pitrou · 13 years ago
  37. a9494f6 Some nits in the pickle docs. by Antoine Pitrou · 13 years ago
  38. b2eeced Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 13 years ago
  39. cc6c673 Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 13 years ago
  40. fd7aaab #14763: merge with 3.2. by Ezio Melotti · 13 years ago
  41. bf3165b #14763: document default maxsplit value for str.split. by Ezio Melotti · 13 years ago
  42. b58ab2c MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 13 years ago
  43. 7f0d888 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 13 years ago
  44. 3b1a74a Rename unicode_write_t structure and its methods to "_PyUnicodeWriter" by Victor Stinner · 13 years ago
  45. ee4544c Issue #14744: Inline unicode_writer_write_char() and unicode_write_str() by Victor Stinner · 13 years ago
  46. c1fdad3 Null merge for issue #14761. by Antoine Pitrou · 13 years ago
  47. d576c71 Issue #14761: Fix potential leak on an error case in the import machinery. by Antoine Pitrou · 13 years ago
  48. a347901 Issue #14746: Remove redundant paragraphs from skipitem() in Python/getargs.c. by Larry Hastings · 13 years ago
  49. 7ca8d1f Merge: Improve the grammar of a non-sentence. by R David Murray · 13 years ago
  50. b98b37f Improve the grammar of a non-sentence. by R David Murray · 13 years ago
  51. f59c28c unicode_writer_finish() checks string consistency by Victor Stinner · 13 years ago
  52. 5d73c17 Issue #14727: Fix race in test_multiprocessing by Richard Oudkerk · 13 years ago
  53. 104b3f4 Minor fix for test_multiprocessing by Richard Oudkerk · 13 years ago
  54. 1cffbac merge 3.2 (#14752) by Benjamin Peterson · 13 years ago
  55. 89a6e9a fix possible refleak (closes #14752) by Benjamin Peterson · 13 years ago
  56. d3f424f Merge from 3.2. Issue #14749: Add support for 'Z' to skipitem(). by Larry Hastings · 13 years ago
  57. d9e4a41 Issue #14749: Add support for 'Z' to skipitem() in Python/getargs.c. by Larry Hastings · 13 years ago
  58. 869b1f9 merge 3.2 by Benjamin Peterson · 13 years ago
  59. 3b66623 remove basically bitrotted XXXs by Benjamin Peterson · 13 years ago
  60. bbf8393 explicitly set UnsupportedOperation's module rather than relying on incorrect globals on startup (closes #14745) by Benjamin Peterson · 13 years ago
  61. 1068025 Backout ab500b297900: the check for integer overflow is wrong by Victor Stinner · 13 years ago
  62. 79575b2 Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools until we can speed it up. by Mark Dickinson · 13 years ago
  63. 6efa50a Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error. by Antoine Pitrou · 13 years ago
  64. 943cab2 Issue #14741: Merge fix from 3.2. by Mark Dickinson · 13 years ago
  65. da029fb Issue #14741: Fix missing support for ellipsis in parser module. by Mark Dickinson · 13 years ago
  66. 72f6095 Issue #14697: Merge fix from 3.2. by Mark Dickinson · 13 years ago
  67. 11c1dee Issue #14697: Fix missing parser module support for set displays and set comprehensions. by Mark Dickinson · 13 years ago
  68. 0576f9b Issue #14716: Change integer overflow check in unicode_writer_prepare() by Victor Stinner · 13 years ago
  69. cf360b9 Issue #14701: Add missing support for 'raise ... from' in parser module. by Mark Dickinson · 13 years ago
  70. 202fdca Close #14716: str.format() now uses the new "unicode writer" API instead of the by Victor Stinner · 13 years ago
  71. 9fad160 Issue #14701: Merge fix from 3.2. by Mark Dickinson · 13 years ago
  72. 99e2e55 Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks in old-style string formatting. Thanks Serhiy Storchaka for report and original patch. by Mark Dickinson · 13 years ago
  73. 10ba07a Issue #14705: Added support for the new 'p' format unit to skipitem(). by Larry Hastings · 13 years ago
  74. aeb562e Add John Regehr to Misc/ACKS for his help with finding integer overflows (issue #9530). by Mark Dickinson · 13 years ago
  75. 44ceea9 Issue #14695: Run Tools/parser/test_unparse.py as part of test_tools. by Mark Dickinson · 13 years ago
  76. 43d6ddc Merge Misc/NEWS issue number fix from 3.2 by Mark Dickinson · 13 years ago
  77. 640335c Fix issue number in Misc/NEWS. by Mark Dickinson · 13 years ago
  78. d30c5d5 Add Misc/NEWS entry for rev b4a1d9287780 by Richard Oudkerk · 13 years ago
  79. 486a045 Fix buildbot failures in test_lzma. by Nadeem Vawda · 13 years ago
  80. bc459bb Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion. by Nadeem Vawda · 13 years ago
  81. f55b329 Add lzma.{encode,decode}_filter_properties(). by Nadeem Vawda · 13 years ago
  82. 75d5d8c Merge with 3.2. by Georg Brandl · 13 years ago
  83. 0958a4d Fix document title for Sphinx. by Georg Brandl · 13 years ago
  84. 11328e4 Really fix test_gzip failures on Windows. by Nadeem Vawda · 13 years ago
  85. fe8440a Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar. by Mark Dickinson · 13 years ago
  86. 1b2e944 Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. by Mark Dickinson · 13 years ago
  87. 6dbca36 Make test_multiprocessing more lenient about another timeout check by Richard Oudkerk · 13 years ago
  88. 41eb85b Make AcquirerProxy.acquire() support timeout argument by Richard Oudkerk · 13 years ago
  89. b78174c Fix too early decrefs. by Antoine Pitrou · 13 years ago
  90. 9d9dc8e Fix test_gzip failures on Windows. by Nadeem Vawda · 13 years ago
  91. b55d9e3 #14034: merge indentation fixes from 3.2. by Ezio Melotti · 13 years ago
  92. 9ab3fdd #14034: fix indentation. by Ezio Melotti · 13 years ago
  93. 49233c4 Merge heads. by Ezio Melotti · 13 years ago
  94. df5bedb #14034: merge argparse tutorial from 3.2. by Ezio Melotti · 13 years ago
  95. 1b8a14d Separate tests for gzip.GzipFile and gzip.open. by Nadeem Vawda · 13 years ago
  96. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  97. 7e12620 Closes #13989: Add support for text modes to gzip.open(). by Nadeem Vawda · 13 years ago
  98. 54c74ec Fix formatting of preset values for exception messages in _lzmamodule.c. by Nadeem Vawda · 13 years ago
  99. f1b34ee #12660: Skip test_gdb when run from an installed Python. by Vinay Sajip · 13 years ago
  100. 7395404 Issue #9116: Allowed test to pass on Windows by adjusting the test condition slightly to allow for a Windows-specific error message. by Vinay Sajip · 13 years ago