1996-11-20 |
Jack Jansen | Fixed to allow sys.path initializer to be longer than... |
commit | commitdiff | tree | snapshot |
1996-11-19 |
Barry Warsaw | Output original address |
commit | commitdiff | tree | snapshot |
1996-11-18 |
Barry Warsaw | Updated country codes as per ISO3166 10-Feb-1994 |
commit | commitdiff | tree | snapshot |
1996-11-18 |
Barry Warsaw | implementation complete. need to update country codes |
commit | commitdiff | tree | snapshot |
1996-11-18 |
Barry Warsaw | Added `ru' --> Russia |
commit | commitdiff | tree | snapshot |
1996-11-18 |
Barry Warsaw | A rewrite for better Python-ish style |
commit | commitdiff | tree | snapshot |
1996-11-14 |
Guido van Rossum | Fixed a bug: files that no longer exist remotely would... |
commit | commitdiff | tree | snapshot |
1996-11-14 |
Guido van Rossum | Added os.remove()/unlink(), rmdir(), rename(), and... |
commit | commitdiff | tree | snapshot |
1996-11-13 |
Guido van Rossum | Added Q. about enabling *shared* on Linux. |
commit | commitdiff | tree | snapshot |
1996-11-12 |
Guido van Rossum | When removing a messge from all sequences, don't remove... |
commit | commitdiff | tree | snapshot |
1996-11-11 |
Fred Drake | (myformat.perl): Fixed handling of "\e" -- argh! |
commit | commitdiff | tree | snapshot |
1996-11-11 |
Fred Drake | (Makefile): Updated comments about using LaTeX2HTML... |
commit | commitdiff | tree | snapshot |
1996-11-11 |
Fred Drake | (myformat.perl): Simplify generated HTML for "\optiona... |
commit | commitdiff | tree | snapshot |
1996-11-11 |
Fred Drake | (fix_libaux.sed): Hackish little sed script to modify... |
commit | commitdiff | tree | snapshot |
1996-11-11 |
Fred Drake | (.latex2html-init): Perform some limited setup for... |
commit | commitdiff | tree | snapshot |
1996-11-11 |
Fred Drake | (myformat.sty): Simplify \varvars definition. |
commit | commitdiff | tree | snapshot |
1996-11-11 |
Guido van Rossum | Added 'strict_parsing' option to all parsing functions... |
commit | commitdiff | tree | snapshot |
1996-11-11 |
Guido van Rossum | Don't require leading '-' on option name to Text.tag_cget |
commit | commitdiff | tree | snapshot |
1996-11-11 |
Guido van Rossum | Fix the way the Authorization header is sent (how could... |
commit | commitdiff | tree | snapshot |
1996-11-11 |
Fred Drake | (myformat.perl): Updated to allow library reference... |
commit | commitdiff | tree | snapshot |
1996-11-11 |
Jack Jansen | Add twit "home" location to sys.path (so you can put... |
commit | commitdiff | tree | snapshot |
1996-11-11 |
Guido van Rossum | Make Py_ReturnNullError() statis as it should be. |
commit | commitdiff | tree | snapshot |
1996-11-09 |
Guido van Rossum | Only call sq_length in Sequence_GetItem for negative... |
commit | commitdiff | tree | snapshot |
1996-11-09 |
Jack Jansen | Changed project segment structure to (more-or-less... |
commit | commitdiff | tree | snapshot |
1996-11-09 |
Jack Jansen | Updated (which should have been done before the 1.4... |
commit | commitdiff | tree | snapshot |
1996-11-09 |
Jack Jansen | Added PyMac_GetFullPath(), PyMac_ApplicationPath and... |
commit | commitdiff | tree | snapshot |
1996-11-09 |
Jack Jansen | Got rid of nfullpath() |
commit | commitdiff | tree | snapshot |
1996-11-09 |
Jack Jansen | Got rid of nfullpath in favor of PyMac_GetFullPath... |
commit | commitdiff | tree | snapshot |
1996-11-09 |
Jack Jansen | When loading a PYC resource check whether the filename... |
commit | commitdiff | tree | snapshot |
1996-11-09 |
Jack Jansen | More sensible default sys.path |
commit | commitdiff | tree | snapshot |
1996-11-09 |
Jack Jansen | Keep the folder structure in Mac:mwerks:projects simila... |
commit | commitdiff | tree | snapshot |
1996-11-09 |
Jack Jansen | Removed addpack calls |
commit | commitdiff | tree | snapshot |
1996-11-09 |
Jack Jansen | Removed old project file, als restructured projects... |
commit | commitdiff | tree | snapshot |
1996-11-06 |
Guido van Rossum | Fix syntax of commented-out variables |
commit | commitdiff | tree | snapshot |
1996-11-06 |
Guido van Rossum | Added 'Introduction' section head and 'Memory Managemen... |
commit | commitdiff | tree | snapshot |
1996-11-06 |
Guido van Rossum | correct typo in return variable for PySequence_Index() |
commit | commitdiff | tree | snapshot |
1996-11-02 |
Guido van Rossum | Should compare errno to 0, not NULL |
commit | commitdiff | tree | snapshot |
1996-11-02 |
Guido van Rossum | Change last Ellipses to Ellipsis :-( |
commit | commitdiff | tree | snapshot |
1996-10-29 |
Fred Drake | (Makefile): Updated latex2html support. |
commit | commitdiff | tree | snapshot |
1996-10-29 |
Fred Drake | (myformat.perl): Added handler for cfuncdesc environme... |
commit | commitdiff | tree | snapshot |
1996-10-29 |
Fred Drake | (myformat.sty, extref.tex): Moved definition of cfuncd... |
commit | commitdiff | tree | snapshot |
1996-10-29 |
Fred Drake | (tut.tex): Added matching \normalsize after \small... |
commit | commitdiff | tree | snapshot |
1996-10-29 |
Barry Warsaw | (match-string): Added a definition for older Emacsen. |
commit | commitdiff | tree | snapshot |
1996-10-25 |
Fred Drake | (texi2html.py): Minor improvement to HTML 3.0 output... |
commit | commitdiff | tree | snapshot |
1996-10-25 |
Fred Drake | (partparse.py): Fix nasty bug where \e got translated... |
commit | commitdiff | tree | snapshot |
1996-10-25 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v1.4 |
commit | commitdiff | tree | snapshot |
1996-10-25 |
Guido van Rossum | Added disclaimer. |
commit | commitdiff | tree | snapshot |
1996-10-25 |
Guido van Rossum | New permission notice, includes CNRI. |
commit | commitdiff | tree | snapshot |
1996-10-25 |
Guido van Rossum | Added disclaimer. |
commit | commitdiff | tree | snapshot |
1996-10-25 |
Guido van Rossum | Ready for release. Added section on the book. Removed... |
commit | commitdiff | tree | snapshot |
1996-10-25 |
Guido van Rossum | Noticed a few more things that have been done. |
commit | commitdiff | tree | snapshot |
1996-10-25 |
Guido van Rossum | Added last-minute changes. |
commit | commitdiff | tree | snapshot |
1996-10-25 |
Guido van Rossum | Updated notice. |
commit | commitdiff | tree | snapshot |
1996-10-25 |
Guido van Rossum | CNRI additions, approved by the boss and his wife :-) |
commit | commitdiff | tree | snapshot |
1996-10-24 |
Guido van Rossum | Small nits only. |
commit | commitdiff | tree | snapshot |
1996-10-24 |
Guido van Rossum | The usual :-( |
commit | commitdiff | tree | snapshot |
1996-10-24 |
Guido van Rossum | Touched by FrameMaker :-( |
commit | commitdiff | tree | snapshot |
1996-10-24 |
Guido van Rossum | Include updated title page. |
commit | commitdiff | tree | snapshot |
1996-10-24 |
Guido van Rossum | Done with this for 1.4. |
commit | commitdiff | tree | snapshot |
1996-10-24 |
Guido van Rossum | Done with the "New in 1.4" chapter. |
commit | commitdiff | tree | snapshot |
1996-10-24 |
Guido van Rossum | Add SHELL=/bin/sh definition, to override SGI make... |
commit | commitdiff | tree | snapshot |
1996-10-24 |
Guido van Rossum | Removed CNRI copyright, changed notice to standard... |
commit | commitdiff | tree | snapshot |
1996-10-24 |
Guido van Rossum | Get rid of bogus binding of <Delete> to a function... |
commit | commitdiff | tree | snapshot |
1996-10-24 |
Guido van Rossum | Correct truncated paragraph. |
commit | commitdiff | tree | snapshot |
1996-10-24 |
Guido van Rossum | Fix truncated paragraph in doc string. |
commit | commitdiff | tree | snapshot |
1996-10-24 |
Guido van Rossum | Removed NumPy instructions. Add note about VC 4.0... |
commit | commitdiff | tree | snapshot |
1996-10-24 |
Guido van Rossum | Removed NumPy files -- no time to fix these. |
commit | commitdiff | tree | snapshot |
1996-10-24 |
Guido van Rossum | Cast mtime gotten from stat() to long int -- else it... |
commit | commitdiff | tree | snapshot |
1996-10-24 |
Guido van Rossum | Set /MD option for *all* projects (even python.exe). |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Guido van Rossum | Barry's latest (2.83). He likes this version particula... |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Guido van Rossum | Added answer by Greg Stein about threads on Linux. |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Barry Warsaw | (py-indent-line): take an optional universal argument... |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Guido van Rossum | Fix case where you start a new group immediately after... |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Guido van Rossum | Ignore Frame backup and lock files. |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Guido van Rossum | Adapted to migration of reference manual to Frame. |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Guido van Rossum | Regenerated to remove hidden text from page 1. |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Jack Jansen | Probably just binhexed again... |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Jack Jansen | Different default location for distribution templates |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Jack Jansen | Only copy project files from build* and plugins to... |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Jack Jansen | Build imgmodules.cfm68k too |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Jack Jansen | Added USE_MALLOC_DEBUG (disabled) |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Jack Jansen | Project files for 1.4 release |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Jack Jansen | Malloc debugging now flagged with USE_MALLOC_DEBUG |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Jack Jansen | Updated to cw10 |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Jack Jansen | Fixed gusi preferences |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Jack Jansen | removed unused var |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Jack Jansen | Added support for tab hooks |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Jack Jansen | Raise a more intellegible error in the case of missing... |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Jack Jansen | Added HAVE_STRFTIME |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Jack Jansen | Added a note on swed and htmled examples, added tab... |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Jack Jansen | Modified to work together with BBPy |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Guido van Rossum | Make self.rfile unbuffered (self.wfile already is)... |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Guido van Rossum | Fixed compare function to do first char comparison... |
commit | commitdiff | tree | snapshot |
1996-10-23 |
Guido van Rossum | Added support for floating point resolution to Scale... |
commit | commitdiff | tree | snapshot |
1996-10-22 |
Guido van Rossum | Frame versions of documents after mangling by Robin. |
commit | commitdiff | tree | snapshot |
1996-10-22 |
Guido van Rossum | New version for 1.4 from Manus. |
commit | commitdiff | tree | snapshot |
1996-10-22 |
Guido van Rossum | Version number and date. |
commit | commitdiff | tree | snapshot |
1996-10-22 |
Guido van Rossum | Removed LaTeX version of reference manual. Added ref... |
commit | commitdiff | tree | snapshot |
1996-10-22 |
Guido van Rossum | Got rid of most XXXes in the News chapter. Bumped... |
commit | commitdiff | tree | snapshot |
1996-10-22 |
Guido van Rossum | New date and version number. |
commit | commitdiff | tree | snapshot |
next |