1. fb23463 special case release candidates by Benjamin Peterson · 16 years ago
  2. d1f5a59 allow importing from a module named None if it has an 'as' clause by Benjamin Peterson · 16 years ago
  3. 565e1b6 prevent import statements from assigning to None by Benjamin Peterson · 16 years ago
  4. 4afbba3 keep the slice.step field as NULL if no step expression is given by Benjamin Peterson · 16 years ago
  5. cb73bda Revert r73401 per Raymond Hettinger's request. by Alexandre Vassalotti · 16 years ago
  6. 450ae57 Make pickling of OrderedDict instances more efficient. by Alexandre Vassalotti · 16 years ago
  7. c5ae86b Re-enable testing of builtin open() in test_bufio in test_largefile by Antoine Pitrou · 16 years ago
  8. 47a5f48 Try to restore the old test_file and test_univnewlines as new, different files by Antoine Pitrou · 16 years ago
  9. c5d2b41 Restore the old test_file.py (for the builtin file object) as a new file named test_file2k.py by Antoine Pitrou · 16 years ago
  10. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago
  11. 2dcd7a0 Support AMD64 in msilib. Set Win64 on reglocator. Fixes #6258. by Martin v. Löwis · 16 years ago
  12. 2c0cdca Issue 6261: Clarify behavior of random.uniform(). by Raymond Hettinger · 16 years ago
  13. 6118040 Merged revisions 72523,72950-72951,72994,73003,73033,73036-73040,73091-73093,73096,73179-73181,73192,73231,73244,73255-73256,73365 via svnmerge from by Benjamin Peterson · 16 years ago
  14. 3bca523 use multi-with syntax by Benjamin Peterson · 16 years ago
  15. ff10818 pep8-fied cygwinccompiler module by Tarek Ziadé · 16 years ago
  16. 91290b5 Issue #5262: Improved fix. by Vinay Sajip · 16 years ago
  17. 83da034 Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. by Vinay Sajip · 16 years ago
  18. c7498f5 #6263 fixed syntax error in distutils.cygwinccompiler by Tarek Ziadé · 16 years ago
  19. 2d36afd removed the last string.split() call by Tarek Ziadé · 16 years ago
  20. 25d2bae Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in Makefiles by Tarek Ziadé · 16 years ago
  21. 7ca57aa Distutils: started code cleanup and test coverage for cygwinccompiler by Tarek Ziadé · 16 years ago
  22. 1917ad5 Issue 6256: Fix stacklevel in warning message. by Raymond Hettinger · 16 years ago
  23. 5217c08 Missing import in test_curses, uncovered by some buildbots. by Amaury Forgeot d'Arc · 16 years ago
  24. 03dcc73 Avoid invoking the parser/compiler just to test the presence of a function. by Amaury Forgeot d'Arc · 16 years ago
  25. 6a098d2 update symbol.py from with statement changes by Benjamin Peterson · 16 years ago
  26. 9eeeee9 Restored a test that was erroneously removed. See issue 6198. by Eric Smith · 16 years ago
  27. a5a5728 remove error checks already done in set_context() by Benjamin Peterson · 16 years ago
  28. 0c6d166 Typo fix. by Georg Brandl · 16 years ago
  29. 64092a5 backport r73273 by Benjamin Peterson · 16 years ago
  30. afefcfd http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 16 years ago
  31. e021c9c backport r73268 by Benjamin Peterson · 16 years ago
  32. 18187e2 #6224: s/JPython/Jython/, and remove one link to a module nine years old. by Georg Brandl · 16 years ago
  33. 9be5998 #6206: fix test__locale. by Georg Brandl · 16 years ago
  34. a663a37 only test for named pipe when os.stat doesn't raise #6209 by Benjamin Peterson · 16 years ago
  35. d53d085 Fix unittest discovery tests for Windows. Issue 6199 by Michael Foord · 16 years ago
  36. 3b5d5fb reverting r72823 : Python trunk has to use latin-1 encoding by Tarek Ziadé · 16 years ago
  37. 7c58b09 Removed tests so that test_float pass on Windows. See issue 6198. by Eric Smith · 16 years ago
  38. fbf63a7 Fix test__locale on windows (Backport of r72365) by Hirokazu Yamamoto · 16 years ago
  39. 4da2fa5 Add test for #3684. by Georg Brandl · 16 years ago
  40. 46121e7 Better name for "Ctor". by Georg Brandl · 16 years ago
  41. eb56aa1 #3584: ignore trailing newlines when placing the caret for a SyntaxError location. by Georg Brandl · 16 years ago
  42. e6632b4 #5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much validation and is no longer much faster than e.g. the cElementTree XMLParser. by Georg Brandl · 16 years ago
  43. e616c53 improved test coverage for distutils.command.install and cleaned it up by Tarek Ziadé · 16 years ago
  44. 19e79f7 Avoid PendingDeprecationWarnings emitted by deprecated unittest methods. by Georg Brandl · 16 years ago
  45. 96b79c8 Fix for line wrap ugly. by Josiah Carlson · 16 years ago
  46. a810bc7 This fixes bug 5798 on OS X. by Josiah Carlson · 16 years ago
  47. 8df921b assertion message was dropped by Tarek Ziadé · 16 years ago
  48. fe327b9 more cleanup and test coverage for distutils.extension by Tarek Ziadé · 16 years ago
  49. c670997 added some tests for distutils.extension + code cleanup by Tarek Ziadé · 16 years ago
  50. dad7b7b Restore default testRunner argument in unittest.main to None. Issue 6177 by Michael Foord · 16 years ago
  51. abb4ec6 improved distutils.spawn test coverage + cleaned it up by Tarek Ziadé · 16 years ago
  52. 36c3928 http://bugs.python.org/issue6117 by Kristján Valur Jónsson · 16 years ago
  53. d57b554 Typo in socket.py. Thanks Pablo Torres Navarrete. by Mark Dickinson · 16 years ago
  54. 61e7fbf Fixes issue6169: it was possible for two ipaddr network addresses to compare by Gregory P. Smith · 16 years ago
  55. c01cbc4 improved distutils.dist test coverage, pep-8 compliancy by Tarek Ziadé · 16 years ago
  56. b02ceda #4547: When debugging a very large function, it was not always by Amaury Forgeot d'Arc · 16 years ago
  57. 09daad9 Sync up __version__ number with the version of the ipaddr-py project this by Gregory P. Smith · 16 years ago
  58. 1c6787f Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the possible options and values are the same accepted by paneconfigure (not configure). by Guilherme Polo · 16 years ago
  59. 8fcaebb Issue 3848: document the fact that epoll register raises an IOError if by R. David Murray · 16 years ago
  60. eb88cb8 __enter__ and __exit__ must be on the class by Benjamin Peterson · 16 years ago
  61. 382ccdf remove function import by Benjamin Peterson · 16 years ago
  62. 4698d99 Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running by Antoine Pitrou · 16 years ago
  63. 4528bcd The test for #5330 wasn't correct. by Antoine Pitrou · 16 years ago
  64. 46dbe27 Issue #5330: C functions called with keyword arguments were not reported by by Antoine Pitrou · 16 years ago
  65. 4650892 add with statements by Benjamin Peterson · 16 years ago
  66. b4a81c8 Add test discovery to unittest. Issue 6001. by Michael Foord · 16 years ago
  67. 6b98544 Refactor test parameterization to resolve update timing problem. by R. David Murray · 16 years ago
  68. 3e3eace Fixed #6131: test_modulefinder leaked when run after test_distutils by Tarek Ziadé · 16 years ago
  69. 578a228 Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. by Raymond Hettinger · 16 years ago
  70. 822b87f Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 16 years ago
  71. b4d2d31 Issue 5150: Add rstrip() option to IDLE's format menu. by Raymond Hettinger · 16 years ago
  72. 8de212b Backport smtplib auth tests from r72990. by R. David Murray · 16 years ago
  73. 460f6c8 using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported under some platforms by Tarek Ziadé · 16 years ago
  74. 9e5d2dc Fixed #6048: Distutils uses the tarfile module instead of the tar command now by Tarek Ziadé · 16 years ago
  75. 6a11102 explicitly close files by Philip Jenvey · 16 years ago
  76. 80319a3 explicitly close the file, merged from py3k by Philip Jenvey · 16 years ago
  77. d67ea7d fix issue #6121 by stripping spaces from the argument in the 'help' function. by R. David Murray · 16 years ago
  78. 39d43b4 correctly handle descrs with __missing__ by Benjamin Peterson · 16 years ago
  79. a68cad1 Fix field name conflicts for named tuples. by Raymond Hettinger · 16 years ago
  80. 55d8828 Fixes issue 6110 by Ronald Oussoren · 16 years ago
  81. 4ee8282 #6112: list.remove raises ValueError, not RuntimeError. by Georg Brandl · 16 years ago
  82. 57bef68 Issue 5794: fix cPickle's unpickling of recursive tuples. by Collin Winter · 16 years ago
  83. 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 16 years ago
  84. 0451661 Make assertSequenceEqual error messages less cryptic, particularly for nested sequences. by Michael Foord · 16 years ago
  85. 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 16 years ago
  86. 87e5006 handle errors from _PyObject_LookupSpecial when __get__ fails by Benjamin Peterson · 16 years ago
  87. 176a56c make class skipping decorators the same as skipping every test of the class by Benjamin Peterson · 16 years ago
  88. 0b09c42 Issue #6050: Don't fail extracting a directory from a zipfile if by Martin v. Löwis · 16 years ago
  89. 53b578e Issue #6065: Do not try to build a version-independent by Martin v. Löwis · 16 years ago
  90. d49e375 Issue #1309352: fcntl now converts its third arguments to a C `long` rather by Antoine Pitrou · 16 years ago
  91. e266f25 Fixed Issue1424152, urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 16 years ago
  92. 3724d6c Add smtplib test from issue 5259. by R. David Murray · 16 years ago
  93. f3bd687 Issue #3877: skip a test_fileio subtest on all BSDs, not only FreeBSD by Antoine Pitrou · 16 years ago
  94. 4b94b19 Issue 6089: str.format raises SystemError. by Eric Smith · 16 years ago
  95. 8254d39 Fix spelling left over from testing. by R. David Murray · 16 years ago
  96. 812e1c8 Don't be so wordy in requires('network') in case other tests by R. David Murray · 16 years ago
  97. ad3058e Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns by R. David Murray · 16 years ago
  98. aafd6b8 fixed encoding by Tarek Ziadé · 16 years ago
  99. 739aa36 don't use subprocess.call with PIPEs as the child can fill the pipe buf and by Philip Jenvey · 16 years ago
  100. a50af06 Rename TestCase._result to _resultForDoCleanups to avoid potential clashes in TestCase subclasses. Issue 6072. by Michael Foord · 16 years ago