- b64c223 Minor ANSIfication: lib_python no longer needs to be initialized by Fred Drake · 24 years ago
- 44774c9 Add regex and regsub to the list of undocumented obsolete modules. by Fred Drake · 24 years ago
- 9543833 Added some tests for the truncate() method; one is commented out because by Fred Drake · 24 years ago
- e0a7f4f Add truncate() method to StringIO objects. by Fred Drake · 24 years ago
- d391a34 Remove change that had not been saved when the output was generated; by Fred Drake · 24 years ago
- a6debec Fix includes; not including Python.h caused the module not to compile on by Fred Drake · 24 years ago
- 33dde92 Update the documentation for ConfigParser to match the recent changes. by Fred Drake · 24 years ago
- 8ef6767 Regression test for ConfigParser module. by Fred Drake · 24 years ago
- 2a37f9f Allow spaces in section names. by Fred Drake · 24 years ago
- 6372fe1 Fix buffer overflow vulnerabilities in calculate_path(). Code used by Jeremy Hylton · 24 years ago
- 23542dc Updated hash values to match the new encoding (UTF-8) used in the test. by Marc-André Lemburg · 24 years ago
- 67ceca7 Fixed encoding to use an endianness independent format. by Marc-André Lemburg · 24 years ago
- 6a7768a Fixed misleading qname in test_xmlgen_ns (reported by loewis). by Lars Gustäbel · 24 years ago
- fc1b60e Fix double negative spotted by matt@mondoinfo.com by Andrew M. Kuchling · 24 years ago
- be870dd Added a section describing the new development process. Part of it by Andrew M. Kuchling · 24 years ago
- ef850de Bump version to 1.0pre. by Greg Ward · 24 years ago
- 264cf74 Remove deprecation warnings on old 'link_*()' methods, ie. they're not by Greg Ward · 24 years ago
- 4240648 Big patch from Rene Liebscher to simplify the CCompiler API and by Greg Ward · 24 years ago
- 3ad4e74 Wrote text for features added between 2.0b1 and b2. by Andrew M. Kuchling · 24 years ago
- 118ee96 Fixed error in explanation of codec decode_func pointed out by Gregg Hauser, by Andrew M. Kuchling · 24 years ago
- 8b2e4e8 Bump version to 0.9.4. by Greg Ward · 24 years ago
- 2c08cf0 Fix '_set_command_options()' so it only calls 'strtobool()' on strings by Greg Ward · 24 years ago
- 81467b8 This commit was manufactured by cvs2svn to create tag 'r20b2'. by cvs2svn · 24 years ago
- c79dff6 Added an "import xml.parsers.expat" to turn errors due to not having by Barry Warsaw · 24 years ago
- 97693b0 Fix GC news by Jeremy Hylton · 24 years ago
- d635b1d The Usual by Jeremy Hylton · 24 years ago
- 0872e05 Fix handling of file inputs on Windows; passing them to urllib.urlopen() by Fred Drake · 24 years ago
- 1bac645 the usual by Jeremy Hylton · 24 years ago
- 67233bc Fixed typo, description of changes to dbm module. by Fred Drake · 24 years ago
- fa2e2c1 The rest of the news for 2.0b2 by Jeremy Hylton · 24 years ago
- 64bb380 Elaborated the notes on the XML support. by Fred Drake · 24 years ago
- 6c8e4c3 Test output data for the Unicode database test suite. by Marc-André Lemburg · 24 years ago
- 6a20ee7 Added test suite for the complete Unicode database. The test previously by Marc-André Lemburg · 24 years ago
- ba90909 It's beta 2 now. Updated some stale URLs at pythonlabs.com. by Guido van Rossum · 24 years ago
- f62ed9c Fixed some typos, added some punctuation (e.g. consistently terminate by Guido van Rossum · 24 years ago
- 482c021 New info and fixed some typos. by Tim Peters · 24 years ago
- 1d6a729 More limits.h stuff in node.c. Fred, check this! by Tim Peters · 24 years ago
- 0b71cea Note that including Python.h includes limits.h when available. by Fred Drake · 24 years ago
- d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
- 1b61859 partial list of changes between 2.0b1 and 2.0b2 by Jeremy Hylton · 24 years ago
- 15f5e2a Remove a ?? in the description of Mac OS support. by Greg Ward · 24 years ago
- d8f7f81 Bump version to 0.9.3. by Greg Ward · 24 years ago
- 7b5af04 Yet another new unique extension in the test directory. by Tim Peters · 24 years ago
- ca4289f Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
- 071ed76 Standardize whitespace in function calls. by Greg Ward · 24 years ago
- 449f556 Whitespace fix. by Greg Ward · 24 years ago
- a30f7ac Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
- be86bde Standardize whitespace in function calls. by Greg Ward · 24 years ago
- fd7b91e Standardize whitespace in function calls and docstrings. by Greg Ward · 24 years ago
- 39d59b4 It's..... by Guido van Rossum · 24 years ago
- de33c79 HP-UX is another one of those platforms using an alternative lock by Guido van Rossum · 24 years ago
- 375732c - don't set the titlecase flag for uppercase letters (sorry, tim) by Fredrik Lundh · 24 years ago
- f1fcc81 Bump Windows "build number" to 6. by Tim Peters · 24 years ago
- 9e7dd4c unicode database compression, step 3: by Fredrik Lundh · 24 years ago
- 69b58e2 unicode database compression, step 3: by Fredrik Lundh · 24 years ago
- 0f8fad4 unicode database compression, step 3: by Fredrik Lundh · 24 years ago
- 858346e Replace SIGFPE paranoia around strtod and atof. I don't believe these by Tim Peters · 24 years ago
- 7f577e7 regex and regsub are obsolete and Evil, so don't include them in the club. by Fred Drake · 24 years ago
- e9133f7 unicode database compression, step 3: by Fredrik Lundh · 24 years ago
- e53793b Updates from Fredrik Lundh <effbot@telia.com> about Unicode-related behavior. by Fred Drake · 24 years ago
- af57431 Include the version-detecting code to allow PyXML to override the "standard" by Fred Drake · 24 years ago
- ef5781b Add obsolescence note to the module descriptions that get added to the by Fred Drake · 24 years ago
- 7198ba9 fix bug #114290: when interpreter's argv[0] has a relative path make by Jeremy Hylton · 24 years ago
- 38bfc4d Add a test for SF bug #110621; stripping square brackets off of by Barry Warsaw · 24 years ago
- 02706f5 Properly set LINKFORSHARED on Reliant UNIX. Problem and required linker by Fred Drake · 24 years ago
- 2ea2b11 AddrlistClass.getdomainliteral(): rfc822 requires that the domain by Barry Warsaw · 24 years ago
- ee76f0b Credit where credit is due. Also fixed an unalphabetic sequence. by Guido van Rossum · 24 years ago
- 4126736 When reading the file, option names were not passed through by Guido van Rossum · 24 years ago
- 6d4addd Update URL for Python 2.0 by Andrew M. Kuchling · 24 years ago
- d79c33a Minor cleanups, wrap long lines. by Fred Drake · 24 years ago
- b00adfb Add missing prototypes for the benefit of SunOS 4.1.4 */ by Guido van Rossum · 24 years ago
- 4b36e6b For the benefit of SunOS 4.1.4, define MS_SYNC as 0 when it's by Guido van Rossum · 24 years ago
- cfcea49 unicode database compression, step 2: by Fredrik Lundh · 24 years ago
- 2101348 Fiddled w/ /F's cool new splitbins function: documented it, generalized it by Tim Peters · 24 years ago
- 68ded6e Added 'translate_longopt()' function. by Greg Ward · 24 years ago
- 2f2b6c6 Change to use the new 'translate_longopt()' function from fancy_getopt, rather by Greg Ward · 24 years ago
- d644ca2 Added a bunch of missing "=" signs in the option table. by Greg Ward · 24 years ago
- af64aed Renamed '--keep-tree' option to '--keep-temp', for consistency by Greg Ward · 24 years ago
- 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 24 years ago
- 817dc09 Added 'strtobool()' function: convert strings like "yes", "1", by Greg Ward · 24 years ago
- ceb9e22 Fixed some bugs and mis-features in handling config files: by Greg Ward · 24 years ago
- 84da8aa Fix inconsistent use of space/tabs. by Thomas Wouters · 24 years ago
- f367cac unicode database compression, step 1: by Fredrik Lundh · 24 years ago
- 51dc968 Repaired damaged string. by Tim Peters · 24 years ago
- 28adf52 xmlparse_ExternalEntityParserCreate(): Add required cast to return to by Fred Drake · 24 years ago
- 46e1302 Readme and relnotes for intermediate 2.0b1+ release. by Jack Jansen · 24 years ago
- 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
- 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
- a13a9dc Use SAX2 namespace support. by Martin v. Löwis · 24 years ago
- a4287c2 unicode database compression, step 1: by Fredrik Lundh · 24 years ago
- 58af43f [Patch 101634] by Martin v. Löwis · 24 years ago
- eedb576 unicode database compression, step 1: by Fredrik Lundh · 24 years ago
- 2066fa0 Find feature names in handler. by Martin v. Löwis · 24 years ago
- 424980f Enabled EntityResolver test again now that pyexpat.c has been fixed. by Lars Gustäbel · 24 years ago
- 3a361f4 Fixed another bug. by Lars Gustäbel · 24 years ago
- 4a30a07 Added ExternalEntityParserCreate method (patch 101635). by Lars Gustäbel · 24 years ago
- bb75713 Improvements to doco strings. by Lars Gustäbel · 24 years ago
- 33315b1 Use findfile to locate input and output files. by Martin v. Löwis · 24 years ago
- e292a24 Added EntityResolver and DTDHandler (patch 101631) with test cases. by Lars Gustäbel · 24 years ago
- bc1c1c9 Install xml/parsers, not xml/parser. by Martin v. Löwis · 24 years ago