1. cd90c20 Reindent a function that was somehow indented by 7 spaces. Also did a by Guido van Rossum · 24 years ago
  2. 85d6edf Remove silly EMPTYSTRING global. Saves a global lookup. by Marc-André Lemburg · 24 years ago
  3. b3acd3e String method conversion. by Eric S. Raymond · 24 years ago
  4. 7e642e8 Eliminate use of string.whitespace and a string import with it. by Eric S. Raymond · 24 years ago
  5. 83ff749 String method conversion. by Eric S. Raymond · 24 years ago
  6. 2846b0a String method conversion. by Eric S. Raymond · 24 years ago
  7. fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
  8. d8c628b String method conversion. by Eric S. Raymond · 24 years ago
  9. 8b3cf58 String method conversion. by Eric S. Raymond · 24 years ago
  10. b08b2d3 String method conversion. by Eric S. Raymond · 24 years ago
  11. be9b507 String method conversion. by Eric S. Raymond · 24 years ago
  12. be18552 String method conversion. by Eric S. Raymond · 24 years ago
  13. c9838f9 Test with an actual mbox caught a trivial error. by Eric S. Raymond · 24 years ago
  14. 304b6a3 Correction after translation test. by Eric S. Raymond · 24 years ago
  15. 0c03cc2 String method conversion. by Eric S. Raymond · 24 years ago
  16. bf97c9d String method conversion. by Eric S. Raymond · 24 years ago
  17. 8d87603 Aha. We can remove he string import after all by using ValueError. by Eric S. Raymond · 24 years ago
  18. 18af564 Use ValueError instead of string.atoi.error, since we've switched to int(). by Eric S. Raymond · 24 years ago
  19. 19e6d62 String method conversion. by Eric S. Raymond · 24 years ago
  20. c95bf69 String method conversion. by Eric S. Raymond · 24 years ago
  21. 7e9b4f5 String method conversion. by Eric S. Raymond · 24 years ago
  22. 9f8cdf5 Patches for AIX. Checked by Benjamin Collar. by Marc-André Lemburg · 24 years ago
  23. db5ebc7 String method conversion. by Eric S. Raymond · 24 years ago
  24. 51cc3bc String method conversion. Added a trivial main to test it with. by Eric S. Raymond · 24 years ago
  25. ec3bbde String method conversion. by Eric S. Raymond · 24 years ago
  26. 92852ad Oops...that will teach me to hit ^C^C too fast. Test passed. by Eric S. Raymond · 24 years ago
  27. 66d9919 String method conversion. by Eric S. Raymond · 24 years ago
  28. ee5e61d String method conversion. by Eric S. Raymond · 24 years ago
  29. 6b71e74 String method conversion. by Eric S. Raymond · 24 years ago
  30. 141971f String method conversion. by Eric S. Raymond · 24 years ago
  31. 630e69c String method conversion. by Eric S. Raymond · 24 years ago
  32. 373c55e String method conversion. by Eric S. Raymond · 24 years ago
  33. 9b93c5f String method conversion. by Eric S. Raymond · 24 years ago
  34. 1b645e8 String method conversion. by Eric S. Raymond · 24 years ago
  35. 38151ed Fixed a bug in the test jig. by Eric S. Raymond · 24 years ago
  36. 6b8c528 String method conversion. by Eric S. Raymond · 24 years ago
  37. 909bc1c SF bug #131225: sys.winver is still '2.0' in python 2.1a2. by Tim Peters · 24 years ago
  38. b9c24fb String method conversion. by Eric S. Raymond · 24 years ago
  39. 341f929 String method conversion. by Eric S. Raymond · 24 years ago
  40. 25a0cbc String method conversion. by Eric S. Raymond · 24 years ago
  41. c013f30 String method conversion. by Eric S. Raymond · 24 years ago
  42. 5ff63d6 Correction to test main. by Eric S. Raymond · 24 years ago
  43. f296019 Correction after second code path test. by Eric S. Raymond · 24 years ago
  44. 9eb54d9 String method conversion. by Eric S. Raymond · 24 years ago
  45. b49f4a4 String method conversion. by Eric S. Raymond · 24 years ago
  46. 20e4423 String method conversion. by Eric S. Raymond · 24 years ago
  47. 5ed1dac Update documentation for pyexpat (xml.parsers.expat), to reflect the new by Fred Drake · 24 years ago
  48. 85d835f set_error(): Handle construction of pyexpat.error exceptions. They by Fred Drake · 24 years ago
  49. 5c734e8 Replaced by :Lib:cfmfile.py. by Jack Jansen · 24 years ago
  50. 352674d a few more __all__ lists by Skip Montanaro · 24 years ago
  51. cc012e9 test for presence of __builtins__ in names before deleting it, enabling this by Skip Montanaro · 24 years ago
  52. b38175e Remove the optional integer argument to SSL_write; now it will always send by Andrew M. Kuchling · 24 years ago
  53. 3c04494 BeOS doesn't have a libm.a, either; noted by Donn Cave by Andrew M. Kuchling · 24 years ago
  54. 8820a53 Patch #103636: Allow writing strings containing null bytes to an SSL socket by Andrew M. Kuchling · 24 years ago
  55. 22aa644 Patch #103523, to make mpz module compile with Cygwin by Andrew M. Kuchling · 24 years ago
  56. 3cbdbfb Part of patch #103544: fix detection of BSDDB on BSD systems by Andrew M. Kuchling · 24 years ago
  57. 9a3fd8c Patch #103578 ] _tkinter build fix for he current Debian unstable tcl/tk 8.3 by Andrew M. Kuchling · 24 years ago
  58. 69e7f11 Added DlgObj_WhichDialog, analoguous to WhichWindow, and use this to get at dialogs. by Jack Jansen · 24 years ago
  59. d6b2aeb QDFlushPortBuffer() has an optional region argument. by Jack Jansen · 24 years ago
  60. ac95977 Install shared modules enabled by Setup* in $(DESTSHARED) not by Neil Schemenauer · 24 years ago
  61. 76192ee Support older PYTHON_API_VERSIONs for backwards compatibility. by Martin v. Löwis · 24 years ago
  62. fe28ca0 Add xml declaration into toxml testcase. by Martin v. Löwis · 24 years ago
  63. b417be2 Do not allow empty qualifiedName in createDocument. by Martin v. Löwis · 24 years ago
  64. 269b83b added several more __all__ lists by Skip Montanaro · 24 years ago
  65. 46fa39a Add toprettyxml method into minidom, closes patch #103471. by Martin v. Löwis · 24 years ago
  66. 9e1fe1e A couple of changes to make this more conformant. MvL and Uche agree. by Guido van Rossum · 24 years ago
  67. 795ad56 Don't get fooled by an empty prefix with a valid namespaceURI -- in by Guido van Rossum · 24 years ago
  68. 1b26b6a Patch #103587: Fix typo that broke the install_data command; caught by by Andrew M. Kuchling · 24 years ago
  69. 0872d9d Fixed UnboundLocalError for nested scopes by Jeremy Hylton · 24 years ago
  70. de60248 Fix test 9 (caught by ?!ng) Add tests for unbound locals (Nick Mathewson) by Jeremy Hylton · 24 years ago
  71. 2524d69 SF patch 103596 by Nick Mathewson: rause UnboundLocalError for by Jeremy Hylton · 24 years ago
  72. ecdaadb Also recognize DragRef as a method-argument. by Jack Jansen · 24 years ago
  73. 6a360bd Wrote section on nested scopes, and moved it to the front by Andrew M. Kuchling · 24 years ago
  74. e214baa Fix binfmt_register documentation to always register the right magic. by Martin v. Löwis · 24 years ago
  75. 4e3f275 Improve diagnostic output when an external command returns a non-zero exit by Fred Drake · 24 years ago
  76. f36fb69 Another _testXXX -> _testcapiXXX renaming. by Tim Peters · 24 years ago
  77. d66595f Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! by Tim Peters · 24 years ago
  78. 693291b Superseded by $(srcdir)/Makefile.pre.in. by Neil Schemenauer · 24 years ago
  79. e0d4357 Tweak clean targets yet again. by Neil Schemenauer · 24 years ago
  80. ba38123 Clarify the news item about "from M import X" if "M is not a real by Guido van Rossum · 24 years ago
  81. cf26366 Fix markup typo in a {verbatim} environment (there should not be any!); by Fred Drake · 24 years ago
  82. 40e43bf Document Node.isSameNode(). by Fred Drake · 24 years ago
  83. f891404 Move the whrandom section back to the documented modules section; this by Fred Drake · 24 years ago
  84. 269625f Revise the deprecation note for the whrandom module to be correct and a by Fred Drake · 24 years ago
  85. f0e08ef Remove an now-false statement about there being only one type flag defined. by Fred Drake · 24 years ago
  86. dc2ac8d Accept Dialogs and Windows where Grafports are expected (such as in SetPort) and do a MacOSX compatible cast. Bit of a hack, but good enough for now. by Jack Jansen · 24 years ago
  87. 340eb88 On MacOSX StackSpace() may lie because it doesn't know about the stack rlimit. For now we set a hard limit of 256K (default rlimit is 512K). by Jack Jansen · 24 years ago
  88. f8cdb5c This commit was manufactured by cvs2svn to create tag 'r21a2'. by cvs2svn · 24 years ago
  89. b16c56f Teach Windows build and installer about new _symtable module/DLL. by Tim Peters · 24 years ago
  90. 231e22f Repair legit compiler warning. by Tim Peters · 24 years ago
  91. b1cbc1e bump the magic number; the compiler has changed since 2.1a1 by Jeremy Hylton · 24 years ago
  92. 2a74a28 bump to 2.1a2 by Jeremy Hylton · 24 years ago
  93. 2056d8e the usual by Jeremy Hylton · 24 years ago
  94. 1eab002 move "from Tkinter import *" to module level by Jeremy Hylton · 24 years ago
  95. d6b1cf9 Fix spelling errors. by Jeremy Hylton · 24 years ago
  96. 5acc0c0 Fix symbol table pass to generation SyntaxError exceptions that by Jeremy Hylton · 24 years ago
  97. dbfb662 fix a couple last-minute bugs in the raw socket support by Jeremy Hylton · 24 years ago
  98. 96da8b6 add compile.h and symtable.h to list of header files by Jeremy Hylton · 24 years ago
  99. 2523977 Added Node.isSameNode() support. by Fred Drake · 24 years ago
  100. 0399bd8 Ouch! I need a better test suite for this. ;-( by Fred Drake · 24 years ago