1. 3e6d438 Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None. by Greg Ward · 24 years ago
  2. e564278 Expect a tuple (dest_name, copied) from 'copy_file()'. by Greg Ward · 24 years ago
  3. 3a5a2bd Changed 'build_module()' so it returns the result of 'copy_file()' by Greg Ward · 24 years ago
  4. 0d4a853 Changed 'copy_file()' so it returns a tuple (dest_name, copied) -- hopefully, by Greg Ward · 24 years ago
  5. ec84c21 In 'get_platform()', handle so-called POSIX systems that don't have by Greg Ward · 24 years ago
  6. 64d855a Changed to use the 'sub-commands' machinery: by Greg Ward · 24 years ago
  7. 70b1fd1 Moved some things around for better organization. by Greg Ward · 24 years ago
  8. efffd28 Add mimetools testcase. by Martin v. Löwis · 24 years ago
  9. 25d1692 Return after writing 7bit or 8bit encodings. Closes bug 115712 by Martin v. Löwis · 24 years ago
  10. af484d5 Mention in the module's doc string that other functions of the socket API by Martin v. Löwis · 24 years ago
  11. 5db246d Always use the same name for the exception defined in this module! by Fred Drake · 24 years ago
  12. 3f0969f Use string functions instead of methods to allow sharing this module with PyXML by Martin v. Löwis · 24 years ago
  13. 491ded7 Remove dependency from saxutils when loading xmlreader by Martin v. Löwis · 24 years ago
  14. 1dbe9d5 Removed the extra_dirs and path_file metadata options. by Thomas Heller · 24 years ago
  15. 18b9b93 Removed the implib_dir instance variable because it is unused. by Thomas Heller · 24 years ago
  16. 20af317 popen4(): Added for Unix. by Fred Drake · 24 years ago
  17. d75e63a popen4(), class Popen4: popen4() support for Unix. by Fred Drake · 24 years ago
  18. 38cb9f1 Convert all entries on sys.path to absolute paths, and also update the by Fred Drake · 24 years ago
  19. b4e460a Avoid import of string module; it is only needed for expandvars(). by Fred Drake · 24 years ago
  20. c0ab93e Minor style nits. by Fred Drake · 24 years ago
  21. 22fb839 Remove imports of string when string methods will do. by Fred Drake · 24 years ago
  22. 9543833 Added some tests for the truncate() method; one is commented out because by Fred Drake · 24 years ago
  23. e0a7f4f Add truncate() method to StringIO objects. by Fred Drake · 24 years ago
  24. d391a34 Remove change that had not been saved when the output was generated; by Fred Drake · 24 years ago
  25. 8ef6767 Regression test for ConfigParser module. by Fred Drake · 24 years ago
  26. 2a37f9f Allow spaces in section names. by Fred Drake · 24 years ago
  27. 23542dc Updated hash values to match the new encoding (UTF-8) used in the test. by Marc-André Lemburg · 24 years ago
  28. 67ceca7 Fixed encoding to use an endianness independent format. by Marc-André Lemburg · 24 years ago
  29. 6a7768a Fixed misleading qname in test_xmlgen_ns (reported by loewis). by Lars Gustäbel · 24 years ago
  30. ef850de Bump version to 1.0pre. by Greg Ward · 24 years ago
  31. 264cf74 Remove deprecation warnings on old 'link_*()' methods, ie. they're not by Greg Ward · 24 years ago
  32. 4240648 Big patch from Rene Liebscher to simplify the CCompiler API and by Greg Ward · 24 years ago
  33. 8b2e4e8 Bump version to 0.9.4. by Greg Ward · 24 years ago
  34. 2c08cf0 Fix '_set_command_options()' so it only calls 'strtobool()' on strings by Greg Ward · 24 years ago
  35. c79dff6 Added an "import xml.parsers.expat" to turn errors due to not having by Barry Warsaw · 24 years ago
  36. d635b1d The Usual by Jeremy Hylton · 24 years ago
  37. 0872e05 Fix handling of file inputs on Windows; passing them to urllib.urlopen() by Fred Drake · 24 years ago
  38. 6c8e4c3 Test output data for the Unicode database test suite. by Marc-André Lemburg · 24 years ago
  39. 6a20ee7 Added test suite for the complete Unicode database. The test previously by Marc-André Lemburg · 24 years ago
  40. d8f7f81 Bump version to 0.9.3. by Greg Ward · 24 years ago
  41. ca4289f Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
  42. 071ed76 Standardize whitespace in function calls. by Greg Ward · 24 years ago
  43. 449f556 Whitespace fix. by Greg Ward · 24 years ago
  44. a30f7ac Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
  45. be86bde Standardize whitespace in function calls. by Greg Ward · 24 years ago
  46. fd7b91e Standardize whitespace in function calls and docstrings. by Greg Ward · 24 years ago
  47. de33c79 HP-UX is another one of those platforms using an alternative lock by Guido van Rossum · 24 years ago
  48. af57431 Include the version-detecting code to allow PyXML to override the "standard" by Fred Drake · 24 years ago
  49. 38bfc4d Add a test for SF bug #110621; stripping square brackets off of by Barry Warsaw · 24 years ago
  50. 2ea2b11 AddrlistClass.getdomainliteral(): rfc822 requires that the domain by Barry Warsaw · 24 years ago
  51. 4126736 When reading the file, option names were not passed through by Guido van Rossum · 24 years ago
  52. 68ded6e Added 'translate_longopt()' function. by Greg Ward · 24 years ago
  53. 2f2b6c6 Change to use the new 'translate_longopt()' function from fancy_getopt, rather by Greg Ward · 24 years ago
  54. d644ca2 Added a bunch of missing "=" signs in the option table. by Greg Ward · 24 years ago
  55. af64aed Renamed '--keep-tree' option to '--keep-temp', for consistency by Greg Ward · 24 years ago
  56. 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 24 years ago
  57. 817dc09 Added 'strtobool()' function: convert strings like "yes", "1", by Greg Ward · 24 years ago
  58. ceb9e22 Fixed some bugs and mis-features in handling config files: by Greg Ward · 24 years ago
  59. 84da8aa Fix inconsistent use of space/tabs. by Thomas Wouters · 24 years ago
  60. a13a9dc Use SAX2 namespace support. by Martin v. Löwis · 24 years ago
  61. 58af43f [Patch 101634] by Martin v. Löwis · 24 years ago
  62. 2066fa0 Find feature names in handler. by Martin v. Löwis · 24 years ago
  63. 424980f Enabled EntityResolver test again now that pyexpat.c has been fixed. by Lars Gustäbel · 24 years ago
  64. 3a361f4 Fixed another bug. by Lars Gustäbel · 24 years ago
  65. bb75713 Improvements to doco strings. by Lars Gustäbel · 24 years ago
  66. 33315b1 Use findfile to locate input and output files. by Martin v. Löwis · 24 years ago
  67. e292a24 Added EntityResolver and DTDHandler (patch 101631) with test cases. by Lars Gustäbel · 24 years ago
  68. 716efea Added necessary test input file for test_sax.py by Lars Gustäbel · 24 years ago
  69. 523b0a6 Added back the InputSource class (patch 101630). by Lars Gustäbel · 24 years ago
  70. b7536d5 Added test cases for the InputSource class. by Lars Gustäbel · 24 years ago
  71. b49f88b - Improved handling of win32 proxy settings (addresses bug #114256). by Fredrik Lundh · 24 years ago
  72. ab64787 Added test cases for the Attributes interface. by Lars Gustäbel · 24 years ago
  73. 32bf12e Updated to final Attributes interface (patch 101632). by Lars Gustäbel · 24 years ago
  74. e84bf75 Updated to new SAX method signatures (*NS, patch 101573). by Lars Gustäbel · 24 years ago
  75. f43cf31 Updated to new *NS signatures (patch 101573). by Lars Gustäbel · 24 years ago
  76. 19f977b - don't hang if group id is followed by whitespace (closes bug #114660) by Fredrik Lundh · 24 years ago
  77. 96753b3 Added first start on SAX 2.0 tests. by Lars Gustäbel · 24 years ago
  78. 358f4da Added back missing argument to ignorableWhitespace signature. by Lars Gustäbel · 24 years ago
  79. fc643c3 Bug fix to namespace handling in XMLGenerator (now adds declarations). by Lars Gustäbel · 24 years ago
  80. 9a580c4 Fixes for Python 1.6 compatibility - socket bind and connect get a by Nicholas Riley · 24 years ago
  81. 21afd01 Change for Python 1.6 compatibility - UNIX's 'os' module defines by Nicholas Riley · 24 years ago
  82. 1f54902 Conform to the Python style guide. by Fred Drake · 24 years ago
  83. ddb4867 Conform more closely with the Python style guide. by Fred Drake · 24 years ago
  84. 96ea196 Use the public name for the Expat parser; "pyexpat" is deprecated. by Fred Drake · 24 years ago
  85. 7fbc85c Rename the public interface from "pyexpat" to "xml.parsers.expat". by Fred Drake · 24 years ago
  86. 003b925 Add a wrapper around the pyexpat module, making the "public" name of by Fred Drake · 24 years ago
  87. f84fb66 Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for by Greg Ward · 24 years ago
  88. 7b87c0e Whitespace tweaks. by Greg Ward · 24 years ago
  89. 9e3dc4e Reformat docstrings. Standardize use of whitespace on function calls. by Greg Ward · 24 years ago
  90. d9a8dec Maildir.__init__(): Use the correct filter for filenames, so that this by Fred Drake · 24 years ago
  91. ef5f2b9 - plug a memory leak due to circular lists by Neil Schemenauer · 24 years ago
  92. d569f23 - Replace debugleak flag with findleaks flag. The new SAVEALL GC option is by Neil Schemenauer · 24 years ago
  93. faae266 - Add test for new SAVEALL debugging flag by Neil Schemenauer · 24 years ago
  94. f58a7aa Implemented new os.startfile function, unique to Windows, exposing a by Tim Peters · 24 years ago
  95. 7fa7da8 More whitespace cleanup, to satisfy tabnanny.py. Don't trust -tt! by Guido van Rossum · 24 years ago
  96. c77593d Get rid of the one tab in the file. Closes Bug #115054. by Guido van Rossum · 24 years ago
  97. 7422b6b White space cleanup, including one item that was an error under -tt. by Fred Drake · 24 years ago
  98. ab79839 Tweak what happens when run on non-Windows platforms: set install prefix by Greg Ward · 24 years ago
  99. 379a02f Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and added by Greg Ward · 24 years ago
  100. 7ec0535 Fix 'convert_path()' so it returns immediately under Unix -- prevents blowing by Greg Ward · 24 years ago