1. 8fce2ef Made MacOS.Error a class style exception (at last!). by Jack Jansen · 22 years ago
  2. d22eb59 Added a paragraph to explain that SchedParams(0, 0) is usually what you want. by Jack Jansen · 22 years ago
  3. e7c38d4 fixed the mail address in the documentation, too... by Fredrik Lundh · 22 years ago
  4. 37a0982 point people to the Python bug tracker, rather than to a mail by Fredrik Lundh · 22 years ago
  5. eeb7827 Remove reference to deleted 'www' directory. by Guido van Rossum · 22 years ago
  6. b50e1de Note lack of speedup. Remove Irix reference. Remove silly extra by Guido van Rossum · 22 years ago
  7. 5e31c3f Fix markup for tilde in URL. by Fred Drake · 22 years ago
  8. 99ac328 Verify that lower-higher case delta are 16-bit. by Martin v. Löwis · 22 years ago
  9. d8eeeae Fix reference to the Fetchmail FAQ: by Fred Drake · 22 years ago
  10. edf368c Make lower/upper/title work for non-BMP characters. by Martin v. Löwis · 22 years ago
  11. ddc369a Fix markup for tilde in URL. by Fred Drake · 22 years ago
  12. 673cd82 Fix SF # 624982, Potential AV in slot_sq_item, by Greg Chapman by Neal Norwitz · 22 years ago
  13. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  14. ecbb0ea Update docs. Remove old classes.doc. by Guido van Rossum · 22 years ago
  15. 989ea8d Add description of the cgi directory. by Guido van Rossum · 22 years ago
  16. cc44ccc Add description of what's here. by Guido van Rossum · 22 years ago
  17. 78eb200 Added cross-references to related material on exceptions. Closes SF bug #217195. by Fred Drake · 22 years ago
  18. e7097e0 Added cross-references to related material on exceptions. Closes SF bug #217195. by Fred Drake · 22 years ago
  19. 30be576 Make sure section numbers wrap together with the preceeding word ("section"). by Fred Drake · 22 years ago
  20. 617080b Fix (real! :-) memory leaks in half_cmp and half_binop. by Guido van Rossum · 22 years ago
  21. 3930bc3 Sigh. That wasn't a memory leak, that was Guido committing before by Guido van Rossum · 22 years ago
  22. 72297bb Fix memory leak in add_subclass() found by NealN with valgrind. Will backport. by Guido van Rossum · 22 years ago
  23. e4913c9 Patch #624936: Implement __contains__. by Martin v. Löwis · 22 years ago
  24. d7bc0fe Try to fix the broken links caused by multiple \ref on the same line. by Neal Norwitz · 22 years ago
  25. d8407a7 Add new encoding for Ukrainian Cyrillic by Neal Norwitz · 22 years ago
  26. 1e146e7 Continue to work even though the test can be named test.test_regex these days. by Fred Drake · 22 years ago
  27. 7633d23 Don't call warnings.resetwarnings(); that does bad things that cause by Fred Drake · 22 years ago
  28. 154c088 Refactor cmd_view(): move line formatting to a helper method. by Guido van Rossum · 22 years ago
  29. 9c3848b In cmd_create(), use a redirect directive instead of viewing the page; by Guido van Rossum · 22 years ago
  30. 8ed0204 If we have a filename and __main__.__file__ hasn't already been set, by Fred Drake · 22 years ago
  31. 5134a54 Fix minor whitespace nit, for consistency with Python's C style rules. by Fred Drake · 22 years ago
  32. de4742b Remove spurious cruft from the output. by Fred Drake · 22 years ago
  33. 330f72c Clean up some whitespace to be consistent with Python's C style. by Fred Drake · 22 years ago
  34. 3296dcc Remove redundant load() call. by Guido van Rossum · 22 years ago
  35. 5f2c1d2 Typo(!): "normal" -> "number" by Fred Drake · 22 years ago
  36. a55dda6 Grammar repair in comment. by Guido van Rossum · 22 years ago
  37. c9776bd Use tempfile.gettempdir() to get the temp directory rather than by Guido van Rossum · 22 years ago
  38. b390315 Must catch TypeError from int(length). by Guido van Rossum · 22 years ago
  39. f66cccf Restructure: move all wiki code into a separate module. by Guido van Rossum · 22 years ago
  40. 26a1ac4 Add trailing newline when saving. by Guido van Rossum · 22 years ago
  41. 48123b2 Security fixes: reject non-wiki-word page names; set homedir to /tmp. by Guido van Rossum · 22 years ago
  42. f606e8d Added missing entries to __all__. by Fred Drake · 22 years ago
  43. 7070565 Make sure we test urlsplit() / urlunsplit() directly, rather than by Fred Drake · 22 years ago
  44. 6807721 Some really simple cgi examples. cgi3 is a MiniWiki. by Guido van Rossum · 22 years ago
  45. 60a5d72 Patch #623780: Replace obsolete struct macros. by Martin v. Löwis · 22 years ago
  46. 98ef20d Document urldefrag(). by Fred Drake · 22 years ago
  47. ceaa77c Add n_unnamed_fields into the type. by Martin v. Löwis · 22 years ago
  48. a19bfe0 Correct stat_result float time stamps entry. by Martin v. Löwis · 22 years ago
  49. f607bda Add PyStructSequence_UnnamedField. Add stat_float_times. by Martin v. Löwis · 22 years ago
  50. 5b1614d Recreated after source changes. by Thomas Heller · 22 years ago
  51. 1e700d2 posix_execve(): add missing argument for "et" format in PyArg_Parse() by Guido van Rossum · 22 years ago
  52. 2314a04 Use string methods. Re-organize imports to Python Normal Form. by Fred Drake · 22 years ago
  53. 27c4e09 Only reset _is_empty if needed. by Fred Drake · 22 years ago
  54. df85f0b Modernization: Use string methods, use str instead of by Fred Drake · 22 years ago
  55. 071972e Use string methods. by Fred Drake · 22 years ago
  56. 06912b7 Use string methods. Organize the imports in Python Normal Form. by Fred Drake · 22 years ago
  57. 4fe904d Use string methods; minor code cleanup. by Fred Drake · 22 years ago
  58. 0cf4269 Recreated after source changes. by Thomas Heller · 22 years ago
  59. 77ac429 Patch #572628: Optional timeouts for put and get. by Martin v. Löwis · 22 years ago
  60. d98d25e Revert the previous checkin - it didn't work anyway. by Thomas Heller · 22 years ago
  61. 6e5680f For some reason (probably cut and paste), __ipow__ for new-style by Guido van Rossum · 22 years ago
  62. 13b1a5c Don't drop old slots if _unicode_to_string did not change anything. by Martin v. Löwis · 22 years ago
  63. d919a59 Allow Unicode strings in __slots__, converting them to byte strings. by Martin v. Löwis · 22 years ago
  64. ff9284bc2 Allow Unicode strings as message and module name. by Martin v. Löwis · 22 years ago
  65. e0fea6c [SF bug 620364] by Guido van Rossum · 22 years ago
  66. 5357c65 Convert empty string literal to string. Speed up creation of idmap. by Martin v. Löwis · 22 years ago
  67. bbc0568 Fix for 1.33: urlsplit() should only add '//' if scheme != ''. by Guido van Rossum · 22 years ago
  68. 6e75364 I'd forgotten that tcsh was the default for 10.1, but SF's 10.1 system by Barry Warsaw · 22 years ago
  69. 6a8557d There was a typo in the MacOSX section regarding the stacksize issue. by Barry Warsaw · 22 years ago
  70. 67f8f2f append(): Fixing the test for convertability after consultation with by Barry Warsaw · 22 years ago
  71. 816aebd Use the same shade of blue as the site navigation areas. by Fred Drake · 22 years ago
  72. a74771c Two new tests for splitting (or not splitting) 8-bit header data. by Barry Warsaw · 22 years ago
  73. 1a6ea33 Bump the __version__ by Barry Warsaw · 22 years ago
  74. 5e3bcff __init__(): Fix an invariant, that the charset item in a chunk tuple by Barry Warsaw · 22 years ago
  75. 6c2bc46 _split_header(): If we have a header which is a byte string containing by Barry Warsaw · 22 years ago
  76. 7cd7240 CHARSETS: Add faux '8bit' encoding for representing raw 8-bit data for by Barry Warsaw · 22 years ago
  77. f834ecb Minor refactoring to avoid code duplication. by Fred Drake · 22 years ago
  78. 19697bc Update list of Windows buildnos for 2.2.2 final. by Tim Peters · 22 years ago
  79. 0d97655 Add finditer to __all__ (when defining it at all). by Guido van Rossum · 22 years ago
  80. 78cc051 Fix copyright date: the core of this code actually dates back to 1999 by Greg Ward · 22 years ago
  81. 6f6873b Patch #611760: read archives with comments. by Martin v. Löwis · 22 years ago
  82. b24e347 Patch #621891: Add askopenfile{name}s. by Martin v. Löwis · 22 years ago
  83. 2ec3627 Patch #621205: Tkinter updates for tk8.4. by Martin v. Löwis · 22 years ago
  84. 0c35825 _encode_chunks(), encode(): Don't modify self._chunks. As Ben says: by Barry Warsaw · 22 years ago
  85. ab9439f Update the urls and other information about the add-on Japanese, by Barry Warsaw · 22 years ago
  86. 16ecb21 Fix tildes in URLs. Closes SF bug #614821. by Fred Drake · 22 years ago
  87. bfa5a14 Darn! Don't divide by zero. Bad fix. :-) by Guido van Rossum · 22 years ago
  88. c18b308 Fix a few docstrings, remove extra commas by Neal Norwitz · 22 years ago
  89. 520cdf7 SF # 539360, webbrowser.py and konqueror, by Andy McKay by Neal Norwitz · 22 years ago
  90. 98a355d SF #621948, update docstring for md5 by David M. Cooke. Will backport. by Neal Norwitz · 22 years ago
  91. 463bfaf Clarify deprecation of the floor div operator, modulo operator, by Raymond Hettinger · 22 years ago
  92. a5c0e6d Add checks for size overflow on list*n, list+list, tuple+tuple. by Guido van Rossum · 22 years ago
  93. 6e08c14 PyObject_Init[Var] is almost always called from the PyObject_NEW[_VAR] by Guido van Rossum · 22 years ago
  94. c78462f The MS resource compiler simply cannot be convinced to do arithmetic by Tim Peters · 22 years ago
  95. ce2f663 Repair the DLL name -- this has to match the major.minor version numbers. by Tim Peters · 22 years ago
  96. e190663 Typo in docstring by Jeremy Hylton · 22 years ago
  97. 96f1129 Fix for SF bug #599836: Don't duplicate headers. by Jeremy Hylton · 22 years ago
  98. a0f453b Allow restricted code to get byteorder, getdefaultencoding(), by Fred Drake · 22 years ago
  99. 83d0fd2 Trying alphabet again by Jeremy Hylton · 22 years ago
  100. a325c42 Sort names alphabetically. by Jeremy Hylton · 22 years ago