1. 0238497e Fix for issue1594 by Ronald Oussoren · 16 years ago
  2. f7d5405 Forgot to add a NEWS item in my previous checkin by Ronald Oussoren · 16 years ago
  3. 99a1b20 Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open by Hirokazu Yamamoto · 16 years ago
  4. aa68790 Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected. by Antoine Pitrou · 16 years ago
  5. 6269fec #4228: Pack negative values the same way as 2.4 in struct's L format. by Georg Brandl · 16 years ago
  6. 8ad09a4 #4795 inspect.isgeneratorfunction() should return False instead of None by Benjamin Peterson · 16 years ago
  7. b1a8541 Fixed #4702: Throwing DistutilsPlatformError instead of IOError under win32 if MSVC is not found by Tarek Ziadé · 16 years ago
  8. 180e400 Issue #4701: implicitly call PyType_Ready from PyObject_Hash by Nick Coghlan · 16 years ago
  9. c13acb1 fixed #4646 : distutils was choking on empty options arg in the setup function. by Tarek Ziadé · 16 years ago
  10. 03824e4 Issue #1040026: Fix os.times result on systems where HZ is incorrect. by Martin v. Löwis · 16 years ago
  11. 7af6556 #4764 in io.open, set IOError.filename when trying to open a directory on POSIX platforms by Benjamin Peterson · 16 years ago
  12. fe231b0 #4764 set IOError.filename when trying to open a directory on POSIX platforms by Benjamin Peterson · 16 years ago
  13. 732479f Issue #3767: Convert Tk object to string in tkColorChooser. by Martin v. Löwis · 16 years ago
  14. e2eb2b4 Issue #3248: Allow placing ScrolledText in a PanedWindow. by Martin v. Löwis · 16 years ago
  15. fd9633e fix WORD_BIGEDIAN declaration in Universal builds; fixes #4060 and #4728 by Benjamin Peterson · 16 years ago
  16. 697ca3d Issue #4444: Allow assertRaises() to be used as a context handler. by Antoine Pitrou · 16 years ago
  17. 6425a2f Backport r67974: by Georg Brandl · 16 years ago
  18. e555f58 Issue #4677: add two list comprehension tests to pybench. by Antoine Pitrou · 16 years ago
  19. 8d5934b #4748 lambda generators shouldn't return values by Benjamin Peterson · 16 years ago
  20. c3a9803 Patch #4739 by David Laban: add symbols to pydoc help topics, by Georg Brandl · 16 years ago
  21. 6f193e0 Issue #4756: zipfile.is_zipfile() now supports file-like objects. by Antoine Pitrou · 16 years ago
  22. 6067f78 Add Misc/NEWS entry for r67934. by Alexandre Vassalotti · 16 years ago
  23. e4c75bb fixed #4400 : distutils .pypirc default generated file was broken. by Tarek Ziadé · 16 years ago
  24. 54686e3 #4736 BufferRWPair.closed shouldn't try to call another property as a function by Benjamin Peterson · 16 years ago
  25. f205c13 As a result of a regression that snuck into 2.5.3 add a test case that by Skip Montanaro · 16 years ago
  26. cf2ce24 add NEWS note by Benjamin Peterson · 16 years ago
  27. 73c0e65 Issue #2467: gc.DEBUG_STATS reports invalid elapsed times. by Antoine Pitrou · 16 years ago
  28. 1a70798 Issue #3439: add bit_length method to int and long. by Mark Dickinson · 16 years ago
  29. d0c3515 Issue #2183: Simplify and optimize bytecode for list comprehensions. by Antoine Pitrou · 16 years ago
  30. 3538a31 #3632: the "pyo" macro from gdbinit can now run when the GIL is released. by Amaury Forgeot d'Arc · 16 years ago
  31. 31949b9 #3954: Fix error handling code in _hotshot.logreader by Amaury Forgeot d'Arc · 16 years ago
  32. 655fbf1 Backport r67759 (fix io.IncrementalNewlineDecoder for UTF-16 et al.). by Antoine Pitrou · 16 years ago
  33. 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
  34. 74af3bb Issue #4163: Use unicode-friendly word splitting in the textwrap functions when given an unicode string. by Antoine Pitrou · 16 years ago
  35. 3b02742 Issue #4616: TarFile.utime(): Restore directory times on Windows. by Lars Gustäbel · 16 years ago
  36. 4c96fa5 Issues #3167, #3682: tests for math.log and math.log10 were failing on by Mark Dickinson · 16 years ago
  37. e29d435 Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to by Facundo Batista · 16 years ago
  38. 240028c #1030250: correctly pass the dry_run option to the mkpath() function. by Amaury Forgeot d'Arc · 16 years ago
  39. ad9b599 #4559: When a context manager's __exit__() method returns an object whose by Amaury Forgeot d'Arc · 16 years ago
  40. ffd42cf Update Misc/NEWS for r67666. by Jeffrey Yasskin · 16 years ago
  41. ae5bece Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 16 years ago
  42. 45313fe issue 4483 - dbm build failures on systems with gdbm_compat lib. by Skip Montanaro · 16 years ago
  43. 826f3fe Issue #4445: save 3 bytes (on average, on a typical machine) per by Mark Dickinson · 16 years ago
  44. fe879e8 #4529: fix parser's validation for try-except-finally statements. by Georg Brandl · 16 years ago
  45. a07435d #4458: recognize "-" as an argument, not a malformed option in gnu_getopt(). by Georg Brandl · 16 years ago
  46. 2657680 rename the new check_call_output to check_output. its less ugly. by Gregory P. Smith · 16 years ago
  47. 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
  48. 97f49f4 Adds a subprocess.check_call_output() function to return the output from a by Gregory P. Smith · 16 years ago
  49. 5248103 Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to by Fred Drake · 16 years ago
  50. 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
  51. 7989a4d Backport r67478 by Raymond Hettinger · 16 years ago
  52. bcb017f Issue #4365: Add crtassem.h constants to the msvcrt module. by Martin v. Löwis · 16 years ago
  53. cb6c359 Issue #4389: Add icon to the uninstall entry in "add-and-remove-programs". by Martin v. Löwis · 16 years ago
  54. aa67471 Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception by Christian Heimes · 16 years ago
  55. 9dfe6a8 #4396 make the parser module correctly validate the with syntax by Benjamin Peterson · 16 years ago
  56. dc61901 #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from by Amaury Forgeot d'Arc · 16 years ago
  57. bfc5156 backport r67325: make FileIO.mode always contain 'b' by Benjamin Peterson · 16 years ago
  58. c078f92 don't segfault when \N escapes are used and unicodedata fails to load by Benjamin Peterson · 16 years ago
  59. 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
  60. 3226565 Fixed issue #4233. by Amaury Forgeot d'Arc · 16 years ago
  61. 46cc6d1 make sure that bytearray methods return a new bytearray even if there is no change by Benjamin Peterson · 16 years ago
  62. 6347098 Issue #4289: Remove Cancel button from AdvancedDlg. by Martin v. Löwis · 16 years ago
  63. bb9b1f1 Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ by Martin v. Löwis · 16 years ago
  64. 7cfe7ea #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. by Amaury Forgeot d'Arc · 16 years ago
  65. 273c233 when __getattr__ is a descriptor, call it correctly; fixes #4230 by Benjamin Peterson · 16 years ago
  66. e3d0bf7 The docs for httplib.HTTPConnection.putheader() have claimed for quite a while by Brett Cannon · 16 years ago
  67. 3d6f8ff Issue #1656675: Register a drop handler for .py* files on Windows. by Martin v. Löwis · 16 years ago
  68. 692c2f8 Issue #4120: Exclude manifest from extension modules in VS2008. by Martin v. Löwis · 16 years ago
  69. bb86d83 Issue #4204: Fixed module build errors on FreeBSD 4. by Martin v. Löwis · 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. 69a9c5b Issue #4176: Pickle would crash the interpreter when a __reduce__ function by Amaury Forgeot d'Arc · 16 years ago
  74. 1fac5a4 Fixed a modulefinder crash on certain relative imports. by Thomas Heller · 16 years ago
  75. bdca942 fix __future__ imports when multiple features are given by Benjamin Peterson · 16 years ago
  76. 7fb00ad Typo fix. by Georg Brandl · 16 years ago
  77. 399b1fe give a py3k warning when 'nonlocal' is used as a variable name by Benjamin Peterson · 16 years ago
  78. c18574c fix #4150: pdb's up command didn't work for generators in post-mortem by Benjamin Peterson · 16 years ago
  79. e4dc175 add NEWs note for last change by Benjamin Peterson · 16 years ago
  80. 0f3e769 Issue #4091: Install pythonxy.dll in system32 again. by Martin v. Löwis · 16 years ago
  81. 07d539d #4122: On Windows, Py_UNICODE_ISSPACE cannot be used in an extension module: by Amaury Forgeot d'Arc · 16 years ago
  82. eba774b Issue #4018: Disable "for me" installations on Vista. by Martin v. Löwis · 16 years ago
  83. 10a018c On windows, os.chdir given unicode was not working if GetCurrentDirectoryW by Hirokazu Yamamoto · 16 years ago
  84. f3776a1 #3935: properly support list subclasses in the C impl. of bisect. by Georg Brandl · 16 years ago
  85. d78b9dc #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key. by Amaury Forgeot d'Arc · 16 years ago
  86. 60b15d2 Add the 'patchcheck' build target to .PHONY. by Brett Cannon · 16 years ago
  87. 96a9f23 Issue #4014: Don't claim that Python has an Alpha release status, in addition by Martin v. Löwis · 16 years ago
  88. 12582c9 Bump to 2.7a0 by Barry Warsaw · 16 years ago
  89. afa1436 Bumping to 2.6 final. by Barry Warsaw · 16 years ago
  90. d69c904 Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows installer. by Martin v. Löwis · 16 years ago
  91. 0806749 Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when by Gregory P. Smith · 16 years ago
  92. 8d77d44 fix security issue 2: imageop's poor validation of arguments could result in segfaults by Benjamin Peterson · 16 years ago
  93. e563aa4 Issue #3965: Allow repeated calls to turtle.Screen, by making it a by Martin v. Löwis · 16 years ago
  94. b2d61bd The _lsprof module could crash the interpreter if it was given an external by Brett Cannon · 16 years ago
  95. 09c0178 bsddb4.7.3pre9 renamed to 4.7.3 by Jesus Cea · 16 years ago
  96. fc5ea39 #3967: Correct a crash in count() and find() methods of string-like objects. by Amaury Forgeot d'Arc · 16 years ago
  97. 17617a0 #3965: on Windows, open() crashes if the filename or the mode is invalid, by Amaury Forgeot d'Arc · 16 years ago
  98. 22d3c92 add a NEWs entry for r66614 by Benjamin Peterson · 16 years ago
  99. e86b07c Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default. by Martin v. Löwis · 16 years ago
  100. a85c95d Fix issue #3547: ctypes is confused by bitfields of varying integer types by Thomas Heller · 16 years ago