]> granicus.if.org Git - python/shortlog
python
2000-09-30 Greg WardAdded skeletal "Building Extensions: Tips and Tricks...
2000-09-30 Greg WardReduced the 'bytecompile()' method to a one-line wrappe...
2000-09-30 Greg WardAdded 'byte_compile(): an all-singing, all-dancing...
2000-09-30 Greg WardVarious docstring tweaks.
2000-09-30 Greg WardReformat docstrings.
2000-09-30 Greg WardStandardized whitespace around function calls.
2000-09-30 Greg WardAndrew Kuchling: changed so the '_path_created' diction...
2000-09-30 Greg WardFixed 'run()' so it doesn't call 'bytecompile()' if...
2000-09-30 Greg WardExpect a tuple (dest_name, copied) from 'copy_file()'.
2000-09-30 Marc-André... Fix header file usage so that NULL is defined. NULL...
2000-09-30 Greg WardChanged 'build_module()' so it returns the result of...
2000-09-30 Greg WardChanged 'copy_file()' so it returns a tuple (dest_name...
2000-09-30 Greg WardIn 'get_platform()', handle so-called POSIX systems...
2000-09-30 Greg WardChanged to use the 'sub-commands' machinery:
2000-09-30 Greg WardMoved some things around for better organization.
2000-09-30 Martin v. LöwisFixed spelling of module; closes bug 115712.
2000-09-30 Martin v. LöwisAdd mimetools testcase.
2000-09-30 Martin v. LöwisReturn after writing 7bit or 8bit encodings. Closes...
2000-09-30 Martin v. LöwisMention in the module's doc string that other functions...
2000-09-30 Fred DrakeReplace to XXX notes to add references with real refere...
2000-09-29 Fred DrakeAlways use the same name for the exception defined...
2000-09-29 Fred DrakePyModule_AddStringConstant(): Make this static since...
2000-09-29 Martin v. LöwisRemove unused VERSION #define.
2000-09-29 Martin v. LöwisUse string functions instead of methods to allow sharin...
2000-09-29 Martin v. LöwisRemove dependency from saxutils when loading xmlreader
2000-09-29 Fred DrakeCapitalized an "if" that should have been -- noted...
2000-09-29 Fred DrakeAdd a paragraph about an optimization bug in SGI compil...
2000-09-29 Fred DrakeReversely --> Conversely
2000-09-29 Fred DrakeAdded a missing "is" -- noted by Grant Griffin
2000-09-29 Fred DrakeSpelling: internalization --> internationalization
2000-09-29 Thomas HellerRemoved the extra_dirs and path_file metadata options.
2000-09-29 Fred Drakeos.startfile() documentation, based on text from Tim...
2000-09-29 Tim PetersThe 2.0b2 change to write .pyc files in exclusive mode...
2000-09-29 Fred DrakeUpdate list of extension modules that may be interestin...
2000-09-28 Fred DrakeClarify that the Tk interface is not enabled by default...
2000-09-28 Andrew M. KuchlingAdd #ifdef's for platforms that don't have the constant...
2000-09-28 Fred DrakeFix typo: config.stat --> config.status
2000-09-28 Fred DrakeConsistency nits, untabify.
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:
next