1. 596d306 add a note about the ftruncate change by Benjamin Peterson · 17 years ago
  2. 9a5b2ad Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check handle by Jesse Noller · 17 years ago
  3. 5848d1f raise an OSError for invalid fds #4991 by Benjamin Peterson · 17 years ago
  4. 438195f issue 4301: patch logging to add processName, remove the old _check_logger_class code by Jesse Noller · 17 years ago
  5. 6ab2215 Resolve issue 4449: AssertionError in mp_benchmarks.py by Jesse Noller · 17 years ago
  6. 5e5fbb6 fix inspect.isclass() on instances with a custom __getattr__ #1225107 by Benjamin Peterson · 17 years ago
  7. d25f87a #3997: zipfiles generated with more than 65536 files could not be opened by Amaury Forgeot d'Arc · 17 years ago
  8. a200dd5 Another typo fix. by Mark Dickinson · 17 years ago
  9. e82cdae Issue #4397. Fix occasional test_socket failure on OS X. by Mark Dickinson · 17 years ago
  10. b54447f #1162154: inspect.getmembers() now skips attributes that raise AttributeError, by Amaury Forgeot d'Arc · 17 years ago
  11. a18392a #4807: Remove a wrong usage of wsprintf in the winreg module by Amaury Forgeot d'Arc · 17 years ago
  12. c2f0221 Issue #4935: The overflow checking code in the expandtabs() method common by Antoine Pitrou · 17 years ago
  13. a40d573 #3720: Interpreter crashes when an evil iterator removes its own next function. by Amaury Forgeot d'Arc · 17 years ago
  14. f94d7fa Issue 1696199: Add collections.Counter(). by Raymond Hettinger · 17 years ago
  15. c22ab18 Misc/NEWS for issue 4293 by Kristján Valur Jónsson · 17 years ago
  16. 6220e41 Update Misc/NEWS for issue 3582 by Kristján Valur Jónsson · 17 years ago
  17. e3422fa Issue #4893: Use NT threading on CE. by Martin v. Löwis · 17 years ago
  18. 1b3bef2 Issue #4915: Port sysmodule to Windows CE. by Martin v. Löwis · 17 years ago
  19. eefda27 Issue #4895: Use _strdup on Windows CE. by Martin v. Löwis · 17 years ago
  20. b3b7d85 Issue #4279: Fix build of parsermodule under Cygwin. by Martin v. Löwis · 17 years ago
  21. 43723e2 - Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on by Matthias Klose · 17 years ago
  22. bd4b5f2 Add NEWS entry for r68484. by Antoine Pitrou · 17 years ago
  23. 4c5ecb7 Issue #4074: Change the criteria for doing a full garbage collection (i.e. by Antoine Pitrou · 17 years ago
  24. b90304a Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t. by Martin v. Löwis · 17 years ago
  25. e96d4ea Issue #1180193: When importing a module from a .pyc (or .pyo) file with by Antoine Pitrou · 17 years ago
  26. f0d2c3f Issue #4272: Add an optional argument to the GzipFile constructor to override the timestamp in the gzip stream. by Antoine Pitrou · 17 years ago
  27. 514d483 Misc/NEWS entry for r68317 by Mark Dickinson · 17 years ago
  28. 85d6fb5 fixed #1702551: distutils sdist was not pruning VCS directories under win32 by Tarek Ziadé · 17 years ago
  29. fe42789 Manually merge r68095,68186,68187,68188,68190 from 2.6 branch. by Georg Brandl · 17 years ago
  30. e7f1403 The _tkinter module functions "createfilehandler", "deletefilehandler", by Guilherme Polo · 17 years ago
  31. f4d8597 Issue 4796: Add from_float methods to the decimal module. by Raymond Hettinger · 17 years ago
  32. 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 17 years ago
  33. c5de096 Issue #4812: add missing underscore prefix to some internal-use-only by Mark Dickinson · 17 years ago
  34. 9ac4927 Issue #4051: Prevent conflict of UNICODE macros in cPickle. by Martin v. Löwis · 17 years ago
  35. 5344c99 Issue #4075: Use OutputDebugStringW in Py_FatalError. by Martin v. Löwis · 17 years ago
  36. 072bb40 Fix for issues #841800 and #900506 by Ronald Oussoren · 17 years ago
  37. abcc168 Fix for issue 1149804 by Ronald Oussoren · 17 years ago
  38. 919697c Fix for issue r1737832 by Ronald Oussoren · 17 years ago
  39. 7f8cbf0 Fix for issue 1627952 by Ronald Oussoren · 17 years ago
  40. 63b74fe Fix for issue 900949 by Ronald Oussoren · 17 years ago
  41. 0238497e Fix for issue1594 by Ronald Oussoren · 17 years ago
  42. f7d5405 Forgot to add a NEWS item in my previous checkin by Ronald Oussoren · 17 years ago
  43. 99a1b20 Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open by Hirokazu Yamamoto · 17 years ago
  44. aa68790 Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected. by Antoine Pitrou · 17 years ago
  45. 6269fec #4228: Pack negative values the same way as 2.4 in struct's L format. by Georg Brandl · 17 years ago
  46. 8ad09a4 #4795 inspect.isgeneratorfunction() should return False instead of None by Benjamin Peterson · 17 years ago
  47. b1a8541 Fixed #4702: Throwing DistutilsPlatformError instead of IOError under win32 if MSVC is not found by Tarek Ziadé · 17 years ago
  48. 180e400 Issue #4701: implicitly call PyType_Ready from PyObject_Hash by Nick Coghlan · 17 years ago
  49. c13acb1 fixed #4646 : distutils was choking on empty options arg in the setup function. by Tarek Ziadé · 17 years ago
  50. 03824e4 Issue #1040026: Fix os.times result on systems where HZ is incorrect. by Martin v. Löwis · 17 years ago
  51. 7af6556 #4764 in io.open, set IOError.filename when trying to open a directory on POSIX platforms by Benjamin Peterson · 17 years ago
  52. fe231b0 #4764 set IOError.filename when trying to open a directory on POSIX platforms by Benjamin Peterson · 17 years ago
  53. 732479f Issue #3767: Convert Tk object to string in tkColorChooser. by Martin v. Löwis · 17 years ago
  54. e2eb2b4 Issue #3248: Allow placing ScrolledText in a PanedWindow. by Martin v. Löwis · 17 years ago
  55. fd9633e fix WORD_BIGEDIAN declaration in Universal builds; fixes #4060 and #4728 by Benjamin Peterson · 17 years ago
  56. 697ca3d Issue #4444: Allow assertRaises() to be used as a context handler. by Antoine Pitrou · 17 years ago
  57. 6425a2f Backport r67974: by Georg Brandl · 17 years ago
  58. e555f58 Issue #4677: add two list comprehension tests to pybench. by Antoine Pitrou · 17 years ago
  59. 8d5934b #4748 lambda generators shouldn't return values by Benjamin Peterson · 17 years ago
  60. c3a9803 Patch #4739 by David Laban: add symbols to pydoc help topics, by Georg Brandl · 17 years ago
  61. 6f193e0 Issue #4756: zipfile.is_zipfile() now supports file-like objects. by Antoine Pitrou · 17 years ago
  62. 6067f78 Add Misc/NEWS entry for r67934. by Alexandre Vassalotti · 17 years ago
  63. e4c75bb fixed #4400 : distutils .pypirc default generated file was broken. by Tarek Ziadé · 17 years ago
  64. 54686e3 #4736 BufferRWPair.closed shouldn't try to call another property as a function by Benjamin Peterson · 17 years ago
  65. f205c13 As a result of a regression that snuck into 2.5.3 add a test case that by Skip Montanaro · 17 years ago
  66. cf2ce24 add NEWS note by Benjamin Peterson · 17 years ago
  67. 73c0e65 Issue #2467: gc.DEBUG_STATS reports invalid elapsed times. by Antoine Pitrou · 17 years ago
  68. 1a70798 Issue #3439: add bit_length method to int and long. by Mark Dickinson · 17 years ago
  69. d0c3515 Issue #2183: Simplify and optimize bytecode for list comprehensions. by Antoine Pitrou · 17 years ago
  70. 3538a31 #3632: the "pyo" macro from gdbinit can now run when the GIL is released. by Amaury Forgeot d'Arc · 17 years ago
  71. 31949b9 #3954: Fix error handling code in _hotshot.logreader by Amaury Forgeot d'Arc · 17 years ago
  72. 655fbf1 Backport r67759 (fix io.IncrementalNewlineDecoder for UTF-16 et al.). by Antoine Pitrou · 17 years ago
  73. 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
  74. 74af3bb Issue #4163: Use unicode-friendly word splitting in the textwrap functions when given an unicode string. by Antoine Pitrou · 17 years ago
  75. 3b02742 Issue #4616: TarFile.utime(): Restore directory times on Windows. by Lars Gustäbel · 17 years ago
  76. 4c96fa5 Issues #3167, #3682: tests for math.log and math.log10 were failing on by Mark Dickinson · 17 years ago
  77. e29d435 Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to by Facundo Batista · 17 years ago
  78. 240028c #1030250: correctly pass the dry_run option to the mkpath() function. by Amaury Forgeot d'Arc · 17 years ago
  79. ad9b599 #4559: When a context manager's __exit__() method returns an object whose by Amaury Forgeot d'Arc · 17 years ago
  80. ffd42cf Update Misc/NEWS for r67666. by Jeffrey Yasskin · 17 years ago
  81. ae5bece Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 17 years ago
  82. 45313fe issue 4483 - dbm build failures on systems with gdbm_compat lib. by Skip Montanaro · 17 years ago
  83. 826f3fe Issue #4445: save 3 bytes (on average, on a typical machine) per by Mark Dickinson · 17 years ago
  84. fe879e8 #4529: fix parser's validation for try-except-finally statements. by Georg Brandl · 17 years ago
  85. a07435d #4458: recognize "-" as an argument, not a malformed option in gnu_getopt(). by Georg Brandl · 17 years ago
  86. 2657680 rename the new check_call_output to check_output. its less ugly. by Gregory P. Smith · 17 years ago
  87. 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
  88. 97f49f4 Adds a subprocess.check_call_output() function to return the output from a by Gregory P. Smith · 17 years ago
  89. 5248103 Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to by Fred Drake · 17 years ago
  90. 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
  91. 7989a4d Backport r67478 by Raymond Hettinger · 17 years ago
  92. bcb017f Issue #4365: Add crtassem.h constants to the msvcrt module. by Martin v. Löwis · 17 years ago
  93. cb6c359 Issue #4389: Add icon to the uninstall entry in "add-and-remove-programs". by Martin v. Löwis · 17 years ago
  94. aa67471 Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception by Christian Heimes · 17 years ago
  95. 9dfe6a8 #4396 make the parser module correctly validate the with syntax by Benjamin Peterson · 17 years ago
  96. dc61901 #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from by Amaury Forgeot d'Arc · 17 years ago
  97. bfc5156 backport r67325: make FileIO.mode always contain 'b' by Benjamin Peterson · 17 years ago
  98. c078f92 don't segfault when \N escapes are used and unicodedata fails to load by Benjamin Peterson · 17 years ago
  99. 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
  100. 3226565 Fixed issue #4233. by Amaury Forgeot d'Arc · 17 years ago