1. 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 24 years ago
  2. 817dc09 Added 'strtobool()' function: convert strings like "yes", "1", by Greg Ward · 24 years ago
  3. ceb9e22 Fixed some bugs and mis-features in handling config files: by Greg Ward · 24 years ago
  4. 84da8aa Fix inconsistent use of space/tabs. by Thomas Wouters · 24 years ago
  5. a13a9dc Use SAX2 namespace support. by Martin v. Löwis · 24 years ago
  6. 58af43f [Patch 101634] by Martin v. Löwis · 24 years ago
  7. 2066fa0 Find feature names in handler. by Martin v. Löwis · 24 years ago
  8. 424980f Enabled EntityResolver test again now that pyexpat.c has been fixed. by Lars Gustäbel · 24 years ago
  9. 3a361f4 Fixed another bug. by Lars Gustäbel · 24 years ago
  10. bb75713 Improvements to doco strings. by Lars Gustäbel · 24 years ago
  11. 33315b1 Use findfile to locate input and output files. by Martin v. Löwis · 24 years ago
  12. e292a24 Added EntityResolver and DTDHandler (patch 101631) with test cases. by Lars Gustäbel · 24 years ago
  13. 716efea Added necessary test input file for test_sax.py by Lars Gustäbel · 24 years ago
  14. 523b0a6 Added back the InputSource class (patch 101630). by Lars Gustäbel · 24 years ago
  15. b7536d5 Added test cases for the InputSource class. by Lars Gustäbel · 24 years ago
  16. b49f88b - Improved handling of win32 proxy settings (addresses bug #114256). by Fredrik Lundh · 24 years ago
  17. ab64787 Added test cases for the Attributes interface. by Lars Gustäbel · 24 years ago
  18. 32bf12e Updated to final Attributes interface (patch 101632). by Lars Gustäbel · 24 years ago
  19. e84bf75 Updated to new SAX method signatures (*NS, patch 101573). by Lars Gustäbel · 24 years ago
  20. f43cf31 Updated to new *NS signatures (patch 101573). by Lars Gustäbel · 24 years ago
  21. 19f977b - don't hang if group id is followed by whitespace (closes bug #114660) by Fredrik Lundh · 24 years ago
  22. 96753b3 Added first start on SAX 2.0 tests. by Lars Gustäbel · 24 years ago
  23. 358f4da Added back missing argument to ignorableWhitespace signature. by Lars Gustäbel · 24 years ago
  24. fc643c3 Bug fix to namespace handling in XMLGenerator (now adds declarations). by Lars Gustäbel · 24 years ago
  25. 9a580c4 Fixes for Python 1.6 compatibility - socket bind and connect get a by Nicholas Riley · 24 years ago
  26. 21afd01 Change for Python 1.6 compatibility - UNIX's 'os' module defines by Nicholas Riley · 24 years ago
  27. 1f54902 Conform to the Python style guide. by Fred Drake · 24 years ago
  28. ddb4867 Conform more closely with the Python style guide. by Fred Drake · 24 years ago
  29. 96ea196 Use the public name for the Expat parser; "pyexpat" is deprecated. by Fred Drake · 24 years ago
  30. 7fbc85c Rename the public interface from "pyexpat" to "xml.parsers.expat". by Fred Drake · 24 years ago
  31. 003b925 Add a wrapper around the pyexpat module, making the "public" name of by Fred Drake · 24 years ago
  32. f84fb66 Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for by Greg Ward · 24 years ago
  33. 7b87c0e Whitespace tweaks. by Greg Ward · 24 years ago
  34. 9e3dc4e Reformat docstrings. Standardize use of whitespace on function calls. by Greg Ward · 24 years ago
  35. d9a8dec Maildir.__init__(): Use the correct filter for filenames, so that this by Fred Drake · 24 years ago
  36. ef5f2b9 - plug a memory leak due to circular lists by Neil Schemenauer · 24 years ago
  37. d569f23 - Replace debugleak flag with findleaks flag. The new SAVEALL GC option is by Neil Schemenauer · 24 years ago
  38. faae266 - Add test for new SAVEALL debugging flag by Neil Schemenauer · 24 years ago
  39. f58a7aa Implemented new os.startfile function, unique to Windows, exposing a by Tim Peters · 24 years ago
  40. 7fa7da8 More whitespace cleanup, to satisfy tabnanny.py. Don't trust -tt! by Guido van Rossum · 24 years ago
  41. c77593d Get rid of the one tab in the file. Closes Bug #115054. by Guido van Rossum · 24 years ago
  42. 7422b6b White space cleanup, including one item that was an error under -tt. by Fred Drake · 24 years ago
  43. ab79839 Tweak what happens when run on non-Windows platforms: set install prefix by Greg Ward · 24 years ago
  44. 379a02f Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and added by Greg Ward · 24 years ago
  45. 7ec0535 Fix 'convert_path()' so it returns immediately under Unix -- prevents blowing by Greg Ward · 24 years ago
  46. d7bf974 Indent _connection_class so that it becomes HTTPS._connection_class. by Martin v. Löwis · 24 years ago
  47. 265a804 Revise the test case for pyexpat to avoid using asserts. Conform better by Fred Drake · 24 years ago
  48. 9e79a25 The minidom.Node class has a debug attribute which, when its _debug by Guido van Rossum · 24 years ago
  49. 07cbc4e Paul Prescod <paul@prescod.net>: by Fred Drake · 24 years ago
  50. 5644b7f - fixed yet another gcc -pedantic warning by Fredrik Lundh · 24 years ago
  51. 4462701 SAXException.__getitem__(): Raise AttributeError instead of NameError. by Fred Drake · 24 years ago
  52. d34580c fix bogus references to imp; makes test_minidom succeed by Jeremy Hylton · 24 years ago
  53. b798c01 Now uses make_parser to create its parser (patch 101573). by Lars Gustäbel · 24 years ago
  54. ae43e52 Added the make_parser function (patch 101571). by Lars Gustäbel · 24 years ago
  55. c5cec51 Updated XMLGenerator to new DocumentHandler interface (patch 101572). by Lars Gustäbel · 24 years ago
  56. b4d6bb09 Updated to correct DocumentHandler signatures. (patch 101570) by Lars Gustäbel · 24 years ago
  57. 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
  58. f585574 Corran Webster: fix 'change_root()' to handle Mac OS paths. by Greg Ward · 24 years ago
  59. 572bdce change 2-space indent to 4-space indent by Jeremy Hylton · 24 years ago
  60. 9c0ea13 *Very* belated application of Thomas Heller's patch to handle by Greg Ward · 24 years ago
  61. ceeda0e Treat trailing colon in os.path.join("a:", "b") same way for DOS as in by Tim Peters · 24 years ago
  62. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago
  63. 0eeba5b Part of SF patch 101481: on Windows, os.path.join("a:", "b") should yield by Tim Peters · 24 years ago
  64. f5fa0fc test_userlist.py: by Tim Peters · 24 years ago
  65. 7b393fc SF patch 101391: implemented UserList.__contains__. by Tim Peters · 24 years ago
  66. 4c79919 Fix test errors. by Paul Prescod · 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. 7158126 Fixed the error reporting (raise of TestFailed) for the zip() and by Barry Warsaw · 24 years ago
  70. 6df27f8 Support sizehint in _fileobject.readlines, as documented. by Martin v. Löwis · 24 years ago
  71. 543f243 Set the 'nt' installation scheme for the install command even if run by Thomas Heller · 24 years ago
  72. a05fa1d Support sizehint in StringIO.readlines, as documented. by Martin v. Löwis · 24 years ago
  73. a3c6a8a Patch #101121, by Ka-Ping Yee: cosmetic cleanup of cgi.py, using my by Guido van Rossum · 24 years ago
  74. e7d6b0a An honest attempt to make this work on Unix, Windows, and even by Guido van Rossum · 24 years ago
  75. d9a8e96 Only supply popen2, popen3 when fork exists. by Guido van Rossum · 24 years ago
  76. 30f8674 Do not close socket when a Content-Length is 0. This make the by Jeremy Hylton · 24 years ago
  77. 69cc715 Test output that goes with updated test_minidom. by Paul Prescod · 24 years ago
  78. fd64c59 Fix serious typo! Add the new constants to the module docstring. by Fred Drake · 24 years ago
  79. 10d2766 Change assertions to confirmations so that optimization doesn't disable checks. by Paul Prescod · 24 years ago
  80. 57a4e90 Fix up the cleanup of the temporary DB so it works for BSD DB's by Fred Drake · 24 years ago
  81. a12adfe Reduce the number of imports needed. by Fred Drake · 24 years ago
  82. 6b2320f Richard Mortier <rmm1002@users.sourceforge.net>: by Fred Drake · 24 years ago
  83. 6f6d51d Remove two unnecessary imports. by Fred Drake · 24 years ago
  84. c40cdf7 Once we're done with the sys module, remove it from the namespace so by Fred Drake · 24 years ago
  85. 09cad08 sys.setdefaultencoding() should only be called in case the standard by Marc-André Lemburg · 24 years ago
  86. 9082cdd Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). by Greg Ward · 24 years ago
  87. df9e6b8 Fixed to respect 'define_macros' and 'undef_macros' on Extension object. by Greg Ward · 24 years ago
  88. d283ce7 Added 'expand_makefile_vars()' to (duh) expand make-style variables by Greg Ward · 24 years ago
  89. 41ed12f Added 'read_setup_file()' to read old-style Setup files. Could make life by Greg Ward · 24 years ago
  90. 077a11d arraymodule: Fix SF bug 113960. by Tim Peters · 24 years ago
  91. 57d51f2 Improve the test output a bit. by Guido van Rossum · 24 years ago
  92. acff0b3 Changed so lines that are all comment (or just whitespace + comment) by Greg Ward · 24 years ago
  93. 3d05c16 Andrew Kuchling: by Greg Ward · 24 years ago
  94. f11296b [change from 2000/08/11, propagating now to distutils copy] by Greg Ward · 24 years ago
  95. 60cd286 [change from 2000/04/17, propagating now to distutils copy] by Greg Ward · 24 years ago
  96. beb6d72 Rene Liebscher: if we have to run the same sub-command multiple times by Greg Ward · 24 years ago
  97. 3bfc8c8 Renamed --keep-tree to --keep-temp. by Greg Ward · 24 years ago
  98. 8099f0e Renamed --clean to --no-keep-temp and --noclean to --keep-temp. by Greg Ward · 24 years ago
  99. 8429036 Renamed --keep-tree option to --keep-temp. by Greg Ward · 24 years ago
  100. 24511d2 Ensure sub-commands of "install" are reinitialized too. by Greg Ward · 24 years ago