1. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  2. b8b20e2 Made the explanation more accurate; trimmed trailing whitespace; fixed a typo. by Tim Peters · 20 years ago
  3. 5124b4a Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in by Guido van Rossum · 20 years ago
  4. 81e3fb4 Typo fixes by Andrew M. Kuchling · 20 years ago
  5. 41d13f6 Clarify last added comment (bug #754449). by Brett Cannon · 20 years ago
  6. cc4e935 threading.Thread objects will now print a traceback for an exception raised by Brett Cannon · 20 years ago
  7. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  8. 04c673b SF #951851 fixed. by Thomas Heller · 20 years ago
  9. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  10. 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  11. 7db865a tyop by Michael W. Hudson · 20 years ago
  12. c30ba84 restore NEWS entry for 957240 by Michael W. Hudson · 20 years ago
  13. 93b4b88 [Patch #974633] Check PyObject_MALLOC return for error by Andrew M. Kuchling · 20 years ago
  14. 46d4ff2 Fix stupid mistake of forgetting to mention that the fix for bug #981299 by Brett Cannon · 20 years ago
  15. fbac294 rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network by Brett Cannon · 20 years ago
  16. 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 20 years ago
  17. ef82d2f Patch #923098: Share interned strings in marshal. by Martin v. Löwis · 20 years ago
  18. f6af76d Modules/getpath.c now compiles properly under OS X when using the by Brett Cannon · 20 years ago
  19. ec6229e Make distutils "install --home" support all platforms. by Fred Drake · 20 years ago
  20. 70b3a1a Fix leak found by Eric Huss. by Raymond Hettinger · 20 years ago
  21. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 20 years ago
  22. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 20 years ago
  23. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 20 years ago
  24. b46ed71 Add news item about raising ValueError when timemodule.c code that uses by Brett Cannon · 20 years ago
  25. c6c1f47 pydoc.stripid() is now case-insensitive for its regex to support platforms that by Brett Cannon · 20 years ago
  26. 56f6a4f allow developers to more easily build a profiling version of the interpreter by Skip Montanaro · 20 years ago
  27. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 20 years ago
  28. ad21945 Back out #957240. by Martin v. Löwis · 20 years ago
  29. c982bbd Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases. by Anthony Baxter · 20 years ago
  30. 3ecdb25 Fix for bug #966623 - classes created with type() in an exec(, {}) don't by Anthony Baxter · 20 years ago
  31. 57c2d93 Add a final permutation step to the tuple hash function. by Raymond Hettinger · 20 years ago
  32. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 20 years ago
  33. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
  34. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  35. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  36. 604c013 SF 952807: Unpickling pickled instances of subclasses of datetime.date, by Tim Peters · 20 years ago
  37. 90a764c Fix a refcount bug in an obscure code corner. by Thomas Heller · 20 years ago
  38. c3cd9df Add some doc about using valgrind by Neal Norwitz · 20 years ago
  39. 2400e93 SF #877165: Give an info about what C++ compiler command should be by Hye-Shik Chang · 20 years ago
  40. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 20 years ago
  41. 0096e26 Refactored site.py into functions. Also moved over to using sets. by Brett Cannon · 20 years ago
  42. 642c8a1 Patch #926209: Patch to setup.py to run on x86_64 Linux. by Martin v. Löwis · 20 years ago
  43. 77ca6c4 Warn abou missing mutate flag to ioctl. Fixes #696535. by Martin v. Löwis · 20 years ago
  44. bc555e3 Fix the grammar a bit more. (Adjusted by Tony Meyer) by Hye-Shik Chang · 20 years ago
  45. eac324b Patch #957240: Add count parameter to asyncore.loop. by Martin v. Löwis · 20 years ago
  46. 3e501dc One more attempt to fix the grammar. by Martin v. Löwis · 20 years ago
  47. f7e836e Don't build the pcre module any more by Andrew M. Kuchling · 20 years ago
  48. 5629d0e Fix grammar hopefully. :) by Hye-Shik Chang · 20 years ago
  49. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  50. b6568b9 Add a name (old change sitting in my tree) by Andrew M. Kuchling · 20 years ago
  51. d894872 Patch #954115: Fix os.stat handling of UNC roots. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  52. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago
  53. 41bd022 SF bug #942952: Weakness in tuple hash by Raymond Hettinger · 20 years ago
  54. 173ecb6 Copy from python-2.3.spec. Incorporate patch #961465: by Martin v. Löwis · 20 years ago
  55. 2f50e90 SF patch 959726: sdist versus SVN by Tim Peters · 20 years ago
  56. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago
  57. 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
  58. 79cddc5 stupid, stupid, stupid... raw_input() already supports readline() if the by Skip Montanaro · 20 years ago
  59. 0dc2310 Exposed readline() function from the readline module. by Skip Montanaro · 20 years ago
  60. 059e170 SF bug #949329: sets.Set() --> set() by Raymond Hettinger · 20 years ago
  61. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  62. beddfcb date typo in %changelog by Skip Montanaro · 20 years ago
  63. 2e7c832 Fix SF item #876278: Unbounded recursion in modulefinder. by Thomas Heller · 20 years ago
  64. 456ab1d Swap public and system ID in start_doctype_decl. Fixes #780300. by Martin v. Löwis · 20 years ago
  65. 0468e41 SF patch #947476: Apply freelist technique to lists by Raymond Hettinger · 20 years ago
  66. cc10a85 Forgot to mention the SF number, and that Bob Ippolito provided the patch. by Thomas Heller · 20 years ago
  67. 1328b52 Two new public API functions, Py_IncRef and Py_DecRef. Useful for by Thomas Heller · 20 years ago
  68. 0f5bf1e SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 20 years ago
  69. 54f9439 Bug #934635: Fix a bug where the configure script couldn't detect by Hye-Shik Chang · 20 years ago
  70. d0c0c41 note --trackcalls flag in trace module by Skip Montanaro · 20 years ago
  71. e2eda60 Improve accuracy of sequence and mapping checks. by Raymond Hettinger · 20 years ago
  72. 4e10ed3 If a file is opened with an explicit buffer size >= 1, repeated by Andrew MacIntyre · 20 years ago
  73. 7a92d74 It would help if I deleted the old pystack! by Skip Montanaro · 20 years ago
  74. 74d07f2 include local variables when dumping Python stack trace by Skip Montanaro · 20 years ago
  75. fb66cd2 Patch #924497: find(1) all files with /usr/local/bin/python in them. by Martin v. Löwis · 20 years ago
  76. 21beb4c Fixed a caching bug in platform.platform() where the argument of 'terse' was by Brett Cannon · 20 years ago
  77. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  78. c723a14 ...for work done at PyCon 2004 (and beyond...) by Nicholas Bastin · 20 years ago
  79. 06c3479 Make socket.sslerror a subclass of socket.error . by Brett Cannon · 20 years ago
  80. 824b1b2 Added command line options for profile.py - one for stats output file by Nicholas Bastin · 20 years ago
  81. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 20 years ago
  82. abce8a6 Changed file.name to be the object passed as the 'name' argument to file() by Nicholas Bastin · 20 years ago
  83. c3a87b8 Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL. by Hye-Shik Chang · 20 years ago
  84. e240d9b Update URLs by Andrew M. Kuchling · 20 years ago
  85. a7604bf Moved tracebackobject to traceback.h, Closes SF Bug #497067 by Nicholas Bastin · 20 years ago
  86. 7139afd [693255] also back out corresponding NEWS item... by Just van Rossum · 20 years ago
  87. 347c30d Patch #853488: Tix hlist missing entryconfigure and entrycget methods. by Martin v. Löwis · 20 years ago
  88. ff5bc50 Improve byte coding for multiple assignments. by Raymond Hettinger · 20 years ago
  89. 4f65331 Limit the nesting depth of a tuple passed as the second argument to by Brett Cannon · 20 years ago
  90. cc45466 Remove non-existent paths. by Brett Cannon · 20 years ago
  91. 4a7ad1a Add an entry for addition of the ptcp154 codec. by Hye-Shik Chang · 20 years ago
  92. ade08ea Add news entries for the dictionary optimizations. by Raymond Hettinger · 20 years ago
  93. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 20 years ago
  94. 6e2ee86 Update the array overallocation scheme to match the approach used for by Raymond Hettinger · 20 years ago
  95. 2d95f1a SF patch #911431: robot.txt must be robots.txt (Contributed by George Yoshida.) by Raymond Hettinger · 20 years ago
  96. 3aa82c0 SF bug #910986: copy.copy fails for array.array by Raymond Hettinger · 20 years ago
  97. c1e4f9d Use a new macro, PySequence_Fast_ITEMS to factor out code common to by Raymond Hettinger · 20 years ago
  98. 4252a7a Make buffer objects based on mutable objects (like array) safe. by Neil Schemenauer · 20 years ago
  99. 3e47f65 SF patch #907403: Improvements to cStringIO.writelines() by Raymond Hettinger · 20 years ago
  100. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 20 years ago