]> granicus.if.org Git - python/shortlog
python
2000-09-12 Fred DrakeVladimir Marangozov <Vladimir.Marangozov@inrialpes...
2000-09-12 Fred DrakeRe-wrapped some wide comments.
2000-09-12 Fred DrakeAdd note that the various \see* macros are only defined...
2000-09-12 Fred DrakeChange the title of the link to the document index...
2000-09-12 Fred DrakeAdd a reference item pointing to the Namespaces in...
2000-09-12 Fred Drake\seetitle: New macro for building reference list content.
2000-09-12 Fred DrakeWhen referring to namespaces, always say "namespaces...
2000-09-12 Fred DrakeAdded documentation for PySequence_Fast() and PySequenc...
2000-09-12 Fred DrakeWhen formatting the API manual, use the generated api...
2000-09-12 Greg WardBastian Kleineidam: fix so it cleans up the temporary...
2000-09-11 Jack JansenUpped SIZE to 16MB so IDE can run test.autotest (sigh).
2000-09-11 Jack JansenFinal tweaks for 2.0b1
2000-09-11 Guido van RossumDeleted ancient file.
2000-09-11 Skip Montanaroadd index entries for list comprehensions
2000-09-11 Tim PetersWindows installer: In the Start menu IDLE shortcut...
2000-09-11 Fred DrakeSome updates and fix a bunch of really small consistenc...
2000-09-11 Fred DrakeAdd documentation for the \pep and \seepep macros.
2000-09-11 Fred DrakeUntabify. When compiling in -tt mode, an inconsistent...
2000-09-11 Greg WardDelete some debugging prints.
2000-09-11 Greg WardAdded --plat-name option to override sysconfig.get_plat...
2000-09-11 Greg WardMinor tweaks to get rid of some '\XXX' remarks.
2000-09-10 Jack JansenThis shouldn't have been here in the first place.
2000-09-10 Jack JansenRelease notes for 2.0b1. It is not much, but I can...
2000-09-10 Jack JansenDon't include various of the Lib:plat-* folders.
2000-09-10 Jack JansenThe logic for finding long matches before short ones...
2000-09-10 Jack JansenUpdated for 2.0b1
2000-09-10 Mark HammondPatch for [ Bug #113828 ] getpythonregpath with null...
2000-09-10 Tim PetersGeneral cleanup in preparation for a bugfix: removed...
2000-09-10 Greg WardAdded --python and --fix-python options for better...
2000-09-10 Tim PetersClose SF bug 110826: a complaint about the way Python...
2000-09-09 Thomas HellerThe installer now displays info about version of distutils
2000-09-09 Thomas HellerThe windows installer must also look under the HKEY_CUR...
2000-09-09 Fred DrakeDo not try to fix bugs while sleeping.
2000-09-09 Fred DrakeKevin Jacobs <jacobs@darwin.cwru.edu>:
2000-09-09 Tim PetersFix for bug 113934. string*n and unicode*n did no...
2000-09-09 Fred DrakeAdd support for new \pep, \seepep, excclassdesc markup.
2000-09-09 Fred Drakeexcclassdesc: New environment. For use in documenting...
2000-09-09 Fred DrakeAdd support for a filename to record the name of the...
2000-09-09 Fred DrakeAdd a reference to the material on string methods.
2000-09-09 Fred DrakeVarious clarifications and minor nits fixed. Affected...
2000-09-09 Fred DrakeReally minor consistency nit.
2000-09-09 Fred DrakeImprove a couple of references to the language referenc...
2000-09-09 Fred DrakeMinor clarifications in the introductory paragraph.
2000-09-09 Fred DrakeAdd \modulesynopsis for inclusion in the list of module...
2000-09-09 Fred DrakeMove the "See also" section to a location more consiste...
2000-09-09 Fred DrakeMove description of UserString.MutableString to a locat...
2000-09-08 Fred DrakeAdd a brief section on linking Python as an embedded...
2000-09-08 Jack JansenFirst attempt at a 2.0b1 installer
2000-09-08 Jack JansenUpdated for .0b1 distribution
2000-09-08 Jack JansenSome of the types are signed 8 bit ints. Fixed.
2000-09-08 Jack JansenPyOS_CheckStack now understands multiple threads. Other...
2000-09-08 Fred DrakeWhen building the HTML packages, make sure we pick...
2000-09-08 Fred DrakeAdd a general "About" page and link to it from the...
2000-09-08 Andrew M. KuchlingMatch Sam Rushing's current version of asyncore.py...
2000-09-08 Fred DrakeAdd test cases to make sure we get the right SyntaxErro...
2000-09-08 Fred Drakecom_continue_stmt(): Improve error message when contin...
2000-09-08 Martin v. LöwisFix for bug 110629: Generate unique image names by...
2000-09-08 Tim PetersA #define didn't start in column 1. Closes SF bug...
2000-09-08 Vladimir MarangozovAdd missing Py_PROTO macro for backward compatibility...
2000-09-08 Marc-André... This patch hopefully fixes the problem with "es#" and...
2000-09-08 Jack JansenRemoved 68K support.
2000-09-08 Jack JansenGot rid of Py_FatalError calls.
2000-09-08 Jack JansenUse same short banner message as unix/win Python.
2000-09-08 Jack JansenAdded USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2...
2000-09-08 Jack JansenRemoved 68k support, added pyexpat, adapted for new...
2000-09-08 Skip Montanaroautodetect presence of libdb - this allows bsddbmodule...
2000-09-07 Fred DrakeRemove an item that no longer needs to be done for...
2000-09-07 Fred DrakeMake the HTML more XHTML-friendly.
2000-09-07 Fred DrakeWrap some long lines.
2000-09-07 Fred DrakeRemove the specific date -- back in development mode.
2000-09-07 Fred Drake\file is not allowed in section titles -- converting...
2000-09-07 Fred DrakeRemove comment about -X and string exceptions. Error...
2000-09-07 Thomas HellerChanges:
2000-09-07 Fredrik LundhOlder Tk versions don't support mousewheel support...
2000-09-07 Guido van RossumOops. Jim's fix didn't. This one does -- I tested...
2000-09-07 Fred DrakeAdded note about Python version this was added for.
2000-09-07 Fred DrakeMinor markup nits around use of \optional.
2000-09-07 Marc-André... Added Unicode objects to the copy mechanism. Since...
2000-09-07 Tim PetersBoost Windows build # to 5 (see new BUILDno.txt).
2000-09-07 Tim PetersWindows installer, reflecting changes that went into...
2000-09-07 Tim PetersDocument new Windows build # scheme.
2000-09-07 Greg WardGreatly enhanced the section on creating built distribu...
2000-09-07 Greg WardTypo fix.
2000-09-07 Guido van RossumRemoving this file again to set its status to 'dead'.
2000-09-07 Guido van RossumSimple fix from Jin Fulton to avoid returning a half...
2000-09-06 Guido van RossumAnother typo (in the list comprehension example).
2000-09-06 Andrew M. KuchlingAdd new section "What About Python 1.6?"
2000-09-06 Guido van RossumFix three typos.
2000-09-06 Andrew M. KuchlingRemoved mention of the winreg module, since it was...
2000-09-06 Fred DrakeAdded a \versionadded statement to the getfqdn() descri...
2000-09-06 Greg WardBullet-proofing of 'make_release_tree()':
2000-09-06 Greg WardReorganized logic in 'get_file_list()' so it's easier...
2000-09-06 Greg WardTypo fix.
2000-09-06 Greg WardGeneral overhaul of the "Creating a Source Distribution...
2000-09-05 Fred DrakeFix mkhowto so that the bookmarks for the PDF work...
2000-09-05 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.0b1
2000-09-05 Tim PetersAdded Windows news. Also repeated 1.6 Windows news...
2000-09-05 Guido van RossumAdded BeOpen support plug.
2000-09-05 Jeremy HyltonAll the NEWS that I could finish in 15 minutes (and...
2000-09-05 Jeremy Hyltoncurrent progress on 2.0 NEWS
next