1. 6b6b39e Nuke accurate but confusing and unhelpful comments about split vs splitfields. by Tim Peters · 24 years ago
  2. 10fb386 Whitespace normalization. by Tim Peters · 24 years ago
  3. 658cba6 Whitespace normalization. by Tim Peters · 24 years ago
  4. dbbbaf2 joinfields -> join. by Eric S. Raymond · 24 years ago
  5. e37340e String method conversion. by Eric S. Raymond · 24 years ago
  6. dcd3a87 String method conversion. by Eric S. Raymond · 24 years ago
  7. 62f1a23 Fixed syntax error. by Sjoerd Mullender · 24 years ago
  8. 13b3ba4 splitfields -> split by Eric S. Raymond · 24 years ago
  9. 85d6edf Remove silly EMPTYSTRING global. Saves a global lookup. by Marc-André Lemburg · 24 years ago
  10. b3acd3e String method conversion. by Eric S. Raymond · 24 years ago
  11. 7e642e8 Eliminate use of string.whitespace and a string import with it. by Eric S. Raymond · 24 years ago
  12. 83ff749 String method conversion. by Eric S. Raymond · 24 years ago
  13. 2846b0a String method conversion. by Eric S. Raymond · 24 years ago
  14. fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
  15. d8c628b String method conversion. by Eric S. Raymond · 24 years ago
  16. 8b3cf58 String method conversion. by Eric S. Raymond · 24 years ago
  17. b08b2d3 String method conversion. by Eric S. Raymond · 24 years ago
  18. be9b507 String method conversion. by Eric S. Raymond · 24 years ago
  19. be18552 String method conversion. by Eric S. Raymond · 24 years ago
  20. c9838f9 Test with an actual mbox caught a trivial error. by Eric S. Raymond · 24 years ago
  21. 304b6a3 Correction after translation test. by Eric S. Raymond · 24 years ago
  22. 0c03cc2 String method conversion. by Eric S. Raymond · 24 years ago
  23. bf97c9d String method conversion. by Eric S. Raymond · 24 years ago
  24. 8d87603 Aha. We can remove he string import after all by using ValueError. by Eric S. Raymond · 24 years ago
  25. 18af564 Use ValueError instead of string.atoi.error, since we've switched to int(). by Eric S. Raymond · 24 years ago
  26. 19e6d62 String method conversion. by Eric S. Raymond · 24 years ago
  27. c95bf69 String method conversion. by Eric S. Raymond · 24 years ago
  28. 7e9b4f5 String method conversion. by Eric S. Raymond · 24 years ago
  29. db5ebc7 String method conversion. by Eric S. Raymond · 24 years ago
  30. 51cc3bc String method conversion. Added a trivial main to test it with. by Eric S. Raymond · 24 years ago
  31. ec3bbde String method conversion. by Eric S. Raymond · 24 years ago
  32. 92852ad Oops...that will teach me to hit ^C^C too fast. Test passed. by Eric S. Raymond · 24 years ago
  33. 66d9919 String method conversion. by Eric S. Raymond · 24 years ago
  34. ee5e61d String method conversion. by Eric S. Raymond · 24 years ago
  35. 6b71e74 String method conversion. by Eric S. Raymond · 24 years ago
  36. 141971f String method conversion. by Eric S. Raymond · 24 years ago
  37. 630e69c String method conversion. by Eric S. Raymond · 24 years ago
  38. 373c55e String method conversion. by Eric S. Raymond · 24 years ago
  39. 9b93c5f String method conversion. by Eric S. Raymond · 24 years ago
  40. 1b645e8 String method conversion. by Eric S. Raymond · 24 years ago
  41. 38151ed Fixed a bug in the test jig. by Eric S. Raymond · 24 years ago
  42. 6b8c528 String method conversion. by Eric S. Raymond · 24 years ago
  43. b9c24fb String method conversion. by Eric S. Raymond · 24 years ago
  44. 341f929 String method conversion. by Eric S. Raymond · 24 years ago
  45. 25a0cbc String method conversion. by Eric S. Raymond · 24 years ago
  46. c013f30 String method conversion. by Eric S. Raymond · 24 years ago
  47. 5ff63d6 Correction to test main. by Eric S. Raymond · 24 years ago
  48. f296019 Correction after second code path test. by Eric S. Raymond · 24 years ago
  49. 9eb54d9 String method conversion. by Eric S. Raymond · 24 years ago
  50. b49f4a4 String method conversion. by Eric S. Raymond · 24 years ago
  51. 20e4423 String method conversion. by Eric S. Raymond · 24 years ago
  52. 352674d a few more __all__ lists by Skip Montanaro · 24 years ago
  53. cc012e9 test for presence of __builtins__ in names before deleting it, enabling this by Skip Montanaro · 24 years ago
  54. fe28ca0 Add xml declaration into toxml testcase. by Martin v. Löwis · 24 years ago
  55. b417be2 Do not allow empty qualifiedName in createDocument. by Martin v. Löwis · 24 years ago
  56. 269b83b added several more __all__ lists by Skip Montanaro · 24 years ago
  57. 46fa39a Add toprettyxml method into minidom, closes patch #103471. by Martin v. Löwis · 24 years ago
  58. 9e1fe1e A couple of changes to make this more conformant. MvL and Uche agree. by Guido van Rossum · 24 years ago
  59. 795ad56 Don't get fooled by an empty prefix with a valid namespaceURI -- in by Guido van Rossum · 24 years ago
  60. 1b26b6a Patch #103587: Fix typo that broke the install_data command; caught by by Andrew M. Kuchling · 24 years ago
  61. de60248 Fix test 9 (caught by ?!ng) Add tests for unbound locals (Nick Mathewson) by Jeremy Hylton · 24 years ago
  62. d66595f Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! by Tim Peters · 24 years ago
  63. 693291b Superseded by $(srcdir)/Makefile.pre.in. by Neil Schemenauer · 24 years ago
  64. 2523977 Added Node.isSameNode() support. by Fred Drake · 24 years ago
  65. 0399bd8 Ouch! I need a better test suite for this. ;-( by Fred Drake · 24 years ago
  66. 5e7cb24 Add minimal interface to symtable: _symtable module. by Jeremy Hylton · 24 years ago
  67. 312a5dc WeakDictionary.items(): Do not allow (key,ref) pairs to leak out for by Fred Drake · 24 years ago
  68. 9ea17ac Patch derived from Trent's 101162: a Python/C API testing framework. by Tim Peters · 24 years ago
  69. 0c07b50 The socket constants have been moved to the socket module for a long time; by Fred Drake · 24 years ago
  70. 42dd01a An ssl-wrapped socket now returns '' on EOF, just like a regular by Jeremy Hylton · 24 years ago
  71. 3faa52e Allow 'continue' inside 'try' clause SF patch 102989 by Thomas Wouters by Jeremy Hylton · 24 years ago
  72. 483638c Undo recent change that banned using import to bind a global, as per by Jeremy Hylton · 24 years ago
  73. 6fe0a82 move extra arguments to the back of the new.code() arglist by Jeremy Hylton · 24 years ago
  74. acfb3f6 Revise the driver code to be more informative in the final report. by Fred Drake · 24 years ago
  75. bcd725f Repaired a docstring. by Tim Peters · 24 years ago
  76. 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 24 years ago
  77. 0de88fc Change random.seed() so that it can get at the full range of possible by Tim Peters · 24 years ago
  78. 7e0d956 Long ago, Guido suggested that I add this to the standard library. by Barry Warsaw · 24 years ago
  79. 81ad67c Two changes: by Barry Warsaw · 24 years ago
  80. 2fa699e move "from stat import *" to module level by Jeremy Hylton · 24 years ago
  81. fc3fc33 Checking in patch #103478 -- makes popen2 and fork1 tested on BeOS. by Moshe Zadka · 24 years ago
  82. 251ef96 Fix test for free ref to global. This test should have caught a by Jeremy Hylton · 24 years ago
  83. ac25a38 add test for illegal imports by Jeremy Hylton · 24 years ago
  84. bf222c9 Fixed posixpath.normpath() to respect two leading slashes, but by Marc-André Lemburg · 24 years ago
  85. fde66e1 Fixed .capitalize() method of Unicode objects to work like the by Marc-André Lemburg · 24 years ago
  86. 497671e The one thing I love more then writing code is deleting code. by Moshe Zadka · 24 years ago
  87. 080c997 added several more urlencode test cases - part of patch 103391 by Skip Montanaro · 24 years ago
  88. 14f1ad4 allow first param urlencode to be a sequence of two-element tuples - in this by Skip Montanaro · 24 years ago
  89. b4cd5c1 Remove single "." components from pathnames, and return os.curdir if by Jack Jansen · 24 years ago
  90. a221b2a Data pathnames were not converted from URL-style to local style. Fixed. by Jack Jansen · 24 years ago
  91. 0149e84 SF bug #130306: statcache.py full of thread problems. by Tim Peters · 24 years ago
  92. 64d42c5 Added tests for new signature of new.instance(). by Fred Drake · 24 years ago
  93. 2bcb323 Except HierarchyRequestErr instead of TypeError. by Martin v. Löwis · 24 years ago
  94. 70d39a6 Re-indent. by Martin v. Löwis · 24 years ago
  95. 711a5bd Synchronize with PyXML 1.5. by Martin v. Löwis · 24 years ago
  96. 0591725 Synchronize with PyXML 1.10 by Martin v. Löwis · 24 years ago
  97. 52ce0d0 Re-indent. by Martin v. Löwis · 24 years ago
  98. d5fb58f Merge changes of PyXML 1.13: by Martin v. Löwis · 24 years ago
  99. e3fc722 Synchronize with 1.10 of PyXML: Close parser when done. by Martin v. Löwis · 24 years ago
  100. 715c4c4 New comment block to Clarify a subtlety. by Tim Peters · 24 years ago