1. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  2. d794666 * Improve code for the empty frozenset singleton: by Raymond Hettinger · 19 years ago
  3. e295676 Fix build on gcc: PySetIter_Type should be static in definition part also. by Hye-Shik Chang · 19 years ago
  4. 06d8cf8 Improve variable names. by Raymond Hettinger · 19 years ago
  5. 9dcb17c Fix frozenset() ref count and a comment typo. by Raymond Hettinger · 19 years ago
  6. 934d63e Comment on the set_swap_bodies() helper function. by Raymond Hettinger · 19 years ago
  7. 9f1a679 Revised the set() and frozenset() implementaion to use its own internal by Raymond Hettinger · 19 years ago
  8. fe25643 use a test for PDF support that is more portable across teTeX major versions by Fred Drake · 19 years ago
  9. 50747fc add support for svn: and svn+ssh: URL schemes to urlparse by Fred Drake · 19 years ago
  10. 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 · 19 years ago
  11. 6eea789 Disable encoding/decoding test, if unicode is disabled. by Walter Dörwald · 19 years ago
  12. 97bb8ad Fix a typo. (found by Jong-uk Kim) by Hye-Shik Chang · 19 years ago
  13. 8137bea This is barry-scott's patch: by Michael W. Hudson · 19 years ago
  14. e452c7a Update permissions for Johannes Gijsbers. by Raymond Hettinger · 19 years ago
  15. 755149f Ouch, move that comment to the right place. by Guido van Rossum · 19 years ago
  16. 49a4b68 Fix a problem in Tkinter introduced by SF patch #869468 (checked in as by Guido van Rossum · 19 years ago
  17. 8321b42 Upgrade Windows build to zlib 1.2.3 (a security fix) by Trent Mick · 19 years ago
  18. 9443242 That was one too much. by Georg Brandl · 19 years ago
  19. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  20. 08c02db [ 1243081 ] repair typos by Georg Brandl · 19 years ago
  21. c9878e1 Make attributes and local variables in the StreamReader str objects instead by Walter Dörwald · 19 years ago
  22. 21c8254 add information about alternate implementations, noting that documentation by Fred Drake · 19 years ago
  23. d5ecb51 fix markup nits by Fred Drake · 19 years ago
  24. e35b657 Fix cleanup DECREF logic in builtin_filter function. by Georg Brandl · 19 years ago
  25. 150db73 added news entry for previous checkin by Georg Brandl · 19 years ago
  26. 2d8cc61 [ 755617 ] os module: Need a better description of "mode" by Georg Brandl · 19 years ago
  27. 2982252 bug [ 850238 ] unclear documentation/missing command? by Georg Brandl · 19 years ago
  28. ca5feab bug [ 957505 ] SocketServer module documentation misleading by Georg Brandl · 19 years ago
  29. de7990b SF bug #1238681: freed pointer is used in longobject.c:long_pow(). by Tim Peters · 19 years ago
  30. f5f32b4 Whitespace normalization. by Tim Peters · 19 years ago
  31. c48a740 bug [ 1021621 ] use first_name, not first, in code samples by Georg Brandl · 19 years ago
  32. b37b8ec bug [ 872769 ] os.access() documentation should stress race conditions by Georg Brandl · 19 years ago
  33. 75d5106 [ 912943 ] 7.5.6 Thread Objects is too vague by Georg Brandl · 19 years ago
  34. 5dbda75 - Bug #1015140: disambiguated the term "article id" in nntplib docs and by Georg Brandl · 19 years ago
  35. 0e03272 bug [ 1061920 ] "k" specifier in PyArg_ParseTuple incomplete documentated by Georg Brandl · 19 years ago
  36. 7a7b350 use macro by Skip Montanaro · 19 years ago
  37. bbf74f9 Note that usegmt is new in 2.4. Closes #1239681. by Skip Montanaro · 19 years ago
  38. 4e42281 Add support for FreeBSD 7. by Hye-Shik Chang · 19 years ago
  39. 149787e Added an option to the scanner to generated marked-up HTML from the input by Jack Jansen · 19 years ago
  40. a4a8b82 bug [ 1238170 ] threading.Thread uses {} as default argument by Georg Brandl · 19 years ago
  41. 8bfa893 textwrap now processes text chucks at O(n) speed instead of O(n**2). by Raymond Hettinger · 19 years ago
  42. d5d469d Brett requests that Flovis's permissions be dropped. by Raymond Hettinger · 19 years ago
  43. 5c5fe2f RFE [ 1216944 ] Add Error Code Dictionary to urllib2 by Georg Brandl · 19 years ago
  44. c1f5fff Apply SF patch #1101726: Fix buffer overrun in tokenizer.c when a source file by Walter Dörwald · 19 years ago
  45. d7b76e9 Fix for #1236090: FSSpec.as_pathname() crashes. by Jack Jansen · 19 years ago
  46. b9ab7a5 Oops. by Georg Brandl · 19 years ago
  47. 9abfa90 bug [ 1232768 ] Mistakes in online docs under "5.3 Pure Embedding" by Georg Brandl · 19 years ago
  48. 0edc7a0 Fix: by Michael W. Hudson · 19 years ago
  49. 208eec2 bug [ 1235266 ] debug info file descriptor of tarfile is inconsistent by Georg Brandl · 19 years ago
  50. ecc6e6a SF bug 1185883: PyObject_Realloc can't safely take over a block currently by Tim Peters · 19 years ago
  51. 7d66b00 Whitespace normalization. by Tim Peters · 19 years ago
  52. 9a3240e bug 1234979 addition by Georg Brandl · 19 years ago
  53. af410b5 bug [ 1234979 ] Lock.acquire treats only 1 as True by Georg Brandl · 19 years ago
  54. 8b687cf6 bug [ 969757 ] function and method objects confounded in Tutorial by Georg Brandl · 19 years ago
  55. 6d394d9 Handle argref so it can be overridden more easily in a subclass. by Jack Jansen · 19 years ago
  56. fafc1ae Note Floris's last name. by Raymond Hettinger · 19 years ago
  57. 6e447d0 Add permissions for the Summer of Code project. by Raymond Hettinger · 19 years ago
  58. 5cb7846 Fix "upload" command garbling and truncating files on Windows. If it's a by Phillip J. Eby · 19 years ago
  59. 4c3259c Link to #1233049 for building against openssl 0.9.8. by Martin v. Löwis · 19 years ago
  60. b896381 Fix bug by Michael W. Hudson · 19 years ago
  61. 0257424 Allow for (optional) const declaration. by Jack Jansen · 19 years ago
  62. 82cb9a2 Add test for hash commutativity. by Raymond Hettinger · 19 years ago
  63. 2dfc168 fixed tag generation to avoid null tags by Piers Lauder · 19 years ago
  64. 9e43acf bug #1177468: don't cache /dev/urandom file descriptor in os.urandom by Georg Brandl · 19 years ago
  65. 290f382 Revert patch for 1162912. by Georg Brandl · 19 years ago
  66. 918a9e2 Updated (and regenerated) for name change in tp_init method arguments: by Jack Jansen · 19 years ago
  67. a6af76c Factored out the code that creates argument lists and formats for PyArg_Parse by Jack Jansen · 19 years ago
  68. 7b8f0a1 Sigh, changed the argument names in the tp_init function: to make them be by Jack Jansen · 19 years ago
  69. f73b4b0 bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usage by Georg Brandl · 19 years ago
  70. 9a65d58 Add doctest for examples in libweakref.tex to test_weakref. by Georg Brandl · 19 years ago
  71. f0af0e7 patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror) by Georg Brandl · 19 years ago
  72. 376e622 bug [ 1228904 ] weakref example broken by Georg Brandl · 19 years ago
  73. 1c330eb Patch [ 1230615 ] Patch for (Doc) #1168746 by Georg Brandl · 19 years ago
  74. 452b683 Cross reference the set built-ins with the sets module. by Raymond Hettinger · 19 years ago
  75. 16ffbc3 Provide a comparison to the builtin set types. by Raymond Hettinger · 19 years ago
  76. c418cc8 Teach texcheck about \textbar by Raymond Hettinger · 19 years ago
  77. a660caf Added methods mkvaluePreCheck and getargsPreCheck, which are called (for by Jack Jansen · 19 years ago
  78. 87de8ed More info on rounding modes. Add sections for floating point notes. by Raymond Hettinger · 19 years ago
  79. 62cc123 More factorization: added a method getrvforcallit(). This allows a C++ by Jack Jansen · 19 years ago
  80. 3095ad0 Apparently some compiler gives a warning on by Michael W. Hudson · 19 years ago
  81. 3296e69 SF bug #1224347: int/long unification and hex() by Raymond Hettinger · 19 years ago
  82. d4128f3 Added optional suppport for storage modifiers (virtual/static/inline/etc) by Jack Jansen · 19 years ago
  83. b6216dd More factorization to help C++ support. by Jack Jansen · 19 years ago
  84. 02c64d5 Note that files are iterable. by Raymond Hettinger · 19 years ago
  85. 5a34afb * Show the keyword argument form of dict(). by Raymond Hettinger · 19 years ago
  86. 3e3b699 add note that os.EX_* constants are subject to availability on the host platform by Fred Drake · 19 years ago
  87. 22bfdab Adapt output file to new Cookie JS output. by Georg Brandl · 19 years ago
  88. ecf93c7 Fix test cases for doctest. by Georg Brandl · 19 years ago
  89. 5284b53 - Bug #839151: Fix an attempt to access sys.argv in the warnings module by Georg Brandl · 19 years ago
  90. 12fe9b4 bug [ 839151 ] attempt to access sys.argv when it doesn't exist by Georg Brandl · 19 years ago
  91. 1f14964 bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-able by Georg Brandl · 19 years ago
  92. 2f210b6 - Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib. by Georg Brandl · 19 years ago
  93. 0aade9a bug [ 1155638 ] self.length shield exception in httplib by Georg Brandl · 19 years ago
  94. 8d457c7 bug [ 1175848 ] poorly named variable in urllib2.py by Georg Brandl · 19 years ago
  95. 07c81d9 Prevent creating a HTML link to file://?/ by Georg Brandl · 19 years ago
  96. fbff1bc - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via by Georg Brandl · 19 years ago
  97. a2aa1ac bug [ 1100201 ] Cross-site scripting on BaseHTTPServer by Georg Brandl · 19 years ago
  98. 379f99d Add NEWS entries for bugs closed at Bug Day. by Georg Brandl · 19 years ago
  99. 03a33ea bug [ 1108948 ] Cookie.py produces invalid code by Georg Brandl · 19 years ago
  100. 7e7688c bug [ 1072853 ] thisid not intialized in pindent.py script by Georg Brandl · 19 years ago