summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added 'strict_parsing' option to all parsing functions. This causes aGuido van Rossum1996-11-111-11/+27
| | | | | | | | | | ValueError exception when the query string contains fields that don't contain exactly one '=' sign. (By default, such fields are simply ignored.) Added this to the doc string describing parse() and parse_qs(). Also changed the default for keep_blank_values from None to 0 (the preferred way to spell 'FALSE').
* Don't require leading '-' on option name to Text.tag_cgetGuido van Rossum1996-11-112-0/+8
|
* Fix the way the Authorization header is sent (how could this have worked?).Guido van Rossum1996-11-111-1/+1
|
* (myformat.perl): Updated to allow library reference manual to be handled byFred Drake1996-11-111-13/+72
| | | | | latex2html. Mostly added support for custom environments and some of the smaller commands used in the library reference (\e, \optional).
* Add twit "home" location to sys.path (so you can put the applet on theJack Jansen1996-11-112-2/+9
| | | | desktop)
* Make Py_ReturnNullError() statis as it should be.Guido van Rossum1996-11-111-1/+1
|
* Only call sq_length in Sequence_GetItem for negative index.Guido van Rossum1996-11-091-4/+6
|
* Changed project segment structure to (more-or-less) match directoryJack Jansen1996-11-0929-11901/+11846
| | | | structure.
* Updated (which should have been done before the 1.4 distribution).Jack Jansen1996-11-091-6/+12
|
* Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpecJack Jansen1996-11-091-0/+5
|
* Got rid of nfullpath()Jack Jansen1996-11-092-3/+2
|
* Got rid of nfullpath in favor of PyMac_GetFullPath (which was prettyJack Jansen1996-11-092-36/+31
| | | | | | much identical anyway). Initialize PyMac_ApplicationPath and PyMac_ApplicationFSSpec to point to the current application.
* When loading a PYC resource check whether the filename is theJack Jansen1996-11-091-21/+45
| | | | | application, and if so take a shortcut. This should speedup loading PYC resources when running off a CDROM quite a bit.
* More sensible default sys.pathJack Jansen1996-11-091-16/+15
|
* Keep the folder structure in Mac:mwerks:projects similar to theJack Jansen1996-11-091-2/+2
| | | | toplevel build folder structure.
* Removed addpack callsJack Jansen1996-11-091-2/+0
|
* Removed old project file, als restructured projects directory toJack Jansen1996-11-091-117/+0
| | | | reflect build directory structure (the latter done by hand)
* Fix syntax of commented-out variablesGuido van Rossum1996-11-061-2/+2
|
* Added 'Introduction' section head and 'Memory Management' subsection.Guido van Rossum1996-11-061-1/+20
|
* correct typo in return variable for PySequence_Index()Guido van Rossum1996-11-061-1/+1
|
* Should compare errno to 0, not NULLGuido van Rossum1996-11-021-1/+1
|
* Change last Ellipses to Ellipsis :-(Guido van Rossum1996-11-022-6/+6
|
* (Makefile): Updated latex2html support.Fred Drake1996-10-291-2/+2
|
* (myformat.perl): Added handler for cfuncdesc environment. This is neededFred Drake1996-10-291-0/+18
| | | | for the extending & embedding manual.
* (myformat.sty, extref.tex): Moved definition of cfuncdesc environment toFred Drake1996-10-292-5/+5
| | | | myformat.sty; having it in extref.tex confuses LaTeX2HTML.
* (tut.tex): Added matching \normalsize after \small font control commandFred Drake1996-10-292-2/+2
| | | | | | (and the contents it was supposed to be affecting). The latest LaTeX2HTML handles these, but didn't close it as expected. This handles that problem and does not affect the PostScript output.
* (match-string): Added a definition for older Emacsen.Barry Warsaw1996-10-291-0/+9
|
* (texi2html.py): Minor improvement to HTML 3.0 output for code examples.Fred Drake1996-10-253-6/+21
|
* (partparse.py): Fix nasty bug where \e got translated to @e only withinFred Drake1996-10-252-0/+2
| | | | the optional arg of an \item[].
* This commit was manufactured by cvs2svn to create tag 'release14'.v1.4cvs2svn1996-10-251-0/+1
|
* Added disclaimer.Guido van Rossum1996-10-254-64/+106
|
* New permission notice, includes CNRI.Guido van Rossum1996-10-25185-2353/+3648
|
* Added disclaimer.Guido van Rossum1996-10-251-0/+3
|
* Ready for release. Added section on the book. Removed bugs/gripes emails.Guido van Rossum1996-10-251-41/+70
| | | | New copyright.
* Noticed a few more things that have been done.Guido van Rossum1996-10-251-27/+28
|
* Added last-minute changes.Guido van Rossum1996-10-251-4/+38
|
* Updated notice.Guido van Rossum1996-10-252-47/+23
|
* CNRI additions, approved by the boss and his wife :-)Guido van Rossum1996-10-251-9/+16
|
* Small nits only.Guido van Rossum1996-10-242-22/+34
|
* The usual :-(Guido van Rossum1996-10-244-4/+4
|
* Touched by FrameMaker :-(Guido van Rossum1996-10-246-0/+0
|
* Include updated title page.Guido van Rossum1996-10-241-40/+46
|
* Done with this for 1.4.Guido van Rossum1996-10-244-136/+196
|
* Done with the "New in 1.4" chapter.Guido van Rossum1996-10-242-152/+280
|
* Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL.Guido van Rossum1996-10-241-0/+3
|
* Removed CNRI copyright, changed notice to standard notice.Guido van Rossum1996-10-241-0/+0
| | | | Added date and version to title.
* Get rid of bogus binding of <Delete> to a function that deletes the nextGuido van Rossum1996-10-242-6/+0
| | | | character (this is already a built-in binding now).
* Correct truncated paragraph.Guido van Rossum1996-10-242-2/+4
|
* Fix truncated paragraph in doc string.Guido van Rossum1996-10-241-2/+3
| | | | Bump version to 2.0.
* Removed NumPy instructions. Add note about VC 4.0 vs. 4.2.Guido van Rossum1996-10-241-13/+3
|