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