1. d35509a Contributed modules by Riccardo Trocca. Extended pixmap wrapper, NumPy visualiser and QuickTime to images. by Jack Jansen · 24 years ago
  2. fdd2269 Allow lists of files/fsspecs as the source for copy() and move(). By by Jack Jansen · 24 years ago
  3. f58a7aa Implemented new os.startfile function, unique to Windows, exposing a by Tim Peters · 24 years ago
  4. 7fa7da8 More whitespace cleanup, to satisfy tabnanny.py. Don't trust -tt! by Guido van Rossum · 24 years ago
  5. c77593d Get rid of the one tab in the file. Closes Bug #115054. by Guido van Rossum · 24 years ago
  6. 954eef7 Fix for SF bug 115051: Dodgy use of PyTuple_SET_ITEM in pyexpat.c by Tim Peters · 24 years ago
  7. 7422b6b White space cleanup, including one item that was an error under -tt. by Fred Drake · 24 years ago
  8. 0f6dcb3 Remove debugging print. ;( by Fred Drake · 24 years ago
  9. 343ad7a Correct some bitrot; some things have become inaccurate in the tutorial. by Fred Drake · 24 years ago
  10. ab79839 Tweak what happens when run on non-Windows platforms: set install prefix by Greg Ward · 24 years ago
  11. 379a02f Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and added by Greg Ward · 24 years ago
  12. 7ec0535 Fix 'convert_path()' so it returns immediately under Unix -- prevents blowing by Greg Ward · 24 years ago
  13. f8925978 Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 24 years ago
  14. 1a5e583 Untested patch by Ty Sarna to make TELL64 work on older NetBSD systems. by Guido van Rossum · 24 years ago
  15. d7bf974 Indent _connection_class so that it becomes HTTPS._connection_class. by Martin v. Löwis · 24 years ago
  16. d68442b Lots of minor fixes, many suggested by Detlef Lannert by Fred Drake · 24 years ago
  17. 0bb0a90 Various tweaks and bugfixes to GetArgv. It now appears good enough for Distutils. by Jack Jansen · 24 years ago
  18. 00fb416 Added dependencies on the bug-reporting text. by Fred Drake · 24 years ago
  19. ed773ef Include the new text on reporting bugs in a few useful places. by Fred Drake · 24 years ago
  20. cb0a0b3 New text about how to report bugs in Python and the documentation. by Fred Drake · 24 years ago
  21. 5cd2f0d Updated according to the changes made to the "s#" parser marker by Marc-André Lemburg · 24 years ago
  22. b425f5e Added a true unicode_internal_encode function and fixed the by Marc-André Lemburg · 24 years ago
  23. 0afff38 Special case the "s#" PyArg_Parse() token for Unicode objects: by Marc-André Lemburg · 24 years ago
  24. 3578b77 Special case the "s#" PyArg_Parse() token for Unicode objects: by Marc-André Lemburg · 24 years ago
  25. 265a804 Revise the test case for pyexpat to avoid using asserts. Conform better by Fred Drake · 24 years ago
  26. 9e79a25 The minidom.Node class has a debug attribute which, when its _debug by Guido van Rossum · 24 years ago
  27. ca1f426 Remove memory leaks of strings/Unicode objects passed into the character by Fred Drake · 24 years ago
  28. 07cbc4e Paul Prescod <paul@prescod.net>: by Fred Drake · 24 years ago
  29. 5644b7f - fixed yet another gcc -pedantic warning by Fredrik Lundh · 24 years ago
  30. 4462701 SAXException.__getitem__(): Raise AttributeError instead of NameError. by Fred Drake · 24 years ago
  31. 1e3c8cc As suggested by Toby Dickenson, setting ob_type to NULL in by Guido van Rossum · 24 years ago
  32. 1bf4e93 Convert the longest two tables from tableii to longtableii so they do not by Fred Drake · 24 years ago
  33. da72b93 Add new environments: longtableii, longtableiii, and longtableiv, to by Fred Drake · 24 years ago
  34. 2964268 Allow the LaTeX markup descriptions to use the \moreargs and \unspecified by Fred Drake · 24 years ago
  35. d34580c fix bogus references to imp; makes test_minidom succeed by Jeremy Hylton · 24 years ago
  36. cf06571a Use PyOS_setsig() instead of signal(). Also remove redundant spaces by Guido van Rossum · 24 years ago
  37. b798c01 Now uses make_parser to create its parser (patch 101573). by Lars Gustäbel · 24 years ago
  38. ae43e52 Added the make_parser function (patch 101571). by Lars Gustäbel · 24 years ago
  39. c5cec51 Updated XMLGenerator to new DocumentHandler interface (patch 101572). by Lars Gustäbel · 24 years ago
  40. b4d6bb09 Updated to correct DocumentHandler signatures. (patch 101570) by Lars Gustäbel · 24 years ago
  41. 39fb28f Windows installer: by Tim Peters · 24 years ago
  42. 38fd5b6 Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,o formats. by Tim Peters · 24 years ago
  43. 31575ce Note that __getitem__() may receive a slice object as the index; by Fred Drake · 24 years ago
  44. 0299749 Document directories are not always named with three characters any more; by Fred Drake · 24 years ago
  45. fffe5db Fixed a number of small problems reported by Detlef Lannert by Fred Drake · 24 years ago
  46. f585574 Corran Webster: fix 'change_root()' to handle Mac OS paths. by Greg Ward · 24 years ago
  47. 55a8338 On Unix, use O_EXCL when creating the .pyc/.pyo files, to avoid a race condition by Guido van Rossum · 24 years ago
  48. 6c0f33f Add a definition of rl_library_version. Reported by jpettit@sourceforge. by Guido van Rossum · 24 years ago
  49. df84fac .use_latex(): Make this a little smarter so that it only runs pdflatex by Fred Drake · 24 years ago
  50. 51f53df Clarify that the softspace attribute is used by print for state management, by Fred Drake · 24 years ago
  51. f5aa4ef Add entries for the xml.sax documentation. by Fred Drake · 24 years ago
  52. e10ef74 First cut at documentation for the xml.sax package (not including any by Fred Drake · 24 years ago
  53. 572bdce change 2-space indent to 4-space indent by Jeremy Hylton · 24 years ago
  54. 9c36a41 distutils setup script by Jeremy Hylton · 24 years ago
  55. bdd9017 Fix typo (newtabwith). by Guido van Rossum · 24 years ago
  56. 9c0ea13 *Very* belated application of Thomas Heller's patch to handle by Greg Ward · 24 years ago
  57. ceeda0e Treat trailing colon in os.path.join("a:", "b") same way for DOS as in by Tim Peters · 24 years ago
  58. f86eda5 Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to create a unix-style sys.argv. by Jack Jansen · 24 years ago
  59. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago
  60. f8d0713 Temporary fix for Bug #114821. by Guido van Rossum · 24 years ago
  61. 0eeba5b Part of SF patch 101481: on Windows, os.path.join("a:", "b") should yield by Tim Peters · 24 years ago
  62. f5fa0fc test_userlist.py: by Tim Peters · 24 years ago
  63. 7b393fc SF patch 101391: implemented UserList.__contains__. by Tim Peters · 24 years ago
  64. 4c79919 Fix test errors. by Paul Prescod · 24 years ago
  65. 8d27f89 Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 24 years ago
  66. 1156f62 Many small clarifications, including many suggested by email. by Fred Drake · 24 years ago
  67. b96e0e5 New test cases for the StringIO module by Martin v. Löwis · 24 years ago
  68. 89c528b Don't print specific Node instances unless running verbosely. by Martin v. Löwis · 24 years ago
  69. 02c7082 make_nav_sectref(): Create more minimal HTML, hanging the class attribute by Fred Drake · 24 years ago
  70. 752ba39 Clarify a number of issues about the file-like object API based on by Fred Drake · 24 years ago
  71. 7158126 Fixed the error reporting (raise of TestFailed) for the zip() and by Barry Warsaw · 24 years ago
  72. 4622e14 Randall Hopper: Add fpectl functionality patch for FreeBSD. by Guido van Rossum · 24 years ago
  73. 6df27f8 Support sizehint in _fileobject.readlines, as documented. by Martin v. Löwis · 24 years ago
  74. 543f243 Set the 'nt' installation scheme for the install command even if run by Thomas Heller · 24 years ago
  75. a05fa1d Support sizehint in StringIO.readlines, as documented. by Martin v. Löwis · 24 years ago
  76. c912a3a Implement readlines function. Closes Bug #110686. by Martin v. Löwis · 24 years ago
  77. e84b740 Obscure marshal fixes: by Tim Peters · 24 years ago
  78. a3c6a8a Patch #101121, by Ka-Ping Yee: cosmetic cleanup of cgi.py, using my by Guido van Rossum · 24 years ago
  79. e7d6b0a An honest attempt to make this work on Unix, Windows, and even by Guido van Rossum · 24 years ago
  80. d9a8e96 Only supply popen2, popen3 when fork exists. by Guido van Rossum · 24 years ago
  81. 9e8181b Make better use of GNU Pth -- patch by Andy Dustman. by Guido van Rossum · 24 years ago
  82. 0344424 Updated Windows build info. by Tim Peters · 24 years ago
  83. 30f8674 Do not close socket when a Content-Length is 0. This make the by Jeremy Hylton · 24 years ago
  84. 69cc715 Test output that goes with updated test_minidom. by Paul Prescod · 24 years ago
  85. fd64c59 Fix serious typo! Add the new constants to the module docstring. by Fred Drake · 24 years ago
  86. 10d2766 Change assertions to confirmations so that optimization doesn't disable checks. by Paul Prescod · 24 years ago
  87. 57a4e90 Fix up the cleanup of the temporary DB so it works for BSD DB's by Fred Drake · 24 years ago
  88. a12adfe Reduce the number of imports needed. by Fred Drake · 24 years ago
  89. 480abc2 Document the "printable" and "punctuation" constants added to the string module. by Fred Drake · 24 years ago
  90. 6b2320f Richard Mortier <rmm1002@users.sourceforge.net>: by Fred Drake · 24 years ago
  91. 6f6d51d Remove two unnecessary imports. by Fred Drake · 24 years ago
  92. c40cdf7 Once we're done with the sys module, remove it from the namespace so by Fred Drake · 24 years ago
  93. 691270f Deferred the attribute name object type checking to the underlying by Marc-André Lemburg · 24 years ago
  94. 1675375 Add missing \declaremodule for zipfile. by Fred Drake · 24 years ago
  95. e44e507 PyObject_SetAttr() and PyObject_GetAttr() now also accept Unicode by Marc-André Lemburg · 24 years ago
  96. 1de8098 Repaired some glitches in the MD5 and SHA docs; copied the descriptions of by Tim Peters · 24 years ago
  97. 09cad08 sys.setdefaultencoding() should only be called in case the standard by Marc-André Lemburg · 24 years ago
  98. 0b7b4b8 satisfy the tabnanny by Jeremy Hylton · 24 years ago
  99. 9082cdd Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). by Greg Ward · 24 years ago
  100. 5316ef4 Added documentation for new functions. Deprecated sequenceIncludes(). by Fred Drake · 24 years ago