]> granicus.if.org Git - python/shortlog
python
1997-04-30 Guido van RossumAvoid some potential (though unlikely) sprintf buffer...
1997-04-30 Guido van RossumAvoid sprintf buffer overflow if more than 9999 arguments.
1997-04-30 Guido van Rossumzlib by AMK
1997-04-30 Guido van RossumAdding Jeremy Hylton's gzip module.
1997-04-29 Guido van RossumThe usual.
1997-04-29 Guido van RossumGet rid of the "-n32" options for SGI IRIX 6.x. Instea...
1997-04-29 Guido van RossumThe usual.
1997-04-29 Guido van RossumAdded test for pthread.h.
1997-04-29 Guido van RossumUgly hack for SGI IRIX 6.2. Apparently _POSIX_THREADS...
1997-04-29 Guido van RossumKeep gcc -Wall happy.
1997-04-29 Guido van RossumAnother directory quickly renamed.
1997-04-29 Guido van RossumOne more inittab.
1997-04-29 Guido van RossumOops, forgot one: inittab.
1997-04-29 Guido van RossumRenamed inittab.
1997-04-29 Guido van RossumOops, forgot one: inittab.
1997-04-29 Guido van RossumAdded inittab.
1997-04-29 Guido van RossumQuickly renamed the remaining files -- this directory...
1997-04-29 Guido van RossumQuickly renamed.
1997-04-29 Guido van RossumRemove err_input from rename list -- it is a static...
1997-04-29 Guido van RossumQuickly renamed. Also removed the long comment explain...
1997-04-29 Guido van RossumRemove renaming instructions for ANY -- this is not...
1997-04-29 Guido van RossumQuickly renamed.
1997-04-29 Guido van RossumTrack updates in rename2.h.
1997-04-29 Guido van RossumAdded new name for inittab!
1997-04-29 Guido van RossumRemove macros that are only used for cgensupport.[ch].
1997-04-29 Guido van RossumMoved cgensupport.h to Modules (awaiting oblivion).
1997-04-29 Guido van RossumAdded -I$(srcdir) to line for glmodule so we can move...
1997-04-29 Guido van RossumMoved to ../Modules.
1997-04-29 Guido van RossumChange the exception objects to have the string value...
1997-04-29 Guido van RossumAdapt Mac specific code to new universal headers (I...
1997-04-29 Guido van RossumHm. What was previously checked in was the edited...
1997-04-29 Guido van RossumMoved here from ../Python and quickly renamed.
1997-04-29 Guido van RossumRemoved cgensupport.[co] (to ../Modules).
1997-04-29 Guido van RossumAdded cgensupport.o.
1997-04-29 Guido van RossumAdded cgensupport.c to Setup line for gl module.
1997-04-29 Guido van RossumAdded Jeremy's resource module.
1997-04-29 Guido van RossumQuickly renamed.
1997-04-29 Guido van RossumAdded Andrew Kuchling's zlib module.
1997-04-29 Guido van RossumMoved rename2's macros relevant to this module here...
1997-04-29 Guido van RossumQuickly renamed.
1997-04-29 Guido van RossumTransformed comments to doc strings.
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...
next