summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Push more of the display control into the style sheet.Fred Drake2000-09-162-3/+10
* Changed so lines that are all comment (or just whitespace + comment)Greg Ward2000-09-161-9/+27
* Andrew Kuchling:Greg Ward2000-09-161-1/+1
* [change from 2000/08/11, propagating now to distutils copy]Greg Ward2000-09-161-9/+17
* [change from 2000/04/17, propagating now to distutils copy]Greg Ward2000-09-161-26/+30
* Use PyOS_setsig() instead of directly calling signal() or sigaction().Guido van Rossum2000-09-161-5/+12
* Use typedef PyOS_sighandler_t and APIs PyOS_getsig() andGuido van Rossum2000-09-161-25/+12
* Add PyOS_getsig() and PyOS_setsig() -- wrappers around signal() orGuido van Rossum2000-09-161-0/+34
* Add typedef PyOS_sighandler_t and prototypes for PyOS_getsig() andGuido van Rossum2000-09-161-0/+6
* Document new APIs PyOS_getsig() and PyOS_setsig().Guido van Rossum2000-09-161-0/+15
* Rene Liebscher: if we have to run the same sub-command multiple timesGreg Ward2000-09-161-5/+18
* Renamed --keep-tree to --keep-temp.Greg Ward2000-09-161-3/+3
* Renamed --clean to --no-keep-temp and --noclean to --keep-temp.Greg Ward2000-09-161-6/+6
* Renamed --keep-tree option to --keep-temp.Greg Ward2000-09-161-3/+3
* Ensure sub-commands of "install" are reinitialized too.Greg Ward2000-09-161-3/+2
* Remove some debugging output from the last change.Greg Ward2000-09-161-7/+0
* In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to theGreg Ward2000-09-161-2/+3
* Generalized 'reinitialize_command()' so it can optionally reinitializeGreg Ward2000-09-161-2/+20
* Added the "sub-command" machinery to formalize the notion of "commandGreg Ward2000-09-161-0/+31
* Factored the "sub-command" machinery out to Command. Mainly, thisGreg Ward2000-09-161-25/+10
* Use a really ugly hack that depends on output processing by LaTeX2HTML.Fred Drake2000-09-162-8/+8
* Update URL to unicode.org's FTP site using an HTTP URL to the sameFred Drake2000-09-161-1/+1
* Update *both* uses of the URL to the zlib home page, and use the versionFred Drake2000-09-161-6/+6
* Update link to the zlib homepage.Fred Drake2000-09-161-4/+4
* Update the link to Andrew Kuchling's crypto code.Fred Drake2000-09-161-1/+1
* Update link to the FIPS PUB 180-1 (PDF is available, but not PostScript).Fred Drake2000-09-161-2/+2
* Update some stale links.Fred Drake2000-09-162-8/+8
* Repair senseless random.seed docstring (reported on c.l.py).Tim Peters2000-09-161-1/+1
* Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough.Tim Peters2000-09-163-3/+6
* Tweaked the build temp dir names again.Greg Ward2000-09-161-8/+4
* Typo fix.Greg Ward2000-09-161-1/+1
* Include the Python version in the platform-specific build directories:Greg Ward2000-09-161-2/+4
* Document the directory separatory for include dir and library dir lists.Greg Ward2000-09-161-2/+3
* This will eventually evolve into a package that creates CodeWarrior projects ...Jack Jansen2000-09-155-0/+845
* - add a new testNeil Schemenauer2000-09-151-0/+22
* Fix a link -- there is no starship.python.org!Fred Drake2000-09-151-1/+1
* Add a constant "library" to the module which names the library used,Fred Drake2000-09-151-10/+80
* Add some comments on the available implementations that this module canFred Drake2000-09-151-11/+25
* fix bug #110661 (PR#356) -- accept either & or ; as separator for CGIJeremy Hylton2000-09-153-16/+25
* Don't remove instance objects from the GC container set until we areNeil Schemenauer2000-09-151-2/+1
* Some systems need -lucb to compile the mmap module. Add a comment toFred Drake2000-09-151-1/+4
* Py_Main(), usage(), usage_mid: Add -h and -V flags to print the usageBarry Warsaw2000-09-151-8/+32
* Describe the -h and -V flags. Closes patch #101496Barry Warsaw2000-09-151-0/+12
* Fixed some typos. Removed one obsolete comment.Paul Prescod2000-09-151-3/+2
* add cross reference to mimetools moduleSkip Montanaro2000-09-151-0/+2
* RET_SAVE references should be Py_BLOCK_THREADS referencesSkip Montanaro2000-09-151-2/+2
* Fixed bug that disallowed processing instructions before and afterPaul Prescod2000-09-151-4/+5
* Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, thisGuido van Rossum2000-09-151-0/+7
* Include the filename in the errror message for F5 without saving.Guido van Rossum2000-09-151-1/+5
* Update comments in the second paragraph, discussing versioning issuesFred Drake2000-09-151-8/+9