1. f19a7ac Fix a few problems with the _Printer class and the license variable. by Guido van Rossum · 24 years ago
  2. f2c1be2 On some systems (like Solaris), the master end of a tty/pty pair is by Thomas Wouters · 24 years ago
  3. 65d4bc6 Fixed negative lookahead/lookbehind. Closes bug #115618. by Fredrik Lundh · 24 years ago
  4. 5191463 Undo Ping's change. by Guido van Rossum · 24 years ago
  5. 099e534 Change first line to #!/usr/bin/env python (really just to test check-in). by Ka-Ping Yee · 24 years ago
  6. da175f4 Bump version to 1.0. by Greg Ward · 24 years ago
  7. 25a309c Remove some debugging prints. by Greg Ward · 24 years ago
  8. a9d3783 Fixed so --no-compile is a negative alias for --compile. by Greg Ward · 24 years ago
  9. 9216cfe Added a long-winded comment (and commented-out comment to go with out) by Greg Ward · 24 years ago
  10. d52755f Provide a clearer error message when urlopen fails because of an by Jeremy Hylton · 24 years ago
  11. d254c00 Remove redundent information from a docstring. by Fred Drake · 24 years ago
  12. 484d735 Delay import of py_compile until needed, since is is only used by the by Fred Drake · 24 years ago
  13. 3944a01 Do not set Konquerer to be the default browser if $KDEDIR is set -- some by Fred Drake · 24 years ago
  14. 0295181 Typo fix. by Greg Ward · 24 years ago
  15. 73a6c94 Added the ability to do byte-compilation at build time, currently off by Greg Ward · 24 years ago
  16. 8161022 Added --compile, --optimize options so users have an easy way to by Greg Ward · 24 years ago
  17. cb9c9ae Finished the overhaul of byte-compilation options: there's now a 6-way by Greg Ward · 24 years ago
  18. 04cc88d Remove the temporary byte-compilation script when we're done with it. by Greg Ward · 24 years ago
  19. c1acc69 From 'run()', only call 'bytecompile()' if we actually have by Greg Ward · 24 years ago
  20. f217e21 Tweaked 'byte_compile()' so it silently skips non-Python files, rather than by Greg Ward · 24 years ago
  21. 4b6ea79 Don't rename Tkinter to Tk; closes bug 115714 Subclass Error from Exception. by Martin v. Löwis · 24 years ago
  22. 370a29f Added a zip() test where one of the arguments is an instance whose by Barry Warsaw · 24 years ago
  23. cc4adf2 Add missing "s" from format string. This closes SourceForge patch #101714. by Fred Drake · 24 years ago
  24. 1df6e7b Reduced the 'bytecompile()' method to a one-line wrapper around by Greg Ward · 24 years ago
  25. 1297b5c Added 'byte_compile(): an all-singing, all-dancing wrapper around the by Greg Ward · 24 years ago
  26. 4752769 Various docstring tweaks. by Greg Ward · 24 years ago
  27. b8b263b Reformat docstrings. by Greg Ward · 24 years ago
  28. cb1f4c4 Standardized whitespace around function calls. by Greg Ward · 24 years ago
  29. 963cd2d Andrew Kuchling: changed so the '_path_created' dictionary is keyed on by Greg Ward · 24 years ago
  30. 3e6d438 Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None. by Greg Ward · 24 years ago
  31. e564278 Expect a tuple (dest_name, copied) from 'copy_file()'. by Greg Ward · 24 years ago
  32. 3a5a2bd Changed 'build_module()' so it returns the result of 'copy_file()' by Greg Ward · 24 years ago
  33. 0d4a853 Changed 'copy_file()' so it returns a tuple (dest_name, copied) -- hopefully, by Greg Ward · 24 years ago
  34. ec84c21 In 'get_platform()', handle so-called POSIX systems that don't have by Greg Ward · 24 years ago
  35. 64d855a Changed to use the 'sub-commands' machinery: by Greg Ward · 24 years ago
  36. 70b1fd1 Moved some things around for better organization. by Greg Ward · 24 years ago
  37. efffd28 Add mimetools testcase. by Martin v. Löwis · 24 years ago
  38. 25d1692 Return after writing 7bit or 8bit encodings. Closes bug 115712 by Martin v. Löwis · 24 years ago
  39. af484d5 Mention in the module's doc string that other functions of the socket API by Martin v. Löwis · 24 years ago
  40. 5db246d Always use the same name for the exception defined in this module! by Fred Drake · 24 years ago
  41. 3f0969f Use string functions instead of methods to allow sharing this module with PyXML by Martin v. Löwis · 24 years ago
  42. 491ded7 Remove dependency from saxutils when loading xmlreader by Martin v. Löwis · 24 years ago
  43. 1dbe9d5 Removed the extra_dirs and path_file metadata options. by Thomas Heller · 24 years ago
  44. 18b9b93 Removed the implib_dir instance variable because it is unused. by Thomas Heller · 24 years ago
  45. 20af317 popen4(): Added for Unix. by Fred Drake · 24 years ago
  46. d75e63a popen4(), class Popen4: popen4() support for Unix. by Fred Drake · 24 years ago
  47. 38cb9f1 Convert all entries on sys.path to absolute paths, and also update the by Fred Drake · 24 years ago
  48. b4e460a Avoid import of string module; it is only needed for expandvars(). by Fred Drake · 24 years ago
  49. c0ab93e Minor style nits. by Fred Drake · 24 years ago
  50. 22fb839 Remove imports of string when string methods will do. by Fred Drake · 24 years ago
  51. 9543833 Added some tests for the truncate() method; one is commented out because by Fred Drake · 24 years ago
  52. e0a7f4f Add truncate() method to StringIO objects. by Fred Drake · 24 years ago
  53. d391a34 Remove change that had not been saved when the output was generated; by Fred Drake · 24 years ago
  54. 8ef6767 Regression test for ConfigParser module. by Fred Drake · 24 years ago
  55. 2a37f9f Allow spaces in section names. by Fred Drake · 24 years ago
  56. 23542dc Updated hash values to match the new encoding (UTF-8) used in the test. by Marc-André Lemburg · 24 years ago
  57. 67ceca7 Fixed encoding to use an endianness independent format. by Marc-André Lemburg · 24 years ago
  58. 6a7768a Fixed misleading qname in test_xmlgen_ns (reported by loewis). by Lars Gustäbel · 24 years ago
  59. ef850de Bump version to 1.0pre. by Greg Ward · 24 years ago
  60. 264cf74 Remove deprecation warnings on old 'link_*()' methods, ie. they're not by Greg Ward · 24 years ago
  61. 4240648 Big patch from Rene Liebscher to simplify the CCompiler API and by Greg Ward · 24 years ago
  62. 8b2e4e8 Bump version to 0.9.4. by Greg Ward · 24 years ago
  63. 2c08cf0 Fix '_set_command_options()' so it only calls 'strtobool()' on strings by Greg Ward · 24 years ago
  64. c79dff6 Added an "import xml.parsers.expat" to turn errors due to not having by Barry Warsaw · 24 years ago
  65. d635b1d The Usual by Jeremy Hylton · 24 years ago
  66. 0872e05 Fix handling of file inputs on Windows; passing them to urllib.urlopen() by Fred Drake · 24 years ago
  67. 6c8e4c3 Test output data for the Unicode database test suite. by Marc-André Lemburg · 24 years ago
  68. 6a20ee7 Added test suite for the complete Unicode database. The test previously by Marc-André Lemburg · 24 years ago
  69. d8f7f81 Bump version to 0.9.3. by Greg Ward · 24 years ago
  70. ca4289f Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
  71. 071ed76 Standardize whitespace in function calls. by Greg Ward · 24 years ago
  72. 449f556 Whitespace fix. by Greg Ward · 24 years ago
  73. a30f7ac Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
  74. be86bde Standardize whitespace in function calls. by Greg Ward · 24 years ago
  75. fd7b91e Standardize whitespace in function calls and docstrings. by Greg Ward · 24 years ago
  76. de33c79 HP-UX is another one of those platforms using an alternative lock by Guido van Rossum · 24 years ago
  77. af57431 Include the version-detecting code to allow PyXML to override the "standard" by Fred Drake · 24 years ago
  78. 38bfc4d Add a test for SF bug #110621; stripping square brackets off of by Barry Warsaw · 24 years ago
  79. 2ea2b11 AddrlistClass.getdomainliteral(): rfc822 requires that the domain by Barry Warsaw · 24 years ago
  80. 4126736 When reading the file, option names were not passed through by Guido van Rossum · 24 years ago
  81. 68ded6e Added 'translate_longopt()' function. by Greg Ward · 24 years ago
  82. 2f2b6c6 Change to use the new 'translate_longopt()' function from fancy_getopt, rather by Greg Ward · 24 years ago
  83. d644ca2 Added a bunch of missing "=" signs in the option table. by Greg Ward · 24 years ago
  84. af64aed Renamed '--keep-tree' option to '--keep-temp', for consistency by Greg Ward · 24 years ago
  85. 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 24 years ago
  86. 817dc09 Added 'strtobool()' function: convert strings like "yes", "1", by Greg Ward · 24 years ago
  87. ceb9e22 Fixed some bugs and mis-features in handling config files: by Greg Ward · 24 years ago
  88. 84da8aa Fix inconsistent use of space/tabs. by Thomas Wouters · 24 years ago
  89. a13a9dc Use SAX2 namespace support. by Martin v. Löwis · 24 years ago
  90. 58af43f [Patch 101634] by Martin v. Löwis · 24 years ago
  91. 2066fa0 Find feature names in handler. by Martin v. Löwis · 24 years ago
  92. 424980f Enabled EntityResolver test again now that pyexpat.c has been fixed. by Lars Gustäbel · 24 years ago
  93. 3a361f4 Fixed another bug. by Lars Gustäbel · 24 years ago
  94. bb75713 Improvements to doco strings. by Lars Gustäbel · 24 years ago
  95. 33315b1 Use findfile to locate input and output files. by Martin v. Löwis · 24 years ago
  96. e292a24 Added EntityResolver and DTDHandler (patch 101631) with test cases. by Lars Gustäbel · 24 years ago
  97. 716efea Added necessary test input file for test_sax.py by Lars Gustäbel · 24 years ago
  98. 523b0a6 Added back the InputSource class (patch 101630). by Lars Gustäbel · 24 years ago
  99. b7536d5 Added test cases for the InputSource class. by Lars Gustäbel · 24 years ago
  100. b49f88b - Improved handling of win32 proxy settings (addresses bug #114256). by Fredrik Lundh · 24 years ago