]> granicus.if.org Git - python/shortlog
python
2003-02-10 Jack JansenUse MD5 checksums to check archive integrity and forest...
2003-02-10 Walter DörwaldChange filterstring() and filterunicode(): If the
2003-02-10 Jack JansenAdded preInstall and postInstall commands to packages...
2003-02-10 Just van Rossummention unicode file name support on OSX
2003-02-10 Just van Rossummention unicode support in compile, eval and exec
2003-02-10 Just van RossumMy previous checkin caused compile() to no longer accep...
2003-02-10 Just van Rossumpatch #683515: "Add unicode support to compile(), eval...
2003-02-10 Neal NorwitzFix memory leak of newstr when putenv() fails
2003-02-10 Neal NorwitzFix SF bug #683467, 'int' ability to generate longs...
2003-02-10 Neal NorwitzAdd tests and news entry about parser errors from bug...
2003-02-10 Neal NorwitzAlphabetize some names
2003-02-10 Neal NorwitzRemove duplicate code introduced by fixing bug #678518
2003-02-09 Walter DörwaldFix two refcounting bugs
2003-02-09 Jack JansenStrawman for a Package Install Manager for Python....
2003-02-09 Just van Rossumpatch 680474 that fixes bug 679880: compile/eval/exec...
2003-02-09 Guido van RossumRename 'proto' keyword arg to 'protocol' . Greg Ward...
2003-02-09 Guido van RossumRemove unused variable.
2003-02-09 Raymond HettingerC Code:
2003-02-09 Neal NorwitzSF patch #683187, fix universal newline problems on...
2003-02-08 Michael W.... Apply logistix's patch from
2003-02-08 Tim PetersThe Python implementation of datetime was changed in...
2003-02-08 Tim Peterstimedelta comparison and datetime addition: as the...
2003-02-08 Barry WarsawFix compatibility for earlier versions of Python (than...
2003-02-07 Tim PetersComparison for timedelta, time, date and datetime objec...
2003-02-07 Guido van RossumMerge the test part of the below checkin to the sandbox...
2003-02-07 Guido van RossumReserve a range for Zope, not specifically for Zope 3.
2003-02-07 Neal NorwitzFix SF bug #642168, help() fails for some builtin topics
2003-02-07 Andrew M. KuchlingUpdate URL
2003-02-07 Neal NorwitzSF patch #682514, mmapmodule.c write fix for LP64 execu...
2003-02-07 Guido van RossumSomehow, copy() of a classic class object was handled
2003-02-07 Guido van RossumAdd support for copy_reg.dispatch_table.
2003-02-07 Jack JansenMade AskFile* dialogs movable-modal by default, by...
2003-02-07 Guido van RossumAdd __getnewargs__ method to classes that need it.
2003-02-07 Fred Drake- make some links into the reference documentation...
2003-02-07 Raymond Hettinger* Eliminated tuple re-use in imap(). Doing it correctl...
2003-02-07 Raymond HettingerSF bug #681003: itertools issues
2003-02-07 Neal NorwitzFix SF bug #675259, os.environ leaks under FreeBSD...
2003-02-07 Fred DrakeIntegrate the patch from expat.h 1.51; needed for some...
2003-02-07 Tim PetersSF bug 666444: 'help' makes linefeed only under Win32.
2003-02-06 Jack JansenGot rid of macfs.
2003-02-06 Jack JansenGot rid of macfs and FSSpecs.
2003-02-06 Jack JansenAdded a note about getting rid of macfs usage (MacPython).
2003-02-06 Jack JansenGot rid of FSSpecs.
2003-02-06 Guido van RossumMove _better_reduce from copy.py to copy_reg.py, and...
2003-02-06 Jack JansenGot rid of macfs and FSSpecs in general (pathnames...
2003-02-06 Guido van RossumFix a bug in the way __getnewargs__ was handled.
2003-02-06 Neal NorwitzUpdate doc to reflect code changes for obsoleting use_s...
2003-02-06 Andrew M. KuchlingUse new name for GetoptError, and pass it two arguments
2003-02-06 Guido van RossumSupport all the new stuff supported by the new pickle...
2003-02-06 Andrew M. KuchlingA few naughty external scripts do 'raise getopt.error...
2003-02-06 Andrew M. KuchlingAdd DeprecationWarning when use_statcache argument...
2003-02-06 Guido van RossumRemove a debug print statement.
2003-02-06 Michael W.... Remove another lie.
2003-02-06 Michael W.... Correct lie about METH_NOARGS functions.
2003-02-06 Guido van RossumSupport __reduce__ returning a 4-tuple or 5-tuple.
2003-02-06 Andrew M. KuchlingTypo fixes
2003-02-06 Guido van RossumA test suite for the copy module. This should provide...
2003-02-06 Andrew M. Kuchling[Bug #680494] filecmp.py uses obsolete statcache module.
2003-02-06 Andrew M. KuchlingAdd test suite for filecmp.py, after some discussion...
2003-02-06 Tim PetersSF bug 680864: test_datetime fails for non-unix epoch
2003-02-06 Jeremy HyltonNo need for a continuation line.
2003-02-06 Jeremy HyltonReplace hasattr() + getattr() with single getattr(...
2003-02-06 Guido van RossumClarify that __module__ applies to various type of...
2003-02-06 Jeremy HyltonAdd news item about __module__ attribute on functions.
2003-02-06 Andrew M. KuchlingComment typo fix
2003-02-06 Andrew M. KuchlingMention FutureWarning for large ints
2003-02-06 Andrew M. KuchlingFix description of filterwarnings() parameters (error...
2003-02-06 Neal NorwitzProvide version changed info
2003-02-06 Anthony BaxterUpdated version of [ 558544 ] cmd.py: add instance...
2003-02-05 Jeremy HyltonSmall function call optimization and special build...
2003-02-05 Jack JansenGot rid of macfs and made a bit more OSX-friendly.
2003-02-05 Just van Rossumremoving old junk
2003-02-05 Jack JansenRemoved unused import of macfs.
2003-02-05 Jack JansenI don't think this script serves a useful purpose anymo...
2003-02-05 Guido van RossumFix for SF #668433. I'm not explaining it here; ample...
2003-02-05 Jeremy HyltonRefactor the logic for setting f_builtins.
2003-02-05 Andrew M. Kuchling[Patch #654421 from Matthew Mueller]
2003-02-05 Andrew M. KuchlingMarkup fixes; in particular, the tables are now reasona...
2003-02-05 Tim Petersdis(): Added an optional memo argument, so that multip...
2003-02-05 Tim PetersSF bug 681122: Built-in function dir() causes refcount...
2003-02-05 Tim Peters[680789] Debug with long array takes forever
2003-02-05 Jason TishlerPatch #551977: Regression exceptions for cygwin
2003-02-05 Jack JansenGetting rid of macfs and FSSpecs.
2003-02-05 Jack JansenGot rid of macfs
2003-02-05 Jack JansenAdded "Open File by Name" command which presens a filen...
2003-02-05 Jack JansenCast various floats to ints so we don't get warnings.
2003-02-05 Jason TishlerThis patch reverts the following:
2003-02-05 Jason TishlerThis patch enables Cygwin Python to build _tkinter...
2003-02-05 Jack JansenFixed a few typos, and changed FSCreateResourceFile...
2003-02-05 Jack JansenAdded itertools module.
2003-02-05 Jack JansenUse os.path.realpath() in stead of abspath(), so the...
2003-02-05 Raymond HettingerSF patch #674396: Apply UserDict.DictMixin to expand...
2003-02-05 Tim PetersBuild pickler_choices list in a lazier way.
2003-02-05 Tim PetersMore typo repair.
2003-02-05 Tim PetersTypo repair.
2003-02-04 Tim PeterscPickle: exempt two_tuple from GC -- it's a speed...
2003-02-04 Neil SchemenauerIf a float is passed where a int is expected, issue...
2003-02-04 Tim PeterscPickle now generates proto 2 EXT[124] when appropriate.
2003-02-04 Neal NorwitzRemove forward static reference since it is not required
2003-02-04 Neal NorwitzWhitespace normalization
next