1. 38749b6 Beginnings of a spreadsheet I used as an example on Linux Lunacy II. by Guido van Rossum · 22 years ago
  2. 35f63a8 Change PyOS_Readline declaration to match the recent change to myreadline.c by Skip Montanaro · 22 years ago
  3. 8c14028 Patch #627105: Document that SYSTEM_PAGE_SIZE really should not be by Martin v. Löwis · 22 years ago
  4. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 22 years ago
  5. edb6bff Add Daniel Stutzbach, for #512981. by Martin v. Löwis · 22 years ago
  6. 080689c Document patch #512981. by Martin v. Löwis · 22 years ago
  7. 566f6af Patch #512981: Update readline input stream on sys.stdin/out change. by Martin v. Löwis · 22 years ago
  8. 88afe66 Patch #623771: Properly use autoconf 2.5x macros. by Martin v. Löwis · 22 years ago
  9. c9d07df Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED. by Martin v. Löwis · 22 years ago
  10. e482658 Patch #628898: Define _XOPEN_SOURCE_EXTENDED and _POSIX_C_SOURCE. by Martin v. Löwis · 22 years ago
  11. 7fbd012 Clarify packages in tutorial. Closes SF bug #616211. by Raymond Hettinger · 22 years ago
  12. 0eebd5c Implement a safer and more predictable interpolation approach. by Fred Drake · 22 years ago
  13. 98e3b29 Add tests for both raw and non-raw versions of the items() methods. by Fred Drake · 22 years ago
  14. df393bd According to the docs, __name__ is not exposed via the API except by Fred Drake · 22 years ago
  15. 97d5f05 Update to reflect the refactoring into the RawConfigParser and by Fred Drake · 22 years ago
  16. b1248ce Under Jaguar it seems that 'errn' return value keyword parameters don't by Jack Jansen · 22 years ago
  17. 8811ce7 Remove useless output file. by Fred Drake · 22 years ago
  18. c6f2891 Convert to PyUnit. by Fred Drake · 22 years ago
  19. 3af0eb8 Added (very) minimal tests of the RawConfigParser class. by Fred Drake · 22 years ago
  20. fce6557 Re-factor: Use a RawConfigParser base class and make ConfigParser a by Fred Drake · 22 years ago
  21. f596826 - The "-" format flag overrides the "0" flag, not the "-" flag. by Fred Drake · 22 years ago
  22. 5e96f1f Correct the description of PyErr_Restore(). Closes SF bug #577000. by Fred Drake · 22 years ago
  23. 7b02551 'Replace all' in the find dialog didn't properly update the text view (it used to, though...). Fixed. by Just van Rossum · 22 years ago
  24. 79713fd Relocate an index entry so named anchors are not generated in a section head. by Fred Drake · 22 years ago
  25. 50276ab Update an example to use the DOM implementation object. Explain that by Fred Drake · 22 years ago
  26. 73c5b660 Clean up some really minor Perl warnings. by Fred Drake · 22 years ago
  27. ff287cf Point to the PyXML package as an extended version of the "xml" package by Fred Drake · 22 years ago
  28. 9cd87aa Fix for bug #626172: crash using unicode latin1 single char by Marc-André Lemburg · 22 years ago
  29. 45186c4 Implement Restoring Breakpoints in Subprocess Debugger by Kurt B. Kaiser · 22 years ago
  30. 88f015d Moved description of _urlopener adjacent to the related functions. by Fred Drake · 22 years ago
  31. 55803bc Describe __path__ along with the rest of the package description. by Fred Drake · 22 years ago
  32. d6cf8be Modify example to use string methods instead of the string module. by Fred Drake · 22 years ago
  33. 4b24726 Clarified the error cases and Unicode handling of PyString_AsString(), by Fred Drake · 22 years ago
  34. 4c486bc Add comment about inability to handle Unicode strings (hopefully a by Greg Ward · 22 years ago
  35. 019bd4a terminology by Fredrik Lundh · 22 years ago
  36. 1303c7c add support for basic authentication, based on patch #624180 by Phillip J. Eby by Fredrik Lundh · 22 years ago
  37. 7d428ec Clarify what versions of Windows are supported, and add Linux specifically. by Fred Drake · 22 years ago
  38. 9ecf9ce Patches #626105: by Raymond Hettinger · 22 years ago
  39. 644991f (py-parse-state-re): Remove the "if" from the regular expression. by Barry Warsaw · 22 years ago
  40. 5c45805 FILETYPES: Newer XFree86 rgb.txt files use the key Xorg instead of by Barry Warsaw · 22 years ago
  41. d9e0e1f Some fixes based on feedback from Hans Petter Langtangen. by Barry Warsaw · 22 years ago
  42. 531e393 Fix a typo, update (only one) style improvement, whitespace normalization. by Barry Warsaw · 22 years ago
  43. 4111804 test_body_encoding(): a new test for Charset.body_encode(), especially by Barry Warsaw · 22 years ago
  44. 34aa445 test_body_encoding(): a new test by Barry Warsaw · 22 years ago
  45. 3d57589 body_encode(): Fixed typo reported by Chris Lawrence, closing SF bug by Barry Warsaw · 22 years ago
  46. fca3bb6 Explicitly use floor division by Raymond Hettinger · 22 years ago
  47. d058f08 Eliminate unused instance variable by Raymond Hettinger · 22 years ago
  48. 7aa7f2e cd to users home dir if no current dir has been set. Fixes bug #625734 by Just van Rossum · 22 years ago
  49. 8fce2ef Made MacOS.Error a class style exception (at last!). by Jack Jansen · 22 years ago
  50. d22eb59 Added a paragraph to explain that SchedParams(0, 0) is usually what you want. by Jack Jansen · 22 years ago
  51. e7c38d4 fixed the mail address in the documentation, too... by Fredrik Lundh · 22 years ago
  52. 37a0982 point people to the Python bug tracker, rather than to a mail by Fredrik Lundh · 22 years ago
  53. eeb7827 Remove reference to deleted 'www' directory. by Guido van Rossum · 22 years ago
  54. b50e1de Note lack of speedup. Remove Irix reference. Remove silly extra by Guido van Rossum · 22 years ago
  55. 5e31c3f Fix markup for tilde in URL. by Fred Drake · 22 years ago
  56. 99ac328 Verify that lower-higher case delta are 16-bit. by Martin v. Löwis · 22 years ago
  57. d8eeeae Fix reference to the Fetchmail FAQ: by Fred Drake · 22 years ago
  58. edf368c Make lower/upper/title work for non-BMP characters. by Martin v. Löwis · 22 years ago
  59. ddc369a Fix markup for tilde in URL. by Fred Drake · 22 years ago
  60. 673cd82 Fix SF # 624982, Potential AV in slot_sq_item, by Greg Chapman by Neal Norwitz · 22 years ago
  61. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  62. ecbb0ea Update docs. Remove old classes.doc. by Guido van Rossum · 22 years ago
  63. 989ea8d Add description of the cgi directory. by Guido van Rossum · 22 years ago
  64. cc44ccc Add description of what's here. by Guido van Rossum · 22 years ago
  65. 78eb200 Added cross-references to related material on exceptions. Closes SF bug #217195. by Fred Drake · 22 years ago
  66. e7097e0 Added cross-references to related material on exceptions. Closes SF bug #217195. by Fred Drake · 22 years ago
  67. 30be576 Make sure section numbers wrap together with the preceeding word ("section"). by Fred Drake · 22 years ago
  68. 617080b Fix (real! :-) memory leaks in half_cmp and half_binop. by Guido van Rossum · 22 years ago
  69. 3930bc3 Sigh. That wasn't a memory leak, that was Guido committing before by Guido van Rossum · 22 years ago
  70. 72297bb Fix memory leak in add_subclass() found by NealN with valgrind. Will backport. by Guido van Rossum · 22 years ago
  71. e4913c9 Patch #624936: Implement __contains__. by Martin v. Löwis · 22 years ago
  72. d7bc0fe Try to fix the broken links caused by multiple \ref on the same line. by Neal Norwitz · 22 years ago
  73. d8407a7 Add new encoding for Ukrainian Cyrillic by Neal Norwitz · 22 years ago
  74. 1e146e7 Continue to work even though the test can be named test.test_regex these days. by Fred Drake · 22 years ago
  75. 7633d23 Don't call warnings.resetwarnings(); that does bad things that cause by Fred Drake · 22 years ago
  76. 154c088 Refactor cmd_view(): move line formatting to a helper method. by Guido van Rossum · 22 years ago
  77. 9c3848b In cmd_create(), use a redirect directive instead of viewing the page; by Guido van Rossum · 22 years ago
  78. 8ed0204 If we have a filename and __main__.__file__ hasn't already been set, by Fred Drake · 22 years ago
  79. 5134a54 Fix minor whitespace nit, for consistency with Python's C style rules. by Fred Drake · 22 years ago
  80. de4742b Remove spurious cruft from the output. by Fred Drake · 22 years ago
  81. 330f72c Clean up some whitespace to be consistent with Python's C style. by Fred Drake · 22 years ago
  82. 3296dcc Remove redundant load() call. by Guido van Rossum · 22 years ago
  83. 5f2c1d2 Typo(!): "normal" -> "number" by Fred Drake · 22 years ago
  84. a55dda6 Grammar repair in comment. by Guido van Rossum · 22 years ago
  85. c9776bd Use tempfile.gettempdir() to get the temp directory rather than by Guido van Rossum · 22 years ago
  86. b390315 Must catch TypeError from int(length). by Guido van Rossum · 22 years ago
  87. f66cccf Restructure: move all wiki code into a separate module. by Guido van Rossum · 22 years ago
  88. 26a1ac4 Add trailing newline when saving. by Guido van Rossum · 22 years ago
  89. 48123b2 Security fixes: reject non-wiki-word page names; set homedir to /tmp. by Guido van Rossum · 22 years ago
  90. f606e8d Added missing entries to __all__. by Fred Drake · 22 years ago
  91. 7070565 Make sure we test urlsplit() / urlunsplit() directly, rather than by Fred Drake · 22 years ago
  92. 6807721 Some really simple cgi examples. cgi3 is a MiniWiki. by Guido van Rossum · 22 years ago
  93. 60a5d72 Patch #623780: Replace obsolete struct macros. by Martin v. Löwis · 22 years ago
  94. 98ef20d Document urldefrag(). by Fred Drake · 22 years ago
  95. ceaa77c Add n_unnamed_fields into the type. by Martin v. Löwis · 22 years ago
  96. a19bfe0 Correct stat_result float time stamps entry. by Martin v. Löwis · 22 years ago
  97. f607bda Add PyStructSequence_UnnamedField. Add stat_float_times. by Martin v. Löwis · 22 years ago
  98. 5b1614d Recreated after source changes. by Thomas Heller · 22 years ago
  99. 1e700d2 posix_execve(): add missing argument for "et" format in PyArg_Parse() by Guido van Rossum · 22 years ago
  100. 2314a04 Use string methods. Re-organize imports to Python Normal Form. by Fred Drake · 22 years ago