1. 1b61859 partial list of changes between 2.0b1 and 2.0b2 by Jeremy Hylton · 24 years ago
  2. 15f5e2a Remove a ?? in the description of Mac OS support. by Greg Ward · 24 years ago
  3. d8f7f81 Bump version to 0.9.3. by Greg Ward · 24 years ago
  4. 7b5af04 Yet another new unique extension in the test directory. by Tim Peters · 24 years ago
  5. ca4289f Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
  6. 071ed76 Standardize whitespace in function calls. by Greg Ward · 24 years ago
  7. 449f556 Whitespace fix. by Greg Ward · 24 years ago
  8. a30f7ac Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
  9. be86bde Standardize whitespace in function calls. by Greg Ward · 24 years ago
  10. fd7b91e Standardize whitespace in function calls and docstrings. by Greg Ward · 24 years ago
  11. 39d59b4 It's..... by Guido van Rossum · 24 years ago
  12. de33c79 HP-UX is another one of those platforms using an alternative lock by Guido van Rossum · 24 years ago
  13. 375732c - don't set the titlecase flag for uppercase letters (sorry, tim) by Fredrik Lundh · 24 years ago
  14. f1fcc81 Bump Windows "build number" to 6. by Tim Peters · 24 years ago
  15. 9e7dd4c unicode database compression, step 3: by Fredrik Lundh · 24 years ago
  16. 69b58e2 unicode database compression, step 3: by Fredrik Lundh · 24 years ago
  17. 0f8fad4 unicode database compression, step 3: by Fredrik Lundh · 24 years ago
  18. 858346e Replace SIGFPE paranoia around strtod and atof. I don't believe these by Tim Peters · 24 years ago
  19. 7f577e7 regex and regsub are obsolete and Evil, so don't include them in the club. by Fred Drake · 24 years ago
  20. e9133f7 unicode database compression, step 3: by Fredrik Lundh · 24 years ago
  21. e53793b Updates from Fredrik Lundh <effbot@telia.com> about Unicode-related behavior. by Fred Drake · 24 years ago
  22. af57431 Include the version-detecting code to allow PyXML to override the "standard" by Fred Drake · 24 years ago
  23. ef5781b Add obsolescence note to the module descriptions that get added to the by Fred Drake · 24 years ago
  24. 7198ba9 fix bug #114290: when interpreter's argv[0] has a relative path make by Jeremy Hylton · 24 years ago
  25. 38bfc4d Add a test for SF bug #110621; stripping square brackets off of by Barry Warsaw · 24 years ago
  26. 02706f5 Properly set LINKFORSHARED on Reliant UNIX. Problem and required linker by Fred Drake · 24 years ago
  27. 2ea2b11 AddrlistClass.getdomainliteral(): rfc822 requires that the domain by Barry Warsaw · 24 years ago
  28. ee76f0b Credit where credit is due. Also fixed an unalphabetic sequence. by Guido van Rossum · 24 years ago
  29. 4126736 When reading the file, option names were not passed through by Guido van Rossum · 24 years ago
  30. 6d4addd Update URL for Python 2.0 by Andrew M. Kuchling · 24 years ago
  31. d79c33a Minor cleanups, wrap long lines. by Fred Drake · 24 years ago
  32. b00adfb Add missing prototypes for the benefit of SunOS 4.1.4 */ by Guido van Rossum · 24 years ago
  33. 4b36e6b For the benefit of SunOS 4.1.4, define MS_SYNC as 0 when it's by Guido van Rossum · 24 years ago
  34. cfcea49 unicode database compression, step 2: by Fredrik Lundh · 24 years ago
  35. 2101348 Fiddled w/ /F's cool new splitbins function: documented it, generalized it by Tim Peters · 24 years ago
  36. 68ded6e Added 'translate_longopt()' function. by Greg Ward · 24 years ago
  37. 2f2b6c6 Change to use the new 'translate_longopt()' function from fancy_getopt, rather by Greg Ward · 24 years ago
  38. d644ca2 Added a bunch of missing "=" signs in the option table. by Greg Ward · 24 years ago
  39. af64aed Renamed '--keep-tree' option to '--keep-temp', for consistency by Greg Ward · 24 years ago
  40. 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 24 years ago
  41. 817dc09 Added 'strtobool()' function: convert strings like "yes", "1", by Greg Ward · 24 years ago
  42. ceb9e22 Fixed some bugs and mis-features in handling config files: by Greg Ward · 24 years ago
  43. 84da8aa Fix inconsistent use of space/tabs. by Thomas Wouters · 24 years ago
  44. f367cac unicode database compression, step 1: by Fredrik Lundh · 24 years ago
  45. 51dc968 Repaired damaged string. by Tim Peters · 24 years ago
  46. 28adf52 xmlparse_ExternalEntityParserCreate(): Add required cast to return to by Fred Drake · 24 years ago
  47. 46e1302 Readme and relnotes for intermediate 2.0b1+ release. by Jack Jansen · 24 years ago
  48. 55a0bde Handle the ****/**** appleevent wildcard when called as a main program, so that it becomes a handy debugging tool (BuildApplet, copy aete resource, apply applescript to it). by Jack Jansen · 24 years ago
  49. 486f138 Added a workaround for shortcomings in the OSA support: there can be class/property conflicts and passing classes as arguments doesn't work. The package now seems to work. by Jack Jansen · 24 years ago
  50. a13a9dc Use SAX2 namespace support. by Martin v. Löwis · 24 years ago
  51. a4287c2 unicode database compression, step 1: by Fredrik Lundh · 24 years ago
  52. 58af43f [Patch 101634] by Martin v. Löwis · 24 years ago
  53. eedb576 unicode database compression, step 1: by Fredrik Lundh · 24 years ago
  54. 2066fa0 Find feature names in handler. by Martin v. Löwis · 24 years ago
  55. 424980f Enabled EntityResolver test again now that pyexpat.c has been fixed. by Lars Gustäbel · 24 years ago
  56. 3a361f4 Fixed another bug. by Lars Gustäbel · 24 years ago
  57. 4a30a07 Added ExternalEntityParserCreate method (patch 101635). by Lars Gustäbel · 24 years ago
  58. bb75713 Improvements to doco strings. by Lars Gustäbel · 24 years ago
  59. 33315b1 Use findfile to locate input and output files. by Martin v. Löwis · 24 years ago
  60. e292a24 Added EntityResolver and DTDHandler (patch 101631) with test cases. by Lars Gustäbel · 24 years ago
  61. bc1c1c9 Install xml/parsers, not xml/parser. by Martin v. Löwis · 24 years ago
  62. 05a65d6 If dbopen is not in libc, checking whether it is in libdb will fail if by Martin v. Löwis · 24 years ago
  63. 716efea Added necessary test input file for test_sax.py by Lars Gustäbel · 24 years ago
  64. 523b0a6 Added back the InputSource class (patch 101630). by Lars Gustäbel · 24 years ago
  65. b7536d5 Added test cases for the InputSource class. by Lars Gustäbel · 24 years ago
  66. b49f88b - Improved handling of win32 proxy settings (addresses bug #114256). by Fredrik Lundh · 24 years ago
  67. ab64787 Added test cases for the Attributes interface. by Lars Gustäbel · 24 years ago
  68. 32bf12e Updated to final Attributes interface (patch 101632). by Lars Gustäbel · 24 years ago
  69. e84bf75 Updated to new SAX method signatures (*NS, patch 101573). by Lars Gustäbel · 24 years ago
  70. f43cf31 Updated to new *NS signatures (patch 101573). by Lars Gustäbel · 24 years ago
  71. 1258049 Stupid typo in the pthread_t test by Guido van Rossum · 24 years ago
  72. 19f977b - don't hang if group id is followed by whitespace (closes bug #114660) by Fredrik Lundh · 24 years ago
  73. 96753b3 Added first start on SAX 2.0 tests. by Lars Gustäbel · 24 years ago
  74. 358f4da Added back missing argument to ignorableWhitespace signature. by Lars Gustäbel · 24 years ago
  75. fc643c3 Bug fix to namespace handling in XMLGenerator (now adds declarations). by Lars Gustäbel · 24 years ago
  76. 9a580c4 Fixes for Python 1.6 compatibility - socket bind and connect get a by Nicholas Riley · 24 years ago
  77. 21afd01 Change for Python 1.6 compatibility - UNIX's 'os' module defines by Nicholas Riley · 24 years ago
  78. 1f54902 Conform to the Python style guide. by Fred Drake · 24 years ago
  79. ddb4867 Conform more closely with the Python style guide. by Fred Drake · 24 years ago
  80. 7be3115 Added explanation of the use of the first program argument passed to the by Fred Drake · 24 years ago
  81. 93adb69 Change the name of the exception from "pyexpat.error" to by Fred Drake · 24 years ago
  82. 96ea196 Use the public name for the Expat parser; "pyexpat" is deprecated. by Fred Drake · 24 years ago
  83. 7fbc85c Rename the public interface from "pyexpat" to "xml.parsers.expat". by Fred Drake · 24 years ago
  84. 003b925 Add a wrapper around the pyexpat module, making the "public" name of by Fred Drake · 24 years ago
  85. c32741d Added warnings about platform vagaries to the strptime() documentation. by Fred Drake · 24 years ago
  86. ef14d73 Fix for SF bug 110624: float literals behave inconsistently. by Tim Peters · 24 years ago
  87. 891150b Added documentation for the new PyModule_*() convenience functions. by Fred Drake · 24 years ago
  88. 9e28515 Andrew Kuchling <akuchlin@mems-exchange.org>: by Fred Drake · 24 years ago
  89. f84fb66 Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for by Greg Ward · 24 years ago
  90. 7b87c0e Whitespace tweaks. by Greg Ward · 24 years ago
  91. 9e3dc4e Reformat docstrings. Standardize use of whitespace on function calls. by Greg Ward · 24 years ago
  92. 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
  93. 9a8df7d Test files for mkcwproject by Jack Jansen · 24 years ago
  94. 07642c3 More bits and pieces of project generation. by Jack Jansen · 24 years ago
  95. 7760cff Fix some long/"l" int/"i" mismatches. Fixes bug #113779. by Neil Schemenauer · 24 years ago
  96. 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
  97. e126233 Poke-and-hope attempt to fix Bugs #115006 and #114324: fix the test by Guido van Rossum · 24 years ago
  98. d9a8dec Maildir.__init__(): Use the correct filter for filenames, so that this by Fred Drake · 24 years ago
  99. 1fa9365 Added refcount information for the *_InPlace*() API series. by Fred Drake · 24 years ago
  100. c0e6c5b PyNumber_Coerce() returns an int, not a PyObject *. by Fred Drake · 24 years ago