]> granicus.if.org Git - python/shortlog
python
1997-12-11 Guido van RossumPrepared the README for 1.5b2.
1997-12-11 Barry WarsawUpdate to the Big Comment at the top of the file. ...
1997-12-11 Guido van RossumLast minute fix to Text.window_cget(), which should...
1997-12-11 Guido van RossumMove the dbm module around and add an introductory...
1997-12-11 Guido van RossumCopy the change from ../getpathp.c here.
1997-12-11 Guido van RossumInstaller for beta-2.
1997-12-11 Guido van Rossumupdate the example without the example.def file
1997-12-11 Guido van RossumNew instructions, take VC++ 5.x into account.
1997-12-11 Guido van RossumAdding VC 5.x workspace and project files
1997-12-11 Guido van RossumAdded tkappinit.c source, and define WITH_APPINIT.
1997-12-11 Guido van Rossumyeah, yeah.
1997-12-11 Guido van RossumAllocate one byte extra in some cases.
1997-12-11 Guido van RossumFix problem detected by Greg McFarlane -- callbacks...
1997-12-10 Guido van RossumJim Fulton writes:
1997-12-10 Guido van RossumRemove "Lib/test" from the default path; this is now...
1997-12-10 Guido van RossumThe 'l' flag (locale specific matching) has been rename...
1997-12-10 Guido van RossumAt Barry's suggestion, plug the security leak by using...
1997-12-10 Guido van RossumSince this module is used as a fallback in case no...
1997-12-10 Guido van RossumDon't specify base 0 to string.atoi when unpickling...
1997-12-10 Guido van RossumNew names.
1997-12-10 Guido van RossumPlanned release date for 1.5b2.
1997-12-10 Guido van RossumSupport uue and x-uue as short names for uuencode.
1997-12-10 Guido van RossumDoc strings and reformatting with 4 spaces bty Mitch...
1997-12-10 Guido van RossumModified quicksort by Raymund Galvin, after studying...
1997-12-10 Guido van Rossum# Use proper temp subdir for intermediates.
1997-12-10 Guido van RossumNeed a cast when comparing type object in isinstance()
1997-12-10 Guido van RossumStart calling it 1.5b2
1997-12-10 Guido van RossumComment out CODE and DATA statements that are apparentl...
1997-12-10 Guido van RossumAdding a new project: pythonw, or WinMain.c, containing...
1997-12-09 Guido van RossumDocument binary format and __init__-free unpickling...
1997-12-09 Guido van RossumTurn the table for flags into a nested itemized environ...
1997-12-09 Guido van RossumAdd a test for a bad format character.
1997-12-09 Guido van RossumAdd explicit check for correct next character in format...
1997-12-09 Guido van RossumFix a little mess (Likecode{...} -> Like \code{......
1997-12-09 Guido van RossumReference to PYTHONPATH should be PYTHONSTARTUP.
1997-12-09 Guido van RossumAdded note about the module's obsolescence.
1997-12-09 Guido van Rossum# Typos in the comments giving the names of two recentl...
1997-12-09 Guido van RossumFix the way the version number is gotten out of the...
1997-12-09 Guido van RossumFix the test for pow() -- no more TypeErrors are raised!
1997-12-09 Guido van RossumTypo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN.
1997-12-09 Guido van RossumLC_MESSAGES is not defined on all systems; use #ifdef...
1997-12-09 Guido van RossumGuess... :-)
1997-12-09 Guido van RossumChecking in ConfigParser.py -- I don't see a reason...
1997-12-09 Guido van Rossumv 0.8.3 -- add an option to suppress URL processing...
1997-12-09 Fred Drakelibainstall: Install Modules/Setup.thread in addition...
1997-12-09 Guido van RossumAdded more warnings about ni's demise.
1997-12-09 Guido van RossumDeleting ni.py; renamed to ni1.py, really.
1997-12-09 Guido van RossumMake close(), and hence __del__(), robust in the light...
1997-12-09 Guido van RossumFix subtle bug in cleanup code in PyErr_NormalizeExcept...
1997-12-09 Fred DrakeMark file names with \file{} instead of \code{}.
1997-12-09 Guido van RossumDoc strings by Mitch Chapman (with a little reformatting).
1997-12-08 Guido van RossumChanged the finalization order again so that the refere...
1997-12-08 Guido van Rossum(1) call mktime() just before strftime(); it normalizes...
1997-12-08 Guido van RossumUse long() instead of int() to compare mktime(localtime...
1997-12-08 Fred DrakeSeparated the definitions of ntohs(), ntohl(), htons...
1997-12-08 Fred DrakeAdded Emacs turd so this file has the correct mode...
1997-12-08 Fred DrakeAdded Emacs turd so this file has the correct mode...
1997-12-08 Guido van RossumUpdated the README to the current status. Added a...
1997-12-08 Guido van RossumNew version from AMK -- with minor corrections to make...
1997-12-08 Guido van RossumNew pcre version from AMK
1997-12-08 Guido van RossumNew re version from AMK
1997-12-08 Fred DrakeFixed SFT #23842: leave in non-standard style options...
1997-12-08 Guido van RossumRemove the last bits of log from the leading comments.
1997-12-08 Guido van RossumJim Fulton:
1997-12-08 Fred DrakeFor RedHat Linux 5.0, added notes about needing to...
1997-12-08 Guido van RossumAdd special handling for Python modules that are import...
1997-12-07 Guido van RossumApply the same change to classes without an __getinitar...
1997-12-06 Fred DrakeSome reorganization (all limit operations & constants...
1997-12-06 Guido van RossumSome manipulations with tags to get the TOC and Index...
1997-12-06 Guido van RossumNew WML file, this time with working Title and Author...
1997-12-06 Barry WarsawAdded some links to OO-Browser, given by Harri Pasanen.
1997-12-05 Guido van RossumAnother large batch of patches from Jeff Rush for OS/2.
1997-12-05 Guido van RossumNew batch of patches by Jeff Rush; moved his readme...
1997-12-05 Guido van RossumMoved Jeff Rush's ever expanding comments to os2vacpp...
1997-12-05 Guido van RossumTwo changes by Jeff Rush (slightly tweaked):
1997-12-05 Guido van RossumJeff Rush: add definition for S_IFMT for VisualAge...
1997-12-05 Guido van RossumUse the proper OS2 test symbol: PYOS_OS2.
1997-12-05 Guido van RossumReindented according to new standard, without tabs.
1997-12-05 Guido van Rossumospath.py has been obsolete for long enough.
1997-12-05 Guido van RossumWhen instantiating a class with no arguments and where...
1997-12-05 Guido van RossumAdded doc strings and reindented according to new stand...
1997-12-05 Guido van RossumAdded doc strings and reindented according to new stand...
1997-12-05 Guido van RossumFix the exclusion of "config" in the methods copied...
1997-12-05 Guido van RossumForgot to use </> for some example output.
1997-12-05 Guido van RossumUse registry key ProgramFilesDir as default MAINDIR
1997-12-05 Guido van RossumAdd a few more PyErr_ symbols
1997-12-05 Guido van RossumAdd pretty icon to python.exe
1997-12-04 Barry WarsawOnly parsing requires Python 1.5
1997-12-04 Barry WarsawUpdated world codes with latest iso3166 codes
1997-12-04 Barry WarsawAdded parsing of ISO 3166 files
1997-12-04 Fred DrakeMake examples consistently use 4-space indentation.
1997-12-04 Fred DrakeFixed unresolved reference problem; this module wasn...
1997-12-04 Fred DrakeRemoved unnecessary escaping.
1997-12-04 Fred DrakeArg; more nits, but I may as well finish the job.
1997-12-04 Fred DrakeFixed BINARY_RSHIFT documentation to indicate a right...
1997-12-04 Fred DrakeChanged {\sc gdbm} to \code{gdbm} everywhere.
1997-12-04 Guido van RossumMerge between my version and Jim Fulton's version;...
1997-12-04 Guido van RossumNew versions of cPickle and cStringIO, from Jim Fulton...
1997-12-04 Guido van RossumWhen --with-thread(s) is specified, the thread module...
1997-12-04 Guido van RossumMoved the thread module to its own Setup.thread(.in...
next