1. 1142de3 Patch #527027: Allow building python as shared library. by Martin v. Löwis · 22 years ago
  2. 2eb0b87 SF patch 514641 (Naofumi Honda) - Negative ob_size of LongObjects by Guido van Rossum · 22 years ago
  3. 6f33250 SF patch 517245 by Marc Recht. by Guido van Rossum · 22 years ago
  4. 88b666c SF patch 518765 (Derek Harland): Bug in copy.py when used through rexec. by Guido van Rossum · 22 years ago
  5. e64ef93 SF patch 522961: Leak in Python/thread_nt.h, from Gerald S. Williams. by Tim Peters · 22 years ago
  6. bc64f7c Edward K. Ream. by Guido van Rossum · 22 years ago
  7. ef180dc Document that get_referrers can return unreachable but uncollected objects. by Martin v. Löwis · 23 years ago
  8. fb0da9d Test for error status of shl_findsym. Fixes #505417. 2.2.1 candiate. by Martin v. Löwis · 23 years ago
  9. d45a543 Another name. by Thomas Heller · 23 years ago
  10. 9668b93 Patch #414775: Add --skip-build option to bdist command. by Martin v. Löwis · 23 years ago
  11. 9322727 Patch #497126: Always compile dl. by Martin v. Löwis · 23 years ago
  12. 7198a52 Patch #494783: Rename cmp_op enumerators. by Martin v. Löwis · 23 years ago
  13. a6e9758 Patch #497098: build support for GNU/Hurd. by Martin v. Löwis · 23 years ago
  14. c33e077 SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Guido van Rossum · 23 years ago
  15. 5560269 Added someone. by Jack Jansen · 23 years ago
  16. 1cb65e2 ZZZ. by Guido van Rossum · 23 years ago
  17. 54dc1d3 Another contributor. by Guido van Rossum · 23 years ago
  18. f831429 Fix for SF bug #494904: Cannot pickle a class with a metaclass, by Guido van Rossum · 23 years ago
  19. 1fbb577 SF bug #494738: binascii_b2a_base64 overwrites memory. by Tim Peters · 23 years ago
  20. 61f649d For the exec-free var bug. by Jeremy Hylton · 23 years ago
  21. 1d961f5 New fodder. by Guido van Rossum · 23 years ago
  22. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  23. 25059d3 SF patch #489173: Make os.spawnv not block the interpreter, from by Tim Peters · 23 years ago
  24. bf7c804 SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields() by Guido van Rossum · 23 years ago
  25. bebfe03 Another no-longer-nameless contributor... by Guido van Rossum · 23 years ago
  26. 22f9c6d Add Greg Chapman. by Guido van Rossum · 23 years ago
  27. 6d20b43 SF bug 485175: buffer overflow in traceback.c. by Tim Peters · 23 years ago
  28. ae0f1ed Move a name into correct position. by Tim Peters · 23 years ago
  29. 59ed448 SF patch #474485: pydoc generates some bad html, from Rich Salz. by Tim Peters · 23 years ago
  30. a6ca4f4 SF patch #474500: Make OS/2 locks work like posix locks, from Michael Muller. by Tim Peters · 23 years ago
  31. 5b40f1c SF bug #474077 2.2b1: Error compiling extns with BCC by Tim Peters · 23 years ago
  32. 692adf1 News and attribution for SF bug #473009. by Guido van Rossum · 23 years ago
  33. 0afde13 Fix two typos, one noted by Noah Spurrier in SF bug #475166, the by Guido van Rossum · 23 years ago
  34. a0dfc85 Fix SF bug #474538: Memory (reference) leak in poller.register (Dave Brueck) by Guido van Rossum · 23 years ago
  35. 00ebd46 SF patch #474175 (Jay T Miller): file.readinto arg parsing bug by Guido van Rossum · 23 years ago
  36. 67b2659 Patch from SF bug #473150: configure weaknesses on HP-UX (Michael Piotrowski) by Guido van Rossum · 23 years ago
  37. 93505a2 Another. by Guido van Rossum · 23 years ago
  38. a5343cc SF bug #471720: ThreadingMixIn/TCPServer forgets close by Guido van Rossum · 23 years ago
  39. f76de62 Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink) by Guido van Rossum · 23 years ago
  40. bcbdc95 SF patch #467430. by Guido van Rossum · 23 years ago
  41. 89e000e YAPC. by Guido van Rossum · 23 years ago
  42. dfefc06 Add Shane. by Guido van Rossum · 23 years ago
  43. f35f069 Another contributor. by Guido van Rossum · 23 years ago
  44. 1346e83 Patch 471400: escape single-dot lines; by Jason Hildebrand. by Guido van Rossum · 23 years ago
  45. c0f1bfe SF bug #469910 by Alfonso Baciero: Bugfix for imaplib for macintosh by Guido van Rossum · 23 years ago
  46. 3e99643 Jason Lowe by Guido van Rossum · 23 years ago
  47. 454d791 Add Cesar Eduardo Barros, for asyncore patches. by Martin v. Löwis · 23 years ago
  48. 645a7e0 Frankly, I'd like my "L." as well! by Fred Drake · 23 years ago
  49. 261f57c Another contributor. Give Fred his Jr. by Guido van Rossum · 23 years ago
  50. 1ce3cf7 SF patch [#466877] SIGBREAK is missing from signal module. by Tim Peters · 23 years ago
  51. ff68693 Another SF patch contributor. by Guido van Rossum · 23 years ago
  52. d38b1c7 SF [#466125] PyLong_AsLongLong works for any integer. by Tim Peters · 23 years ago
  53. f0b0f68 Added Donovan Preston. by Jack Jansen · 23 years ago
  54. 07bff86 Another contributor. by Guido van Rossum · 23 years ago
  55. 5432838 Another volunteer. by Guido van Rossum · 23 years ago
  56. cb6d0da An anonymous contributor reveals his name... by Guido van Rossum · 23 years ago
  57. 402d598 SF patch [ #455137 ] Makes popen work with COMMAND.COM on WNT, from by Tim Peters · 23 years ago
  58. f759766 Another contributor's patch got accepted. by Guido van Rossum · 23 years ago
  59. 8837814 Add a name by Andrew M. Kuchling · 23 years ago
  60. 5e824c3 SF patch #445412 extract ndiff functionality to difflib, from David Goodger. by Tim Peters · 23 years ago
  61. e358b42 Added Josh Cogliati (turtle.py contributor). by Guido van Rossum · 23 years ago
  62. 6d40bf2 One more. by Neil Schemenauer · 23 years ago
  63. 36a90f6 Thanks to by Tim Peters · 23 years ago
  64. c173137 Derived from SF patch #446899 Permit import of .pyw under Windows, from by Tim Peters · 23 years ago
  65. 0fbca4a New name. by Guido van Rossum · 23 years ago
  66. 8fcc8e1 Alex Coventry (SF patch 441791). by Guido van Rossum · 23 years ago
  67. fa9e273 Clarification in the fp appendix suggested on c.l.py by Michael Chermside. by Tim Peters · 23 years ago
  68. 2a7f384 SF bug 430991: wrong co_lnotab by Tim Peters · 23 years ago
  69. d29abb9 SF bug 418296: WinMain.c should use WIN32_LEAN_AND_MEAN. by Tim Peters · 23 years ago
  70. 7f00deb SF bug #417508: 'hypot' not found with Borland C++Build. by Tim Peters · 23 years ago
  71. 0aa30b0 SF bug reporters. by Guido van Rossum · 23 years ago
  72. 3024bb6 Another ACK. by Guido van Rossum · 23 years ago
  73. 34d37dc Noted the improved RISCOS port and the new Unixware 7 port. by Guido van Rossum · 23 years ago
  74. 5f9f929 Some new names. by Guido van Rossum · 23 years ago
  75. a36f4a0 Fixing Itamar's name, as per his request. by Moshe Zadka · 23 years ago
  76. 3664111 Get rid of useless string import, as reported by Neal Norwitz's PyChecker.py by Tim Peters · 23 years ago
  77. 0d01787 Add Robin Thomas (author of the slice() comparability hack). by Guido van Rossum · 23 years ago
  78. d76f0f7 Added Gordon McMillan. He should've been in there ages ago. Thanks by Guido van Rossum · 23 years ago
  79. b87df3d Itamar S.T. by Guido van Rossum · 23 years ago
  80. fb872a7 Dietmar Schwertberger; shuffled a bunch of Sch* names in alphabetical order. by Guido van Rossum · 23 years ago
  81. 03bd26d Added William Tanksley. by Tim Peters · 23 years ago
  82. 4a2261a Add Samuele Pedroni by Guido van Rossum · 23 years ago
  83. c503219 Add Donovan Baarda for fixing a tortuous zlibmodule bug (but aren't they all?) by Andrew M. Kuchling · 23 years ago
  84. d2c1abe Update for install-sh (SF #103717). by Neil Schemenauer · 23 years ago
  85. 9f8cdf5 Patches for AIX. Checked by Benjamin Collar. by Marc-André Lemburg · 24 years ago
  86. 909bc1c SF bug #131225: sys.winver is still '2.0' in python 2.1a2. by Tim Peters · 24 years ago
  87. 0872d9d Fixed UnboundLocalError for nested scopes by Jeremy Hylton · 24 years ago
  88. 4c4fda0 add info about Grant Edwards' raw packet support by Jeremy Hylton · 24 years ago
  89. 0149e84 SF bug #130306: statcache.py full of thread problems. by Tim Peters · 24 years ago
  90. 547397c SF bug http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470 by Tim Peters · 24 years ago
  91. 85e2e47 SF bug 130030: Claim of bad betavariate algorithm. by Tim Peters · 24 years ago
  92. 89a27ec A few more contributors. by Guido van Rossum · 24 years ago
  93. f5c9e86 Add Jason Tishler to the ACKS file by Andrew M. Kuchling · 24 years ago
  94. 691e0e9 Variant of SF patch 103252: Startup optimize: read *.pyc as string, not with getc(). by Tim Peters · 24 years ago
  95. b9e202b Added Jeffery Collins. by Tim Peters · 24 years ago
  96. c4e1775 Two new names. by Guido van Rossum · 24 years ago
  97. 56fe7f8 WAVE test + bugfix contributor. by Guido van Rossum · 24 years ago
  98. 5c2c604 And another. by Guido van Rossum · 24 years ago
  99. fded5ed One more name. by Guido van Rossum · 24 years ago
  100. 30e7877 new name by Jeremy Hylton · 24 years ago