1. c14fa30 Patch #103279: sysconfig.py always looks for versions of files in by Andrew M. Kuchling · 24 years ago
  2. 846d6db Fix a bizarre typo in the helper class ComparableException: the by Guido van Rossum · 24 years ago
  3. d2ebe87 Changed name of codec to full path name. This allows importing by Marc-André Lemburg · 24 years ago
  4. 70c4378 Whitespace normalization. by Tim Peters · 24 years ago
  5. e69d3d7 Use __name__ instead of "test_regex" as the module name in the by Guido van Rossum · 24 years ago
  6. b11bd03 Fix bugs with integer-valued variables when parsing Makefiles. Values by Andrew M. Kuchling · 24 years ago
  7. 9710297 Modified version of a patch from Jeremy Kloth, to make .get_outputs() by Andrew M. Kuchling · 24 years ago
  8. bddbaf7 Make pop_source and push_source available, as documented. by Eric S. Raymond · 24 years ago
  9. 3a645e4 Added checks to prevent PyUnicode_Count() from dumping core by Marc-André Lemburg · 24 years ago
  10. 1c5aa69 bumped SRE version number to 2.1. cleaned up and added 1.5.2 by Fredrik Lundh · 24 years ago
  11. dfb673b Whitespace normalization. by Tim Peters · 24 years ago
  12. 8a7d2d5 doctest-- The Little Module That Could --finally makes it to the Big Show <wink>. by Tim Peters · 24 years ago
  13. 47adcba Fix for SF bug #123625: some newsservers need 'authinfo' *before* 'mode by Thomas Wouters · 24 years ago
  14. bd2983c Add strip_dir argument to the single call to .object_filenames(), to by Andrew M. Kuchling · 24 years ago
  15. b8c9417 Variant of Skip's patch 103246 (Remove unneeded string exception compat from Queue). by Tim Peters · 24 years ago
  16. 10bc593 Ugh. Sorry. Checked in the wrong file. Please ignore revision 1.3; by Ka-Ping Yee · 24 years ago
  17. 27ac0d1 better format names and error messages by Ka-Ping Yee · 24 years ago
  18. 2057970 This patch makes sure that the function name always appears in the error by Ka-Ping Yee · 24 years ago
  19. 1ff08b1 Add tokenizer support and tests for u'', U"", uR'', Ur"", etc. by Ka-Ping Yee · 24 years ago
  20. 534c60f Add a test case suggested by Guido, where a method is created with the by Barry Warsaw · 24 years ago
  21. 4a420a0 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 24 years ago
  22. afc4f04 - Make sure to quote the username and password (SF patch #103236 by dogfort). by Guido van Rossum · 24 years ago
  23. 2e24044 from the really-stupid-bug department: uppercase literals should match by Fredrik Lundh · 24 years ago
  24. 48450cf mwh@sourceforge found that UnicodeError can be raised by compiling. by Guido van Rossum · 24 years ago
  25. e6ccf3a Default to passive mode. See SF bug #126851. by Guido van Rossum · 24 years ago
  26. 3f819ec Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted by Andrew M. Kuchling · 24 years ago
  27. fd97a91 Revert a change I accidentally checked in together with Ping's by Guido van Rossum · 24 years ago
  28. b35ffc0 added "magic" number to the _sre module, to avoid weird errors caused by Fredrik Lundh · 24 years ago
  29. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 24 years ago
  30. b90f89a Whitespace normalization. by Tim Peters · 24 years ago
  31. 495ad3c Whitespace normalization. by Tim Peters · 24 years ago
  32. 0c9886d Whitespace normalization. by Tim Peters · 24 years ago
  33. 2344fae Whitespace normalization. by Tim Peters · 24 years ago
  34. fa25a7d -- don't use recursion for unbounded non-greedy repeat (bugs #115903, #115696) by Fredrik Lundh · 24 years ago
  35. 07e99cb Whitespace normalization. by Tim Peters · 24 years ago
  36. 88869f9 Whitespace normalization. by Tim Peters · 24 years ago
  37. 752d3f5 - Don't hardcode Unix filename syntax when opening ~/.pdbrc. by Guido van Rossum · 24 years ago
  38. 077153e - Use mimetypes.types_map to initialize extensions_map. by Guido van Rossum · 24 years ago
  39. 2d3eb13 SF Patch #103211. by Guido van Rossum · 24 years ago
  40. c5f15b0 Make the copyright message the same as for the "real" interpreter. by Guido van Rossum · 24 years ago
  41. 11cf605 Whitespace normalization. by Tim Peters · 24 years ago
  42. f6922aa SF Patch #103232 by dougfort: Preserve Nonstandard Port Number in Host Header by Guido van Rossum · 24 years ago
  43. 470ea5a SRE: stricter pattern syntax checking (covers parts of bug #115900) by Fredrik Lundh · 24 years ago
  44. 146965a Whitespace standardization. by Tim Peters · 24 years ago
  45. 538f05c reapplied Fred's "recommended style" patch... by Fredrik Lundh · 24 years ago
  46. 770617b SRE fixes for 2.1 alpha: by Fredrik Lundh · 24 years ago
  47. 9464a7d - Added keyword argument 'append' to filterwarnings(); if true, this by Guido van Rossum · 24 years ago
  48. 8373218 Reverting a dumb experimental version I checked in by mistake. by Tim Peters · 24 years ago
  49. 2caf8df SF bug 128713: type(mmap_object) blew up on Linux. by Tim Peters · 24 years ago
  50. 3ad167a mwh: [ Patch #103228 ] traceback.py nit. by Guido van Rossum · 24 years ago
  51. 4ec59c7 SF Patch #103227 by mwh: make code.py appreciate softspace by Guido van Rossum · 24 years ago
  52. 5ceadc8 No text file relying on significant trailing whitespace is robust under by Tim Peters · 24 years ago
  53. b282520 SF Patch #103225 by Ping: httplib: smallest Python patch ever by Guido van Rossum · 24 years ago
  54. 73cbc5e Fix stupidity. by Tim Peters · 24 years ago
  55. 9fadfb0 Guido found a brand new race in tempfile on Linux, due to Linux changing by Tim Peters · 24 years ago
  56. 1baa22a A variant of SF patch 103028 (Make tempfile.mktemp threadsafe). by Tim Peters · 24 years ago
  57. 0d36206 Delete unused import of pprint module by Andrew M. Kuchling · 24 years ago
  58. bb0a4b7 Patch #103134: Support import lines in pth files. by Martin v. Löwis · 24 years ago
  59. 62c1115 Adapted version of SF Patch #103173 by pyretic: make uu.decode work by Guido van Rossum · 24 years ago
  60. ef34274 Moved the test codec definition to a new module and updated the test and by Marc-André Lemburg · 24 years ago
  61. 58c82f0 Assorted xreadlines problems: by Tim Peters · 24 years ago
  62. 07b78a8 Test for xreadline. by Guido van Rossum · 24 years ago
  63. 705a3ad Check in patch #102971: if library_dirs is a string, split it using by Andrew M. Kuchling · 24 years ago
  64. 9d56cd1 Patch #102953: Fix bug #125452, where shlex.shlex hangs when it by Andrew M. Kuchling · 24 years ago
  65. e1fd526 GetoptError is always initialized with exactly two parameters, so simplify by Fred Drake · 24 years ago
  66. b2a0a83 Fixed bug which caused HTTPS not to work at all with string URLs by Moshe Zadka · 24 years ago
  67. daa823a Text.__init__(): Make sure the data parameter is a string (8-bit or by Fred Drake · 24 years ago
  68. 3a55f95 18 isn't a prime (duh). by Tim Peters · 24 years ago
  69. 86821b2 MS Win32 .readline() speedup, as discussed on Python-Dev. This is a tricky by Tim Peters · 24 years ago
  70. e3fb18c Add more regression tests, including for the import statement variations. by Fred Drake · 24 years ago
  71. 1109db4 This patch adds a new feature to the builtin charmap codec: by Marc-André Lemburg · 24 years ago
  72. 4795524 Speed it up by using readlines(sizehint). It's still slower than by Guido van Rossum · 24 years ago
  73. a4d18a0 Add test cases based on RFC 1808. So now we actually have a test suite by Fred Drake · 24 years ago
  74. 867952f urlunparse(): Do not add a leading slash to the path if it is empty. by Fred Drake · 24 years ago
  75. 1a7aab7 When a PyCFunction that takes only positional parameters is called with by Fred Drake · 24 years ago
  76. 0ee7d82 No more RCmp. by Neil Schemenauer · 24 years ago
  77. 623116a Sequence repeat works now for in-place multiply with an integer type by Neil Schemenauer · 24 years ago
  78. aa726ba __rcmp__ no longer gets called on instances. Remove the test for it. by Neil Schemenauer · 24 years ago
  79. 38f0223 Numbers no longer compare smaller than all other types. Fix the only by Neil Schemenauer · 24 years ago
  80. 5ab3661 Actually call the object with an __call__ method, instead of just by Jeremy Hylton · 24 years ago
  81. a866df8 This patch changes the default behaviour of the builtin charmap by Marc-André Lemburg · 24 years ago
  82. e7e694f Use == rather than cmp(). The return value of cmp() is not well defined when by Neil Schemenauer · 24 years ago
  83. 38796d0 Use numbers that can be accurately represented on binary machines. I hope by Neil Schemenauer · 24 years ago
  84. 6d0cee1 Add forgotten import by Andrew M. Kuchling · 24 years ago
  85. 352ca8c Duh. Instead of string.whitespace and string.digits, use isspace() by Guido van Rossum · 24 years ago
  86. fd288c7 Add more tests for compare and coercion in preparation for the coercion by Neil Schemenauer · 24 years ago
  87. a659efe Patch by kragen@pobox.com: When tracing is turned on, lines shorter by Guido van Rossum · 24 years ago
  88. ad4a558 Added test case for legal DOM children by Andrew M. Kuchling · 24 years ago
  89. 291ed4f Patch #102485 ] Check for legal children when adding children to a DOM node by Andrew M. Kuchling · 24 years ago
  90. 1a4d77b Christmas present to myself: changed regrtest in two ways: by Tim Peters · 24 years ago
  91. d31b632 getopt used to sort the long option names, in an attempt to simplify by Tim Peters · 24 years ago
  92. 36cdad1 Fred, THIS NEEDS DOCS! The function docstrings tell the tale. by Tim Peters · 24 years ago
  93. 011ea47 Merge with 1.8 of pulldom.py: Use types.UnicodeType if available, not type(u""). by Martin v. Löwis · 24 years ago
  94. 156c337 Merge changes up to 1.10 from PyXML: by Martin v. Löwis · 24 years ago
  95. 7dd0696 Make Traceback header conform to new traceback ("innermost last" -> by Guido van Rossum · 24 years ago
  96. dd699b6 Fix for SF bug by Tim Peters · 24 years ago
  97. da7bf4e Add test case for SF bug by Tim Peters · 24 years ago
  98. 0cc87f3 Make isspace(chr(32)) return true by Andrew M. Kuchling · 24 years ago
  99. 1e0611b The "context" parameter to the ExternalEntityRefParameter exposes internal by Fred Drake · 24 years ago
  100. 9a1a7dd The regression test for the regex module should not trip the deprecation by Fred Drake · 24 years ago