]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2000-08-01  Guido van RossumOf course, you meant "#if 0" and not "#ifdef 0". :)
2000-08-01  Fredrik LundhSRE 0.9.8: passes the entire test suite
2000-08-01  Fred DrakeInclude the dependence of sysmodule on the patchlevel...
2000-08-01  Jeremy Hyltonadd support for HTTPS
2000-08-01  Peter Schneider... Guido said this is food for the beta-testers<wink>
2000-08-01  Guido van Rossumsomehow the 'Total Keys=1' disappears. No other changes.
2000-08-01  Fredrik Lundh-- SRE 0.9.8: now that the bug is fixed, I might as...
2000-08-01  Fredrik Lundh-- SRE 0.9.8: updated test scripts
2000-08-01  Andrew M. KuchlingUpdate e-mail address
2000-08-01  Andrew M. KuchlingAdded Python function to emulate the ncurses has_key...
2000-08-01  Peter Schneider... fixing a minor spelling mistake
2000-08-01  Fred DrakeAdd magic to replace the xml package with _xmlplus...
2000-07-31  Fred DrakeRename the "parser" package to "parsers" to be compatib...
2000-07-31  Fred DrakeStop lying about [].pop() being experimental! There...
2000-07-31  Peter Schneider... patch from Vladimir (move Py_Mem* interface to Include...
2000-07-31  Jack JansenANSIfied.
2000-07-31  Jack JansenTwo more cases of GUSI2 include access paths not being...
2000-07-31  Peter Schneider... replaced PyArgs_Parse by PyArgs_ParseTuple
2000-07-31  Peter Schneider... added count, extend, index, pop and remove to arraymodule
2000-07-31  Fred DrakeChange as suggested by Peter Funk <pf@artcom-gmbh.de>:
2000-07-31  Fred DrakeChange as suggested by Peter Funk <pf@artcom-gmbh.de>:
2000-07-31  Guido van RossumA different solution for Patch #100979: support for...
2000-07-31  Fred DrakeOrganized a little bit; merged in some items from the...
2000-07-31  Fred DrakeUpdate to indicate the appropriate version of LaTeX2HTM...
2000-07-31  Fred DrakeMany changes to work with newer versions of LaTeX2HTML...
2000-07-31  Fred DrakeSmall changes to reflect changes in LaTeX2HTML support...
2000-07-31  Fred DrakeTwo minor nits from Gerry Weiner (no working email...
2000-07-31  Fred DrakeAlways pass the split level to LaTeX2HTML as a command...
2000-07-31  Fred DrakeMoshe Zadka <mzadka@geocities.com>:
2000-07-31  Peter Schneider... merge Include/my*.h into Include/pyport.h
2000-07-31  Fred DrakeUpdate, 'cause Guido said it should be this way.
2000-07-30  Thomas WoutersFix inconsistent use of tab/space in indentation.
2000-07-30  Mark HammondMore Windows changes.
2000-07-30  Mark HammondFixes for Windows (but also tested on Linux). Test...
2000-07-30  Mark HammondTest that after resizing the mmap'd file, we can't...
2000-07-30  Greg WardCatch syntax errors from processing template lines...
2000-07-30  Greg WardAdded list-like methods: 'append()', 'extend()', 'sort()'.
2000-07-30  Greg WardReplaced 'self.files' with 'self.filelist': now we...
2000-07-30  Greg WardThe other half of Rene Liebscher's patch to add the...
2000-07-30  Greg WardTypo fix.
2000-07-30  Greg WardAdded DistutilsTemplateError.
2000-07-30  Greg WardDitched the unused 'recursive_exclude_pattern()' method.
2000-07-30  Greg WardRenamed 'select_pattern()' to 'include_pattern()'.
2000-07-30  Greg WardRenamed 'process_line()' to 'process_template_line...
2000-07-30  Greg WardAdded class docstring and ditched inappropriate class...
2000-07-30  Greg WardProvides the FileList class for building a list of...
2000-07-29  Andrew M. KuchlingExercise .readline() and .readlines(). More data is...
2000-07-29  Andrew M. KuchlingSF patch #100740: Add optional size arguments to .readl...
2000-07-29  Andrew M. KuchlingRemoved Tools/perfecthash, per python-dev discussion
2000-07-29  Moshe ZadkaAdded support to recognize Python's internal "dumbdbm...
2000-07-29  Moshe ZadkaUsing shutil's function to copy data between file objec...
2000-07-28  Fred DrakeFinally fixed the much-reported bug about "~" in a...
2000-07-28  Guido van RossumAdd the exceptions module to the 'never' list -- it...
2000-07-28  Mark HammondWas quite broken and incomplete. Now passes the test...
2000-07-28  Mark HammondAllow any object supporting the buffer protocol to...
2000-07-28  Mark HammondFix a type in the docstrings, and make the module Unico...
2000-07-27  Trent MickRemove erroneous empty trailing line. (cause test_winre...
2000-07-27  Jeremy HyltonGregor Hoffleit: don't link with libnet on non-BeOS...
2000-07-27  Eric S. RaymondSecond round of curses documentation improvements....
2000-07-27  Jeremy HyltonGregor Hoffleit: Don't link with the libieee library...
2000-07-27  Fred DrakeRip out the information about the PSA, since the fate...
2000-07-27  Skip Montanaroadded .cvsignore so cvs doesn't complain about the...
2000-07-27  Andrew M. KuchlingAdded list of missing functions as a comment
2000-07-27  Fredrik Lundh-- changed test to work on platforms which have os...
2000-07-27  Greg WardBump version to 0.9.1pre.
2000-07-27  Greg WardFixed a grab-bag of typos spotted by Rob Hooft.
2000-07-27  Greg WardRemove unused 'search_dir()' method.
2000-07-27  Greg WardFix to call 'library_filename()' instead of the non...
2000-07-27  Greg WardTypo fix from David Ascher.
2000-07-26  Andrew M. KuchlingComment out a debugging print (spotted by Michael Deegan)
2000-07-26  Fredrik Lundh- changed windows pclose to make sure we don't return...
2000-07-26  Sjoerd MullenderMake mode_t available for the declaration of _getpty().
2000-07-26  Mark HammondPatch #100873 - Use registry to find proxies for urllib...
2000-07-26  Jeremy HyltonFix UCNs machine with >= 32bit longs
2000-07-26  Andrew M. KuchlingDocument tiget{flag,num,str}
2000-07-26  Andrew M. KuchlingAdded wrappers for tiget{flag,num,str}, for querying...
2000-07-25  Peter Schneider... added test case for fixed duplicate arguments bug in...
2000-07-25  Fred DrakeAdd entries for the distutils documents to the director...
2000-07-25  Jeremy HyltonThis script demonstrates use of the visitor interface...
2000-07-25  Fred Drakemakedirs(), removedirs(): If the tail of the path...
2000-07-25  Jeremy Hyltona couple of nits from Patch #100933
2000-07-25  Thomas WoutersUse 'void' directly instead of the ANY #define, now...
2000-07-25  Andrew M. KuchlingModified version of patch #100963 from Mark Favas:...
2000-07-25  Andrew M. KuchlingMade an error message slightly more useful if select...
2000-07-24  Andrew M. KuchlingBug report and partial patch from Michael Deegan <micha...
2000-07-24  Fred DrakeOnly use one initialization file for LaTeX2HTML; more...
2000-07-24  Fredrik Lundh-- updated to include known problems in SRE 0.9.6
2000-07-24  Jack JansenOops, WaitNextEvent was hand-coded, and it also needed...
2000-07-24  Jack JansenAdded more prototypes.
2000-07-24  Jack JansenAdded PyMac_getscript() which returns the pythonic...
2000-07-24  Jack JansenDeclare fileno() with prototype if USE_GUSI2 defined...
2000-07-24  Jack JansenIf any of the builds in a group fails offer to stop...
2000-07-24  Jack JansenAdded a "compile-time" flag PPC_ONLY, if set we make...
2000-07-24  Jack JansenPut in an earlier include of sys/signal.h (within ifdef...
2000-07-24  Fred DrakeFix small typos and markup consistency nits.
2000-07-24  Thomas WoutersRemove unused variable and what looks like an ancient...
2000-07-24  Thomas WoutersCreate a new section of pyport.h to hold all external...
2000-07-24  Peter Schneider... change some occurence of python15.dll to python20.dll
2000-07-24  Thomas WoutersANSIfy a bit more.
2000-07-24  Thomas WoutersFix floattime prototype ((void), not (double))
next