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