]> granicus.if.org Git - python/shortlog
python
1996-11-20 Jack JansenFixed to allow sys.path initializer to be longer than...
1996-11-19 Barry WarsawOutput original address
1996-11-18 Barry WarsawUpdated country codes as per ISO3166 10-Feb-1994
1996-11-18 Barry Warsawimplementation complete. need to update country codes
1996-11-18 Barry WarsawAdded `ru' --> Russia
1996-11-18 Barry WarsawA rewrite for better Python-ish style
1996-11-14 Guido van RossumFixed a bug: files that no longer exist remotely would...
1996-11-14 Guido van RossumAdded os.remove()/unlink(), rmdir(), rename(), and...
1996-11-13 Guido van RossumAdded Q. about enabling *shared* on Linux.
1996-11-12 Guido van RossumWhen removing a messge from all sequences, don't remove...
1996-11-11 Fred Drake(myformat.perl): Fixed handling of "\e" -- argh!
1996-11-11 Fred Drake(Makefile): Updated comments about using LaTeX2HTML...
1996-11-11 Fred Drake(myformat.perl): Simplify generated HTML for "\optiona...
1996-11-11 Fred Drake(fix_libaux.sed): Hackish little sed script to modify...
1996-11-11 Fred Drake(.latex2html-init): Perform some limited setup for...
1996-11-11 Fred Drake(myformat.sty): Simplify \varvars definition.
1996-11-11 Guido van RossumAdded 'strict_parsing' option to all parsing functions...
1996-11-11 Guido van RossumDon't require leading '-' on option name to Text.tag_cget
1996-11-11 Guido van RossumFix the way the Authorization header is sent (how could...
1996-11-11 Fred Drake(myformat.perl): Updated to allow library reference...
1996-11-11 Jack JansenAdd twit "home" location to sys.path (so you can put...
1996-11-11 Guido van RossumMake Py_ReturnNullError() statis as it should be.
1996-11-09 Guido van RossumOnly call sq_length in Sequence_GetItem for negative...
1996-11-09 Jack JansenChanged project segment structure to (more-or-less...
1996-11-09 Jack JansenUpdated (which should have been done before the 1.4...
1996-11-09 Jack JansenAdded PyMac_GetFullPath(), PyMac_ApplicationPath and...
1996-11-09 Jack JansenGot rid of nfullpath()
1996-11-09 Jack JansenGot rid of nfullpath in favor of PyMac_GetFullPath...
1996-11-09 Jack JansenWhen loading a PYC resource check whether the filename...
1996-11-09 Jack JansenMore sensible default sys.path
1996-11-09 Jack JansenKeep the folder structure in Mac:mwerks:projects simila...
1996-11-09 Jack JansenRemoved addpack calls
1996-11-09 Jack JansenRemoved old project file, als restructured projects...
1996-11-06 Guido van RossumFix syntax of commented-out variables
1996-11-06 Guido van RossumAdded 'Introduction' section head and 'Memory Managemen...
1996-11-06 Guido van Rossumcorrect typo in return variable for PySequence_Index()
1996-11-02 Guido van RossumShould compare errno to 0, not NULL
1996-11-02 Guido van RossumChange last Ellipses to Ellipsis :-(
1996-10-29 Fred Drake(Makefile): Updated latex2html support.
1996-10-29 Fred Drake(myformat.perl): Added handler for cfuncdesc environme...
1996-10-29 Fred Drake(myformat.sty, extref.tex): Moved definition of cfuncd...
1996-10-29 Fred Drake(tut.tex): Added matching \normalsize after \small...
1996-10-29 Barry Warsaw(match-string): Added a definition for older Emacsen.
1996-10-25 Fred Drake(texi2html.py): Minor improvement to HTML 3.0 output...
1996-10-25 Fred Drake(partparse.py): Fix nasty bug where \e got translated...
1996-10-25 cvs2svnThis commit was manufactured by cvs2svn to create tag... v1.4
1996-10-25 Guido van RossumAdded disclaimer.
1996-10-25 Guido van RossumNew permission notice, includes CNRI.
1996-10-25 Guido van RossumAdded disclaimer.
1996-10-25 Guido van RossumReady for release. Added section on the book. Removed...
1996-10-25 Guido van RossumNoticed a few more things that have been done.
1996-10-25 Guido van RossumAdded last-minute changes.
1996-10-25 Guido van RossumUpdated notice.
1996-10-25 Guido van RossumCNRI additions, approved by the boss and his wife :-)
1996-10-24 Guido van RossumSmall nits only.
1996-10-24 Guido van RossumThe usual :-(
1996-10-24 Guido van RossumTouched by FrameMaker :-(
1996-10-24 Guido van RossumInclude updated title page.
1996-10-24 Guido van RossumDone with this for 1.4.
1996-10-24 Guido van RossumDone with the "New in 1.4" chapter.
1996-10-24 Guido van RossumAdd SHELL=/bin/sh definition, to override SGI make...
1996-10-24 Guido van RossumRemoved CNRI copyright, changed notice to standard...
1996-10-24 Guido van RossumGet rid of bogus binding of <Delete> to a function...
1996-10-24 Guido van RossumCorrect truncated paragraph.
1996-10-24 Guido van RossumFix truncated paragraph in doc string.
1996-10-24 Guido van RossumRemoved NumPy instructions. Add note about VC 4.0...
1996-10-24 Guido van RossumRemoved NumPy files -- no time to fix these.
1996-10-24 Guido van RossumCast mtime gotten from stat() to long int -- else it...
1996-10-24 Guido van RossumSet /MD option for *all* projects (even python.exe).
1996-10-23 Guido van RossumBarry's latest (2.83). He likes this version particula...
1996-10-23 Guido van RossumAdded answer by Greg Stein about threads on Linux.
1996-10-23 Barry Warsaw(py-indent-line): take an optional universal argument...
1996-10-23 Guido van RossumFix case where you start a new group immediately after...
1996-10-23 Guido van RossumIgnore Frame backup and lock files.
1996-10-23 Guido van RossumAdapted to migration of reference manual to Frame.
1996-10-23 Guido van RossumRegenerated to remove hidden text from page 1.
1996-10-23 Jack JansenProbably just binhexed again...
1996-10-23 Jack JansenDifferent default location for distribution templates
1996-10-23 Jack JansenOnly copy project files from build* and plugins to...
1996-10-23 Jack JansenBuild imgmodules.cfm68k too
1996-10-23 Jack JansenAdded USE_MALLOC_DEBUG (disabled)
1996-10-23 Jack JansenProject files for 1.4 release
1996-10-23 Jack JansenMalloc debugging now flagged with USE_MALLOC_DEBUG
1996-10-23 Jack JansenUpdated to cw10
1996-10-23 Jack JansenFixed gusi preferences
1996-10-23 Jack Jansenremoved unused var
1996-10-23 Jack JansenAdded support for tab hooks
1996-10-23 Jack JansenRaise a more intellegible error in the case of missing...
1996-10-23 Jack JansenAdded HAVE_STRFTIME
1996-10-23 Jack JansenAdded a note on swed and htmled examples, added tab...
1996-10-23 Jack JansenModified to work together with BBPy
1996-10-23 Guido van RossumMake self.rfile unbuffered (self.wfile already is)...
1996-10-23 Guido van RossumFixed compare function to do first char comparison...
1996-10-23 Guido van RossumAdded support for floating point resolution to Scale...
1996-10-22 Guido van RossumFrame versions of documents after mangling by Robin.
1996-10-22 Guido van RossumNew version for 1.4 from Manus.
1996-10-22 Guido van RossumVersion number and date.
1996-10-22 Guido van RossumRemoved LaTeX version of reference manual. Added ref...
1996-10-22 Guido van RossumGot rid of most XXXes in the News chapter. Bumped...
1996-10-22 Guido van RossumNew date and version number.
next