1. ebcfd11 #1506171: added operator.methodcaller(). by Georg Brandl · 17 years ago
  2. e2065c6 #1826: allow dotted attribute paths in operator.attrgetter. by Georg Brandl · 17 years ago
  3. 4034685 Issue #2051 and patch from Alexander Belopolsky: by Christian Heimes · 17 years ago
  4. f0476e8 Patch #1957: syslogmodule: Release GIL when calling syslog(3) by Christian Heimes · 17 years ago
  5. ad61bc8 #2067: file.__exit__() now calls subclasses' close() method. by Georg Brandl · 17 years ago
  6. 7e251e8 Issue 1089358. Adds the siginterrupt() function, that is just a by Facundo Batista · 17 years ago
  7. 1647923 #1492: allow overriding BaseHTTPServer's content type for error messages. by Georg Brandl · 17 years ago
  8. 5224d28 Patch #1759: Backport of PEP 3129 class decorators with some help from Georg by Christian Heimes · 17 years ago
  9. b12f0b5 Issue 1781. Now ConfigParser.add_section does not let you add a by Facundo Batista · 17 years ago
  10. fc2d010 Issue 1881. Increased the stack limit from 500 to 1500. Also added by Facundo Batista · 17 years ago
  11. a73fbe7 Added future_builtins, which contains PEP 3127 compatible versions of hex() and oct(). by Eric Smith · 17 years ago
  12. c5705a8 Document itertools.product(). by Raymond Hettinger · 17 years ago
  13. af16ece Fix a few typos and layout glitches (more work is needed). by Guido van Rossum · 17 years ago
  14. 8bc0965 Removed uses of dict.has_key() from distutils, and uses of by Guido van Rossum · 17 years ago
  15. b5e2684 Remove news about float repr() -- issue 1580 is still in limbo. by Guido van Rossum · 17 years ago
  16. 7ef40bf Trim leading zeros from a floating point exponent, per C99. See issue 1600. As far as I know, this only affects Windows. Add float type 'n' to PyOS_ascii_formatd (see PEP 3101 for 'n' description). by Eric Smith · 17 years ago
  17. 5a3c135 Added PEP 3101. by Eric Smith · 17 years ago
  18. d14600e Issue 1224. Now we support again the double slash in the URL. by Facundo Batista · 17 years ago
  19. 759bfc6 Issue #1916. Added isgenerator() and isgeneratorfunction() to by Facundo Batista · 17 years ago
  20. e139688 Issue 2112. mmap does not raises EnvironmentError no more, but by Facundo Batista · 17 years ago
  21. f88a077 Now we handle different the backup copy, because of security by Facundo Batista · 17 years ago
  22. f9db8a3 Move test_logging over to doctest. by Brett Cannon · 17 years ago
  23. 632fad3 Prevent a crash with nested scopes, again caused by calling Py_DECREF when the pointer by Amaury Forgeot d'Arc · 17 years ago
  24. 60d6c7f Issue #2115: __slot__ attributes setting was 10x slower. by Amaury Forgeot d'Arc · 17 years ago
  25. 7adfad8 Bug #2111: mmap segfaults when trying to write a block opened with PROT_READ by Christian Heimes · 17 years ago
  26. 2f0da53 Fixed repr() and str() of complex numbers. Complex suffered from the same problem as floats but I forgot to test and fix them. by Christian Heimes · 17 years ago
  27. 3b718a7 Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation. by Christian Heimes · 17 years ago
  28. a06a1a8 Add pickle support to ctypes types. by Thomas Heller · 17 years ago
  29. 0a40ffb #2063: correct order of utime and stime in os.times() result on Windows. by Georg Brandl · 17 years ago
  30. dad88dc Patch #1966: Break infinite loop in httplib when the servers by Martin v. Löwis · 17 years ago
  31. e0d30ef Patch #1736: Fix file name handling of _msi.FCICreate. by Martin v. Löwis · 17 years ago
  32. d058cd2 Rename rational.Rational to fractions.Fraction, to avoid name clash by Mark Dickinson · 17 years ago
  33. da614dc Complete an open todo on pickletools -- add a pickle optimizer. by Raymond Hettinger · 17 years ago
  34. ac094dc Add missing NEWS entry for r60695 by Nick Coghlan · 17 years ago
  35. 95d6447 Issue #1706: Require Windows 2000+ by Christian Heimes · 17 years ago
  36. 01612e7 Update big5hkscs codec to conform to the HKSCS:2004 revision. by Hye-Shik Chang · 17 years ago
  37. b01aa43 issue 2045: Infinite recursion when printing a subclass of defaultdict, by Amaury Forgeot d'Arc · 17 years ago
  38. f75dbef Deallocate content of the dict free list on interpreter shutdown by Christian Heimes · 17 years ago
  39. 5b07ebc Issue 2025: Add tuple.count() and tuple.index() to follow the ABC in collections.Sequence. by Raymond Hettinger · 17 years ago
  40. 2fc9263 Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaN by Mark Dickinson · 17 years ago
  41. 5b970ad Unified naming convention for free lists and their limits. All free lists by Christian Heimes · 17 years ago
  42. 6075a82 Limit free list of method and builtin function objects to 256 entries each. by Christian Heimes · 17 years ago
  43. b709077 * Use the same code to profile for test_profile and test_cprofile. by Georg Brandl · 17 years ago
  44. 0192e43 Issue #2004: Use mode 0700 for temporary directories and default by Lars Gustäbel · 17 years ago
  45. 6fd03bb #1750076: Debugger did not step on every iteration of a while statement. by Amaury Forgeot d'Arc · 17 years ago
  46. 578a8ca Correct quotes in NEWS file by Amaury Forgeot d'Arc · 17 years ago
  47. 422051a Patch #1953 by Christian Heimes · 17 years ago
  48. cab3d98 Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_SetItem does. by Amaury Forgeot d'Arc · 17 years ago
  49. 70c0c02 Add an entry for r60537. by Brett Cannon · 17 years ago
  50. eeed5b7 Merge this fix from the pybsddb tree: by Gregory P. Smith · 17 years ago
  51. 951cc0f Fixed bug #1983: Return from fork() is pid_t, not int by Christian Heimes · 17 years ago
  52. 105be77 Issue #1678380. Fix a bug that identifies 0j and -0j when they appear by Mark Dickinson · 17 years ago
  53. cba36bb Bug #1234: Fixed semaphore errors on AIX 5.2 by Christian Heimes · 17 years ago
  54. 4d4f270 Patch #1970 by Antoine Pitrou: Speedup unicode whitespace and linebreak detection. The speedup is about 25% for split() (571 / 457 usec) and 35% (175 / 127 usec )for splitlines() by Christian Heimes · 17 years ago
  55. 908caac Added clear cache methods to clear the internal type lookup cache for ref leak test runs. by Christian Heimes · 17 years ago
  56. 6caad7d Move C API entries to the corresponding section. by Georg Brandl · 17 years ago
  57. 0cdf9a3 #1473257: add generator.gi_code attribute that refers to by Georg Brandl · 17 years ago
  58. 29604a1 #1940: make it possible to use curses.filter() before curses.initscr() by Georg Brandl · 17 years ago
  59. 7f39c9f Backport of several functions from Python 3.0 to 2.6 including PyUnicode_FromString, PyUnicode_Format and PyLong_From/AsSsize_t. The functions are partly required for the backport of the bytearray type and _fileio module. They should also make it easier to port C to 3.0. by Christian Heimes · 17 years ago
  60. 31eaafe News entry for r60265 (Issue 1920). by Amaury Forgeot d'Arc · 17 years ago
  61. eead05f News about recently fixed crashers: by Guido van Rossum · 17 years ago
  62. d7cf32e Updated for optional delay argument to FileHandler and subclasses. by Vinay Sajip · 17 years ago
  63. b2302ba Applied #1069410 by Christian Heimes · 17 years ago
  64. 082c9b0 Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support. by Christian Heimes · 17 years ago
  65. c226c31 Let pprint() support sets and frozensets (suggested by David Mertz). by Raymond Hettinger · 17 years ago
  66. 95cd5c0 - Fix Issue #1703448: A joined thread could show up in the by Gregory P. Smith · 17 years ago
  67. c64386b accepts and closes issue #1221598: adds an optional callback to ftplib.FTP by Gregory P. Smith · 17 years ago
  68. 32a3fb5 Patch #1720595: add T_BOOL to the range of structmember types. by Georg Brandl · 17 years ago
  69. f2dae0e #1715: include sub-extension modules in pydoc text output. by Georg Brandl · 17 years ago
  70. 26543b1 Add NEWS entry for #1882. by Georg Brandl · 17 years ago
  71. 2bdc48c Updated to include news on recent logging fixes and documentation changes. by Vinay Sajip · 17 years ago
  72. 5016015 #1530959: change distutils build dir for --with-pydebug python builds. by Georg Brandl · 17 years ago
  73. 864de82 #1555501: document plistlib and move it to the general library. by Georg Brandl · 17 years ago
  74. 5ca3fd8 mmap is an extension module. by Georg Brandl · 17 years ago
  75. 845c403 #1087741: make mmap.mmap the type of mmap objects, not a by Georg Brandl · 17 years ago
  76. 66e7363 #1269: fix a bug in pstats.add_callers() and add a unit test file for pstats. by Georg Brandl · 17 years ago
  77. 5235398 #1669: don't allow shutil.rmtree() to be called on a symlink. by Georg Brandl · 17 years ago
  78. 5611289 #1648: add sys.gettrace() and sys.getprofile(). by Georg Brandl · 17 years ago
  79. d5e6cf2 #1664522: in urllib, don't read non-existing directories in ftp mode, by Georg Brandl · 17 years ago
  80. 2235011 #856047: respect the ``no_proxy`` env var when checking for proxies by Georg Brandl · 17 years ago
  81. 9b0d46d #1178141: add addinfourl.code to get http status code from urllib. by Georg Brandl · 17 years ago
  82. f25680a note for r60121 by Gregory P. Smith · 17 years ago
  83. 4a2762d Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox. by Andrew M. Kuchling · 17 years ago
  84. 350d03b Fixes/Accepts Patch for issue1189216 - Work properly with archives by Gregory P. Smith · 17 years ago
  85. b9ba075 note about r60104 by Gregory P. Smith · 17 years ago
  86. 060e685 Patch #1019808 from Federico Schwindt: Return correct socket error when by Andrew M. Kuchling · 17 years ago
  87. 309501a #1663329: add os.closerange() to close a range of fds, by Georg Brandl · 17 years ago
  88. c6fde72 Fix #1146: TextWrap vs words 1-character shorter than the width. by Georg Brandl · 17 years ago
  89. 14404b6 Fix #1679: "0x" was taken as a valid integer literal. by Georg Brandl · 17 years ago
  90. 562133b missing from r60088 checkin. by Skip Montanaro · 17 years ago
  91. 6e22be7 Comment in NEWS regarding the change in trace.py. by Facundo Batista · 17 years ago
  92. 5c60bfc Patch #976880: add mmap .rfind() method, and 'end' paramter to .find(). by Andrew M. Kuchling · 17 years ago
  93. e45a77a Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer that will call by Andrew M. Kuchling · 17 years ago
  94. 2b1b195 Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a by Facundo Batista · 17 years ago
  95. 288e89a Added bytes and b'' as aliases for str and '' by Christian Heimes · 17 years ago
  96. bd865db Added win_add2path.py to Tools/scripts/ Added builddoc.bat to Doc/ by Christian Heimes · 17 years ago
  97. 44bd6c0 Issue #1861: Add read-only attribute listing upcoming events in the order they will be run. by Raymond Hettinger · 17 years ago
  98. bde4ae4 Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339 by Gregory P. Smith · 17 years ago
  99. 2b3ba58 entry for r60015 by Gregory P. Smith · 17 years ago
  100. 4731709 Make starmap() match its pure python definition and accept any itertable input (not just tuples). by Raymond Hettinger · 17 years ago