1. 8485b56 Edward Loper's cool and massive refactoring of doctest.py, merged from by Tim Peters · 21 years ago
  2. c81c695 Add a proper pointer to SF bug item. by Hye-Shik Chang · 21 years ago
  3. 7df44b3 SF #941229: Decode source code with sys.stdin.encoding in interactive by Hye-Shik Chang · 21 years ago
  4. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 21 years ago
  5. b5047fd Add a workaround for a problem that UTF-8 strings can be corrupted by Hye-Shik Chang · 21 years ago
  6. 1fa649f Patch #986929: Add support for wish -sync and -use options. by Martin v. Löwis · 21 years ago
  7. f901abd allow ctime(), gmtime(), and localtime() to take None as equivalent to an omitted arg by Fred Drake · 21 years ago
  8. 9513e34 Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP(). by Martin v. Löwis · 21 years ago
  9. 65a7975 Patch #994595: Recognize Basic auth even if other schemes are offered. by Martin v. Löwis · 21 years ago
  10. 66bd233 Completed the patch for Bug #215126. by Raymond Hettinger · 21 years ago
  11. 32083f6 notes for @decorator by Anthony Baxter · 21 years ago
  12. 94f9b86 "Core" and "C API" news about new semantics for failing imports. by Tim Peters · 21 years ago
  13. 0e67fd4 Fix SF #1001053, wave.open() with unicode filename fails by Neal Norwitz · 21 years ago
  14. 9c8fe1a Mention upgrade of optparse to Optik 1.5a1. by Greg Ward · 21 years ago
  15. 5cfb05e Added a new fileno() method. ZODB's repozo.py wants this so it can by Tim Peters · 21 years ago
  16. 544f119 Patch #995766: Keyword argument support in cPickle. by Martin v. Löwis · 21 years ago
  17. 7b9190b Patch #998149: imaplib deleteacl and myrights. by Martin v. Löwis · 21 years ago
  18. cc0f932 Patch #605370: Add description[s] for RFC 2980 compliance. by Martin v. Löwis · 21 years ago
  19. 66bb6e6 SF bug 996392: math and cmath docs don't specify radians by Tim Peters · 21 years ago
  20. b314ce9 Add news item for u'%s' change. by Marc-André Lemburg · 21 years ago
  21. 7bd33c5 This change implements the following gettext features, as by Gustavo Niemeyer · 21 years ago
  22. aa1c7ff SF patch 995225: tarfile.py fix for bug #990325 by Tim Peters · 21 years ago
  23. 8b3d92a Fix bug where a KeyError was raised if -O was being used for the interpreter by Brett Cannon · 21 years ago
  24. a4f651a SF #857297 and 916874, improve handling of hard links when extracting by Neal Norwitz · 21 years ago
  25. 0662f8a SF #846659, fix bufsize violation and GNU longname/longlink extensions by Neal Norwitz · 21 years ago
  26. 3a313e3 Check the type of values returned by __int__, __float__, __long__, by Neil Schemenauer · 21 years ago
  27. 66edb62 Don't return spurious empty fields if 'keep_empty_values' is True. by Neil Schemenauer · 21 years ago
  28. 90ee7eb Record that FCNTL.py has gone away; remove FCNTL hack in tempfile.py; by Tim Peters · 21 years ago
  29. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 21 years ago
  30. 76d962d Treat None as a constant. by Raymond Hettinger · 21 years ago
  31. e827437 Summarized changes: threading.local, Py_CLEAR, Py_VISIT, improved type tutorial. by Jim Fulton · 21 years ago
  32. fd4984d install test/decimaltestdata as well by Anthony Baxter · 21 years ago
  33. 5af0e41 Bug #788520: Queue class has logic error when non-blocking by Tim Peters · 21 years ago
  34. 183dabc SF patch 986010: add missing doc for datetime C API, from Anthony Tuininga. by Tim Peters · 21 years ago
  35. d2c5b4b SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator by Brett Cannon · 21 years ago
  36. e6f8a89 Debug output is now printed to sys.stderr . by Brett Cannon · 21 years ago
  37. f50299c posixpath.realpath() now detects symlink loops and returns the path just before by Brett Cannon · 21 years ago
  38. 711e7d9 Add PyArg_VaParseTupleAndKeywords(). Document this function and by Brett Cannon · 21 years ago
  39. 79d7e92 Add item by Andrew M. Kuchling · 21 years ago
  40. bdc3627 Make ntpath compress multiple slashes between drive letter and the rest of the by Brett Cannon · 21 years ago
  41. e675118 Add note about closing of bug #679953 and add Jimmy Burgett for helping out to by Brett Cannon · 21 years ago
  42. 64ed298 Add an item by Andrew M. Kuchling · 21 years ago
  43. 88fcca6 Added note about new codecs module APIs. by Marc-André Lemburg · 21 years ago
  44. 21f9fce Fix typo. by Raymond Hettinger · 21 years ago
  45. 5aa478b Module and tests: by Raymond Hettinger · 21 years ago
  46. 563e449 post-release fun by Anthony Baxter · 21 years ago
  47. 3210b36 release dates by Anthony Baxter · 21 years ago
  48. 5124b4a Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in by Guido van Rossum · 21 years ago
  49. 81e3fb4 Typo fixes by Andrew M. Kuchling · 21 years ago
  50. 41d13f6 Clarify last added comment (bug #754449). by Brett Cannon · 21 years ago
  51. cc4e935 threading.Thread objects will now print a traceback for an exception raised by Brett Cannon · 21 years ago
  52. 0a4dd39 Make weak references subclassable: by Fred Drake · 21 years ago
  53. 04c673b SF #951851 fixed. by Thomas Heller · 21 years ago
  54. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 21 years ago
  55. 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 21 years ago
  56. 7db865a tyop by Michael W. Hudson · 21 years ago
  57. c30ba84 restore NEWS entry for 957240 by Michael W. Hudson · 21 years ago
  58. 46d4ff2 Fix stupid mistake of forgetting to mention that the fix for bug #981299 by Brett Cannon · 21 years ago
  59. fbac294 rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network by Brett Cannon · 21 years ago
  60. 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 21 years ago
  61. ef82d2f Patch #923098: Share interned strings in marshal. by Martin v. Löwis · 21 years ago
  62. f6af76d Modules/getpath.c now compiles properly under OS X when using the by Brett Cannon · 21 years ago
  63. ec6229e Make distutils "install --home" support all platforms. by Fred Drake · 21 years ago
  64. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 21 years ago
  65. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 21 years ago
  66. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 21 years ago
  67. b46ed71 Add news item about raising ValueError when timemodule.c code that uses by Brett Cannon · 21 years ago
  68. c6c1f47 pydoc.stripid() is now case-insensitive for its regex to support platforms that by Brett Cannon · 21 years ago
  69. 56f6a4f allow developers to more easily build a profiling version of the interpreter by Skip Montanaro · 21 years ago
  70. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 21 years ago
  71. ad21945 Back out #957240. by Martin v. Löwis · 21 years ago
  72. c982bbd Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases. by Anthony Baxter · 21 years ago
  73. 3ecdb25 Fix for bug #966623 - classes created with type() in an exec(, {}) don't by Anthony Baxter · 21 years ago
  74. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 21 years ago
  75. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 21 years ago
  76. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 21 years ago
  77. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 21 years ago
  78. 604c013 SF 952807: Unpickling pickled instances of subclasses of datetime.date, by Tim Peters · 21 years ago
  79. 90a764c Fix a refcount bug in an obscure code corner. by Thomas Heller · 21 years ago
  80. 2400e93 SF #877165: Give an info about what C++ compiler command should be by Hye-Shik Chang · 21 years ago
  81. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 21 years ago
  82. 0096e26 Refactored site.py into functions. Also moved over to using sets. by Brett Cannon · 21 years ago
  83. 642c8a1 Patch #926209: Patch to setup.py to run on x86_64 Linux. by Martin v. Löwis · 21 years ago
  84. 77ca6c4 Warn abou missing mutate flag to ioctl. Fixes #696535. by Martin v. Löwis · 21 years ago
  85. bc555e3 Fix the grammar a bit more. (Adjusted by Tony Meyer) by Hye-Shik Chang · 21 years ago
  86. eac324b Patch #957240: Add count parameter to asyncore.loop. by Martin v. Löwis · 21 years ago
  87. 3e501dc One more attempt to fix the grammar. by Martin v. Löwis · 21 years ago
  88. 5629d0e Fix grammar hopefully. :) by Hye-Shik Chang · 21 years ago
  89. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 21 years ago
  90. d894872 Patch #954115: Fix os.stat handling of UNC roots. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  91. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 21 years ago
  92. 41bd022 SF bug #942952: Weakness in tuple hash by Raymond Hettinger · 21 years ago
  93. 2f50e90 SF patch 959726: sdist versus SVN by Tim Peters · 21 years ago
  94. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 21 years ago
  95. 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 21 years ago
  96. 79cddc5 stupid, stupid, stupid... raw_input() already supports readline() if the by Skip Montanaro · 21 years ago
  97. 0dc2310 Exposed readline() function from the readline module. by Skip Montanaro · 21 years ago
  98. 059e170 SF bug #949329: sets.Set() --> set() by Raymond Hettinger · 21 years ago
  99. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago
  100. 2e7c832 Fix SF item #876278: Unbounded recursion in modulefinder. by Thomas Heller · 21 years ago