1. c3a87b8 Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL. by Hye-Shik Chang · 20 years ago
  2. 1e5809f Improve deque iteration. by Raymond Hettinger · 20 years ago
  3. 0faa1ca Speedup the inner loops for dropwhile(), islice(), ifilter(), and by Raymond Hettinger · 20 years ago
  4. 0c65771 fixes SF bug 914019 - DB.has_key was not honoring its txn argument by Gregory P. Smith · 20 years ago
  5. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 20 years ago
  6. 6e2ee86 Update the array overallocation scheme to match the approach used for by Raymond Hettinger · 20 years ago
  7. 3aa82c0 SF bug #910986: copy.copy fails for array.array by Raymond Hettinger · 20 years ago
  8. 6ec0996 SF patch #907403: Improvements to cStringIO.writelines() by Raymond Hettinger · 21 years ago
  9. 6c79a51 Special case endpoint access for speed. by Raymond Hettinger · 21 years ago
  10. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 21 years ago
  11. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 21 years ago
  12. 786ea6b Add pystack definition to Misc/gdbinit with some explanation of its behavior by Skip Montanaro · 21 years ago
  13. 87f1013 Make deque_type static so namespace is not polluted. by Neal Norwitz · 21 years ago
  14. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 21 years ago
  15. a9208f1 Get rid of unused variable by Neal Norwitz · 21 years ago
  16. bc72c5a Speed-up the joiner call by avoiding Py_BuildValue(). by Raymond Hettinger · 21 years ago
  17. 2460c62 made cPickle fall back to the copy_reg/reduce protocol, by Christian Tismer · 21 years ago
  18. a7befda Fixes SF bug # 778421 by Gregory P. Smith · 21 years ago
  19. 44dbae8 Remove gcc warning from using "main". Use METH_NOARGS instead of METH_VARARGS by Neal Norwitz · 21 years ago
  20. e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago
  21. 5d7c067 Make socketmodule compile again on a modern Linux (that supports Bluetooth). by Anthony Baxter · 21 years ago
  22. 94f1d71 Fix docstrings to mention the correct function by Neal Norwitz · 21 years ago
  23. 601b963 - Fixing annoying warnings. by Gustavo Niemeyer · 21 years ago
  24. a6e436e - Fixed #853061: allow BZ2Compressor.compress() to receive an empty string by Gustavo Niemeyer · 21 years ago
  25. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  26. f3938fd need to initialize ob_type slot at run-time, at least on cygwin by Skip Montanaro · 21 years ago
  27. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 21 years ago
  28. 5cab2e3 Give itertools.repeat() a length method. by Raymond Hettinger · 21 years ago
  29. ee33b27 Make deque.rotate() smarter. Beef-up related tests. by Raymond Hettinger · 21 years ago
  30. 5c5eb86 * Incorporate Skip's suggestions for documentation (explain the word deque by Raymond Hettinger · 21 years ago
  31. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 21 years ago
  32. c058fd1 * Fix ref counting in extend() and extendleft(). by Raymond Hettinger · 21 years ago
  33. 3ba85c2 Have deques support high volume loads. by Raymond Hettinger · 21 years ago
  34. 96c44658 Add FreeBSD support for bluetooth sockets. (SF Patch #888148) by Hye-Shik Chang · 21 years ago
  35. 8126860 Add FreeBSD support for bluetooth sockets. by Hye-Shik Chang · 21 years ago
  36. 12af048 Patch #874083: Bluetooth support for socket module. by Martin v. Löwis · 21 years ago
  37. d0814eb Fix spelling. by Raymond Hettinger · 21 years ago
  38. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 21 years ago
  39. 141d4e5 Add missed entry for cjkcodecs._iso_2022_kr. by Hye-Shik Chang · 21 years ago
  40. d210a5b Fix MSVC6 warnings. (spotted by Tim Peters) by Hye-Shik Chang · 21 years ago
  41. e1b1c87 pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the error by Barry Warsaw · 21 years ago
  42. c7a7709 grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the error by Barry Warsaw · 21 years ago
  43. f073b75 Removing TODO comment for None keys, as suggested by Neal Norwitz. by Gustavo Niemeyer · 21 years ago
  44. 8974f72 When key is None, give up if _DB_get_type() returns -1 as well. by Gustavo Niemeyer · 21 years ago
  45. 024f2de Fixing #880531: raise TypeError when trying to use a None key with RECNO by Gustavo Niemeyer · 21 years ago
  46. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 21 years ago
  47. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 21 years ago
  48. 8135fd5 Make parameter names in docstring more mnemonic by Andrew M. Kuchling · 21 years ago
  49. 7e6bbe1 The format of the string data used in the imageop module is described by Sjoerd Mullender · 21 years ago
  50. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago
  51. 2b2c973 FIx unicodefilename support of posix.uname(). This fixes test_unicode_file by Hye-Shik Chang · 21 years ago
  52. 674d56b Convert return value to boolean. by Raymond Hettinger · 21 years ago
  53. da91d02 Add IPV6_ socket options from RFCs 3493 and 3542. Fixes #867012. by Martin v. Löwis · 21 years ago
  54. a7b673f Fix erroneus argument parsing of socket.htons() on 64bit big endian machines. by Hye-Shik Chang · 21 years ago
  55. 9342fb4 Make private/local functions static by Neal Norwitz · 21 years ago
  56. 2cbdc2a Cleaning up recursive pieces left in the reorganization. by Gustavo Niemeyer · 21 years ago
  57. d25c1c6 Implement itertools.groupby() by Raymond Hettinger · 21 years ago
  58. bd3a240 Fix typos. by Raymond Hettinger · 21 years ago
  59. 817c929 Fix [ 846133 ] os.chmod/os.utime/shutil do not work with unicode filenames by Mark Hammond · 21 years ago
  60. 148eb6a doc nit by Skip Montanaro · 21 years ago
  61. 166958b As discussed on python-dev, added two extractor functions to the by Raymond Hettinger · 21 years ago
  62. 94681fc Patch #849595: Add socket.shutdown() constants. by Martin v. Löwis · 21 years ago
  63. 0bba722 Silence GCC warning when asserts are turned off. by Guido van Rossum · 21 years ago
  64. 403a203 SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 21 years ago
  65. 7107c1a Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. by Jack Jansen · 21 years ago
  66. eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 21 years ago
  67. 4bae2d5 Getting rid of code dependent on GUSI or the MetroWerks compiler. by Jack Jansen · 21 years ago
  68. fb27656 Getting rid of support for the ancient Apple MPW compiler. by Jack Jansen · 21 years ago
  69. 6caea37 Patch #794400: Let PYTHONSTARTUP influence the compiler flags. by Martin v. Löwis · 21 years ago
  70. 6dab052 Change ValueErrors to TypeErrors and add PyList_Check() assertions. by Raymond Hettinger · 21 years ago
  71. 236a244 Verify heappop argument is a list. by Raymond Hettinger · 21 years ago
  72. 780c497 update_refs(): assert that incoming refcounts aren't 0. The comment by Tim Peters · 21 years ago
  73. f56d015 Patch #804543: strdup saved locales. Backported to 2.3. by Martin v. Löwis · 21 years ago
  74. ad983e7 Improve the implementation of itertools.tee(). by Raymond Hettinger · 21 years ago
  75. 49ee14d Patch #839038: Add getsid(2). by Martin v. Löwis · 21 years ago
  76. b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
  77. d2171d2 Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 21 years ago
  78. 7441e65 * SF patch 835100 - C++ // comments are not allowed. Use /* */ by Gregory P. Smith · 21 years ago
  79. a703a21 * Use weakref's of DBCursor objects for the iterator cursors to avoid a by Gregory P. Smith · 21 years ago
  80. dc113a8 * Fix the singlethreaded deadlocks occurring in the simple bsddb interface. by Gregory P. Smith · 21 years ago
  81. e276717 Fix a tuple memory leak when raising DB, DBEnv and DBCursor "object by Gregory P. Smith · 21 years ago
  82. be4fea6 Patch #787189: Explicitly define CTRL on SGI. by Martin v. Löwis · 21 years ago
  83. 9ad853b Patch #788404: ignore "b" and "t" mode modifiers in posix_popen. by Martin v. Löwis · 21 years ago
  84. 0e4f764 Fix nits in error messages. by Raymond Hettinger · 21 years ago
  85. 405a795 Patch #803998: Correctly check for error in SSL_write. by Martin v. Löwis · 21 years ago
  86. f0c5aec Minor improvements to itertools.tee(): by Raymond Hettinger · 21 years ago
  87. 4514369 Improvements to coding for itertools.tee(): by Raymond Hettinger · 21 years ago
  88. 6a5b027 Added itertools.tee() by Raymond Hettinger · 21 years ago
  89. 16b9fa8 - The pwd module incorrectly advertised its struct type as by Guido van Rossum · 21 years ago
  90. 08317ae Update to Expat 1.95.7; there are no changes to the Expat sources. by Fred Drake · 21 years ago
  91. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  92. 0f0c06a Removing dead code. by Gustavo Niemeyer · 21 years ago
  93. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
  94. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  95. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 21 years ago
  96. bab23cf made the SGI INET_ADDRSTRLEN define apply for any compiler on Irix. Both the by Anthony Baxter · 21 years ago
  97. d46e684 Check for TclError when reading variables. Fixes #807314. Backported to 2.3. by Martin v. Löwis · 21 years ago
  98. a0f1734 Patch #813445: Add missing socket.IPPROTO_IPV6. Backported to 2.3. by Martin v. Löwis · 21 years ago
  99. be0db8b bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length by Gregory P. Smith · 21 years ago
  100. 7000225 raise pybsddb version number to 4.2.1 to differentiate between it and the by Gregory P. Smith · 21 years ago