1. 1baa22a A variant of SF patch 103028 (Make tempfile.mktemp threadsafe). by Tim Peters · 24 years ago
  2. 0d36206 Delete unused import of pprint module by Andrew M. Kuchling · 24 years ago
  3. bb0a4b7 Patch #103134: Support import lines in pth files. by Martin v. Löwis · 24 years ago
  4. 62c1115 Adapted version of SF Patch #103173 by pyretic: make uu.decode work by Guido van Rossum · 24 years ago
  5. ef34274 Moved the test codec definition to a new module and updated the test and by Marc-André Lemburg · 24 years ago
  6. 58c82f0 Assorted xreadlines problems: by Tim Peters · 24 years ago
  7. 07b78a8 Test for xreadline. by Guido van Rossum · 24 years ago
  8. 705a3ad Check in patch #102971: if library_dirs is a string, split it using by Andrew M. Kuchling · 24 years ago
  9. 9d56cd1 Patch #102953: Fix bug #125452, where shlex.shlex hangs when it by Andrew M. Kuchling · 24 years ago
  10. e1fd526 GetoptError is always initialized with exactly two parameters, so simplify by Fred Drake · 24 years ago
  11. b2a0a83 Fixed bug which caused HTTPS not to work at all with string URLs by Moshe Zadka · 24 years ago
  12. daa823a Text.__init__(): Make sure the data parameter is a string (8-bit or by Fred Drake · 24 years ago
  13. 3a55f95 18 isn't a prime (duh). by Tim Peters · 24 years ago
  14. 86821b2 MS Win32 .readline() speedup, as discussed on Python-Dev. This is a tricky by Tim Peters · 24 years ago
  15. e3fb18c Add more regression tests, including for the import statement variations. by Fred Drake · 24 years ago
  16. 1109db4 This patch adds a new feature to the builtin charmap codec: by Marc-André Lemburg · 24 years ago
  17. 4795524 Speed it up by using readlines(sizehint). It's still slower than by Guido van Rossum · 24 years ago
  18. a4d18a0 Add test cases based on RFC 1808. So now we actually have a test suite by Fred Drake · 24 years ago
  19. 867952f urlunparse(): Do not add a leading slash to the path if it is empty. by Fred Drake · 24 years ago
  20. 1a7aab7 When a PyCFunction that takes only positional parameters is called with by Fred Drake · 24 years ago
  21. 0ee7d82 No more RCmp. by Neil Schemenauer · 24 years ago
  22. 623116a Sequence repeat works now for in-place multiply with an integer type by Neil Schemenauer · 24 years ago
  23. aa726ba __rcmp__ no longer gets called on instances. Remove the test for it. by Neil Schemenauer · 24 years ago
  24. 38f0223 Numbers no longer compare smaller than all other types. Fix the only by Neil Schemenauer · 24 years ago
  25. 5ab3661 Actually call the object with an __call__ method, instead of just by Jeremy Hylton · 24 years ago
  26. a866df8 This patch changes the default behaviour of the builtin charmap by Marc-André Lemburg · 24 years ago
  27. e7e694f Use == rather than cmp(). The return value of cmp() is not well defined when by Neil Schemenauer · 24 years ago
  28. 38796d0 Use numbers that can be accurately represented on binary machines. I hope by Neil Schemenauer · 24 years ago
  29. 6d0cee1 Add forgotten import by Andrew M. Kuchling · 24 years ago
  30. 352ca8c Duh. Instead of string.whitespace and string.digits, use isspace() by Guido van Rossum · 24 years ago
  31. fd288c7 Add more tests for compare and coercion in preparation for the coercion by Neil Schemenauer · 24 years ago
  32. a659efe Patch by kragen@pobox.com: When tracing is turned on, lines shorter by Guido van Rossum · 24 years ago
  33. ad4a558 Added test case for legal DOM children by Andrew M. Kuchling · 24 years ago
  34. 291ed4f Patch #102485 ] Check for legal children when adding children to a DOM node by Andrew M. Kuchling · 24 years ago
  35. 1a4d77b Christmas present to myself: changed regrtest in two ways: by Tim Peters · 24 years ago
  36. d31b632 getopt used to sort the long option names, in an attempt to simplify by Tim Peters · 24 years ago
  37. 36cdad1 Fred, THIS NEEDS DOCS! The function docstrings tell the tale. by Tim Peters · 24 years ago
  38. 011ea47 Merge with 1.8 of pulldom.py: Use types.UnicodeType if available, not type(u""). by Martin v. Löwis · 24 years ago
  39. 156c337 Merge changes up to 1.10 from PyXML: by Martin v. Löwis · 24 years ago
  40. 7dd0696 Make Traceback header conform to new traceback ("innermost last" -> by Guido van Rossum · 24 years ago
  41. dd699b6 Fix for SF bug by Tim Peters · 24 years ago
  42. da7bf4e Add test case for SF bug by Tim Peters · 24 years ago
  43. 0cc87f3 Make isspace(chr(32)) return true by Andrew M. Kuchling · 24 years ago
  44. 1e0611b The "context" parameter to the ExternalEntityRefParameter exposes internal by Fred Drake · 24 years ago
  45. 9a1a7dd The regression test for the regex module should not trip the deprecation by Fred Drake · 24 years ago
  46. 49d27c8 Remove superfluous semicolons by Andrew M. Kuchling · 24 years ago
  47. 9f5eeeb Wrapper for _curses_panel module; currently this adds nothing extra by Andrew M. Kuchling · 24 years ago
  48. 04a45e9 Patch #102492, fixing bug #116677: by Andrew M. Kuchling · 24 years ago
  49. c867f74 Change expected message for ValueError, fixing bug #126400 by Andrew M. Kuchling · 24 years ago
  50. 8fe2c12 Add forgotten initialization. Fixes bug #120994, "Traceback with by Andrew M. Kuchling · 24 years ago
  51. 7292e92 Adding a warning about the regsub module. This also disables further by Guido van Rossum · 24 years ago
  52. fad81f0 Be explicit about scheme_chars -- string.letters is locale dependent by Guido van Rossum · 24 years ago
  53. 70f1288 Use binary mode to open "wave" files. by Guido van Rossum · 24 years ago
  54. d1db30b Improve error messages for invalid warning arguments; don't raise by Guido van Rossum · 24 years ago
  55. 5aff775 Make string.translate(s, table) work for Unicode s. Two things are by Guido van Rossum · 24 years ago
  56. 8b26454 Test more split argument combinations: by Guido van Rossum · 24 years ago
  57. 8b74b15 Test some Unicode pickling endcases. by Guido van Rossum · 24 years ago
  58. a31b4ef Minimal fix for the complaints about pickling Unicode objects. (SF by Guido van Rossum · 24 years ago
  59. 99664e4 gdbm.open() no longer accepts garbage in the flags string. Fix the tests. by Neil Schemenauer · 24 years ago
  60. 95b4ec5 Do not assume that types.UnicodeType exists; we might be running in an old by Fred Drake · 24 years ago
  61. 1402ab2 Use the string module instead of string methods; this should still work by Fred Drake · 24 years ago
  62. f16527c Typo caught by /F -- thanks! by Fred Drake · 24 years ago
  63. 2a862c6 Python part of the warnings subsystem. by Guido van Rossum · 24 years ago
  64. 1703cf6 Before calling traceback.print_exc(), call sys.stdout.flush(). This makes by Fred Drake · 24 years ago
  65. 279aa6c DOMException.__init__(): Remember to pass self to Exception.__init__(). by Fred Drake · 24 years ago
  66. 5080b33 Comment out a debugging print statement that triggered a complaint in c.l.py. by Guido van Rossum · 24 years ago
  67. e6e03ea Get rid of string functions. by Guido van Rossum · 24 years ago
  68. c80f182 Get rid of string functions. References to string.whitespace, by Guido van Rossum · 24 years ago
  69. 34735a6 Get rid of string functions. by Guido van Rossum · 24 years ago
  70. b2493f8 Get rid of string functions, except maketrans() (which is *not* obsolete!). by Guido van Rossum · 24 years ago
  71. 4d192b3 Add test case for error message raised by bad % format character by Andrew M. Kuchling · 24 years ago
  72. 3277da0 Update the test suite to cover more ground. by Fred Drake · 24 years ago
  73. f7cf40d Lots of small bug fixes and DOM API conformance improvements: by Fred Drake · 24 years ago
  74. c16adce Adjust PullDOM to use a DOMImplementation instance to create new Document by Fred Drake · 24 years ago
  75. ec126da When raising KeyError, provide the key value that failed. by Fred Drake · 24 years ago
  76. dd80220 Changing allow_reuse_address's default value, and documenting it. by Moshe Zadka · 24 years ago
  77. a63bd1c Untabify! (Barry, this is gonna cost you a bottle of wine! ;) by Fred Drake · 24 years ago
  78. ff87174 Get rid of string module and string exceptions. by Guido van Rossum · 24 years ago
  79. 5d1b5ea Add code to DOMException to ensure it cannot be instantiated directly, by Fred Drake · 24 years ago
  80. 64acf1d Add standard DOM exception hierarchy. by Martin v. Löwis · 24 years ago
  81. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  82. c140131 Change the file's indentation from tabs to 4 spaces per level. by Barry Warsaw · 24 years ago
  83. c7ed0e3 Accept Finn Bock's patch #102208 to hardcode EINVAL to 22 when errno by Barry Warsaw · 24 years ago
  84. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  85. d49056c The ".pth" code knew about the layout of Python trees on unix and by Jack Jansen · 24 years ago
  86. 1072c38 Add popitem(). by Guido van Rossum · 24 years ago
  87. b822c61 Added test for {}.popitem(). by Guido van Rossum · 24 years ago
  88. 988ad2b Changed .getaliases() support to register the new aliases in the by Marc-André Lemburg · 24 years ago
  89. 6bcf4c2 Update the docstring. by Fred Drake · 24 years ago
  90. e1578ce Added tests to avoid regression on bug #125375. by Fred Drake · 24 years ago
  91. 5b7b764 Apply rstrip() to the lines read from _dirfile in _update(), so that a by Guido van Rossum · 24 years ago
  92. 0aee722 Hoepeful fix for SF bug #123924: Windows - using OpenSSL, problem with by Guido van Rossum · 24 years ago
  93. 7c1e5ad Make ConfigParser.Error inherit from Exception. by Fred Drake · 24 years ago
  94. c6c2838 (Patch #102698) Fix for a bug reported by Wade Leftwich: by Andrew M. Kuchling · 24 years ago
  95. 23f26ce Fix `credits' to credit the Jython developers when running under that by Barry Warsaw · 24 years ago
  96. f7e84e1 Two changes: by Sjoerd Mullender · 24 years ago
  97. 3d5f7e8 Add test cases for ConfigParser.remove_option() behavior. This includes by Fred Drake · 24 years ago
  98. ff4a23b remove_option(): Use the right variable name for the option name! by Fred Drake · 24 years ago
  99. afb17fc Call of _cmp had wrong number of paramereters. Fixed definition of _cmp. by Moshe Zadka · 24 years ago
  100. 1d99433 Convert Unicode strings to byte strings before passing them into specific by Martin v. Löwis · 24 years ago