summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* In 'get_platform()', handle so-called POSIX systems that don't haveGreg Ward2000-09-301-1/+1
* Changed to use the 'sub-commands' machinery:Greg Ward2000-09-301-21/+29
* Moved some things around for better organization.Greg Ward2000-09-301-26/+36
* Fixed spelling of module; closes bug 115712.Martin v. Löwis2000-09-301-1/+1
* Add mimetools testcase.Martin v. Löwis2000-09-302-0/+23
* Return after writing 7bit or 8bit encodings. Closes bug 115712Martin v. Löwis2000-09-301-2/+2
* Mention in the module's doc string that other functions of the socket APIMartin v. Löwis2000-09-301-1/+2
* Replace to XXX notes to add references with real references.Fred Drake2000-09-301-2/+7
* Always use the same name for the exception defined in this module!Fred Drake2000-09-291-12/+12
* PyModule_AddStringConstant(): Make this static since it isn't usedFred Drake2000-09-291-1/+5
* Remove unused VERSION #define.Martin v. Löwis2000-09-291-5/+26
* Use string functions instead of methods to allow sharing this module with PyXMLMartin v. Löwis2000-09-291-3/+5
* Remove dependency from saxutils when loading xmlreaderMartin v. Löwis2000-09-291-2/+1
* Capitalized an "if" that should have been -- noted by Grant GriffinFred Drake2000-09-291-1/+1
* Add a paragraph about an optimization bug in SGI compilers which affectsFred Drake2000-09-291-0/+7
* Reversely --> ConverselyFred Drake2000-09-291-2/+2
* Added a missing "is" -- noted by Grant GriffinFred Drake2000-09-291-1/+1
* Spelling: internalization --> internationalizationFred Drake2000-09-291-56/+48
* Removed the extra_dirs and path_file metadata options.Thomas Heller2000-09-291-270/+260
* os.startfile() documentation, based on text from Tim Peters.Fred Drake2000-09-291-0/+18
* The 2.0b2 change to write .pyc files in exclusive mode (if possible)Tim Peters2000-09-291-1/+6
* Update list of extension modules that may be interesting to enable onFred Drake2000-09-291-5/+6
* Clarify that the Tk interface is not enabled by default when buildingFred Drake2000-09-281-2/+3
* Add #ifdef's for platforms that don't have the constants POLLRDNORM andAndrew M. Kuchling2000-09-281-0/+8
* Fix typo: config.stat --> config.statusFred Drake2000-09-281-1/+1
* Consistency nits, untabify.Fred Drake2000-09-281-38/+39
* Updated documentation relating to the various flavors of popen[234]()Fred Drake2000-09-282-24/+79
* Removed the implib_dir instance variable because it is unused.Thomas Heller2000-09-281-13/+9
* popen4(): Added for Unix.Fred Drake2000-09-281-3/+7
* popen4(), class Popen4: popen4() support for Unix.Fred Drake2000-09-281-49/+64
* Convert all entries on sys.path to absolute paths, and also update theFred Drake2000-09-281-8/+31
* Avoid import of string module; it is only needed for expandvars().Fred Drake2000-09-283-48/+46
* Minor style nits.Fred Drake2000-09-281-10/+10
* Remove imports of string when string methods will do.Fred Drake2000-09-281-5/+3
* Minor ANSIfication: lib_python no longer needs to be initializedFred Drake2000-09-281-4/+1
* Add regex and regsub to the list of undocumented obsolete modules.Fred Drake2000-09-281-0/+12
* Added some tests for the truncate() method; one is commented out becauseFred Drake2000-09-282-0/+25
* Add truncate() method to StringIO objects.Fred Drake2000-09-281-0/+13
* Remove change that had not been saved when the output was generated;Fred Drake2000-09-281-3/+0
* Fix includes; not including Python.h caused the module not to compile onFred Drake2000-09-281-1/+1
* Update the documentation for ConfigParser to match the recent changes.Fred Drake2000-09-271-2/+13
* Regression test for ConfigParser module.Fred Drake2000-09-272-0/+195
* Allow spaces in section names.Fred Drake2000-09-271-18/+33
* Fix buffer overflow vulnerabilities in calculate_path(). Code usedJeremy Hylton2000-09-271-16/+41
* Updated hash values to match the new encoding (UTF-8) used in the test.Marc-André Lemburg2000-09-271-1/+1
* Fixed encoding to use an endianness independent format.Marc-André Lemburg2000-09-271-1/+3
* Fixed misleading qname in test_xmlgen_ns (reported by loewis).Lars Gustäbel2000-09-271-2/+2
* Fix double negative spotted by matt@mondoinfo.comAndrew M. Kuchling2000-09-271-2/+2
* Added a section describing the new development process. Part of itAndrew M. Kuchling2000-09-271-1/+87
* Bump version to 1.0pre.Greg Ward2000-09-271-1/+1