]> granicus.if.org Git - python/shortlog
python
2000-10-04 Andrew M. KuchlingRewrites to section on new development process, after...
2000-10-04 Fred DrakeUse \obindex{...} instead of \indexii{...}{type} in...
2000-10-03 Tim Peterstest_popen2 broke on Windows shortly after 2.0b2 was...
2000-10-03 Martin v. LöwisSupport non-namespace elements in *ElementNS of XMLGene...
2000-10-03 Fred DrakePreliminary tool to troll through the CVS logs and...
2000-10-03 Barry Warsaw_PyUnicode_Fini(): Initialize the local freelist walkin...
2000-10-03 Fredrik LundhAccept keyword arguments for (most) pattern and match...
2000-10-03 Fredrik LundhRecompile pattern if (?x) flag was found inside the...
2000-10-03 Guido van RossumIn _PyUnicode_Fini(), decref unicode_empty before tearn...
2000-10-03 Fred DrakeRemove old note that os.popen() on Windows is unreliabl...
2000-10-03 Guido van RossumFix a few problems with the _Printer class and the...
2000-10-03 Thomas WoutersClarify that isatty is only guaranteed to return true...
2000-10-03 Thomas WoutersOn some systems (like Solaris), the master end of a...
2000-10-03 Fred DrakeBump the release number for the upcoming candidate.
2000-10-03 Fredrik LundhFixed negative lookahead/lookbehind. Closes bug #115618.
2000-10-03 Barry Warsaw_PyImport_Fini(): Closed small memory leak when an...
2000-10-03 Fred DrakeJim Ahlstrom sent a few corrections to my changes....
2000-10-03 Guido van RossumUndo Ping's change.
2000-10-03 Ka-Ping YeeChange first line to #!/usr/bin/env python (really...
2000-10-03 Fred Drake$OFF_SITE_LINK_ICON: Don't define here; simply definin...
2000-10-03 Fred DrakeReplace minimal \seetext references with better annotat...
2000-10-03 Greg WardBump version to 1.0.
2000-10-03 Greg WardRemove some debugging prints.
2000-10-03 Greg WardFixed so --no-compile is a negative alias for --compile.
2000-10-03 Greg WardAdded a long-winded comment (and commented-out comment...
2000-10-02 Jeremy HyltonProvide a clearer error message when urlopen fails...
2000-10-02 Fred DrakeAdded some comments on the interaction of reload()...
2000-10-02 Fred DrakeAdd deprecation note since the XML support is shaping up.
2000-10-02 Fred DrakeRemove redundent information from a docstring.
2000-10-02 Fred DrakeMinor change to attributes so that the stylesheets...
2000-10-02 Fred DrakeRemove comment about -lucb for the mmap module -- the...
2000-10-02 Fred DrakeDelay import of py_compile until needed, since is is...
2000-10-02 Fred DrakeSubstantially revised documentation for the zipfile...
2000-10-02 Fred DrakeMinor stylesheet nit.
2000-10-02 Guido van RossumSupporting rl_library_version is more trouble than...
2000-10-02 Fred DrakeAdded Daniel Dittmar, for helping get the configuration...
2000-10-02 Fred Drakemake_icon_filename(): Convenience function to turn...
2000-10-02 Jeremy Hyltontypo
2000-10-02 Guido van RossumFix a bug in stack overflow error handling. This fixes...
2000-10-02 Fred DrakeMinor usage fix.
2000-10-02 Fred DrakeDo not set Konquerer to be the default browser if ...
2000-10-02 Fred DrakeAdd documentation and warnings for the isCallable(...
2000-10-02 Greg WardTypo fix.
2000-10-02 Greg WardAdded the ability to do byte-compilation at build time...
2000-10-02 Greg WardAdded --compile, --optimize options so users have an...
2000-10-02 Greg WardFinished the overhaul of byte-compilation options:...
2000-10-02 Greg WardRemove the temporary byte-compilation script when we...
2000-10-01 Greg WardFrom 'run()', only call 'bytecompile()' if we actually...
2000-10-01 Greg WardTweaked 'byte_compile()' so it silently skips non-Pytho...
2000-10-01 Martin v. LöwisDon't rename Tkinter to Tk; closes bug 115714
2000-10-01 Fred Drakemy_getpagesize(): New function; returns the size of...
2000-10-01 Barry WarsawAdded a zip() test where one of the arguments is an...
2000-09-30 Fred DrakeAdd missing "s" from format string.
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...
next