1. 56f6a4f allow developers to more easily build a profiling version of the interpreter by Skip Montanaro · 20 years ago
  2. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 20 years ago
  3. ad21945 Back out #957240. by Martin v. Löwis · 20 years ago
  4. c982bbd Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases. by Anthony Baxter · 20 years ago
  5. 3ecdb25 Fix for bug #966623 - classes created with type() in an exec(, {}) don't by Anthony Baxter · 20 years ago
  6. 57c2d93 Add a final permutation step to the tuple hash function. by Raymond Hettinger · 20 years ago
  7. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 20 years ago
  8. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
  9. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  10. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  11. 604c013 SF 952807: Unpickling pickled instances of subclasses of datetime.date, by Tim Peters · 20 years ago
  12. 90a764c Fix a refcount bug in an obscure code corner. by Thomas Heller · 20 years ago
  13. c3cd9df Add some doc about using valgrind by Neal Norwitz · 20 years ago
  14. 2400e93 SF #877165: Give an info about what C++ compiler command should be by Hye-Shik Chang · 20 years ago
  15. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 20 years ago
  16. 0096e26 Refactored site.py into functions. Also moved over to using sets. by Brett Cannon · 20 years ago
  17. 642c8a1 Patch #926209: Patch to setup.py to run on x86_64 Linux. by Martin v. Löwis · 20 years ago
  18. 77ca6c4 Warn abou missing mutate flag to ioctl. Fixes #696535. by Martin v. Löwis · 20 years ago
  19. bc555e3 Fix the grammar a bit more. (Adjusted by Tony Meyer) by Hye-Shik Chang · 20 years ago
  20. eac324b Patch #957240: Add count parameter to asyncore.loop. by Martin v. Löwis · 20 years ago
  21. 3e501dc One more attempt to fix the grammar. by Martin v. Löwis · 20 years ago
  22. f7e836e Don't build the pcre module any more by Andrew M. Kuchling · 20 years ago
  23. 5629d0e Fix grammar hopefully. :) by Hye-Shik Chang · 20 years ago
  24. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  25. b6568b9 Add a name (old change sitting in my tree) by Andrew M. Kuchling · 20 years ago
  26. d894872 Patch #954115: Fix os.stat handling of UNC roots. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  27. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago
  28. 41bd022 SF bug #942952: Weakness in tuple hash by Raymond Hettinger · 20 years ago
  29. 173ecb6 Copy from python-2.3.spec. Incorporate patch #961465: by Martin v. Löwis · 20 years ago
  30. 2f50e90 SF patch 959726: sdist versus SVN by Tim Peters · 20 years ago
  31. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago
  32. 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
  33. 79cddc5 stupid, stupid, stupid... raw_input() already supports readline() if the by Skip Montanaro · 20 years ago
  34. 0dc2310 Exposed readline() function from the readline module. by Skip Montanaro · 20 years ago
  35. 059e170 SF bug #949329: sets.Set() --> set() by Raymond Hettinger · 20 years ago
  36. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  37. beddfcb date typo in %changelog by Skip Montanaro · 20 years ago
  38. 2e7c832 Fix SF item #876278: Unbounded recursion in modulefinder. by Thomas Heller · 20 years ago
  39. 456ab1d Swap public and system ID in start_doctype_decl. Fixes #780300. by Martin v. Löwis · 20 years ago
  40. 0468e41 SF patch #947476: Apply freelist technique to lists by Raymond Hettinger · 20 years ago
  41. cc10a85 Forgot to mention the SF number, and that Bob Ippolito provided the patch. by Thomas Heller · 20 years ago
  42. 1328b52 Two new public API functions, Py_IncRef and Py_DecRef. Useful for by Thomas Heller · 20 years ago
  43. 0f5bf1e SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 20 years ago
  44. 54f9439 Bug #934635: Fix a bug where the configure script couldn't detect by Hye-Shik Chang · 20 years ago
  45. d0c0c41 note --trackcalls flag in trace module by Skip Montanaro · 20 years ago
  46. e2eda60 Improve accuracy of sequence and mapping checks. by Raymond Hettinger · 20 years ago
  47. 4e10ed3 If a file is opened with an explicit buffer size >= 1, repeated by Andrew MacIntyre · 20 years ago
  48. 7a92d74 It would help if I deleted the old pystack! by Skip Montanaro · 20 years ago
  49. 74d07f2 include local variables when dumping Python stack trace by Skip Montanaro · 20 years ago
  50. fb66cd2 Patch #924497: find(1) all files with /usr/local/bin/python in them. by Martin v. Löwis · 20 years ago
  51. 21beb4c Fixed a caching bug in platform.platform() where the argument of 'terse' was by Brett Cannon · 20 years ago
  52. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  53. c723a14 ...for work done at PyCon 2004 (and beyond...) by Nicholas Bastin · 20 years ago
  54. 06c3479 Make socket.sslerror a subclass of socket.error . by Brett Cannon · 20 years ago
  55. 824b1b2 Added command line options for profile.py - one for stats output file by Nicholas Bastin · 20 years ago
  56. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 20 years ago
  57. abce8a6 Changed file.name to be the object passed as the 'name' argument to file() by Nicholas Bastin · 20 years ago
  58. c3a87b8 Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL. by Hye-Shik Chang · 20 years ago
  59. e240d9b Update URLs by Andrew M. Kuchling · 20 years ago
  60. a7604bf Moved tracebackobject to traceback.h, Closes SF Bug #497067 by Nicholas Bastin · 20 years ago
  61. 7139afd [693255] also back out corresponding NEWS item... by Just van Rossum · 20 years ago
  62. 347c30d Patch #853488: Tix hlist missing entryconfigure and entrycget methods. by Martin v. Löwis · 20 years ago
  63. ff5bc50 Improve byte coding for multiple assignments. by Raymond Hettinger · 20 years ago
  64. 4f65331 Limit the nesting depth of a tuple passed as the second argument to by Brett Cannon · 20 years ago
  65. cc45466 Remove non-existent paths. by Brett Cannon · 20 years ago
  66. 4a7ad1a Add an entry for addition of the ptcp154 codec. by Hye-Shik Chang · 20 years ago
  67. ade08ea Add news entries for the dictionary optimizations. by Raymond Hettinger · 20 years ago
  68. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 20 years ago
  69. 6e2ee86 Update the array overallocation scheme to match the approach used for by Raymond Hettinger · 20 years ago
  70. 2d95f1a SF patch #911431: robot.txt must be robots.txt (Contributed by George Yoshida.) by Raymond Hettinger · 20 years ago
  71. 3aa82c0 SF bug #910986: copy.copy fails for array.array by Raymond Hettinger · 20 years ago
  72. c1e4f9d Use a new macro, PySequence_Fast_ITEMS to factor out code common to by Raymond Hettinger · 20 years ago
  73. 4252a7a Make buffer objects based on mutable objects (like array) safe. by Neil Schemenauer · 20 years ago
  74. 3e47f65 SF patch #907403: Improvements to cStringIO.writelines() by Raymond Hettinger · 21 years ago
  75. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 21 years ago
  76. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 21 years ago
  77. e2b61e0 * explain flags in doc strings by Skip Montanaro · 21 years ago
  78. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 21 years ago
  79. 786ea6b Add pystack definition to Misc/gdbinit with some explanation of its behavior by Skip Montanaro · 21 years ago
  80. d3b33b5 "Fix" (for certain configurations of the planets, including by Michael W. Hudson · 21 years ago
  81. d3c810e Patch #892673: Replace /usr/local/bin/python with by Martin v. Löwis · 21 years ago
  82. a79449e Patch #711838: Allow non-anonymous ftp urls in urllib2. Backported to 2.3. by Martin v. Löwis · 21 years ago
  83. fa7b9d8 * Moved the responsibility for emptying the previous list from list_fill by Raymond Hettinger · 21 years ago
  84. ab517d2 Fine tune the speed/space trade-off for overallocating small lists. by Raymond Hettinger · 21 years ago
  85. a6e436e - Fixed #853061: allow BZ2Compressor.compress() to receive an empty string by Gustavo Niemeyer · 21 years ago
  86. 4bb9540 * Optimized list appends and pops by making fewer calls the underlying system by Raymond Hettinger · 21 years ago
  87. ecfeb7f This is my patch #876198 plus a NEWS entry and a header frob. by Michael W. Hudson · 21 years ago
  88. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 21 years ago
  89. b32e640 SF patch #875689: >100k alloc wasted on startup (Contributed by Mike Pall.) by Raymond Hettinger · 21 years ago
  90. 8a1a594 Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol by Jim Fulton · 21 years ago
  91. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 21 years ago
  92. 228765b added notes about weakref changes by Fred Drake · 21 years ago
  93. ff83c2b Fix input() builtin function to respect compiler flags. by Hye-Shik Chang · 21 years ago
  94. 12af048 Patch #874083: Bluetooth support for socket module. by Martin v. Löwis · 21 years ago
  95. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 21 years ago
  96. d5a21fd add hotshotmain ref by Skip Montanaro · 21 years ago
  97. 57cb68f Add news item about change in encodings search function. by Marc-André Lemburg · 21 years ago
  98. 84a9931 Add a news entry for importing of CJK codecs. by Hye-Shik Chang · 21 years ago
  99. cd1f743 document PEP 11 progress so far. by Skip Montanaro · 21 years ago
  100. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 21 years ago