1. 2f32c39 News entries for rev. 5990[567]. by Georg Brandl · 18 years ago
  2. fff4e6e Doctest results return a named tuple for readability by Raymond Hettinger · 18 years ago
  3. 3fc15b8 Reword entry, not sure I made it much better though. by Neal Norwitz · 18 years ago
  4. 3403f15 Fixed #1776. __import__() no longer imports modules by file name by Christian Heimes · 18 years ago
  5. d4e5613 minor cleaning by Fred Drake · 18 years ago
  6. 4473d22 Issue 846388. Adds a call to PyErr_CheckSignals to by Facundo Batista · 18 years ago
  7. b39a756 Added __enter__ and __exit__ functions to HKEY object by Christian Heimes · 18 years ago
  8. 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 · 18 years ago
  9. e0a49b6 Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects by Andrew M. Kuchling · 18 years ago
  10. 52b2579 Issue #1757: The hash of a Decimal instance is no longer affected by Facundo Batista · 18 years ago
  11. 62416bc #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall. by Georg Brandl · 18 years ago
  12. aed6c66 patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG. by Georg Brandl · 18 years ago
  13. 2da0fce Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode. by Georg Brandl · 18 years ago
  14. fb2d25a Issue #1646: Make socket support TIPC. The socket module now has support by Christian Heimes · 18 years ago
  15. 183a084 #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir. by Georg Brandl · 18 years ago
  16. c6a04c2 Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'. by Guido van Rossum · 18 years ago
  17. ced4eb0 Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py. by Guido van Rossum · 18 years ago
  18. 04ae916 Added interface to Windows' WSAIoctl and a simple example for a network sniffer. by Christian Heimes · 18 years ago
  19. 2ee1c76 Issue #1735: TarFile.extractall() now correctly sets by Lars Gustäbel · 18 years ago
  20. 0687561 Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint. by Christian Heimes · 18 years ago
  21. adc60ab Typo fix by Andrew M. Kuchling · 18 years ago
  22. e0b7695 Partial port of r59682 from py3k. by Amaury Forgeot d'Arc · 18 years ago
  23. 8267d1d Bug #1481296: Fixed long(float('nan'))!=0L. by Christian Heimes · 18 years ago
  24. 0613188 Fixed #1687: plistlib.py restricts <integer> to Python int when writing by Christian Heimes · 18 years ago
  25. 076d9ee Bug #1301: fixed a bad assert in _tkinter. by Guido van Rossum · 18 years ago
  26. eebb79c Added copysign(x, y) function to the math module by Christian Heimes · 18 years ago
  27. 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 18 years ago
  28. e2ca424 Added math.isinf() and math.isnan() by Christian Heimes · 18 years ago
  29. ae04c33 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 18 years ago
  30. 1beea3b Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj by Christian Heimes · 18 years ago
  31. 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 18 years ago
  32. d9fbab2 Removed PCbuild8/ directory and added a new build directory for VS 2005 by Christian Heimes · 18 years ago
  33. 84b9aab News item for r59653. by Martin v. Löwis · 18 years ago
  34. 3adfe9a Renamed PCBuild9 directory to PCBuild by Christian Heimes · 18 years ago
  35. cdaa2cb Added wininst-9.0.exe executable for VS 2008 by Christian Heimes · 18 years ago
  36. cb78de6 Bug #1699: Define _BSD_SOURCE only on OpenBSD. by Martin v. Löwis · 18 years ago
  37. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 18 years ago
  38. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 18 years ago
  39. fd7ed40 Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary. by Raymond Hettinger · 18 years ago
  40. 153038e Issue #1642: Fix segfault in ctypes when trying to delete attributes. by Thomas Heller · 18 years ago
  41. db3d6cb Fixed #1638: %zd configure test fails on Linux by Christian Heimes · 18 years ago
  42. 90e10e7 Fixed bug #1620: New @spam.getter property syntax modifies the property in place. by Christian Heimes · 18 years ago
  43. 7c862f8 Patch #1608. Someone with access to autoconf 2.61 or higher needs to by Guido van Rossum · 18 years ago
  44. adf9ffd Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate. by Raymond Hettinger · 18 years ago
  45. 284d927 Backport of r59456:59458 from py3k to trunk by Christian Heimes · 18 years ago
  46. 7c7f6af Added wide char api variants of getch and putch to msvcrt module. The wide char methods are required to fix #1578 in py3k. I figured out that they might be useful in 2.6, too. by Christian Heimes · 18 years ago
  47. 2601549 When splitting, avoid making a copy of the string if the split doesn't find by Skip Montanaro · 18 years ago
  48. 901464f Be (just a bit :) more specific about release date. by Guido van Rossum · 18 years ago
  49. 395fe44 Spelling fix by Andrew M. Kuchling · 18 years ago
  50. 7cc1c6f Added msg to Misc/NEWS by Christian Heimes · 18 years ago
  51. 69233e8 Move nt.access change into the right section. by Martin v. Löwis · 18 years ago
  52. 7b3cc06 Forward-port r59310: by Martin v. Löwis · 18 years ago
  53. 44eeaec Patch #1537 from Chad Austin by Christian Heimes · 18 years ago
  54. 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 18 years ago
  55. c654fc2 Added comment to Misc/NEWS for r59290 by Christian Heimes · 18 years ago
  56. ef01d82 Implement PEP 366 by Nick Coghlan · 18 years ago
  57. 77b2d63 Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 18 years ago
  58. dfdfaab Feature #1534 by Christian Heimes · 18 years ago
  59. dafd32b Issue #1521: on 64bit platforms, str.decode fails on very long strings. by Amaury Forgeot d'Arc · 18 years ago
  60. be49a90 Add a NEWS entry for r59231 by Amaury Forgeot d'Arc · 18 years ago
  61. 28104c5 Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 by Christian Heimes · 18 years ago
  62. 58a6f44 back in these go - thanks to Titus Brown for the fix by Skip Montanaro · 18 years ago
  63. ce7d10c Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 18 years ago
  64. 98f4079 revert by Skip Montanaro · 18 years ago
  65. 90b5bc3 issue 1429818 by Skip Montanaro · 18 years ago
  66. f57375a Add a NEWS entry for r59076. by Amaury Forgeot d'Arc · 18 years ago
  67. 3f065a4 Added NEWS entry Thanks for the reminder, Brett by Christian Heimes · 18 years ago
  68. 43e53f8 doctest assumed that a package's __loader__.get_data() method used universal by Brett Cannon · 18 years ago
  69. 327a39b Patch #1739468: Directories and zipfiles containing __main__.py are now executable by Nick Coghlan · 18 years ago
  70. 0d75f09 Merge from py3k branch: by Amaury Forgeot d'Arc · 18 years ago
  71. 63bf149 Patch #1418: Make the AC_REPLACE_FUNCS object files actually work. by Martin v. Löwis · 18 years ago
  72. 1760c8a Add set.isdisjoint() by Raymond Hettinger · 18 years ago
  73. 90b858e Add missing NEWS entry by Nick Coghlan · 18 years ago
  74. dc1d1ba Add build option for faster loop execution. by Raymond Hettinger · 18 years ago
  75. 12e9420 Fix marshal's incorrect handling of subclasses of builtin types (backport candidate). by Raymond Hettinger · 18 years ago
  76. e1ac4f1 Fixes Issue 1385: The hmac module now computes the correct hmac when using by Gregory P. Smith · 18 years ago
  77. ac11e02 Add the bsddb.db.DBEnv.lock_id_free method. by Gregory P. Smith · 18 years ago
  78. ec10a4a Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags and by Gregory P. Smith · 18 years ago
  79. 486b1b0 Issue #1292: On alpha, arm, ppc, and s390 linux systems the by Thomas Heller · 18 years ago
  80. f7601ee false "fix" undone as correct problem was found and fixed. by Gregory P. Smith · 18 years ago
  81. a838a80 - Add support for FreeBSD 8 which is recently forked from FreeBSD 7. by Hye-Shik Chang · 18 years ago
  82. 1a94ec2 Bug #1287: make os.environ.pop() work as expected. by Georg Brandl · 18 years ago
  83. 9afb985 - Build using system ffi library on arm*-linux*. by Matthias Klose · 18 years ago
  84. 3f8caa3 Optimize sum() for integer and float inputs. by Raymond Hettinger · 18 years ago
  85. cd3c108 Fixup news entry by Raymond Hettinger · 18 years ago
  86. 01a0957 Shorter name for namedtuple() by Raymond Hettinger · 18 years ago
  87. 91ac422 Fix ctypes on 32-bit systems when Python is configured --with-system-ffi. by Thomas Heller · 18 years ago
  88. 82eafe6 mention bsddb fixes. by Gregory P. Smith · 18 years ago
  89. d476a40 Bug #1216: Restore support for Visual Studio 2002. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  90. 7fee6dd On OS X, use os.uname() instead of gestalt.sysv(...) to get the by Thomas Heller · 18 years ago
  91. a48a299 Eliminate camelcase function name by Raymond Hettinger · 18 years ago
  92. 44f326e Add a note about fixing some more warnings found by Coverity. by Neal Norwitz · 18 years ago
  93. a7fc4b1 Add __asdict__() to NamedTuple and refine the docs. by Raymond Hettinger · 18 years ago
  94. 50e90e2 itertools.count() no longer limited to sys.maxint. by Raymond Hettinger · 18 years ago
  95. 8f66937 enumerate() is no longer bounded to using sequences shorter than LONG_MAX. The possibility of overflow was sending some newsgroup posters into a tizzy. by Raymond Hettinger · 18 years ago
  96. 0b14f24 tuple.__repr__ did not consider a reference loop as it is not possible from by Brett Cannon · 18 years ago
  97. aff85e2 Patch #1541463: optimize performance of cgi.FieldStorage operations. by Georg Brandl · 18 years ago
  98. 673debf Annotated the correction to urllib.py, issue #1177 by Facundo Batista · 18 years ago
  99. b67da23 Decimal is updated, :) by Facundo Batista · 18 years ago
  100. 0153159 Add a bunch of GIL release/acquire points in tp_print implementations and for by Brett Cannon · 18 years ago