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