]> granicus.if.org Git - python/shortlog
python
1997-05-06 Guido van RossumKeep MS compiler happy: use (int)strlen() when comparin...
1997-05-06 Guido van RossumFix by Mark Hammond to enable truncate() on Windows.
1997-05-06 Guido van RossumUsed operators from abstract.h where possible (arithmet...
1997-05-05 Guido van RossumUse Python.h, not allobjects.h.
1997-05-05 Guido van RossumCloseHandle should be RegCloseKey.
1997-05-05 Guido van RossumCheckin of Jack's buffer mods.
1997-05-05 Guido van RossumRemoved misc outdated stuff for 1.5
1997-05-05 Guido van RossumFix old typo PyArgs_VaParse -> PyArg_VaParse.
1997-05-05 Guido van RossumFix old typo PyArgs_VaParse -> PyArg_VaParse.
1997-05-05 Guido van RossumInclude Python.h, not allobjects.h (which no longer...
1997-05-05 Guido van RossumMassive changes for separate thread state management.
1997-05-05 Guido van RossumOnly use PyCode_Addr2Line to get tb_lineno when Py_Opti...
1997-05-05 Guido van RossumAdd -lgl and -lm for imgfile. Better way to configure...
1997-05-05 Guido van RossumRemove sys_* defines that are internal only and about...
1997-05-05 Guido van RossumRemove 2 out of 3 __FreeBSD__ tests.
1997-05-03 Fred DrakeMisc.__init__(): Removed method, replaced with class...
1997-05-02 Guido van RossumFinally deleted this obsolete crud.
1997-05-02 Guido van RossumSeveral oopsies -- Py_ALLOBJECTS_H -> Py_PYTHON_H,...
1997-05-02 Guido van RossumMoved allobjects.h to Python.h (without rename2.h).
1997-05-02 Guido van RossumQuickly renamed the last directory.
1997-04-30 Guido van RossumAdd detach call so threads are GC'ed.
1997-04-30 Guido van RossumAdd PYTHONHOME to the usage message.
1997-04-30 Guido van RossumOne copy is enough; we already had resource.c.
1997-04-30 Guido van RossumSome updates (AMK at work, added resource.c).
1997-04-30 Guido van RossumAdd zlib
1997-04-30 Guido van RossumUpdated web ref and version#. Folded some long lines.
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(...
next