1. e292a24 Added EntityResolver and DTDHandler (patch 101631) with test cases. by Lars Gustäbel · 24 years ago
  2. bc1c1c9 Install xml/parsers, not xml/parser. by Martin v. Löwis · 24 years ago
  3. 05a65d6 If dbopen is not in libc, checking whether it is in libdb will fail if by Martin v. Löwis · 24 years ago
  4. 716efea Added necessary test input file for test_sax.py by Lars Gustäbel · 24 years ago
  5. 523b0a6 Added back the InputSource class (patch 101630). by Lars Gustäbel · 24 years ago
  6. b7536d5 Added test cases for the InputSource class. by Lars Gustäbel · 24 years ago
  7. b49f88b - Improved handling of win32 proxy settings (addresses bug #114256). by Fredrik Lundh · 24 years ago
  8. ab64787 Added test cases for the Attributes interface. by Lars Gustäbel · 24 years ago
  9. 32bf12e Updated to final Attributes interface (patch 101632). by Lars Gustäbel · 24 years ago
  10. e84bf75 Updated to new SAX method signatures (*NS, patch 101573). by Lars Gustäbel · 24 years ago
  11. f43cf31 Updated to new *NS signatures (patch 101573). by Lars Gustäbel · 24 years ago
  12. 1258049 Stupid typo in the pthread_t test by Guido van Rossum · 24 years ago
  13. 19f977b - don't hang if group id is followed by whitespace (closes bug #114660) by Fredrik Lundh · 24 years ago
  14. 96753b3 Added first start on SAX 2.0 tests. by Lars Gustäbel · 24 years ago
  15. 358f4da Added back missing argument to ignorableWhitespace signature. by Lars Gustäbel · 24 years ago
  16. fc643c3 Bug fix to namespace handling in XMLGenerator (now adds declarations). by Lars Gustäbel · 24 years ago
  17. 9a580c4 Fixes for Python 1.6 compatibility - socket bind and connect get a by Nicholas Riley · 24 years ago
  18. 21afd01 Change for Python 1.6 compatibility - UNIX's 'os' module defines by Nicholas Riley · 24 years ago
  19. 1f54902 Conform to the Python style guide. by Fred Drake · 24 years ago
  20. ddb4867 Conform more closely with the Python style guide. by Fred Drake · 24 years ago
  21. 7be3115 Added explanation of the use of the first program argument passed to the by Fred Drake · 24 years ago
  22. 93adb69 Change the name of the exception from "pyexpat.error" to by Fred Drake · 24 years ago
  23. 96ea196 Use the public name for the Expat parser; "pyexpat" is deprecated. by Fred Drake · 24 years ago
  24. 7fbc85c Rename the public interface from "pyexpat" to "xml.parsers.expat". by Fred Drake · 24 years ago
  25. 003b925 Add a wrapper around the pyexpat module, making the "public" name of by Fred Drake · 24 years ago
  26. c32741d Added warnings about platform vagaries to the strptime() documentation. by Fred Drake · 24 years ago
  27. ef14d73 Fix for SF bug 110624: float literals behave inconsistently. by Tim Peters · 24 years ago
  28. 891150b Added documentation for the new PyModule_*() convenience functions. by Fred Drake · 24 years ago
  29. 9e28515 Andrew Kuchling <akuchlin@mems-exchange.org>: by Fred Drake · 24 years ago
  30. f84fb66 Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for by Greg Ward · 24 years ago
  31. 7b87c0e Whitespace tweaks. by Greg Ward · 24 years ago
  32. 9e3dc4e Reformat docstrings. Standardize use of whitespace on function calls. by Greg Ward · 24 years ago
  33. 4a75158 mkcwproject now works, but for one thing: the import of the XML document as a project through AppleEvents. by Jack Jansen · 24 years ago
  34. 9a8df7d Test files for mkcwproject by Jack Jansen · 24 years ago
  35. 07642c3 More bits and pieces of project generation. by Jack Jansen · 24 years ago
  36. 7760cff Fix some long/"l" int/"i" mismatches. Fixes bug #113779. by Neil Schemenauer · 24 years ago
  37. 4a5eb96 Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Default is "unseen output". Upped the Popt version number. by Jack Jansen · 24 years ago
  38. e126233 Poke-and-hope attempt to fix Bugs #115006 and #114324: fix the test by Guido van Rossum · 24 years ago
  39. d9a8dec Maildir.__init__(): Use the correct filter for filenames, so that this by Fred Drake · 24 years ago
  40. 1fa9365 Added refcount information for the *_InPlace*() API series. by Fred Drake · 24 years ago
  41. c0e6c5b PyNumber_Coerce() returns an int, not a PyObject *. by Fred Drake · 24 years ago
  42. 3764b6b Fix the way we found relevant cfuncdesc lines; PREFIX was not a regular by Fred Drake · 24 years ago
  43. 7f58e2e It's better to test for __hpux rather than __hppa, and hpux or hppa is by Guido van Rossum · 24 years ago
  44. 38178fd use_sans_serif(), by Fred Drake · 24 years ago
  45. a9dd2ee Update versioning for the next Python release. by Fred Drake · 24 years ago
  46. e71912c Update RELEASE for the next Python release. by Fred Drake · 24 years ago
  47. cd5ff9f Change HP=UX compiler options from -Aa to -Ae, which implies by Guido van Rossum · 24 years ago
  48. ecc23b0 Hopefully fix the problem with undeclared fdatasync() on HP-UX that by Guido van Rossum · 24 years ago
  49. 4c6d21a Fix some minor nits about the use of \optional in parameter lists. by Fred Drake · 24 years ago
  50. ff555e3 Address Bug #115057: add a --with-suffix option to set the EXE by Guido van Rossum · 24 years ago
  51. ef5f2b9 - plug a memory leak due to circular lists by Neil Schemenauer · 24 years ago
  52. d569f23 - Replace debugleak flag with findleaks flag. The new SAVEALL GC option is by Neil Schemenauer · 24 years ago
  53. faae266 - Add test for new SAVEALL debugging flag by Neil Schemenauer · 24 years ago
  54. 544de1e - Add DEBUG_SAVEALL option. When enabled all garbage objects found by the by Neil Schemenauer · 24 years ago
  55. 676940b When PyInt_FromLong() returns NULL, you do not need to check by Fred Drake · 24 years ago
  56. d35509a Contributed modules by Riccardo Trocca. Extended pixmap wrapper, NumPy visualiser and QuickTime to images. by Jack Jansen · 24 years ago
  57. fdd2269 Allow lists of files/fsspecs as the source for copy() and move(). By by Jack Jansen · 24 years ago
  58. f58a7aa Implemented new os.startfile function, unique to Windows, exposing a by Tim Peters · 24 years ago
  59. 7fa7da8 More whitespace cleanup, to satisfy tabnanny.py. Don't trust -tt! by Guido van Rossum · 24 years ago
  60. c77593d Get rid of the one tab in the file. Closes Bug #115054. by Guido van Rossum · 24 years ago
  61. 954eef7 Fix for SF bug 115051: Dodgy use of PyTuple_SET_ITEM in pyexpat.c by Tim Peters · 24 years ago
  62. 7422b6b White space cleanup, including one item that was an error under -tt. by Fred Drake · 24 years ago
  63. 0f6dcb3 Remove debugging print. ;( by Fred Drake · 24 years ago
  64. 343ad7a Correct some bitrot; some things have become inaccurate in the tutorial. by Fred Drake · 24 years ago
  65. ab79839 Tweak what happens when run on non-Windows platforms: set install prefix by Greg Ward · 24 years ago
  66. 379a02f Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and added by Greg Ward · 24 years ago
  67. 7ec0535 Fix 'convert_path()' so it returns immediately under Unix -- prevents blowing by Greg Ward · 24 years ago
  68. f8925978 Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 24 years ago
  69. 1a5e583 Untested patch by Ty Sarna to make TELL64 work on older NetBSD systems. by Guido van Rossum · 24 years ago
  70. d7bf974 Indent _connection_class so that it becomes HTTPS._connection_class. by Martin v. Löwis · 24 years ago
  71. d68442b Lots of minor fixes, many suggested by Detlef Lannert by Fred Drake · 24 years ago
  72. 0bb0a90 Various tweaks and bugfixes to GetArgv. It now appears good enough for Distutils. by Jack Jansen · 24 years ago
  73. 00fb416 Added dependencies on the bug-reporting text. by Fred Drake · 24 years ago
  74. ed773ef Include the new text on reporting bugs in a few useful places. by Fred Drake · 24 years ago
  75. cb0a0b3 New text about how to report bugs in Python and the documentation. by Fred Drake · 24 years ago
  76. 5cd2f0d Updated according to the changes made to the "s#" parser marker by Marc-André Lemburg · 24 years ago
  77. b425f5e Added a true unicode_internal_encode function and fixed the by Marc-André Lemburg · 24 years ago
  78. 0afff38 Special case the "s#" PyArg_Parse() token for Unicode objects: by Marc-André Lemburg · 24 years ago
  79. 3578b77 Special case the "s#" PyArg_Parse() token for Unicode objects: by Marc-André Lemburg · 24 years ago
  80. 265a804 Revise the test case for pyexpat to avoid using asserts. Conform better by Fred Drake · 24 years ago
  81. 9e79a25 The minidom.Node class has a debug attribute which, when its _debug by Guido van Rossum · 24 years ago
  82. ca1f426 Remove memory leaks of strings/Unicode objects passed into the character by Fred Drake · 24 years ago
  83. 07cbc4e Paul Prescod <paul@prescod.net>: by Fred Drake · 24 years ago
  84. 5644b7f - fixed yet another gcc -pedantic warning by Fredrik Lundh · 24 years ago
  85. 4462701 SAXException.__getitem__(): Raise AttributeError instead of NameError. by Fred Drake · 24 years ago
  86. 1e3c8cc As suggested by Toby Dickenson, setting ob_type to NULL in by Guido van Rossum · 24 years ago
  87. 1bf4e93 Convert the longest two tables from tableii to longtableii so they do not by Fred Drake · 24 years ago
  88. da72b93 Add new environments: longtableii, longtableiii, and longtableiv, to by Fred Drake · 24 years ago
  89. 2964268 Allow the LaTeX markup descriptions to use the \moreargs and \unspecified by Fred Drake · 24 years ago
  90. d34580c fix bogus references to imp; makes test_minidom succeed by Jeremy Hylton · 24 years ago
  91. cf06571a Use PyOS_setsig() instead of signal(). Also remove redundant spaces by Guido van Rossum · 24 years ago
  92. b798c01 Now uses make_parser to create its parser (patch 101573). by Lars Gustäbel · 24 years ago
  93. ae43e52 Added the make_parser function (patch 101571). by Lars Gustäbel · 24 years ago
  94. c5cec51 Updated XMLGenerator to new DocumentHandler interface (patch 101572). by Lars Gustäbel · 24 years ago
  95. b4d6bb09 Updated to correct DocumentHandler signatures. (patch 101570) by Lars Gustäbel · 24 years ago
  96. 39fb28f Windows installer: by Tim Peters · 24 years ago
  97. 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
  98. 31575ce Note that __getitem__() may receive a slice object as the index; by Fred Drake · 24 years ago
  99. 0299749 Document directories are not always named with three characters any more; by Fred Drake · 24 years ago
  100. fffe5db Fixed a number of small problems reported by Detlef Lannert by Fred Drake · 24 years ago