]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2000-09-28  Fred DrakeUpdated documentation relating to the various flavors...
2000-09-28  Thomas HellerRemoved the implib_dir instance variable because it...
2000-09-28  Fred Drakepopen4(): Added for Unix.
2000-09-28  Fred Drakepopen4(), class Popen4: popen4() support for Unix.
2000-09-28  Fred DrakeConvert all entries on sys.path to absolute paths,...
2000-09-28  Fred DrakeAvoid import of string module; it is only needed for...
2000-09-28  Fred DrakeMinor style nits.
2000-09-28  Fred DrakeRemove imports of string when string methods will do.
2000-09-28  Fred DrakeMinor ANSIfication: lib_python no longer needs to be...
2000-09-28  Fred DrakeAdd regex and regsub to the list of undocumented obsole...
2000-09-28  Fred DrakeAdded some tests for the truncate() method; one is...
2000-09-28  Fred DrakeAdd truncate() method to StringIO objects.
2000-09-28  Fred DrakeRemove change that had not been saved when the output...
2000-09-28  Fred DrakeFix includes; not including Python.h caused the module...
2000-09-27  Fred DrakeUpdate the documentation for ConfigParser to match...
2000-09-27  Fred DrakeRegression test for ConfigParser module.
2000-09-27  Fred DrakeAllow spaces in section names.
2000-09-27  Jeremy HyltonFix buffer overflow vulnerabilities in calculate_path...
2000-09-27  Marc-André... Updated hash values to match the new encoding (UTF...
2000-09-27  Marc-André... Fixed encoding to use an endianness independent format.
2000-09-27  Lars GustäbelFixed misleading qname in test_xmlgen_ns (reported...
2000-09-27  Andrew M. KuchlingFix double negative spotted by matt@mondoinfo.com
2000-09-27  Andrew M. KuchlingAdded a section describing the new development process...
2000-09-27  Greg WardBump version to 1.0pre.
2000-09-27  Greg WardRemove deprecation warnings on old 'link_*()' methods...
2000-09-27  Greg WardBig patch from Rene Liebscher to simplify the CCompiler...
2000-09-27  Andrew M. KuchlingWrote text for features added between 2.0b1 and b2.
2000-09-27  Andrew M. KuchlingFixed error in explanation of codec decode_func pointed...
2000-09-27  Greg WardBump version to 0.9.4.
2000-09-27  Greg WardFix '_set_command_options()' so it only calls 'strtoboo...
2000-09-26  cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.0b2
2000-09-26  Barry WarsawAdded an "import xml.parsers.expat" to turn errors...
2000-09-26  Jeremy HyltonFix GC news
2000-09-26  Jeremy HyltonThe Usual
2000-09-26  Fred DrakeFix handling of file inputs on Windows; passing them...
2000-09-26  Jeremy Hyltonthe usual
2000-09-26  Fred DrakeFixed typo, description of changes to dbm module.
2000-09-26  Jeremy HyltonThe rest of the news for 2.0b2
2000-09-26  Fred DrakeElaborated the notes on the XML support.
2000-09-26  Marc-André... Test output data for the Unicode database test suite.
2000-09-26  Marc-André... Added test suite for the complete Unicode database...
2000-09-26  Guido van RossumIt's beta 2 now. Updated some stale URLs at pythonlabs...
2000-09-26  Guido van RossumFixed some typos, added some punctuation (e.g. consiste...
2000-09-26  Tim PetersNew info and fixed some typos.
2000-09-26  Tim PetersMore limits.h stuff in node.c.
2000-09-26  Fred DrakeNote that including Python.h includes limits.h when...
2000-09-26  Fred DrakeRationalize use of limits.h, moving the inclusion to...
2000-09-26  Jeremy Hyltonpartial list of changes between 2.0b1 and 2.0b2
2000-09-26  Greg WardRemove a ?? in the description of Mac OS support.
2000-09-26  Greg WardBump version to 0.9.3.
2000-09-26  Tim PetersYet another new unique extension in the test directory.
2000-09-26  Greg WardReformat docstrings.
2000-09-26  Greg WardStandardize whitespace in function calls.
2000-09-26  Greg WardWhitespace fix.
2000-09-26  Greg WardReformat docstrings.
2000-09-26  Greg WardStandardize whitespace in function calls.
2000-09-26  Greg WardStandardize whitespace in function calls and docstrings.
2000-09-26  Guido van RossumIt's.....
2000-09-26  Guido van RossumHP-UX is another one of those platforms using an altern...
2000-09-25  Fredrik Lundh- don't set the titlecase flag for uppercase letters...
2000-09-25  Tim PetersBump Windows "build number" to 6.
2000-09-25  Fredrik Lundhunicode database compression, step 3:
2000-09-25  Fredrik Lundhunicode database compression, step 3:
2000-09-25  Fredrik Lundhunicode database compression, step 3:
2000-09-25  Tim PetersReplace SIGFPE paranoia around strtod and atof. I...
2000-09-25  Fred Drakeregex and regsub are obsolete and Evil, so don't includ...
2000-09-25  Fredrik Lundhunicode database compression, step 3:
2000-09-25  Fred DrakeUpdates from Fredrik Lundh <effbot@telia.com> about...
2000-09-25  Fred DrakeInclude the version-detecting code to allow PyXML to...
2000-09-25  Fred DrakeAdd obsolescence note to the module descriptions that...
2000-09-25  Jeremy Hyltonfix bug #114290: when interpreter's argv[0] has a relat...
2000-09-25  Barry WarsawAdd a test for SF bug #110621; stripping square bracket...
2000-09-25  Fred DrakeProperly set LINKFORSHARED on Reliant UNIX. Problem...
2000-09-25  Barry WarsawAddrlistClass.getdomainliteral(): rfc822 requires that...
2000-09-25  Guido van RossumCredit where credit is due. Also fixed an unalphabetic...
2000-09-25  Guido van RossumWhen reading the file, option names were not passed...
2000-09-25  Andrew M. KuchlingUpdate URL for Python 2.0
2000-09-25  Fred DrakeMinor cleanups, wrap long lines.
2000-09-25  Guido van RossumAdd missing prototypes for the benefit of SunOS 4.1...
2000-09-25  Guido van RossumFor the benefit of SunOS 4.1.4, define MS_SYNC as 0...
2000-09-25  Fredrik Lundhunicode database compression, step 2:
2000-09-25  Tim PetersFiddled w/ /F's cool new splitbins function: documente...
2000-09-25  Greg WardAdded 'translate_longopt()' function.
2000-09-25  Greg WardChange to use the new 'translate_longopt()' function...
2000-09-25  Greg WardAdded a bunch of missing "=" signs in the option table.
2000-09-25  Greg WardRenamed '--keep-tree' option to '--keep-temp', for...
2000-09-25  Greg WardAdded 'boolean_options' list to support config file...
2000-09-25  Greg WardAdded 'strtobool()' function: convert strings like...
2000-09-25  Greg WardFixed some bugs and mis-features in handling config...
2000-09-25  Thomas WoutersFix inconsistent use of space/tabs.
2000-09-24  Fredrik Lundhunicode database compression, step 1:
2000-09-24  Tim PetersRepaired damaged string.
2000-09-24  Fred Drakexmlparse_ExternalEntityParserCreate(): Add required...
2000-09-24  Jack JansenReadme and relnotes for intermediate 2.0b1+ release.
2000-09-24  Jack JansenHandle the ****/**** appleevent wildcard when called...
2000-09-24  Jack JansenAdded a workaround for shortcomings in the OSA support...
2000-09-24  Martin v. LöwisUse SAX2 namespace support.
2000-09-24  Fredrik Lundhunicode database compression, step 1:
2000-09-24  Martin v. Löwis[Patch 101634]
2000-09-24  Fredrik Lundhunicode database compression, step 1:
next