1. bc459bb Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion. by Nadeem Vawda · 12 years ago
  2. f55b329 Add lzma.{encode,decode}_filter_properties(). by Nadeem Vawda · 12 years ago
  3. 75d5d8c Merge with 3.2. by Georg Brandl · 12 years ago
  4. 0958a4d Fix document title for Sphinx. by Georg Brandl · 12 years ago
  5. 11328e4 Really fix test_gzip failures on Windows. by Nadeem Vawda · 12 years ago
  6. fe8440a Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar. by Mark Dickinson · 12 years ago
  7. 1b2e944 Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. by Mark Dickinson · 12 years ago
  8. 6dbca36 Make test_multiprocessing more lenient about another timeout check by Richard Oudkerk · 12 years ago
  9. 41eb85b Make AcquirerProxy.acquire() support timeout argument by Richard Oudkerk · 12 years ago
  10. b78174c Fix too early decrefs. by Antoine Pitrou · 12 years ago
  11. 9d9dc8e Fix test_gzip failures on Windows. by Nadeem Vawda · 12 years ago
  12. b55d9e3 #14034: merge indentation fixes from 3.2. by Ezio Melotti · 12 years ago
  13. 9ab3fdd #14034: fix indentation. by Ezio Melotti · 12 years ago
  14. 49233c4 Merge heads. by Ezio Melotti · 12 years ago
  15. df5bedb #14034: merge argparse tutorial from 3.2. by Ezio Melotti · 12 years ago
  16. 1b8a14d Separate tests for gzip.GzipFile and gzip.open. by Nadeem Vawda · 12 years ago
  17. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  18. 7e12620 Closes #13989: Add support for text modes to gzip.open(). by Nadeem Vawda · 12 years ago
  19. 54c74ec Fix formatting of preset values for exception messages in _lzmamodule.c. by Nadeem Vawda · 12 years ago
  20. f1b34ee #12660: Skip test_gdb when run from an installed Python. by Vinay Sajip · 12 years ago
  21. 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 · 12 years ago
  22. 3637123 Closes #14729: Allowed test to pass on Windows by adjusting the test condition slightly to allow for a Windows-specific error message. by Vinay Sajip · 12 years ago
  23. fc7e967 merge with 3.2 by Georg Brandl · 12 years ago
  24. b4c8902 #13183: backport fixes to test_pdb to 3.2 branch by Georg Brandl · 12 years ago
  25. 88b95f9 Fix some rst errors in NEWS. by Georg Brandl · 12 years ago
  26. 85a2394 Post-3.3a3 bump. by Georg Brandl · 12 years ago
  27. d9728b5 Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) by Larry Hastings · 12 years ago
  28. eaa5eee Backed out changeset 709850f1ec67 by Benjamin Peterson · 12 years ago
  29. cfe6f2a Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) by Larry Hastings · 12 years ago
  30. faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 12 years ago
  31. 6b03f2c Fix typo in exception message. by Stefan Krah · 12 years ago
  32. cc23884 Dummy merge by Richard Oudkerk · 12 years ago
  33. 7ef909c Fix for issue 14725 for 3.2 branch by Richard Oudkerk · 12 years ago
  34. fdb8dcf Fix for Issue 14725 for 3.3 branch. by Richard Oudkerk · 12 years ago
  35. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 12 years ago
  36. ef5a463 don't append the bytecode suffix to the source suffixes global by Benjamin Peterson · 12 years ago
  37. 8f46d65 Fix typo in changeset eb5c5c23ca9b. by Nadeem Vawda · 12 years ago
  38. c04ddee Merge by Antoine Pitrou · 12 years ago
  39. 9a86447 Add some whatsnew entries by Antoine Pitrou · 12 years ago
  40. feccc09 Clean up a docstring. by Brett Cannon · 12 years ago
  41. f3a42de Simplify code for load_dynamic() by Antoine Pitrou · 12 years ago
  42. 149e255 Merge by Antoine Pitrou · 12 years ago
  43. 3ad58f2 Kill remaining mentions of import_nt.c by Antoine Pitrou · 12 years ago
  44. 9dad882 Kill off another entry of import_nt.c by Brett Cannon · 12 years ago
  45. 0429e1a Issue #13959: Move module type constants to Lib/imp.py. by Brett Cannon · 12 years ago
  46. 2d3ce9d merge by Brett Cannon · 12 years ago
  47. 6b9b727 Remove dead Windows code which no longer will compile. by Brett Cannon · 12 years ago
  48. a6685e8 update importlib.h by Brett Cannon · 12 years ago
  49. 5182c18 Closes #14093: Added Mercurial version information to Windows builds. by Vinay Sajip · 12 years ago
  50. f19c191 Jython-friendly tweak. by Brett Cannon · 12 years ago
  51. 2657df4 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. by Brett Cannon · 12 years ago
  52. 17098a5 Properly mark names in importlib._bootstrap as private. by Brett Cannon · 12 years ago
  53. fbd85a0 initialization not needed by Benjamin Peterson · 12 years ago
  54. f340c21 Fix test connecting to sha256.tbs-internet.com. by Antoine Pitrou · 12 years ago
  55. 16f6f83 Fix test connecting to sha256.tbs-internet.com. by Antoine Pitrou · 12 years ago
  56. f072b45 Fix for fatal errors in os.*utime*() by Richard Oudkerk · 12 years ago
  57. b333640 Issue #14127: Fix two bugs with the Windows implementation. by Larry Hastings · 12 years ago
  58. 009b15e Give test_multiprocessing better chance of avoiding timeout failures on Windows by Richard Oudkerk · 12 years ago
  59. 9bd9d74 what is a invalid tuple? by Benjamin Peterson · 12 years ago
  60. b399ab2 clean up converted path on error by Benjamin Peterson · 12 years ago
  61. 3e2e368 avoid unitialized memory by Benjamin Peterson · 12 years ago
  62. 35a8f0d check correct variable for error by Benjamin Peterson · 12 years ago
  63. d0dba6e unicode_writer: don't force inline when it is not necessary by Victor Stinner · 12 years ago
  64. 9cd8853 merge 3.2 (#14717) by Benjamin Peterson · 12 years ago
  65. ab3da29 close() doesn't take any args (closes #14717) by Benjamin Peterson · 12 years ago
  66. b63f49f if the kind of the string to count is larger than the string to search, shortcut to 0 by Benjamin Peterson · 12 years ago
  67. a7b654b unicode_writer: add finish() method and assertions to write_str() method by Victor Stinner · 12 years ago
  68. b145448 Issue #14127: Fix no-op stub for platforms that lack some "os" functions. by Larry Hastings · 12 years ago
  69. a6becaa Fix dangling warning for test_multiprocessing by Richard Oudkerk · 12 years ago
  70. bf4e266 Issue #14687: Remove redundant length attribute of unicode_write_t by Victor Stinner · 12 years ago
  71. 7989157 Issue #14687: Cleanup unicode_writer_prepare() by Victor Stinner · 12 years ago
  72. f2c76aa Issue #14687: str%tuple now uses an optimistic "unicode writer" instead of an by Victor Stinner · 12 years ago
  73. ac20f46 Merged hanged order of cleanup operations from 3.2. by Vinay Sajip · 12 years ago
  74. 89282af Changed order of cleanup operations to be more sensible. by Vinay Sajip · 12 years ago
  75. 1b487b4 Issue #14624, #14687: Optimize unicode_widen() by Victor Stinner · 12 years ago
  76. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  77. 3a7f7977 Remove buggy assertion in PyUnicode_Substring() by Victor Stinner · 12 years ago
  78. 684d5fd Fix PyUnicode_Substring() for start >= length and start > end by Victor Stinner · 12 years ago
  79. b6cd014 Unicode: optimize creating of 1-character strings by Victor Stinner · 12 years ago
  80. bff7c96 Issue #14687: Optimize str%tuple for the "%(name)s" syntax by Victor Stinner · 12 years ago
  81. 598b2f6 Merge. by Charles-François Natali · 12 years ago
  82. 360b3c2 os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago
  83. 39687ee os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago
  84. 225cb8d Make test_multiprocessing cleanup properly by Richard Oudkerk · 12 years ago
  85. d59240d Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 12 years ago
  86. e8a255a Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 12 years ago
  87. 67880cc Issue #13183: Revert 0b53b70a40a0 (reenable test on windows) by Martin v. Löwis · 12 years ago
  88. bf6c195 fix closes issue13183 - windows test failure by Senthil Kumaran · 12 years ago
  89. cb17204 fix windows test failure - issue13183 by Senthil Kumaran · 12 years ago
  90. e6abb48 unicodeobject.c: Add MAX_MAXCHAR() macro to (micro-)optimize the computation by Victor Stinner · 12 years ago
  91. 438106b Issue #14687: Cleanup PyUnicode_Format() by Victor Stinner · 12 years ago
  92. b5c3ea3 Issue #14687: Optimize str%args by Victor Stinner · 12 years ago
  93. cc1c146 Merge sphinx changes by Martin v. Löwis · 12 years ago
  94. 1c5ae55 don't use assertEqual for test for bool equality by Benjamin Peterson · 12 years ago
  95. bd31db6 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  96. 7f9d181 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  97. 24a05f7 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  98. 8fbd295 merge 3.2 (#14699) by Benjamin Peterson · 12 years ago
  99. 7295c6a fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 12 years ago
  100. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 12 years ago