]> granicus.if.org Git - python/shortlog
python
2000-10-05 Mark HammondDetect conflicting Python DLL on module import under...
2000-10-05 Fred DrakeBetter add at least a short docstring to the module!
2000-10-05 Fred DrakeAdd a link to the new acks.html file.
2000-10-05 Fred DrakeAdd rules for generating the acks.html file at the...
2000-10-05 Fred DrakeIgnore the acks.html file, since it is generated.
2000-10-05 Fred DrakeNew script to convert the ACKS file to a nicely formatt...
2000-10-05 Fred DrakeUse the new support module instead of including all...
2000-10-05 Fred DrakeFactor out some of the presentation and shared code...
2000-10-05 Fred DrakeList of acknowledgements culled from CVS checkin logs...
2000-10-05 Tim PetersNew tool for normalizing indentation of .py files.
2000-10-05 Fred DrakeUpdate for next planned release.
2000-10-05 Tim PetersMove LONG_BIT from intobject.c to pyport.h. #error...
2000-10-04 Trent MickEnable the binascii module for Win64. It builds and...
2000-10-04 Trent MickFix for test_class.py on Win64. id(self), which on...
2000-10-04 Neil Schemenauer- update Neil's email address
2000-10-04 Neil Schemenauer- do not start collection during processing of an exception
2000-10-04 Neil Schemenauer- Fix a GC bug caused by PyDict_New() failing.
2000-10-04 Neil Schemenauer- fix a GC bug caused by malloc() failing
2000-10-04 Fred DrakeAdded deprecation notices to atof(), atoi(), and atol...
2000-10-04 Fred DrakeAdded \versionchanged comment to os.popen() noting...
2000-10-04 Fred DrakeRemove styling information that conflicts with or dupli...
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...
next