1. f09582e Correct definition of ST_GEN_IDX. by Martin v. Löwis · 20 years ago
  2. ce8185e More function re-ordering (placing like functions together). by Raymond Hettinger · 20 years ago
  3. ed6c1ef * Bring lookkey() and lookkey_string() closer to dict version. by Raymond Hettinger · 20 years ago
  4. 0014822 Fix a too-aggressive assert (see SF#1257960). Previously, gen_iternext by Phillip J. Eby · 20 years ago
  5. 038ca2a Teach the sets module to correctly compute s-=s and s^=s as the empty set. by Raymond Hettinger · 20 years ago
  6. f98e6b1 Fix pystack command. by Neil Schemenauer · 20 years ago
  7. 97979dd * Fix SF #1257731. Make __contains__(), remove(), and discard() only do by Raymond Hettinger · 20 years ago
  8. b02c35e * Fix SF #1257731. Make __contains__(), remove(), and discard() only do by Raymond Hettinger · 20 years ago
  9. cf52c07 Change the %s format specifier for str objects so that it returns a by Neil Schemenauer · 20 years ago
  10. ba7d95e Document 'istext' parameter by Andrew M. Kuchling · 20 years ago
  11. c991db2 * Add short-circuit code for in-place operations with self (such as by Raymond Hettinger · 20 years ago
  12. 9f3ae3e fix minor markup errors by Fred Drake · 20 years ago
  13. ebd9d5b Patch #1180695: Implement nanosecond stat resolution on FreeBSD, by Martin v. Löwis · 20 years ago
  14. 147fbe5 Patch #1239112: Correct LINKCC C++ test. Fixes #1189330. Backported to 2.4. by Martin v. Löwis · 20 years ago
  15. b813c53 Patch #827386: Support absolute source paths in msvccompiler.py. by Martin v. Löwis · 20 years ago
  16. bc841a1 * Bring in INIT_NONZERO_SET_SLOTS macro from dictionary code. by Raymond Hettinger · 20 years ago
  17. e9fe7e0 Whitespace normalization (ran reindent.py over the whole tree). by Tim Peters · 20 years ago
  18. 752a047 Removed XXX block about a test_bsddb3 failure that went away a long time ago. by Tim Peters · 20 years ago
  19. 63db628 Update some Python version numbers. by Tim Peters · 20 years ago
  20. 99220fa * Removed checked_error flag which no longer provides any benefit. by Raymond Hettinger · 20 years ago
  21. 5ba0cbe * set_new() doesn't need to zero the structure a second time after tp_alloc by Raymond Hettinger · 20 years ago
  22. fe889f3 Factor away a redundant clear() function. by Raymond Hettinger · 20 years ago
  23. 2772c67 bug [ 1252706 ] poplib list() docstring fix (and docs too) by Georg Brandl · 20 years ago
  24. a580c47 * Improve a variable name: entry0 --> table. by Raymond Hettinger · 20 years ago
  25. a9d9936 * Move copyright notice to top and indicate derivation from sets.py and by Raymond Hettinger · 20 years ago
  26. ea9dcdc com_yield_expr(): Squash new compiler wng about unreferenced local. by Tim Peters · 20 years ago
  27. 4e41a4b Disable a few other tests, that can't work if Python is compiled without by Walter Dörwald · 20 years ago
  28. 649f8e7 patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc. by Georg Brandl · 20 years ago
  29. b370059 bug [ 1250306 ] incorrect description of range function by Georg Brandl · 20 years ago
  30. 6af7fe0 Add example by Andrew M. Kuchling · 20 years ago
  31. a2e21cb Add note by Andrew M. Kuchling · 20 years ago
  32. f13c4ba [ 1243192 ] Incorrect documentation of re.UNICODE by Georg Brandl · 20 years ago
  33. 67962ab Model set.pop() after dict.popitem(). by Raymond Hettinger · 20 years ago
  34. 6a69450 Minor tweak as a side effect of fixing #1243553. The Unicode name for " is by Skip Montanaro · 20 years ago
  35. 97b2fa2 Bring cgi.escape docstring slightly more in line with the library ref by Skip Montanaro · 20 years ago
  36. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 20 years ago
  37. d794666 * Improve code for the empty frozenset singleton: by Raymond Hettinger · 20 years ago
  38. e295676 Fix build on gcc: PySetIter_Type should be static in definition part also. by Hye-Shik Chang · 20 years ago
  39. 06d8cf8 Improve variable names. by Raymond Hettinger · 20 years ago
  40. 9dcb17c Fix frozenset() ref count and a comment typo. by Raymond Hettinger · 20 years ago
  41. 934d63e Comment on the set_swap_bodies() helper function. by Raymond Hettinger · 20 years ago
  42. 9f1a679 Revised the set() and frozenset() implementaion to use its own internal by Raymond Hettinger · 20 years ago
  43. fe25643 use a test for PDF support that is more portable across teTeX major versions by Fred Drake · 20 years ago
  44. 50747fc add support for svn: and svn+ssh: URL schemes to urlparse by Fred Drake · 20 years ago
  45. c320c22 Documentation added about changes in 2.4 to basicConfig(), including documentation of the keyword arguments. A version change note was also added to the basic example. by Vinay Sajip · 20 years ago
  46. 6eea789 Disable encoding/decoding test, if unicode is disabled. by Walter Dörwald · 20 years ago
  47. 97bb8ad Fix a typo. (found by Jong-uk Kim) by Hye-Shik Chang · 20 years ago
  48. 8137bea This is barry-scott's patch: by Michael W. Hudson · 20 years ago
  49. e452c7a Update permissions for Johannes Gijsbers. by Raymond Hettinger · 20 years ago
  50. 755149f Ouch, move that comment to the right place. by Guido van Rossum · 20 years ago
  51. 49a4b68 Fix a problem in Tkinter introduced by SF patch #869468 (checked in as by Guido van Rossum · 20 years ago
  52. 8321b42 Upgrade Windows build to zlib 1.2.3 (a security fix) by Trent Mick · 20 years ago
  53. 9443242 That was one too much. by Georg Brandl · 20 years ago
  54. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 20 years ago
  55. 08c02db [ 1243081 ] repair typos by Georg Brandl · 20 years ago
  56. c9878e1 Make attributes and local variables in the StreamReader str objects instead by Walter Dörwald · 20 years ago
  57. 21c8254 add information about alternate implementations, noting that documentation by Fred Drake · 20 years ago
  58. d5ecb51 fix markup nits by Fred Drake · 20 years ago
  59. e35b657 Fix cleanup DECREF logic in builtin_filter function. by Georg Brandl · 20 years ago
  60. 150db73 added news entry for previous checkin by Georg Brandl · 20 years ago
  61. 2d8cc61 [ 755617 ] os module: Need a better description of "mode" by Georg Brandl · 20 years ago
  62. 2982252 bug [ 850238 ] unclear documentation/missing command? by Georg Brandl · 20 years ago
  63. ca5feab bug [ 957505 ] SocketServer module documentation misleading by Georg Brandl · 20 years ago
  64. de7990b SF bug #1238681: freed pointer is used in longobject.c:long_pow(). by Tim Peters · 20 years ago
  65. f5f32b4 Whitespace normalization. by Tim Peters · 20 years ago
  66. c48a740 bug [ 1021621 ] use first_name, not first, in code samples by Georg Brandl · 20 years ago
  67. b37b8ec bug [ 872769 ] os.access() documentation should stress race conditions by Georg Brandl · 20 years ago
  68. 75d5106 [ 912943 ] 7.5.6 Thread Objects is too vague by Georg Brandl · 20 years ago
  69. 5dbda75 - Bug #1015140: disambiguated the term "article id" in nntplib docs and by Georg Brandl · 20 years ago
  70. 0e03272 bug [ 1061920 ] "k" specifier in PyArg_ParseTuple incomplete documentated by Georg Brandl · 20 years ago
  71. 7a7b350 use macro by Skip Montanaro · 20 years ago
  72. bbf74f9 Note that usegmt is new in 2.4. Closes #1239681. by Skip Montanaro · 20 years ago
  73. 4e42281 Add support for FreeBSD 7. by Hye-Shik Chang · 20 years ago
  74. 149787e Added an option to the scanner to generated marked-up HTML from the input by Jack Jansen · 20 years ago
  75. a4a8b82 bug [ 1238170 ] threading.Thread uses {} as default argument by Georg Brandl · 20 years ago
  76. 8bfa893 textwrap now processes text chucks at O(n) speed instead of O(n**2). by Raymond Hettinger · 20 years ago
  77. d5d469d Brett requests that Flovis's permissions be dropped. by Raymond Hettinger · 20 years ago
  78. 5c5fe2f RFE [ 1216944 ] Add Error Code Dictionary to urllib2 by Georg Brandl · 20 years ago
  79. c1f5fff Apply SF patch #1101726: Fix buffer overrun in tokenizer.c when a source file by Walter Dörwald · 20 years ago
  80. d7b76e9 Fix for #1236090: FSSpec.as_pathname() crashes. by Jack Jansen · 20 years ago
  81. b9ab7a5 Oops. by Georg Brandl · 20 years ago
  82. 9abfa90 bug [ 1232768 ] Mistakes in online docs under "5.3 Pure Embedding" by Georg Brandl · 20 years ago
  83. 0edc7a0 Fix: by Michael W. Hudson · 20 years ago
  84. 208eec2 bug [ 1235266 ] debug info file descriptor of tarfile is inconsistent by Georg Brandl · 20 years ago
  85. ecc6e6a SF bug 1185883: PyObject_Realloc can't safely take over a block currently by Tim Peters · 20 years ago
  86. 7d66b00 Whitespace normalization. by Tim Peters · 20 years ago
  87. 9a3240e bug 1234979 addition by Georg Brandl · 20 years ago
  88. af410b5 bug [ 1234979 ] Lock.acquire treats only 1 as True by Georg Brandl · 20 years ago
  89. 8b687cf6 bug [ 969757 ] function and method objects confounded in Tutorial by Georg Brandl · 20 years ago
  90. 6d394d9 Handle argref so it can be overridden more easily in a subclass. by Jack Jansen · 20 years ago
  91. fafc1ae Note Floris's last name. by Raymond Hettinger · 20 years ago
  92. 6e447d0 Add permissions for the Summer of Code project. by Raymond Hettinger · 20 years ago
  93. 5cb7846 Fix "upload" command garbling and truncating files on Windows. If it's a by Phillip J. Eby · 20 years ago
  94. 4c3259c Link to #1233049 for building against openssl 0.9.8. by Martin v. Löwis · 20 years ago
  95. b896381 Fix bug by Michael W. Hudson · 20 years ago
  96. 0257424 Allow for (optional) const declaration. by Jack Jansen · 20 years ago
  97. 82cb9a2 Add test for hash commutativity. by Raymond Hettinger · 20 years ago
  98. 2dfc168 fixed tag generation to avoid null tags by Piers Lauder · 20 years ago
  99. 9e43acf bug #1177468: don't cache /dev/urandom file descriptor in os.urandom by Georg Brandl · 20 years ago
  100. 290f382 Revert patch for 1162912. by Georg Brandl · 20 years ago