1. 5ecd745 Fix typo. by Georg Brandl · 16 years ago
  2. bfc5156 backport r67325: make FileIO.mode always contain 'b' by Benjamin Peterson · 16 years ago
  3. c078f92 don't segfault when \N escapes are used and unicodedata fails to load by Benjamin Peterson · 16 years ago
  4. d429417 #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not present. by Amaury Forgeot d'Arc · 16 years ago
  5. 3226565 Fixed issue #4233. by Amaury Forgeot d'Arc · 16 years ago
  6. ad100c3 backport r67300 by Benjamin Peterson · 16 years ago
  7. d3b5a79 oops! didn't mean to disable that test by Benjamin Peterson · 16 years ago
  8. 46cc6d1 make sure that bytearray methods return a new bytearray even if there is no change by Benjamin Peterson · 16 years ago
  9. a98d72d Fix for issue 4332 in trunk. by Josiah Carlson · 16 years ago
  10. bb9b1f1 Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ by Martin v. Löwis · 16 years ago
  11. 7fb2979 patch from issue 1108 by Skip Montanaro · 16 years ago
  12. 7cfe7ea #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. by Amaury Forgeot d'Arc · 16 years ago
  13. 273c233 when __getattr__ is a descriptor, call it correctly; fixes #4230 by Benjamin Peterson · 16 years ago
  14. e3d0bf7 The docs for httplib.HTTPConnection.putheader() have claimed for quite a while by Brett Cannon · 16 years ago
  15. ba4d480 Merged revisions 66985,67170,67173,67177-67179 via svnmerge from by Benjamin Peterson · 16 years ago
  16. b7c95ce fix comment by Benjamin Peterson · 16 years ago
  17. 2c98faa check for assignment to __debug__ during AST generation by Benjamin Peterson · 16 years ago
  18. 81e92e5 move a FileIO test to test_fileio by Benjamin Peterson · 16 years ago
  19. b9828f6 Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 16 years ago
  20. 6624a9f #4048 make the parser module accept relative imports as valid by Benjamin Peterson · 16 years ago
  21. dcee09d make sure the parser flags and passed onto the compiler by Benjamin Peterson · 16 years ago
  22. ab5f879 Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. by Christian Heimes · 16 years ago
  23. 69a9c5b Issue #4176: Pickle would crash the interpreter when a __reduce__ function by Amaury Forgeot d'Arc · 16 years ago
  24. 1fac5a4 Fixed a modulefinder crash on certain relative imports. by Thomas Heller · 16 years ago
  25. 581eb1e Fix one of the tests: it relied on being present in an "output test" in by Armin Rigo · 16 years ago
  26. 260f5ba add forgotten test for r67030 by Benjamin Peterson · 16 years ago
  27. bdca942 fix __future__ imports when multiple features are given by Benjamin Peterson · 16 years ago
  28. 399b1fe give a py3k warning when 'nonlocal' is used as a variable name by Benjamin Peterson · 16 years ago
  29. 592c275 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 16 years ago
  30. c18574c fix #4150: pdb's up command didn't work for generators in post-mortem by Benjamin Peterson · 16 years ago
  31. 4d9b0cd return ArgInfo from inspect.getargvalues #4092 by Benjamin Peterson · 16 years ago
  32. fbc0b0c #4157 move two test functions out of platform.py. by Amaury Forgeot d'Arc · 16 years ago
  33. 77c2f93 make sure to call iteritems() by Benjamin Peterson · 16 years ago
  34. 297ddcd Fixed #4062, added import for _ast.__version__ to ast to match the documented behavior. by Armin Ronacher · 16 years ago
  35. 595e3cb check for error conditions in _json #3623 by Benjamin Peterson · 16 years ago
  36. b76444b use new showwarnings signature for idle #3391 by Benjamin Peterson · 16 years ago
  37. 6ae94ee Merged revisions 66805,66841,66860,66884-66886,66893,66907,66910 via svnmerge from by Benjamin Peterson · 16 years ago
  38. 9dc0a63 support the optional line argument for idle by Benjamin Peterson · 16 years ago
  39. c01e321 easter egg by Skip Montanaro · 16 years ago
  40. 32e7aa6 remove set compat cruft by Benjamin Peterson · 16 years ago
  41. 76f71a5 give poplib a real test suite by Benjamin Peterson · 16 years ago
  42. f3776a1 #3935: properly support list subclasses in the C impl. of bisect. by Georg Brandl · 16 years ago
  43. d78b9dc #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key. by Amaury Forgeot d'Arc · 16 years ago
  44. 39defbe more intensive test on dbm. by Hirokazu Yamamoto · 16 years ago
  45. 7d9d7a2 save/restore stdout/stderr instead of relying on __*__ versions by Skip Montanaro · 16 years ago
  46. 0d8372b Simplify individual tests by defining setUp and tearDown methods. by Skip Montanaro · 16 years ago
  47. ddbce9e Per Greg Ward, optparse is no longer being externally maintained. by Andrew M. Kuchling · 16 years ago
  48. 18c4e87 More strict test. Consider the case sys.executable itself is symlink. by Hirokazu Yamamoto · 16 years ago
  49. 6e5e501 Added the test for issue3762. by Hirokazu Yamamoto · 16 years ago
  50. dcf3b1c #1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(), disable_interspersed_args() by Andrew M. Kuchling · 16 years ago
  51. 4d16415 Merged revisions 66707,66775,66782 via svnmerge from by Benjamin Peterson · 16 years ago
  52. 081bb45 Typo fix by Andrew M. Kuchling · 16 years ago
  53. b7df32e Fixed following error when DocXMLRPCServer failed. by Hirokazu Yamamoto · 16 years ago
  54. c95726e update pydoc topics by Benjamin Peterson · 16 years ago
  55. afa1436 Bumping to 2.6 final. by Barry Warsaw · 16 years ago
  56. bf24401 fix for issue 3862: test_array fails FreeBSD 7 amd64 by Andrew MacIntyre · 16 years ago
  57. 0806749 Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when by Gregory P. Smith · 16 years ago
  58. 8d77d44 fix security issue 2: imageop's poor validation of arguments could result in segfaults by Benjamin Peterson · 16 years ago
  59. 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 16 years ago
  60. e563aa4 Issue #3965: Allow repeated calls to turtle.Screen, by making it a by Martin v. Löwis · 16 years ago
  61. e144873 Fix issue #3547 for MingW, update comments. by Thomas Heller · 16 years ago
  62. eb257ac fix for release blocker 3910, 2.6 regression in socket.ssl method by Bill Janssen · 16 years ago
  63. b2d61bd The _lsprof module could crash the interpreter if it was given an external by Brett Cannon · 16 years ago
  64. e14267b merge in the fix for test_ftplib on some bots [reviewed by Georg] by Benjamin Peterson · 16 years ago
  65. dee0b17 backport r66656 so people using -Qnew aren't affected by Benjamin Peterson · 16 years ago
  66. 003d746 enable refactor tests by Benjamin Peterson · 16 years ago
  67. 08be291 Merged revisions 66511,66548-66549,66644,66646-66652 via svnmerge from by Benjamin Peterson · 16 years ago
  68. 3c0c483 give ftplib a real test suite by Benjamin Peterson · 16 years ago
  69. fc5ea39 #3967: Correct a crash in count() and find() methods of string-like objects. by Amaury Forgeot d'Arc · 16 years ago
  70. 6ee7bc0 Fix namedtuple bug reported by Glenn Linderman. Template did not form correctly if the field names were input in Unicode. by Raymond Hettinger · 16 years ago
  71. 17617a0 #3965: on Windows, open() crashes if the filename or the mode is invalid, by Amaury Forgeot d'Arc · 16 years ago
  72. 52d52f1 #3950 fix missing scale factors in turtle.py by Benjamin Peterson · 16 years ago
  73. a85c95d Fix issue #3547: ctypes is confused by bitfields of varying integer types by Thomas Heller · 16 years ago
  74. a74d675 backport the atexit test for r66563 by Benjamin Peterson · 16 years ago
  75. 5cd5f12 Bugfix for issue3885 and 'DB.verify()' crash. by Jesus Cea · 16 years ago
  76. ffb3cca use the new threading properties for multiprocessing (reviewed by Jesse #3927) by Benjamin Peterson · 16 years ago
  77. 41c56b5 build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files by Andrew MacIntyre · 16 years ago
  78. 2c7470d #3879 fix a regression in urllib.getproxies_environment by Benjamin Peterson · 16 years ago
  79. 1672e10 Issue #3925: Ignores shutil.rmtree error on cygwin too. by Hirokazu Yamamoto · 16 years ago
  80. 56d380d Issue #3838: TarFile object assigned to self.tar should be closed explicitly. by Hirokazu Yamamoto · 16 years ago
  81. 6af1619 Bumping to 2.6rc2 by Barry Warsaw · 16 years ago
  82. 900155f avoid putting unicode objects in the environment causing by Mark Hammond · 16 years ago
  83. 9f381ec On Windows, temporarily disable the bsddb test referenced in bug 3892. by Mark Hammond · 16 years ago
  84. 8c2b7dc fix possible integer overflows in _hashopenssl #3886 by Benjamin Peterson · 16 years ago
  85. c237f8e Merged revisions 66470 via svnmerge from by Benjamin Peterson · 16 years ago
  86. d51e07f Merged revisions 66191,66418,66438,66445 via svnmerge from by Benjamin Peterson · 16 years ago
  87. 1e62aec Bumping to 2.6rc1 by Barry Warsaw · 16 years ago
  88. d2e0938 Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) by Nick Coghlan · 16 years ago
  89. 4dd3a50 Read unidata_version from unicodedata module. by Martin v. Löwis · 16 years ago
  90. 6d5ec24 Update to test Unicode 5.1. by Martin v. Löwis · 16 years ago
  91. e3c4fd9 - Issue #3629: Fix sre "bytecode" validator for an end case. by Guido van Rossum · 16 years ago
  92. 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 16 years ago
  93. 97179b0 Fix #3634 invalid return value from _weakref.ref(Exception).__init__ by Benjamin Peterson · 16 years ago
  94. 844f741 Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging. by Vinay Sajip · 16 years ago
  95. d3ffb89 #3777: long(4.2) returned an int, and broke backward compatibility. by Amaury Forgeot d'Arc · 16 years ago
  96. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 16 years ago
  97. 631be01 Issue #3806: LockTests in test_imp should be skipped when thread is not available. by Hirokazu Yamamoto · 16 years ago
  98. 74ce88f Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 16 years ago
  99. 61c001a incorporate fixes from issue 3162; SSL doc patch by Bill Janssen · 16 years ago
  100. ace0bcf Issue 3801. Fixing a dumb error in the deprecated parse_qsl() by Facundo Batista · 16 years ago