]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
1997-04-29  Guido van RossumReindented at 4 spaces.
1997-04-29  Guido van RossumAdd feature to copy(), copy2(): dst may be a directory.
1997-04-29  Guido van RossumImprovements to copyfile(): open the files in binary...
1997-04-27  Guido van RossumNote that passing a filename to uu.{en,de}code() is...
1997-04-27  Guido van RossumAdded fnmatch, base64 and quopri, received from Andrew...
1997-04-25  Guido van RossumRestore two features of the original 1.4 pickle:
1997-04-25  Guido van RossumAlas, I have to restore 'marshal', since it is needed...
1997-04-25  Guido van RossumNow that the string-sig has settled on r"obin" strings...
1997-04-25  Guido van RossumExpand one level of symbolic link in sys.argv[0] before...
1997-04-23  Guido van RossumUnroll the for loop used for building python, so the...
1997-04-21  Guido van RossumChange inspired by Tommy Burnette to add an interface...
1997-04-18  Fred DrakeFix a couple of glitches identified by Greg Stein.
1997-04-16  Fred Drake_safe_repr(): Make the context parameter required...
1997-04-16  Fred DrakeMuchly changed and improved pprint.py:
1997-04-16  Guido van Rossumspliturl() should not throw away everything past first...
1997-04-16  Fred DrakeRemoved pprint.py.
1997-04-16  Guido van RossumReindented with 4 spaces.
1997-04-16  Guido van RossumRewrite parsesequence() to emulate MH without invoking...
1997-04-16  Guido van RossumChecking in a copy of Fred Drake's data structure prett...
1997-04-16  Guido van RossumOK, ready to make 'assert' a keyword (instead of '__ass...
1997-04-16  Guido van RossumUse uuencoded test images.
1997-04-16  Guido van RossumSoft failure for Win32 and Mac platforms. Less output...
1997-04-16  Guido van RossumSoft failure for Win32 platform.
1997-04-16  Guido van RossumNo need to define assert, it's built in.
1997-04-15  Fred DrakeAlways use spaces for indentation.
1997-04-14  Guido van RossumPatch by Craig McPheeters to clean up the back-referenc...
1997-04-11  Guido van RossumRemove Digital Creations copyright (Jim sez it's okay).
1997-04-11  Guido van RossumCatch and report ValueError raised by strftime.
1997-04-11  Guido van RossumOK, I lied. On Windows, _IOLBF seems to be the same...
1997-04-11  Guido van RossumChange in when and how stdin and stdout are set to...
1997-04-11  Guido van RossumKeep Microsoft VC happy.
1997-04-11  Guido van RossumKeep gcc -Wall and Microsoft VC happy.
1997-04-11  Barry WarsawRemoved two unused static function: string_addsep(...
1997-04-11  Guido van RossumMy own patch: support writable 'softspace' attribute.
1997-04-11  Guido van Rossum(Jack:) On the Mac, don't automatically enable dynamic...
1997-04-11  Guido van Rossum(Jack:) Don't define TRUE and FALSE if already defined.
1997-04-11  Guido van Rossum(Jack:) On the Mac, use standard strerror() if using...
1997-04-11  Guido van Rossum(Jack:) On the Mac, give syntax error on \r.
1997-04-11  Guido van Rossum(Jack:) Align mapping entries to 4-words if USE_CACHE_A...
1997-04-11  Guido van Rossum(Jack:) fopen arg typo (?) "rw" changed to "rb".
1997-04-11  Guido van Rossum(Jack:) Mac only: get GUSI errno.h values too.
1997-04-11  Guido van Rossum(Jack+Guido:) interpret ../ in basejoin() according...
1997-04-11  Guido van RossumOpen files in binary mode.
1997-04-11  Guido van Rossum(Jack:) Better MacOS support.
1997-04-11  Guido van Rossum(Jack:) Recognize PNG files.
1997-04-11  Guido van RossumRemove the Emacs shell-script line. It's not a shell...
1997-04-11  Guido van RossumFrom: Clarence Gardner <clarence@king.silcom.com>
1997-04-11  Guido van RossumThe default path components are now all relative instea...
1997-04-11  Guido van RossumCompletely revamped the way the default path is constru...
1997-04-11  Guido van RossumPass VERSION and VPATH into getpath.c.
1997-04-11  Guido van RossumOops, added <URL:...> around the URL.
1997-04-11  Guido van Rossum(Sjoerd:) Incorporate `build number' stuff.
1997-04-11  Guido van Rossum(Sjoerd:) Install getbuildinfo.c in config/ so extensio...
1997-04-11  Guido van RossumBugfix by Sjoerd:
1997-04-11  Guido van Rossumbase64 support by Sjoerd.
1997-04-11  Guido van RossumAdded note about SWIG (replacing a whole lot of nonsens...
1997-04-09  Guido van RossumUse uuencoded test images.
1997-04-09  Guido van RossumDon't just die when an error is not defined; print...
1997-04-09  Guido van RossumTry calling getpid() from /usr/lib/libc.so instead...
1997-04-09  Guido van RossumUse TESTFN instead of /etc/passwd and /dev/null as...
1997-04-09  Guido van RossumTweaks to keep the Microsoft compiler quiet.
1997-04-09  Guido van RossumTweaks to keep the Microsoft compiler quier.
1997-04-09  Guido van RossumRemove unused variable.
1997-04-09  Guido van RossumRemove two unised variables.
1997-04-09  Guido van RossumGot rid of the static decl of PyCObject_Import, which...
1997-04-09  Guido van RossumGive PyErr_Format a new name and make it static.
1997-04-09  Guido van Rossumsupport module for cPickle
1997-04-09  Guido van RossumJim Fulton's version 2.2.
1997-04-09  Guido van RossumUnknown changes by Jim Fulton.
1997-04-09  Guido van RossumChanged the way the C API was exported. Jim Fulton.
1997-04-09  Guido van RossumNew version by Digital Creations, supports binary forma...
1997-04-09  Guido van RossumPing's latest. Fixes triple quoted strings ending...
1997-04-09  Jack JansenNewMovieFromFile has extra parameter and return value
1997-04-09  Jack JansenEnabled resID input/output parameter to NewMovieFromFil...
1997-04-08  Guido van Rossumwhile (1) -> while 1. Sorry.
1997-04-08  Guido van RossumSearch for a valid begin line instead of requiring...
1997-04-08  Jack Jansen(Optional) MSL compatability
1997-04-08  Jack JansenDisposPtr -> DisposePtr
1997-04-08  Jack JansenChanged the few old routine names still used to the...
1997-04-08  Jack JansenChanged [SG]etCRefCon to [SG]etControlReference
1997-04-08  Jack JansenModified for (optional) use of MSL
1997-04-08  Jack JansenFixed for compiling without OLDROUTINENAMES and OLDROUT...
1997-04-08  Guido van RossumKa-Ping's muich improved version of March 26, 1997:
1997-04-06  Guido van RossumSupport for alternative string quotes (a"xx", b"xx...
1997-04-06  Guido van RossumSupport for alternative string quotes (a"xx", b"xx...
1997-04-03  Guido van RossumVarious status updates.
1997-04-03  Guido van RossumAdded site
1997-04-03  Guido van RossumNew stuff by AMK.
1997-04-03  Guido van RossumRemove a redundant XINCREF(value). This caused the...
1997-04-03  Guido van RossumNew version by Sjoerd, with support for IRIX 6 audio...
1997-04-03  Jack JansenAdded an attribute string_id_to_buffer, which gives...
1997-04-03  Jack Jansen- Most errors are *not* OSErr style, so raise better...
1997-04-03  Jack JansenStill not a real test, but at least it runs again
1997-04-03  Jack JansenUse MacOS.string_id_to_buffer for id() to buffer addres...
1997-04-03  Jack JansenUse MacOS.string_id_to_buffer for the hack to convert...
1997-04-03  Guido van RossumChecked in some new Tk demos that I wrote a while ago.
1997-04-02  Fred DrakeSmall grammatical touchups:
1997-04-02  Guido van RossumWhole lotta changes.
1997-04-02  Guido van Rossumuse /usr/bin/env
1997-04-02  Guido van RossumAdded replace() implementation by Perry Stoll (debugged...
next