1. 3eef441 Follow-up to r67746 in order to restore backwards-compatibility for by Georg Brandl · 16 years ago
  2. 8d5934b #4748 lambda generators shouldn't return values by Benjamin Peterson · 16 years ago
  3. c3a9803 Patch #4739 by David Laban: add symbols to pydoc help topics, by Georg Brandl · 16 years ago
  4. 6f193e0 Issue #4756: zipfile.is_zipfile() now supports file-like objects. by Antoine Pitrou · 16 years ago
  5. e57e999 Fix bogus unicode tests in pickletester. by Alexandre Vassalotti · 16 years ago
  6. f852bf9 Fix issue #4730: cPickle corrupts high-unicode strings. by Alexandre Vassalotti · 16 years ago
  7. 0fc0747 Issue #4740: Use HIGHEST_PROTOCOL in pickle test. by Hirokazu Yamamoto · 16 years ago
  8. e4c75bb fixed #4400 : distutils .pypirc default generated file was broken. by Tarek Ziadé · 16 years ago
  9. 54686e3 #4736 BufferRWPair.closed shouldn't try to call another property as a function by Benjamin Peterson · 16 years ago
  10. f205c13 As a result of a regression that snuck into 2.5.3 add a test case that by Skip Montanaro · 16 years ago
  11. f09925d add py3k warnings to frame.f_exc_* by Benjamin Peterson · 16 years ago
  12. 03943d9 Merged revisions 67809 via svnmerge from by Benjamin Peterson · 16 years ago
  13. 1a70798 Issue #3439: add bit_length method to int and long. by Mark Dickinson · 16 years ago
  14. d0c3515 Issue #2183: Simplify and optimize bytecode for list comprehensions. by Antoine Pitrou · 16 years ago
  15. 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 · 16 years ago
  16. 31949b9 #3954: Fix error handling code in _hotshot.logreader by Amaury Forgeot d'Arc · 16 years ago
  17. 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 · 16 years ago
  18. 2d2fe57 #4578: fix has_key() usage in compiler package. by Georg Brandl · 16 years ago
  19. cc5b64a modify other occurrence of test_bad_address by Antoine Pitrou · 16 years ago
  20. 122388a try to fix failure in test_bad_address on some buildbots by Antoine Pitrou · 16 years ago
  21. 655fbf1 Backport r67759 (fix io.IncrementalNewlineDecoder for UTF-16 et al.). by Antoine Pitrou · 16 years ago
  22. bbba3f0 Add file that was missed from r67750 by Nick Coghlan · 16 years ago
  23. 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 · 16 years ago
  24. 3e16f3d remove has_key usage by Benjamin Peterson · 16 years ago
  25. 74af3bb Issue #4163: Use unicode-friendly word splitting in the textwrap functions when given an unicode string. by Antoine Pitrou · 16 years ago
  26. 3b02742 Issue #4616: TarFile.utime(): Restore directory times on Windows. by Lars Gustäbel · 16 years ago
  27. e29d435 Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to by Facundo Batista · 16 years ago
  28. 240028c #1030250: correctly pass the dry_run option to the mkpath() function. by Amaury Forgeot d'Arc · 16 years ago
  29. ad9b599 #4559: When a context manager's __exit__() method returns an object whose by Amaury Forgeot d'Arc · 16 years ago
  30. 1868d7c Add simple unittests for Request by Jeremy Hylton · 16 years ago
  31. 2d873bd Issue 4597: Fix several cases in EvalFrameEx where an exception could be by Jeffrey Yasskin · 16 years ago
  32. ae5bece Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 16 years ago
  33. 826f3fe Issue #4445: save 3 bytes (on average, on a typical machine) per by Mark Dickinson · 16 years ago
  34. fe879e8 #4529: fix parser's validation for try-except-finally statements. by Georg Brandl · 16 years ago
  35. 3129ea2 #4544: add `dedent` to textwrap.__all__. by Georg Brandl · 16 years ago
  36. a07435d #4458: recognize "-" as an argument, not a malformed option in gnu_getopt(). by Georg Brandl · 16 years ago
  37. 2657680 rename the new check_call_output to check_output. its less ugly. by Gregory P. Smith · 16 years ago
  38. 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 · 16 years ago
  39. 97f49f4 Adds a subprocess.check_call_output() function to return the output from a by Gregory P. Smith · 16 years ago
  40. 5248103 Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to by Fred Drake · 16 years ago
  41. 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 · 16 years ago
  42. 7989a4d Backport r67478 by Raymond Hettinger · 16 years ago
  43. 0381f48 Send HTTP headers and message body in a single send() call. by Jeremy Hylton · 16 years ago
  44. 21d2e59 Reflow long lines. by Jeremy Hylton · 16 years ago
  45. 2555d9d Merged revisions 67384,67386-67387,67389-67390,67392,67399-67400,67403-67405,67426 via svnmerge from by Benjamin Peterson · 16 years ago
  46. 1f8b49f issue4238: bsd support for cpu_count by Jesse Noller · 16 years ago
  47. aa67471 Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception by Christian Heimes · 16 years ago
  48. b38e325 Merged revisions 67183,67191,67371 via svnmerge from by Benjamin Peterson · 16 years ago
  49. 8942011 Add unittests that verify documented behavior of public methods in Transport by Jeremy Hylton · 16 years ago
  50. 9dfe6a8 #4396 make the parser module correctly validate the with syntax by Benjamin Peterson · 16 years ago
  51. 21f25d3 raise a better error by Benjamin Peterson · 16 years ago
  52. 5ecd745 Fix typo. by Georg Brandl · 16 years ago
  53. bfc5156 backport r67325: make FileIO.mode always contain 'b' by Benjamin Peterson · 16 years ago
  54. c078f92 don't segfault when \N escapes are used and unicodedata fails to load by Benjamin Peterson · 16 years ago
  55. 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
  56. 3226565 Fixed issue #4233. by Amaury Forgeot d'Arc · 16 years ago
  57. ad100c3 backport r67300 by Benjamin Peterson · 16 years ago
  58. d3b5a79 oops! didn't mean to disable that test by Benjamin Peterson · 16 years ago
  59. 46cc6d1 make sure that bytearray methods return a new bytearray even if there is no change by Benjamin Peterson · 16 years ago
  60. a98d72d Fix for issue 4332 in trunk. by Josiah Carlson · 16 years ago
  61. bb9b1f1 Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ by Martin v. Löwis · 16 years ago
  62. 7fb2979 patch from issue 1108 by Skip Montanaro · 16 years ago
  63. 7cfe7ea #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. by Amaury Forgeot d'Arc · 16 years ago
  64. 273c233 when __getattr__ is a descriptor, call it correctly; fixes #4230 by Benjamin Peterson · 16 years ago
  65. e3d0bf7 The docs for httplib.HTTPConnection.putheader() have claimed for quite a while by Brett Cannon · 16 years ago
  66. ba4d480 Merged revisions 66985,67170,67173,67177-67179 via svnmerge from by Benjamin Peterson · 16 years ago
  67. b7c95ce fix comment by Benjamin Peterson · 16 years ago
  68. 2c98faa check for assignment to __debug__ during AST generation by Benjamin Peterson · 16 years ago
  69. 81e92e5 move a FileIO test to test_fileio by Benjamin Peterson · 16 years ago
  70. b9828f6 Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 16 years ago
  71. 6624a9f #4048 make the parser module accept relative imports as valid by Benjamin Peterson · 16 years ago
  72. dcee09d make sure the parser flags and passed onto the compiler by Benjamin Peterson · 16 years ago
  73. ab5f879 Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. by Christian Heimes · 16 years ago
  74. 69a9c5b Issue #4176: Pickle would crash the interpreter when a __reduce__ function by Amaury Forgeot d'Arc · 16 years ago
  75. 1fac5a4 Fixed a modulefinder crash on certain relative imports. by Thomas Heller · 16 years ago
  76. 581eb1e Fix one of the tests: it relied on being present in an "output test" in by Armin Rigo · 16 years ago
  77. 260f5ba add forgotten test for r67030 by Benjamin Peterson · 16 years ago
  78. bdca942 fix __future__ imports when multiple features are given by Benjamin Peterson · 16 years ago
  79. 399b1fe give a py3k warning when 'nonlocal' is used as a variable name by Benjamin Peterson · 16 years ago
  80. 592c275 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 16 years ago
  81. c18574c fix #4150: pdb's up command didn't work for generators in post-mortem by Benjamin Peterson · 16 years ago
  82. 4d9b0cd return ArgInfo from inspect.getargvalues #4092 by Benjamin Peterson · 16 years ago
  83. fbc0b0c #4157 move two test functions out of platform.py. by Amaury Forgeot d'Arc · 16 years ago
  84. 77c2f93 make sure to call iteritems() by Benjamin Peterson · 16 years ago
  85. 297ddcd Fixed #4062, added import for _ast.__version__ to ast to match the documented behavior. by Armin Ronacher · 16 years ago
  86. 595e3cb check for error conditions in _json #3623 by Benjamin Peterson · 16 years ago
  87. b76444b use new showwarnings signature for idle #3391 by Benjamin Peterson · 16 years ago
  88. 6ae94ee Merged revisions 66805,66841,66860,66884-66886,66893,66907,66910 via svnmerge from by Benjamin Peterson · 16 years ago
  89. 9dc0a63 support the optional line argument for idle by Benjamin Peterson · 16 years ago
  90. c01e321 easter egg by Skip Montanaro · 16 years ago
  91. 32e7aa6 remove set compat cruft by Benjamin Peterson · 16 years ago
  92. 76f71a5 give poplib a real test suite by Benjamin Peterson · 16 years ago
  93. f3776a1 #3935: properly support list subclasses in the C impl. of bisect. by Georg Brandl · 16 years ago
  94. d78b9dc #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key. by Amaury Forgeot d'Arc · 16 years ago
  95. 39defbe more intensive test on dbm. by Hirokazu Yamamoto · 16 years ago
  96. 7d9d7a2 save/restore stdout/stderr instead of relying on __*__ versions by Skip Montanaro · 16 years ago
  97. 0d8372b Simplify individual tests by defining setUp and tearDown methods. by Skip Montanaro · 16 years ago
  98. ddbce9e Per Greg Ward, optparse is no longer being externally maintained. by Andrew M. Kuchling · 16 years ago
  99. 18c4e87 More strict test. Consider the case sys.executable itself is symlink. by Hirokazu Yamamoto · 16 years ago
  100. 6e5e501 Added the test for issue3762. by Hirokazu Yamamoto · 16 years ago