1. 403a203 SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 21 years ago
  2. 7107c1a Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. by Jack Jansen · 21 years ago
  3. eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 21 years ago
  4. 4bae2d5 Getting rid of code dependent on GUSI or the MetroWerks compiler. by Jack Jansen · 21 years ago
  5. fb27656 Getting rid of support for the ancient Apple MPW compiler. by Jack Jansen · 21 years ago
  6. 6caea37 Patch #794400: Let PYTHONSTARTUP influence the compiler flags. by Martin v. Löwis · 21 years ago
  7. 6dab052 Change ValueErrors to TypeErrors and add PyList_Check() assertions. by Raymond Hettinger · 21 years ago
  8. 236a244 Verify heappop argument is a list. by Raymond Hettinger · 21 years ago
  9. 780c497 update_refs(): assert that incoming refcounts aren't 0. The comment by Tim Peters · 21 years ago
  10. f56d015 Patch #804543: strdup saved locales. Backported to 2.3. by Martin v. Löwis · 21 years ago
  11. ad983e7 Improve the implementation of itertools.tee(). by Raymond Hettinger · 21 years ago
  12. 49ee14d Patch #839038: Add getsid(2). by Martin v. Löwis · 21 years ago
  13. b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
  14. d2171d2 Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 21 years ago
  15. 7441e65 * SF patch 835100 - C++ // comments are not allowed. Use /* */ by Gregory P. Smith · 21 years ago
  16. a703a21 * Use weakref's of DBCursor objects for the iterator cursors to avoid a by Gregory P. Smith · 21 years ago
  17. dc113a8 * Fix the singlethreaded deadlocks occurring in the simple bsddb interface. by Gregory P. Smith · 21 years ago
  18. e276717 Fix a tuple memory leak when raising DB, DBEnv and DBCursor "object by Gregory P. Smith · 21 years ago
  19. be4fea6 Patch #787189: Explicitly define CTRL on SGI. by Martin v. Löwis · 21 years ago
  20. 9ad853b Patch #788404: ignore "b" and "t" mode modifiers in posix_popen. by Martin v. Löwis · 21 years ago
  21. 0e4f764 Fix nits in error messages. by Raymond Hettinger · 21 years ago
  22. 405a795 Patch #803998: Correctly check for error in SSL_write. by Martin v. Löwis · 21 years ago
  23. f0c5aec Minor improvements to itertools.tee(): by Raymond Hettinger · 21 years ago
  24. 4514369 Improvements to coding for itertools.tee(): by Raymond Hettinger · 21 years ago
  25. 6a5b027 Added itertools.tee() by Raymond Hettinger · 21 years ago
  26. 16b9fa8 - The pwd module incorrectly advertised its struct type as by Guido van Rossum · 21 years ago
  27. 08317ae Update to Expat 1.95.7; there are no changes to the Expat sources. by Fred Drake · 21 years ago
  28. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  29. 0f0c06a Removing dead code. by Gustavo Niemeyer · 21 years ago
  30. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
  31. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  32. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 21 years ago
  33. bab23cf made the SGI INET_ADDRSTRLEN define apply for any compiler on Irix. Both the by Anthony Baxter · 21 years ago
  34. d46e684 Check for TclError when reading variables. Fixes #807314. Backported to 2.3. by Martin v. Löwis · 21 years ago
  35. a0f1734 Patch #813445: Add missing socket.IPPROTO_IPV6. Backported to 2.3. by Martin v. Löwis · 21 years ago
  36. be0db8b bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length by Gregory P. Smith · 21 years ago
  37. 7000225 raise pybsddb version number to 4.2.1 to differentiate between it and the by Gregory P. Smith · 21 years ago
  38. 41631e8 Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new by Gregory P. Smith · 21 years ago
  39. e7a9796 Patch #800697: Add readline.clear_history. by Martin v. Löwis · 21 years ago
  40. 212ede6 Patch #730597: Disable POPEN for RTEMS. by Martin v. Löwis · 21 years ago
  41. 1b699a5 Patch #790000: Allow os.access to handle Unicode file name. by Martin v. Löwis · 21 years ago
  42. 62dba4c select.select() now accepts a sequence (as defined by PySequence_Fast()) for by Brett Cannon · 21 years ago
  43. ee8f10f Patch #801349: 64-bit fix for AMD64 from Gwenole Beauchesne. by Just van Rossum · 21 years ago
  44. f5b9373 Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). by Martin v. Löwis · 21 years ago
  45. 6bc06ec Bug #794140: cygwin builds do not embed by Jason Tishler · 21 years ago
  46. 25f90d5 Use de_DE in example, change message for unknown locale. Fixes #797447. by Martin v. Löwis · 21 years ago
  47. b5cb665 SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 21 years ago
  48. 4f01f89 For safety, replace a tuple entry before decreffing it. by Raymond Hettinger · 21 years ago
  49. a56f6b6 SF bug #793826: using itertools.izip to mutate tuples by Raymond Hettinger · 21 years ago
  50. 6676f6e Support DBEnv.set_shm_key() to allow multi-threaded multi-process by Gregory P. Smith · 21 years ago
  51. 3432118 SF #784031: Byte-order bug in socket-module getaddrinfo.c by Raymond Hettinger · 21 years ago
  52. f02bcee Fix silly leak in test used in test_exceptions. by Michael W. Hudson · 21 years ago
  53. 69f31eb [Patch #739124] Add use_default_colors() to curses module by Andrew M. Kuchling · 21 years ago
  54. eb2f061 reverting to 2.41 version (distinct tp_names) - will add verbiage to the docs by Skip Montanaro · 21 years ago
  55. e138828 shit - just change the visible name, not the comments - strictly speaking, by Skip Montanaro · 21 years ago
  56. 4a0d3d2 typos by Skip Montanaro · 21 years ago
  57. 5475f23 SF bug #770485: cStringIO does not set closed attr by Raymond Hettinger · 21 years ago
  58. b5a4208 Modified itertools.izip() to match the behavior of __builtin__.zip() by Raymond Hettinger · 21 years ago
  59. 5db099a Release host name memory. Fixes #783312. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  60. 7edd0a9 Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. by Mark Hammond · 21 years ago
  61. 85004cc SF bug #782369: Massive memory leak in array module by Raymond Hettinger · 21 years ago
  62. 1064909 Patch #781722: Reject AF_INET6 if IPv6 is disabled. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  63. f37f37d Patch [ 776725 ] add SIGRTMIN, SIGRTMAX to signalmodule.c by Anthony Baxter · 21 years ago
  64. 9a71475 Fix [ 776721 ] locale.setlocale() leaks by Mark Hammond · 21 years ago
  65. 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 21 years ago
  66. f239c6d Repair mis-application of Jeremy's patch. Thanks, Neal! by Fred Drake · 21 years ago
  67. 7b6caff Fix memory leak reported & discussed on the Python XML-SIG mailing list. by Fred Drake · 21 years ago
  68. 6a62725 Merge 23c1-branch back into the head. Barry will send email about the by Tim Peters · 21 years ago
  69. fb509a3 Get socketmodule compiling on IRIX 6.5.10. by Jeremy Hylton · 21 years ago
  70. afd43b5 Remove inaccurate (and it turns out, entirely superfluous) declarations of by Michael W. Hudson · 21 years ago
  71. 032fffe Remove unused variable. by Jeremy Hylton · 21 years ago
  72. 35c38ea heck environment closed status before closing a cursors. Fixes #763928. by Martin v. Löwis · 21 years ago
  73. a301667 [Patch #708374] Only apply the check for file size if the file is a regular file, not a character or block device. by Andrew M. Kuchling · 21 years ago
  74. 1d7a348 SF patch #770521: make itertools type declarations static by Raymond Hettinger · 21 years ago
  75. fff093f The Unpickler forget about its find_class attribute. by Jeremy Hylton · 21 years ago
  76. 14350ab Fix [ 766669 ] Consistent GPF on exit by Mark Hammond · 21 years ago
  77. 455d46f bsddb 4.1.6: by Gregory P. Smith · 21 years ago
  78. bd2de3a typo by Skip Montanaro · 21 years ago
  79. 84261d2 Fix a typo/cut-n-paste error in DBCursor.join_item so that it doesn't by Gregory P. Smith · 21 years ago
  80. 21d896c Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros by Neal Norwitz · 21 years ago
  81. 20def8b Make temporary change of using _strptime for time.strptime permanent. by Brett Cannon · 21 years ago
  82. a9002f8 Fix SF #754870, SSL crash interpreter when remote side closes during connect by Neal Norwitz · 21 years ago
  83. 4730880 Fix typo, refer to proper argument name by Neal Norwitz · 21 years ago
  84. d86dcd3 Py_Main(): Add a check for the PYTHONINSPECT environment variable by Barry Warsaw · 21 years ago
  85. ef7343c SF patch #760257: add socket.timeout exception (Contributed by Bob Halley) by Raymond Hettinger · 21 years ago
  86. afec8e3 Patch #751916: Check for signals, fix some refcounting errors. by Martin v. Löwis · 21 years ago
  87. 9263f57 Fix several bugs in handling of exceptions with trace function enabled. by Jeremy Hylton · 21 years ago
  88. f69d9f6 SF bug #761337: datetime.strftime fails on trivial format string by Raymond Hettinger · 21 years ago
  89. 28b5bb3 Fixing bug described in patch #756032, where SRE reads invalid data by Gustavo Niemeyer · 21 years ago
  90. befa37d Minor updates: by Raymond Hettinger · 21 years ago
  91. 7d98fb9 Add missing DECREF. by Raymond Hettinger · 21 years ago
  92. f00368f Remove many blanket try/except clauses. by Jeremy Hylton · 21 years ago
  93. a1ad5f6 Correct function name. by Kurt B. Kaiser · 21 years ago
  94. d6efae5 Properly deal with tuples in Open._fixresult. Fixes bug reported in by Martin v. Löwis · 21 years ago
  95. 19d1734 Patch #752671: NetBSD needs to link libintl to _locale.so. by Martin v. Löwis · 21 years ago
  96. a11e846 Add interrupt_main() to thread module. by Kurt B. Kaiser · 21 years ago
  97. 807413d Clarify docstring for symlink. by Brett Cannon · 21 years ago
  98. 1a44448 Changes to sre.c after the application of patch #726869 have increased by Andrew MacIntyre · 21 years ago
  99. dcfb38c Fix potential leaks identified by Neal Norwitz. by Andrew McNamara · 21 years ago
  100. 0741f80 Whitespace normalization; break a long line. by Guido van Rossum · 21 years ago