1. 6e447d0 Add permissions for the Summer of Code project. by Raymond Hettinger · 19 years ago
  2. 5cb7846 Fix "upload" command garbling and truncating files on Windows. If it's a by Phillip J. Eby · 19 years ago
  3. 4c3259c Link to #1233049 for building against openssl 0.9.8. by Martin v. Löwis · 19 years ago
  4. b896381 Fix bug by Michael W. Hudson · 19 years ago
  5. 0257424 Allow for (optional) const declaration. by Jack Jansen · 19 years ago
  6. 82cb9a2 Add test for hash commutativity. by Raymond Hettinger · 19 years ago
  7. 2dfc168 fixed tag generation to avoid null tags by Piers Lauder · 19 years ago
  8. 9e43acf bug #1177468: don't cache /dev/urandom file descriptor in os.urandom by Georg Brandl · 19 years ago
  9. 290f382 Revert patch for 1162912. by Georg Brandl · 19 years ago
  10. 918a9e2 Updated (and regenerated) for name change in tp_init method arguments: by Jack Jansen · 19 years ago
  11. a6af76c Factored out the code that creates argument lists and formats for PyArg_Parse by Jack Jansen · 19 years ago
  12. 7b8f0a1 Sigh, changed the argument names in the tp_init function: to make them be by Jack Jansen · 19 years ago
  13. f73b4b0 bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usage by Georg Brandl · 19 years ago
  14. 9a65d58 Add doctest for examples in libweakref.tex to test_weakref. by Georg Brandl · 19 years ago
  15. f0af0e7 patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror) by Georg Brandl · 19 years ago
  16. 376e622 bug [ 1228904 ] weakref example broken by Georg Brandl · 19 years ago
  17. 1c330eb Patch [ 1230615 ] Patch for (Doc) #1168746 by Georg Brandl · 19 years ago
  18. 452b683 Cross reference the set built-ins with the sets module. by Raymond Hettinger · 19 years ago
  19. 16ffbc3 Provide a comparison to the builtin set types. by Raymond Hettinger · 19 years ago
  20. c418cc8 Teach texcheck about \textbar by Raymond Hettinger · 19 years ago
  21. a660caf Added methods mkvaluePreCheck and getargsPreCheck, which are called (for by Jack Jansen · 19 years ago
  22. 87de8ed More info on rounding modes. Add sections for floating point notes. by Raymond Hettinger · 19 years ago
  23. 62cc123 More factorization: added a method getrvforcallit(). This allows a C++ by Jack Jansen · 19 years ago
  24. 3095ad0 Apparently some compiler gives a warning on by Michael W. Hudson · 19 years ago
  25. 3296e69 SF bug #1224347: int/long unification and hex() by Raymond Hettinger · 19 years ago
  26. d4128f3 Added optional suppport for storage modifiers (virtual/static/inline/etc) by Jack Jansen · 19 years ago
  27. b6216dd More factorization to help C++ support. by Jack Jansen · 19 years ago
  28. 02c64d5 Note that files are iterable. by Raymond Hettinger · 19 years ago
  29. 5a34afb * Show the keyword argument form of dict(). by Raymond Hettinger · 19 years ago
  30. 3e3b699 add note that os.EX_* constants are subject to availability on the host platform by Fred Drake · 19 years ago
  31. 22bfdab Adapt output file to new Cookie JS output. by Georg Brandl · 19 years ago
  32. ecf93c7 Fix test cases for doctest. by Georg Brandl · 19 years ago
  33. 5284b53 - Bug #839151: Fix an attempt to access sys.argv in the warnings module by Georg Brandl · 19 years ago
  34. 12fe9b4 bug [ 839151 ] attempt to access sys.argv when it doesn't exist by Georg Brandl · 19 years ago
  35. 1f14964 bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-able by Georg Brandl · 19 years ago
  36. 2f210b6 - Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib. by Georg Brandl · 19 years ago
  37. 0aade9a bug [ 1155638 ] self.length shield exception in httplib by Georg Brandl · 19 years ago
  38. 8d457c7 bug [ 1175848 ] poorly named variable in urllib2.py by Georg Brandl · 19 years ago
  39. 07c81d9 Prevent creating a HTML link to file://?/ by Georg Brandl · 19 years ago
  40. fbff1bc - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via by Georg Brandl · 19 years ago
  41. a2aa1ac bug [ 1100201 ] Cross-site scripting on BaseHTTPServer by Georg Brandl · 19 years ago
  42. 379f99d Add NEWS entries for bugs closed at Bug Day. by Georg Brandl · 19 years ago
  43. 03a33ea bug [ 1108948 ] Cookie.py produces invalid code by Georg Brandl · 19 years ago
  44. 7e7688c bug [ 1072853 ] thisid not intialized in pindent.py script by Georg Brandl · 19 years ago
  45. 58bd190 SMTP.help() was returning a tuple instead of the promised text. by Kurt B. Kaiser · 19 years ago
  46. 40c7165 NEWS entry for last bugfix by Georg Brandl · 19 years ago
  47. 54d8b68 bug [ 1166582 ] IterableUserDict not in docs by Georg Brandl · 19 years ago
  48. 6df3fd3 bug [ 1186072 ] tempnam doc doesn't include link to tmpfile by Georg Brandl · 19 years ago
  49. e21d9ab bug [ 1175022 ] property example code error by Georg Brandl · 19 years ago
  50. 03dbb4f Bug [ 1190563 ] os.waitpid docs don't specify return value for WNOHANG by Georg Brandl · 19 years ago
  51. 71de040 bug [ 1202475 ] httplib docs mentioning HTTPConnection.getreply by Georg Brandl · 19 years ago
  52. 0929b7e Patch [ 1213031 ] note that os.chown can have -1 as an argument by Georg Brandl · 19 years ago
  53. 3da85ec correcting duplicate TeX markup by Georg Brandl · 19 years ago
  54. 837a976 Bug [ 1225705 ] os.environ documentation should mention unsetenv by Georg Brandl · 19 years ago
  55. 9020a21 Patch #1227442: smtplib.SMTP.sendmail() accepts a string or list as to_addrs. by Georg Brandl · 19 years ago
  56. c9371d4 Fix signedness of various char variables to stop causing a warning under gcc 4. by Brett Cannon · 19 years ago
  57. 55fa66d Add comments about PyThreadState and the usage of its fields. by Brett Cannon · 19 years ago
  58. 527c469 Normalize whitespace to avoid offending Bug Day volunteers. by Tim Peters · 19 years ago
  59. c700110 Added a missing newline Output(). by Jack Jansen · 19 years ago
  60. ab16c35 Revamped type declaration so the basic routines return a list of strings. by Jack Jansen · 19 years ago
  61. 8ceeaba Added support for optional modifiers to functions/methods (such as C++ const, by Jack Jansen · 19 years ago
  62. da99d1c SF bug #1224621: tokenize module does not detect inconsistent dedents by Raymond Hettinger · 19 years ago
  63. 8fa7eb5 Remove dead code M IdleHistory.py M PyShell.py by Kurt B. Kaiser · 19 years ago
  64. 188d436 Fix bug: by Michael W. Hudson · 19 years ago
  65. fb66297 Add a(nother) warning about mixing Py_NewInterpreter and the by Michael W. Hudson · 19 years ago
  66. 7390942 test_asynchat is no longer expected to produce output. by Michael W. Hudson · 19 years ago
  67. 7b27907 fix some silly whitespace stuff (must have hit M-q or something?) by Michael W. Hudson · 19 years ago
  68. e5a0a96 Apply the _is_special guard. by Raymond Hettinger · 19 years ago
  69. a7daba6 <Enter> when cursor is on a previous command retrieves that command. Instead by Kurt B. Kaiser · 19 years ago
  70. bff60ae Insert missing flag. by Raymond Hettinger · 19 years ago
  71. bb999b5 SF patch #1200018: Restore GC support to set objects by Raymond Hettinger · 19 years ago
  72. f33f5e9 Bug #1209560: spurious blank page in dist.pdf by Georg Brandl · 19 years ago
  73. 2e36f45 Patch #1180012: add documentation for modulefinder by Georg Brandl · 19 years ago
  74. c493229 Fix grammar (it's -> its). by Neil Schemenauer · 19 years ago
  75. 3b1cbf9 Add missing INCREF. by Neil Schemenauer · 19 years ago
  76. 610d9dd Fix typo. by Raymond Hettinger · 19 years ago
  77. 9847000 Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in with by Skip Montanaro · 19 years ago
  78. 2ab0ae6 More factorization. by Jack Jansen · 19 years ago
  79. 8966d3d remove c++ style comment by Gregory P. Smith · 19 years ago
  80. fad4640 Update URL. by Michael W. Hudson · 19 years ago
  81. 867f2d4 You can have more than one thread state for a thread if they by Michael W. Hudson · 19 years ago
  82. b5e7ff4 Fix check for error condition by Andrew M. Kuchling · 19 years ago
  83. d1badac [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite by Andrew M. Kuchling · 19 years ago
  84. ed65c3a Fix nits. by Raymond Hettinger · 19 years ago
  85. 32c5d42 Michael Hudson pointed out that the Dialect_Type object isn't INCREF'd. Why by Skip Montanaro · 19 years ago
  86. 2368b3c Consistently use hard tabs for indentation. by Michael W. Hudson · 19 years ago
  87. 64e0814 Add a missing incref. by Michael W. Hudson · 19 years ago
  88. 0e21be7 Update version. by Michael W. Hudson · 19 years ago
  89. 744ff38 Missed this documentation change about my marshal-floats-binarywise change. by Michael W. Hudson · 19 years ago
  90. d60fbd4 Leak fix from Michael Hudson. Fix memory leak when dialect doesn't by Skip Montanaro · 19 years ago
  91. d6d2c0d More tweaks for C++ support. Still doesn't seem to break anything:-) by Jack Jansen · 19 years ago
  92. 8960c7e [Bug #1219862] Document correct argument range for pair_content() by Andrew M. Kuchling · 19 years ago
  93. 1a72852 yet another cache to clear when leak hunting. by Michael W. Hudson · 19 years ago
  94. eeed58c SF bug #1219448: small output bug by Raymond Hettinger · 19 years ago
  95. 24d7521 SF bug #1215887: String and list methods documentation deeply hidden by Raymond Hettinger · 19 years ago
  96. a002159 Port test_long.py to unittest. by Walter Dörwald · 19 years ago
  97. f2ca5af Fix bug by Michael W. Hudson · 19 years ago
  98. 01fca11 Remove extraneous format character from PyArg_ParseTuple call in marshal_loads. by Michael W. Hudson · 19 years ago
  99. f9d88ab SF bug #1219361 Fix typo by Raymond Hettinger · 19 years ago
  100. ca7329c 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with by Kurt B. Kaiser · 19 years ago