1. 3538a31 #3632: the "pyo" macro from gdbinit can now run when the GIL is released. by Amaury Forgeot d'Arc · 17 years ago
  2. 31949b9 #3954: Fix error handling code in _hotshot.logreader by Amaury Forgeot d'Arc · 17 years ago
  3. 655fbf1 Backport r67759 (fix io.IncrementalNewlineDecoder for UTF-16 et al.). by Antoine Pitrou · 17 years ago
  4. 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
  5. 74af3bb Issue #4163: Use unicode-friendly word splitting in the textwrap functions when given an unicode string. by Antoine Pitrou · 17 years ago
  6. 3b02742 Issue #4616: TarFile.utime(): Restore directory times on Windows. by Lars Gustäbel · 17 years ago
  7. 4c96fa5 Issues #3167, #3682: tests for math.log and math.log10 were failing on by Mark Dickinson · 17 years ago
  8. e29d435 Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to by Facundo Batista · 17 years ago
  9. 240028c #1030250: correctly pass the dry_run option to the mkpath() function. by Amaury Forgeot d'Arc · 17 years ago
  10. ad9b599 #4559: When a context manager's __exit__() method returns an object whose by Amaury Forgeot d'Arc · 17 years ago
  11. ffd42cf Update Misc/NEWS for r67666. by Jeffrey Yasskin · 17 years ago
  12. ae5bece Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 17 years ago
  13. 45313fe issue 4483 - dbm build failures on systems with gdbm_compat lib. by Skip Montanaro · 17 years ago
  14. 826f3fe Issue #4445: save 3 bytes (on average, on a typical machine) per by Mark Dickinson · 17 years ago
  15. fe879e8 #4529: fix parser's validation for try-except-finally statements. by Georg Brandl · 17 years ago
  16. a07435d #4458: recognize "-" as an argument, not a malformed option in gnu_getopt(). by Georg Brandl · 17 years ago
  17. 2657680 rename the new check_call_output to check_output. its less ugly. by Gregory P. Smith · 17 years ago
  18. 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
  19. 97f49f4 Adds a subprocess.check_call_output() function to return the output from a by Gregory P. Smith · 17 years ago
  20. 5248103 Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to by Fred Drake · 17 years ago
  21. 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
  22. 7989a4d Backport r67478 by Raymond Hettinger · 17 years ago
  23. bcb017f Issue #4365: Add crtassem.h constants to the msvcrt module. by Martin v. Löwis · 17 years ago
  24. cb6c359 Issue #4389: Add icon to the uninstall entry in "add-and-remove-programs". by Martin v. Löwis · 17 years ago
  25. aa67471 Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception by Christian Heimes · 17 years ago
  26. 9dfe6a8 #4396 make the parser module correctly validate the with syntax by Benjamin Peterson · 17 years ago
  27. dc61901 #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from by Amaury Forgeot d'Arc · 17 years ago
  28. bfc5156 backport r67325: make FileIO.mode always contain 'b' by Benjamin Peterson · 17 years ago
  29. c078f92 don't segfault when \N escapes are used and unicodedata fails to load by Benjamin Peterson · 17 years ago
  30. 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
  31. 3226565 Fixed issue #4233. by Amaury Forgeot d'Arc · 17 years ago
  32. 46cc6d1 make sure that bytearray methods return a new bytearray even if there is no change by Benjamin Peterson · 17 years ago
  33. 6347098 Issue #4289: Remove Cancel button from AdvancedDlg. by Martin v. Löwis · 17 years ago
  34. bb9b1f1 Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ by Martin v. Löwis · 17 years ago
  35. 7cfe7ea #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. by Amaury Forgeot d'Arc · 17 years ago
  36. 273c233 when __getattr__ is a descriptor, call it correctly; fixes #4230 by Benjamin Peterson · 17 years ago
  37. e3d0bf7 The docs for httplib.HTTPConnection.putheader() have claimed for quite a while by Brett Cannon · 17 years ago
  38. 3d6f8ff Issue #1656675: Register a drop handler for .py* files on Windows. by Martin v. Löwis · 17 years ago
  39. 692c2f8 Issue #4120: Exclude manifest from extension modules in VS2008. by Martin v. Löwis · 17 years ago
  40. bb86d83 Issue #4204: Fixed module build errors on FreeBSD 4. by Martin v. Löwis · 17 years ago
  41. b9828f6 Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 17 years ago
  42. 6624a9f #4048 make the parser module accept relative imports as valid by Benjamin Peterson · 17 years ago
  43. dcee09d make sure the parser flags and passed onto the compiler by Benjamin Peterson · 17 years ago
  44. 69a9c5b Issue #4176: Pickle would crash the interpreter when a __reduce__ function by Amaury Forgeot d'Arc · 17 years ago
  45. 1fac5a4 Fixed a modulefinder crash on certain relative imports. by Thomas Heller · 17 years ago
  46. bdca942 fix __future__ imports when multiple features are given by Benjamin Peterson · 17 years ago
  47. 7fb00ad Typo fix. by Georg Brandl · 17 years ago
  48. 399b1fe give a py3k warning when 'nonlocal' is used as a variable name by Benjamin Peterson · 17 years ago
  49. c18574c fix #4150: pdb's up command didn't work for generators in post-mortem by Benjamin Peterson · 17 years ago
  50. e4dc175 add NEWs note for last change by Benjamin Peterson · 17 years ago
  51. 0f3e769 Issue #4091: Install pythonxy.dll in system32 again. by Martin v. Löwis · 17 years ago
  52. 07d539d #4122: On Windows, Py_UNICODE_ISSPACE cannot be used in an extension module: by Amaury Forgeot d'Arc · 17 years ago
  53. eba774b Issue #4018: Disable "for me" installations on Vista. by Martin v. Löwis · 17 years ago
  54. 10a018c On windows, os.chdir given unicode was not working if GetCurrentDirectoryW by Hirokazu Yamamoto · 17 years ago
  55. f3776a1 #3935: properly support list subclasses in the C impl. of bisect. by Georg Brandl · 17 years ago
  56. d78b9dc #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key. by Amaury Forgeot d'Arc · 17 years ago
  57. 60b15d2 Add the 'patchcheck' build target to .PHONY. by Brett Cannon · 17 years ago
  58. 96a9f23 Issue #4014: Don't claim that Python has an Alpha release status, in addition by Martin v. Löwis · 17 years ago
  59. 12582c9 Bump to 2.7a0 by Barry Warsaw · 17 years ago
  60. afa1436 Bumping to 2.6 final. by Barry Warsaw · 17 years ago
  61. d69c904 Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows installer. by Martin v. Löwis · 17 years ago
  62. 0806749 Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when by Gregory P. Smith · 17 years ago
  63. 8d77d44 fix security issue 2: imageop's poor validation of arguments could result in segfaults by Benjamin Peterson · 17 years ago
  64. e563aa4 Issue #3965: Allow repeated calls to turtle.Screen, by making it a by Martin v. Löwis · 17 years ago
  65. b2d61bd The _lsprof module could crash the interpreter if it was given an external by Brett Cannon · 17 years ago
  66. 09c0178 bsddb4.7.3pre9 renamed to 4.7.3 by Jesus Cea · 17 years ago
  67. fc5ea39 #3967: Correct a crash in count() and find() methods of string-like objects. by Amaury Forgeot d'Arc · 17 years ago
  68. 17617a0 #3965: on Windows, open() crashes if the filename or the mode is invalid, by Amaury Forgeot d'Arc · 17 years ago
  69. 22d3c92 add a NEWs entry for r66614 by Benjamin Peterson · 17 years ago
  70. e86b07c Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default. by Martin v. Löwis · 17 years ago
  71. a85c95d Fix issue #3547: ctypes is confused by bitfields of varying integer types by Thomas Heller · 17 years ago
  72. 2c7470d #3879 fix a regression in urllib.getproxies_environment by Benjamin Peterson · 17 years ago
  73. 175d007 Bug #3887: Package x64 version of CRT for AMD64 Windows binaries. by Martin v. Löwis · 17 years ago
  74. 0c5ca57 done with 2.6rc2 by Barry Warsaw · 17 years ago
  75. 6af1619 Bumping to 2.6rc2 by Barry Warsaw · 17 years ago
  76. 8c2b7dc fix possible integer overflows in _hashopenssl #3886 by Benjamin Peterson · 17 years ago
  77. 4eb18f9 Issue #3617: Include a licensing statement regarding the Microsoft C runtime in the Windows installer. by Martin v. Löwis · 17 years ago
  78. 3c9f541 Issue #3850: Misc/find_recursionlimit.py was broken. by Antoine Pitrou · 17 years ago
  79. ab0b29b Issue #3833: Use a different upgrade code for Win64 installers. by Martin v. Löwis · 17 years ago
  80. dfd6b86 post release updates by Barry Warsaw · 17 years ago
  81. 1e62aec Bumping to 2.6rc1 by Barry Warsaw · 17 years ago
  82. e6872eb Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concurrent access to the same database file from multiple threads/processes. by Gerhard Häring · 17 years ago
  83. 6e1afcf Fixes issue #3103. In the sqlite3 module, made one more function static. All renaming public symbos now have the pysqlite prefix to avoid name clashes. This at least once created problems where the same symbol name appeared somewhere in Apache and the sqlite3 module was used from mod_python. by Gerhard Häring · 17 years ago
  84. ef2276b sqlite3 module: Mark iterdump() method as "Non-standard" like all the other methods not found in DB-API. by Gerhard Häring · 17 years ago
  85. 24cb382 #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply nested lists or dicts. by Amaury Forgeot d'Arc · 17 years ago
  86. 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 · 17 years ago
  87. 9fa5a28 Issue #3642: Suppress warning in obmalloc when size_t is by Martin v. Löwis · 17 years ago
  88. 05e3449 #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for by Amaury Forgeot d'Arc · 17 years ago
  89. e3c4fd9 - Issue #3629: Fix sre "bytecode" validator for an end case. by Guido van Rossum · 17 years ago
  90. 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 17 years ago
  91. 97179b0 Fix #3634 invalid return value from _weakref.ref(Exception).__init__ by Benjamin Peterson · 17 years ago
  92. 844f741 Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging. by Vinay Sajip · 17 years ago
  93. d3ffb89 #3777: long(4.2) returned an int, and broke backward compatibility. by Amaury Forgeot d'Arc · 17 years ago
  94. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
  95. 3f5fda8 Issue #2271: Set SecureCustomProperties so that installation will properly by Martin v. Löwis · 17 years ago
  96. 67543a9 Allow passing the MSI file name to merge.py. by Martin v. Löwis · 17 years ago
  97. 980b99b - Issue #1204: The configure script now tests for additional libraries by Gregory P. Smith · 17 years ago
  98. feb8cad #3796: A test class was not run in test_float. Reviewed by Benjamin. by Amaury Forgeot d'Arc · 17 years ago
  99. 6ac7d7c #1638033: add support for httponly on Cookie.Morsel by Benjamin Peterson · 17 years ago
  100. ebcd0ce Issue #3535: zipfile couldn't read some zip files larger than 2GB. by Antoine Pitrou · 17 years ago