1. 61baebd Issue #12804: Fix test failures on systems without internet access. by Nadeem Vawda · 13 years ago
  2. a58c01b Remove redundant resource check in test_socket. by Nadeem Vawda · 13 years ago
  3. 157c126 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
  4. dd21f68 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
  5. 05f29b7 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 13 years ago
  6. abaf89b Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
  7. 2be60af Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
  8. a10999d merge 3.2 by Benjamin Peterson · 13 years ago
  9. 7fa5a99 merge heads by Benjamin Peterson · 13 years ago
  10. 8485ad1 merge heads by Benjamin Peterson · 13 years ago
  11. 91ecea2 Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
  12. 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
  13. 0940602 Sort functions in the doc of the time module by Victor Stinner · 13 years ago
  14. 4ccc727 Issue #10278: wallclock() cannot go backward, but two consecutive calls by Victor Stinner · 13 years ago
  15. 6d766fc Silence last compilation warning. by Amaury Forgeot d'Arc · 13 years ago
  16. cd27df3 Fix compilation warnings (seen on win32 buildbot) by Amaury Forgeot d'Arc · 13 years ago
  17. 5b45a01 merge from 3.2 by Georg Brandl · 13 years ago
  18. 3b65fd7 #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. by Georg Brandl · 13 years ago
  19. 3ef2f8c merge 3.2 by Benjamin Peterson · 13 years ago
  20. 91eef98 fix declaration style by Benjamin Peterson · 13 years ago
  21. 20f6bc2 merge with 3.2 by Georg Brandl · 13 years ago
  22. beca27a Fix #13834: strip() strips leading and trailing whitespace. by Georg Brandl · 13 years ago
  23. ce79852 use the static identifier api for looking up special methods by Benjamin Peterson · 13 years ago
  24. cd89912 Issue #13835: fixes to What's new 3.3; patch by July Tikhonov by Sandro Tosi · 13 years ago
  25. 0648458 Fix a unittest error seen on NetBSD 5. by Gregory P. Smith · 13 years ago
  26. 886455c Fix a unittest error seen on NetBSD 5. by Gregory P. Smith · 13 years ago
  27. 08c1278 Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix. by Gregory P. Smith · 13 years ago
  28. 4842efc Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix. by Gregory P. Smith · 13 years ago
  29. 1577cf7 Improve the test for dirfd(). Some systems #define it rather than by Gregory P. Smith · 13 years ago
  30. df300d5 Improve the test for dirfd(), some systems #define it rather than have by Gregory P. Smith · 13 years ago
  31. d45382d bugfix for *BSD platforms. (oops messed up #define) by Gregory P. Smith · 13 years ago
  32. 61f0da8 bugfix for issue 8052 fixes on *BSD platforms. by Gregory P. Smith · 13 years ago
  33. e9b7cab Another issue #8052 bugfix (related to previous commit). by Gregory P. Smith · 13 years ago
  34. e3f7848 Bugfix for issue #8052 fix on *BSD variants. by Gregory P. Smith · 13 years ago
  35. 33b24f7 A Misc/NEWS entry for issue 8052. by Gregory P. Smith · 13 years ago
  36. 9564e4c Add a Misc/NEWS entry for issue 8052. by Gregory P. Smith · 13 years ago
  37. d635af5 Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 13 years ago
  38. 8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 13 years ago
  39. e961bd4 Avoid the compiler warning about the unused return value. by Gregory P. Smith · 13 years ago
  40. 12fdca5 Avoid the compiler warning about the unused return value. by Gregory P. Smith · 13 years ago
  41. 1fde8a3 Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 13 years ago
  42. f49d152 Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 13 years ago
  43. a4ac600 Issue #13706: Support non-ASCII fill characters by Victor Stinner · 13 years ago
  44. a2a9071 merge with 3.2 by Sandro Tosi · 13 years ago
  45. 41b2404 fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 13 years ago
  46. 3242577 merge from 3.2 by Senthil Kumaran · 13 years ago
  47. 3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen by Senthil Kumaran · 13 years ago
  48. 77fc1f3 add another test case by Benjamin Peterson · 13 years ago
  49. d6d2cd2 phony merge of 76077971ee1f from 3.2 by Łukasz Langa · 13 years ago
  50. 0028908 #13760: picklability tests for configparser exceptions by Łukasz Langa · 13 years ago
  51. e785195 #13760: picklability tests for configparser exceptions by Łukasz Langa · 13 years ago
  52. 5d116b7 Closes #13807: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  53. 315a62b Closes #13807: Merged fix from 3.1. by Vinay Sajip · 13 years ago
  54. 889bb29 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 13 years ago
  55. 2396c0a Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 13 years ago
  56. a3443d9 Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 13 years ago
  57. 2dd254d Issue #10278: Be more explicit in tests than wallclock() is monotonic (cannot by Victor Stinner · 13 years ago
  58. d25cfe6 Improve exception text. Closes issue 13811. by Eric V. Smith · 13 years ago
  59. cff9237 check after comments, too (#13832) by Benjamin Peterson · 13 years ago
  60. 6a7b855 Issue #13605: merge with 3.2 by Sandro Tosi · 13 years ago
  61. da8e11a Issue #13605: more meaningful example + fixes by Sandro Tosi · 13 years ago
  62. 83d32c9 Issue #13605: merge with 3.2 by Sandro Tosi · 13 years ago
  63. 16bd0b4 Issue #13605: add documentation for nargs=argparse.REMAINDER by Sandro Tosi · 13 years ago
  64. 188bee5 don't leak node by Benjamin Peterson · 13 years ago
  65. 79c1f96 only check this when parsing python by Benjamin Peterson · 13 years ago
  66. 82138b8 Issue #11948: merge with 3.2 by Sandro Tosi · 13 years ago
  67. f0229aa Issue #11948: clarify modules search path by Sandro Tosi · 13 years ago
  68. fa21bf0 Issue #12705: Raise SyntaxError when compiling multiple statements as single interactive statement by Meador Inge · 13 years ago
  69. 00c7f85 Issue #2134: Add support for tokenize.TokenInfo.exact_type. by Meador Inge · 13 years ago
  70. 3f67ec1 Null merge by Meador Inge · 13 years ago
  71. 972cfb9 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. by Meador Inge · 13 years ago
  72. 9430354 improve casefold/lower/upper docs by Benjamin Peterson · 13 years ago
  73. 391166f Be more lenient in test_wallclock (issue #10278). by Antoine Pitrou · 13 years ago
  74. f0ecdd2 Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. by Antoine Pitrou · 13 years ago
  75. 1b468af Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. by Antoine Pitrou · 13 years ago
  76. aa5c5c6 Finally fix all test_capi refleaks by Antoine Pitrou · 13 years ago
  77. ac456a1 Fix some of the remaining test_capi leaks by Antoine Pitrou · 13 years ago
  78. 8b0a74e Fix some of the remaining test_capi refleaks by Antoine Pitrou · 13 years ago
  79. 84091bf Fix some of the refleaks in test_capi (ported from 3.2) by Antoine Pitrou · 13 years ago
  80. 55f217f Fix refleaks in test_capi (this was easier than I thought!) by Antoine Pitrou · 13 years ago
  81. 165e01f Fix the builtin module initialization code to store the init function for future reinitialization. by Antoine Pitrou · 13 years ago
  82. 6c40eb7 Fix the builtin module initialization code to store the init function for future reinitialization. by Antoine Pitrou · 13 years ago
  83. af5facc Add part of test_inspect test from 2.7 by Antoine Pitrou · 13 years ago
  84. 0c60381 Add part of test_inspect test from 2.7 by Antoine Pitrou · 13 years ago
  85. bb5b92d Merge refleak fixes from 3.2 by Antoine Pitrou · 13 years ago
  86. fc1b6f0 Fix the _io module leaking references when a sub-interpreter is created. by Antoine Pitrou · 13 years ago
  87. 1c7ade5 Fix leaking a RuntimeError objects when creating sub-interpreters by Antoine Pitrou · 13 years ago
  88. fff47ab Fix a memory leak when initializing the standard I/O streams. by Antoine Pitrou · 13 years ago
  89. 2fabfac Fix a memory leak when initializing the standard I/O streams. by Antoine Pitrou · 13 years ago
  90. c5e1199 Issue #5689: Avoid excessive memory usage by using the default lzma preset. by Lars Gustäbel · 13 years ago
  91. 50a4d5d Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 13 years ago
  92. 892b0b9 Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 13 years ago
  93. 5c1d814 MERGE: And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  94. 031605a And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  95. b78e1df MERGE: Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  96. 1aa1cf3 Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  97. e81ac8b #13665: merge with 3.2. by Ezio Melotti · 13 years ago
  98. acd5f7b #13665: s/string/bytes/ in error message. by Ezio Melotti · 13 years ago
  99. 226231c Use ASCII quotes and fix markup. by Ezio Melotti · 13 years ago
  100. 2c5b688 MERGE: Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago