1. 951cc0f Fixed bug #1983: Return from fork() is pid_t, not int by Christian Heimes · 17 years ago
  2. 105be77 Issue #1678380. Fix a bug that identifies 0j and -0j when they appear by Mark Dickinson · 17 years ago
  3. cba36bb Bug #1234: Fixed semaphore errors on AIX 5.2 by Christian Heimes · 17 years ago
  4. 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
  5. 8fff20f Update Vim syntax highlighting to specify what revision was used to generate by Brett Cannon · 17 years ago
  6. 908caac Added clear cache methods to clear the internal type lookup cache for ref leak test runs. by Christian Heimes · 17 years ago
  7. 6caad7d Move C API entries to the corresponding section. by Georg Brandl · 17 years ago
  8. 0cdf9a3 #1473257: add generator.gi_code attribute that refers to by Georg Brandl · 17 years ago
  9. 29604a1 #1940: make it possible to use curses.filter() before curses.initscr() by Georg Brandl · 17 years ago
  10. 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
  11. 31eaafe News entry for r60265 (Issue 1920). by Amaury Forgeot d'Arc · 17 years ago
  12. eead05f News about recently fixed crashers: by Guido van Rossum · 17 years ago
  13. d7cf32e Updated for optional delay argument to FileHandler and subclasses. by Vinay Sajip · 17 years ago
  14. b2302ba Applied #1069410 by Christian Heimes · 17 years ago
  15. 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
  16. c226c31 Let pprint() support sets and frozensets (suggested by David Mertz). by Raymond Hettinger · 17 years ago
  17. 95cd5c0 - Fix Issue #1703448: A joined thread could show up in the by Gregory P. Smith · 17 years ago
  18. c64386b accepts and closes issue #1221598: adds an optional callback to ftplib.FTP by Gregory P. Smith · 17 years ago
  19. 32a3fb5 Patch #1720595: add T_BOOL to the range of structmember types. by Georg Brandl · 17 years ago
  20. f2dae0e #1715: include sub-extension modules in pydoc text output. by Georg Brandl · 17 years ago
  21. 26543b1 Add NEWS entry for #1882. by Georg Brandl · 17 years ago
  22. 2bdc48c Updated to include news on recent logging fixes and documentation changes. by Vinay Sajip · 17 years ago
  23. 5016015 #1530959: change distutils build dir for --with-pydebug python builds. by Georg Brandl · 17 years ago
  24. 864de82 #1555501: document plistlib and move it to the general library. by Georg Brandl · 17 years ago
  25. 5ca3fd8 mmap is an extension module. by Georg Brandl · 17 years ago
  26. 845c403 #1087741: make mmap.mmap the type of mmap objects, not a by Georg Brandl · 17 years ago
  27. 66e7363 #1269: fix a bug in pstats.add_callers() and add a unit test file for pstats. by Georg Brandl · 17 years ago
  28. 5235398 #1669: don't allow shutil.rmtree() to be called on a symlink. by Georg Brandl · 17 years ago
  29. 5611289 #1648: add sys.gettrace() and sys.getprofile(). by Georg Brandl · 17 years ago
  30. d5e6cf2 #1664522: in urllib, don't read non-existing directories in ftp mode, by Georg Brandl · 17 years ago
  31. 2235011 #856047: respect the ``no_proxy`` env var when checking for proxies by Georg Brandl · 17 years ago
  32. 9b0d46d #1178141: add addinfourl.code to get http status code from urllib. by Georg Brandl · 17 years ago
  33. f25680a note for r60121 by Gregory P. Smith · 17 years ago
  34. 4a2762d Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox. by Andrew M. Kuchling · 17 years ago
  35. 350d03b Fixes/Accepts Patch for issue1189216 - Work properly with archives by Gregory P. Smith · 17 years ago
  36. b9ba075 note about r60104 by Gregory P. Smith · 17 years ago
  37. 060e685 Patch #1019808 from Federico Schwindt: Return correct socket error when by Andrew M. Kuchling · 17 years ago
  38. 309501a #1663329: add os.closerange() to close a range of fds, by Georg Brandl · 17 years ago
  39. c6fde72 Fix #1146: TextWrap vs words 1-character shorter than the width. by Georg Brandl · 17 years ago
  40. 14404b6 Fix #1679: "0x" was taken as a valid integer literal. by Georg Brandl · 17 years ago
  41. 562133b missing from r60088 checkin. by Skip Montanaro · 17 years ago
  42. 6e22be7 Comment in NEWS regarding the change in trace.py. by Facundo Batista · 17 years ago
  43. 5c60bfc Patch #976880: add mmap .rfind() method, and 'end' paramter to .find(). by Andrew M. Kuchling · 17 years ago
  44. 4be0bc6 Sort two names into position by Andrew M. Kuchling · 17 years ago
  45. e45a77a Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer that will call by Andrew M. Kuchling · 17 years ago
  46. 2b1b195 Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a by Facundo Batista · 17 years ago
  47. 288e89a Added bytes and b'' as aliases for str and '' by Christian Heimes · 17 years ago
  48. bd865db Added win_add2path.py to Tools/scripts/ Added builddoc.bat to Doc/ by Christian Heimes · 17 years ago
  49. 44bd6c0 Issue #1861: Add read-only attribute listing upcoming events in the order they will be run. by Raymond Hettinger · 17 years ago
  50. bde4ae4 Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339 by Gregory P. Smith · 17 years ago
  51. 2b3ba58 entry for r60015 by Gregory P. Smith · 17 years ago
  52. 4731709 Make starmap() match its pure python definition and accept any itertable input (not just tuples). by Raymond Hettinger · 17 years ago
  53. 3ad2acc8 Add news entry. by Raymond Hettinger · 17 years ago
  54. 415c1e3 Raise a TypeError instead of a ValueError when too many initializers by Thomas Heller · 17 years ago
  55. 02ec289 Raise a TypeError if conflicting positional and named arguments are by Thomas Heller · 17 years ago
  56. 902d307 Convert the internal ctypes array type cache to a WeakValueDict so by Thomas Heller · 17 years ago
  57. cad3724 Issue #1786 (by myself): pdb should use its own stdin/stdout around an by Guido van Rossum · 17 years ago
  58. cbf8f6c Temporarily revert 59967 until GC can be added. by Raymond Hettinger · 17 years ago
  59. c216df9 Issue 1820: structseq objects did not work with the % formatting operator or isinstance(t, tuple). by Raymond Hettinger · 17 years ago
  60. 351e1a3 Fix 1698398: Zipfile.printdir() crashed because the format string expected a tuple object of length six instead of a time.struct_time object. by Raymond Hettinger · 17 years ago
  61. c94e2b5 Now that I've learnt about structseq objects I felt like converting sys.float_info to a structseq. It's by Christian Heimes · 17 years ago
  62. f31b69f Applied patch #1816: sys.flags patch by Christian Heimes · 17 years ago
  63. 9c20196 Added new an better structseq representation. E.g. repr(time.gmtime(0)) now returns 'time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)' instead of '(1970, 1, 1, 0, 0, 0, 3, 1, 0)'. The feature is part of #1816: sys.flags by Christian Heimes · 17 years ago
  64. e4c270c Re-apply patch #1700288 (first applied in r59931, rolled back in r59940) by Amaury Forgeot d'Arc · 17 years ago
  65. d1c131a Back out r59931 - test_ctypes fails with it. by Georg Brandl · 17 years ago
  66. 27e26ec Patch #1700288: Method cache optimization, by Armin Rigo, ported to by Georg Brandl · 17 years ago
  67. 59bc20b Issue 1780: Allow leading and trailing whitespace in Decimal constructor, by Mark Dickinson · 17 years ago
  68. 2f32c39 News entries for rev. 5990[567]. by Georg Brandl · 17 years ago
  69. fff4e6e Doctest results return a named tuple for readability by Raymond Hettinger · 17 years ago
  70. 3fc15b8 Reword entry, not sure I made it much better though. by Neal Norwitz · 17 years ago
  71. 3403f15 Fixed #1776. __import__() no longer imports modules by file name by Christian Heimes · 17 years ago
  72. d4e5613 minor cleaning by Fred Drake · 17 years ago
  73. 4473d22 Issue 846388. Adds a call to PyErr_CheckSignals to by Facundo Batista · 17 years ago
  74. b39a756 Added __enter__ and __exit__ functions to HKEY object by Christian Heimes · 17 years ago
  75. 62182c8 Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP64 platforms where attr_t isn't a C long by Andrew M. Kuchling · 17 years ago
  76. e0a49b6 Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects by Andrew M. Kuchling · 17 years ago
  77. 52b2579 Issue #1757: The hash of a Decimal instance is no longer affected by Facundo Batista · 17 years ago
  78. 62416bc #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall. by Georg Brandl · 17 years ago
  79. aed6c66 patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG. by Georg Brandl · 17 years ago
  80. 2da0fce Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode. by Georg Brandl · 17 years ago
  81. fb2d25a Issue #1646: Make socket support TIPC. The socket module now has support by Christian Heimes · 17 years ago
  82. e9766c8 Added Mark Dickinson. by Facundo Batista · 17 years ago
  83. 183a084 #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir. by Georg Brandl · 17 years ago
  84. eb94d4c Add John Nagle (of issue #1637). by Guido van Rossum · 17 years ago
  85. c6a04c2 Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'. by Guido van Rossum · 17 years ago
  86. ced4eb0 Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py. by Guido van Rossum · 17 years ago
  87. 04ae916 Added interface to Windows' WSAIoctl and a simple example for a network sniffer. by Christian Heimes · 17 years ago
  88. 2ee1c76 Issue #1735: TarFile.extractall() now correctly sets by Lars Gustäbel · 17 years ago
  89. 0687561 Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint. by Christian Heimes · 17 years ago
  90. adc60ab Typo fix by Andrew M. Kuchling · 17 years ago
  91. e0b7695 Partial port of r59682 from py3k. by Amaury Forgeot d'Arc · 17 years ago
  92. 8267d1d Bug #1481296: Fixed long(float('nan'))!=0L. by Christian Heimes · 17 years ago
  93. 0613188 Fixed #1687: plistlib.py restricts <integer> to Python int when writing by Christian Heimes · 17 years ago
  94. 076d9ee Bug #1301: fixed a bad assert in _tkinter. by Guido van Rossum · 17 years ago
  95. eebb79c Added copysign(x, y) function to the math module by Christian Heimes · 17 years ago
  96. 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 17 years ago
  97. e2ca424 Added math.isinf() and math.isnan() by Christian Heimes · 17 years ago
  98. ae04c33 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 17 years ago
  99. 1beea3b Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj by Christian Heimes · 17 years ago
  100. 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 17 years ago