1. 54686e3 #4736 BufferRWPair.closed shouldn't try to call another property as a function by Benjamin Peterson · 17 years ago
  2. f205c13 As a result of a regression that snuck into 2.5.3 add a test case that by Skip Montanaro · 17 years ago
  3. f09925d add py3k warnings to frame.f_exc_* by Benjamin Peterson · 17 years ago
  4. 03943d9 Merged revisions 67809 via svnmerge from by Benjamin Peterson · 17 years ago
  5. 1a70798 Issue #3439: add bit_length method to int and long. by Mark Dickinson · 17 years ago
  6. d0c3515 Issue #2183: Simplify and optimize bytecode for list comprehensions. by Antoine Pitrou · 17 years ago
  7. 43caaa0 Merged revisions 67427,67431,67433,67435,67630,67652,67656-67657,67674-67675,67678-67679,67705-67706,67716,67723,67765-67771,67774,67776,67778 via svnmerge from by Benjamin Peterson · 17 years ago
  8. 31949b9 #3954: Fix error handling code in _hotshot.logreader by Amaury Forgeot d'Arc · 17 years ago
  9. 6806001 Issue #4197: Fix the remaining part of the doctest-in-zipfile problem by giving linecache access to the module globals when available by Nick Coghlan · 17 years ago
  10. 2d2fe57 #4578: fix has_key() usage in compiler package. by Georg Brandl · 17 years ago
  11. cc5b64a modify other occurrence of test_bad_address by Antoine Pitrou · 17 years ago
  12. 122388a try to fix failure in test_bad_address on some buildbots by Antoine Pitrou · 17 years ago
  13. 655fbf1 Backport r67759 (fix io.IncrementalNewlineDecoder for UTF-16 et al.). by Antoine Pitrou · 17 years ago
  14. bbba3f0 Add file that was missed from r67750 by Nick Coghlan · 17 years ago
  15. a205347 Fix several issues relating to access to source code inside zipfiles. Initial work by Alexander Belopolsky. See Misc/NEWS in this checkin for details. by Nick Coghlan · 17 years ago
  16. 3e16f3d remove has_key usage by Benjamin Peterson · 17 years ago
  17. 74af3bb Issue #4163: Use unicode-friendly word splitting in the textwrap functions when given an unicode string. by Antoine Pitrou · 17 years ago
  18. 3b02742 Issue #4616: TarFile.utime(): Restore directory times on Windows. by Lars Gustäbel · 17 years ago
  19. e29d435 Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to by Facundo Batista · 17 years ago
  20. 240028c #1030250: correctly pass the dry_run option to the mkpath() function. by Amaury Forgeot d'Arc · 17 years ago
  21. ad9b599 #4559: When a context manager's __exit__() method returns an object whose by Amaury Forgeot d'Arc · 17 years ago
  22. 1868d7c Add simple unittests for Request by Jeremy Hylton · 17 years ago
  23. 2d873bd Issue 4597: Fix several cases in EvalFrameEx where an exception could be by Jeffrey Yasskin · 17 years ago
  24. ae5bece Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 17 years ago
  25. 826f3fe Issue #4445: save 3 bytes (on average, on a typical machine) per by Mark Dickinson · 17 years ago
  26. fe879e8 #4529: fix parser's validation for try-except-finally statements. by Georg Brandl · 17 years ago
  27. 3129ea2 #4544: add `dedent` to textwrap.__all__. by Georg Brandl · 17 years ago
  28. a07435d #4458: recognize "-" as an argument, not a malformed option in gnu_getopt(). by Georg Brandl · 17 years ago
  29. 2657680 rename the new check_call_output to check_output. its less ugly. by Gregory P. Smith · 17 years ago
  30. 6831d6b Took Nick Coghlan's advice about importing warnings globally in logging, to avoid the possibility of race conditions: "This could deadlock if a thread spawned as a side effect of importing a module happens to trigger a warning. warnings is pulled into sys.modules as part of the interpreter startup - having a global 'import warnings' shouldn't have any real effect on logging's import time." by Vinay Sajip · 17 years ago
  31. 97f49f4 Adds a subprocess.check_call_output() function to return the output from a by Gregory P. Smith · 17 years ago
  32. 5248103 Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to by Fred Drake · 17 years ago
  33. 213faca Issue #4384: Added logging integration with warnings module using captureWarnings(). This change includes a NullHandler which does nothing; it will be of use to library developers who want to avoid the "No handlers could be found for logger XXX" message which can appear if the library user doesn't configure logging. by Vinay Sajip · 17 years ago
  34. 7989a4d Backport r67478 by Raymond Hettinger · 17 years ago
  35. 0381f48 Send HTTP headers and message body in a single send() call. by Jeremy Hylton · 17 years ago
  36. 21d2e59 Reflow long lines. by Jeremy Hylton · 17 years ago
  37. 2555d9d Merged revisions 67384,67386-67387,67389-67390,67392,67399-67400,67403-67405,67426 via svnmerge from by Benjamin Peterson · 17 years ago
  38. 1f8b49f issue4238: bsd support for cpu_count by Jesse Noller · 17 years ago
  39. aa67471 Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception by Christian Heimes · 17 years ago
  40. b38e325 Merged revisions 67183,67191,67371 via svnmerge from by Benjamin Peterson · 17 years ago
  41. 8942011 Add unittests that verify documented behavior of public methods in Transport by Jeremy Hylton · 17 years ago
  42. 9dfe6a8 #4396 make the parser module correctly validate the with syntax by Benjamin Peterson · 17 years ago
  43. 21f25d3 raise a better error by Benjamin Peterson · 17 years ago
  44. 5ecd745 Fix typo. by Georg Brandl · 17 years ago
  45. bfc5156 backport r67325: make FileIO.mode always contain 'b' by Benjamin Peterson · 17 years ago
  46. c078f92 don't segfault when \N escapes are used and unicodedata fails to load by Benjamin Peterson · 17 years ago
  47. d429417 #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not present. by Amaury Forgeot d'Arc · 17 years ago
  48. 3226565 Fixed issue #4233. by Amaury Forgeot d'Arc · 17 years ago
  49. ad100c3 backport r67300 by Benjamin Peterson · 17 years ago
  50. d3b5a79 oops! didn't mean to disable that test by Benjamin Peterson · 17 years ago
  51. 46cc6d1 make sure that bytearray methods return a new bytearray even if there is no change by Benjamin Peterson · 17 years ago
  52. a98d72d Fix for issue 4332 in trunk. by Josiah Carlson · 17 years ago
  53. bb9b1f1 Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ by Martin v. Löwis · 17 years ago
  54. 7fb2979 patch from issue 1108 by Skip Montanaro · 17 years ago
  55. 7cfe7ea #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. by Amaury Forgeot d'Arc · 17 years ago
  56. 273c233 when __getattr__ is a descriptor, call it correctly; fixes #4230 by Benjamin Peterson · 17 years ago
  57. e3d0bf7 The docs for httplib.HTTPConnection.putheader() have claimed for quite a while by Brett Cannon · 17 years ago
  58. ba4d480 Merged revisions 66985,67170,67173,67177-67179 via svnmerge from by Benjamin Peterson · 17 years ago
  59. b7c95ce fix comment by Benjamin Peterson · 17 years ago
  60. 2c98faa check for assignment to __debug__ during AST generation by Benjamin Peterson · 17 years ago
  61. 81e92e5 move a FileIO test to test_fileio by Benjamin Peterson · 17 years ago
  62. b9828f6 Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 17 years ago
  63. 6624a9f #4048 make the parser module accept relative imports as valid by Benjamin Peterson · 17 years ago
  64. dcee09d make sure the parser flags and passed onto the compiler by Benjamin Peterson · 17 years ago
  65. ab5f879 Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. by Christian Heimes · 17 years ago
  66. 69a9c5b Issue #4176: Pickle would crash the interpreter when a __reduce__ function by Amaury Forgeot d'Arc · 17 years ago
  67. 1fac5a4 Fixed a modulefinder crash on certain relative imports. by Thomas Heller · 17 years ago
  68. 581eb1e Fix one of the tests: it relied on being present in an "output test" in by Armin Rigo · 17 years ago
  69. 260f5ba add forgotten test for r67030 by Benjamin Peterson · 17 years ago
  70. bdca942 fix __future__ imports when multiple features are given by Benjamin Peterson · 17 years ago
  71. 399b1fe give a py3k warning when 'nonlocal' is used as a variable name by Benjamin Peterson · 17 years ago
  72. 592c275 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 17 years ago
  73. c18574c fix #4150: pdb's up command didn't work for generators in post-mortem by Benjamin Peterson · 17 years ago
  74. 4d9b0cd return ArgInfo from inspect.getargvalues #4092 by Benjamin Peterson · 17 years ago
  75. fbc0b0c #4157 move two test functions out of platform.py. by Amaury Forgeot d'Arc · 17 years ago
  76. 77c2f93 make sure to call iteritems() by Benjamin Peterson · 17 years ago
  77. 297ddcd Fixed #4062, added import for _ast.__version__ to ast to match the documented behavior. by Armin Ronacher · 17 years ago
  78. 595e3cb check for error conditions in _json #3623 by Benjamin Peterson · 17 years ago
  79. b76444b use new showwarnings signature for idle #3391 by Benjamin Peterson · 17 years ago
  80. 6ae94ee Merged revisions 66805,66841,66860,66884-66886,66893,66907,66910 via svnmerge from by Benjamin Peterson · 17 years ago
  81. 9dc0a63 support the optional line argument for idle by Benjamin Peterson · 17 years ago
  82. c01e321 easter egg by Skip Montanaro · 17 years ago
  83. 32e7aa6 remove set compat cruft by Benjamin Peterson · 17 years ago
  84. 76f71a5 give poplib a real test suite by Benjamin Peterson · 17 years ago
  85. f3776a1 #3935: properly support list subclasses in the C impl. of bisect. by Georg Brandl · 17 years ago
  86. d78b9dc #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key. by Amaury Forgeot d'Arc · 17 years ago
  87. 39defbe more intensive test on dbm. by Hirokazu Yamamoto · 17 years ago
  88. 7d9d7a2 save/restore stdout/stderr instead of relying on __*__ versions by Skip Montanaro · 17 years ago
  89. 0d8372b Simplify individual tests by defining setUp and tearDown methods. by Skip Montanaro · 17 years ago
  90. ddbce9e Per Greg Ward, optparse is no longer being externally maintained. by Andrew M. Kuchling · 17 years ago
  91. 18c4e87 More strict test. Consider the case sys.executable itself is symlink. by Hirokazu Yamamoto · 17 years ago
  92. 6e5e501 Added the test for issue3762. by Hirokazu Yamamoto · 17 years ago
  93. dcf3b1c #1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(), disable_interspersed_args() by Andrew M. Kuchling · 17 years ago
  94. 4d16415 Merged revisions 66707,66775,66782 via svnmerge from by Benjamin Peterson · 17 years ago
  95. 081bb45 Typo fix by Andrew M. Kuchling · 17 years ago
  96. b7df32e Fixed following error when DocXMLRPCServer failed. by Hirokazu Yamamoto · 17 years ago
  97. c95726e update pydoc topics by Benjamin Peterson · 17 years ago
  98. afa1436 Bumping to 2.6 final. by Barry Warsaw · 17 years ago
  99. bf24401 fix for issue 3862: test_array fails FreeBSD 7 amd64 by Andrew MacIntyre · 17 years ago
  100. 0806749 Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when by Gregory P. Smith · 17 years ago