- c7247ce Add typedef PyOS_sighandler_t and prototypes for PyOS_getsig() and by Guido van Rossum · 24 years ago
- c96ec6e Document new APIs PyOS_getsig() and PyOS_setsig(). by Guido van Rossum · 24 years ago
- beb6d72 Rene Liebscher: if we have to run the same sub-command multiple times by Greg Ward · 24 years ago
- 3bfc8c8 Renamed --keep-tree to --keep-temp. by Greg Ward · 24 years ago
- 8099f0e Renamed --clean to --no-keep-temp and --noclean to --keep-temp. by Greg Ward · 24 years ago
- 8429036 Renamed --keep-tree option to --keep-temp. by Greg Ward · 24 years ago
- 24511d2 Ensure sub-commands of "install" are reinitialized too. by Greg Ward · 24 years ago
- 47ec207 Remove some debugging output from the last change. by Greg Ward · 24 years ago
- ecce145 In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to the by Greg Ward · 24 years ago
- f449ea5 Generalized 'reinitialize_command()' so it can optionally reinitialize by Greg Ward · 24 years ago
- b3e0ad9 Added the "sub-command" machinery to formalize the notion of "command by Greg Ward · 24 years ago
- fadefed Factored the "sub-command" machinery out to Command. Mainly, this by Greg Ward · 24 years ago
- 634fc57 Use a really ugly hack that depends on output processing by LaTeX2HTML. by Fred Drake · 24 years ago
- 6e1fecc Update URL to unicode.org's FTP site using an HTTP URL to the same document. by Fred Drake · 24 years ago
- 315b9e0 Update *both* uses of the URL to the zlib home page, and use the version by Fred Drake · 24 years ago
- ab2f9f7 Update link to the zlib homepage. by Fred Drake · 24 years ago
- f291074 Update the link to Andrew Kuchling's crypto code. by Fred Drake · 24 years ago
- 91fc931 Update link to the FIPS PUB 180-1 (PDF is available, but not PostScript). by Fred Drake · 24 years ago
- 630d0f0 Update some stale links. by Fred Drake · 24 years ago
- c1d65c3 Repair senseless random.seed docstring (reported on c.l.py). by Tim Peters · 24 years ago
- 78fc0b5 Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough. by Tim Peters · 24 years ago
- 53db815 Tweaked the build temp dir names again. by Greg Ward · 24 years ago
- e918b6f Typo fix. by Greg Ward · 24 years ago
- 4290094 Include the Python version in the platform-specific build directories: by Greg Ward · 24 years ago
- 9ae7c3c Document the directory separatory for include dir and library dir lists. by Greg Ward · 24 years ago
- 76167fe This will eventually evolve into a package that creates CodeWarrior projects from templates (for distutils, and possibly the standard extensions too). For now it generates a correct xml file based on sources/output/expfile, but that is about all. by Jack Jansen · 24 years ago
- a53cf79 - add a new test - document some of the tricky tests (hopefully correctly :) by Neil Schemenauer · 24 years ago
- 6a547c7 Fix a link -- there is no starship.python.org! by Fred Drake · 24 years ago
- 1ac526d Add a constant "library" to the module which names the library used, by Fred Drake · 24 years ago
- 7c25f3d Add some comments on the available implementations that this module can use. by Fred Drake · 24 years ago
- afde7e2 fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI by Jeremy Hylton · 24 years ago
- ce20967 Don't remove instance objects from the GC container set until we are by Neil Schemenauer · 24 years ago
- e64572b Some systems need -lucb to compile the mmap module. Add a comment to by Fred Drake · 24 years ago
- 3b2aedb Py_Main(), usage(), usage_mid: Add -h and -V flags to print the usage by Barry Warsaw · 24 years ago
- 6456937 Describe the -h and -V flags. Closes patch #101496 by Barry Warsaw · 24 years ago
- 5c6bd31 Fixed some typos. Removed one obsolete comment. by Paul Prescod · 24 years ago
- 6634b14 add cross reference to mimetools module by Skip Montanaro · 24 years ago
- 682c25a RET_SAVE references should be Py_BLOCK_THREADS references by Skip Montanaro · 24 years ago
- ce88db0 Fixed bug that disallowed processing instructions before and after by Paul Prescod · 24 years ago
- 8999053 Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, this by Guido van Rossum · 24 years ago
- 3634112 Include the filename in the errror message for F5 without saving. by Guido van Rossum · 24 years ago
- 6e5184f Update comments in the second paragraph, discussing versioning issues by Fred Drake · 24 years ago
- be467e5 Fix Bug #114293: by Jeremy Hylton · 24 years ago
- a647f57 Read a QuickTime movie and return the frames. by Jack Jansen · 24 years ago
- 344ecdb Before comparing os.uname() to BeOS check that os.uname actually exists:-) by Jack Jansen · 24 years ago
- 8b7c3c0 For current directory use os.curdir, not ".". by Jack Jansen · 24 years ago
- 00ce51e Allow am/pm as well as AM/PM (C9X behaviour). by Jack Jansen · 24 years ago
- a454ebd Added B format char to Py_BuildValue (same as b,h,i, but makes by Jack Jansen · 24 years ago
- b763b9d Cast UCHAR_MAX to int before doing the comparison for overflow of the by Jack Jansen · 24 years ago
- 2af72d5 Use symbolic constants for allowable short ranges. by Martin v. Löwis · 24 years ago
- 0bb44a4 Closes SF bug 113894: on Windows, things like os.listdir("k:") and by Tim Peters · 24 years ago
- a2ebb87 Added simple batch file to make running the test suite from the PCbuild by Tim Peters · 24 years ago
- 3cd7604 Correctly cast the return value of realloc. by Martin v. Löwis · 24 years ago
- 66de549 Check range for bytes and shorts. Closes bug #110845. by Martin v. Löwis · 24 years ago
- c58dbeb Correctly use realloc return value. Fixes bug #114424. by Martin v. Löwis · 24 years ago
- ff1ce0f Support \r in source files. Closes bug #101425. by Martin v. Löwis · 24 years ago
- d2a5ad2 Removed some debugging prints: When running user configuration code by Fred Drake · 24 years ago
- 10515b6 main(): Move hackery of sys.argv until after the Tk instance has been by Fred Drake · 24 years ago
- 81c1735 Add item to the list of limitations that points out the lack of support by Fred Drake · 24 years ago
- ae90f8d Trent Mick points out that the BSD DB also provides an ndbm compatibility by Fred Drake · 24 years ago
- bbba66e Added 'warn_dir' option so other code can sneak in and disable by Greg Ward · 24 years ago
- 9bd3e9b Adjust to the new sysconfig regime: use 'get_config_vars()' instead by Greg Ward · 24 years ago
- d602909 Adjust to the new sysconfig regime: use 'get_config_var()' instead by Greg Ward · 24 years ago
- 59399bb Revamped 'get_platform()' to try and do something reasonably smart on by Greg Ward · 24 years ago
- 879f0f1 Changed from eager parsing of Makefile (at import time) to lazy: only do by Greg Ward · 24 years ago
- 3fff8d2 Fixed so 'parse_makefile()' uses the TextFile class to ensure that by Greg Ward · 24 years ago
- f3d4127 Before running LaTeX2HTML, remove all the HTML files from the output by Fred Drake · 24 years ago
- aaa2385 When there is a Module Index, make sure the icon actually links to it. by Fred Drake · 24 years ago
- 4dfad57 Add a reference to the sha module, noting that SHA is considered more by Fred Drake · 24 years ago
- b9fd468 Convert "See also" section to use \seetitle. by Fred Drake · 24 years ago
- 33e0bea Did not include the sha module documentation dependency. by Fred Drake · 24 years ago
- 2d017ec Added a note about gdbm. Changed the stackless note. by Jack Jansen · 24 years ago
- 965226b Added a note about getting CarbonLib as a way to get a new Appearance/NavServices. Added Luc Lefebvre to the thanks-list. by Jack Jansen · 24 years ago
- 04b8549 Fixes that should make it possible to run Python on machines without NavServices installed. by Jack Jansen · 24 years ago
- 5c204ae Fixes that should make it possible to run Python on machines without NavServices installed. Also weak-linked OT libraries so Python can run with extensions disabled. by Jack Jansen · 24 years ago
- 6ba0a3c Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 24 years ago
- 30a8181 cope with weird Content-Length values returned from servers by by Jeremy Hylton · 24 years ago
- 7a666b8 Remove reference to the stdwin-based windowed debugger, since stdwin is gone. by Fred Drake · 24 years ago
- bd2d4f1 Use the \setshortversion macro to specify the abbreviated version number. by Fred Drake · 24 years ago
- d5d0435 Use \shortversion in a number of places. by Fred Drake · 24 years ago
- 3cdb89d do_cmd_shortversion(), do_cmd_setshortversion(): Implementation for new markup. by Fred Drake · 24 years ago
- af2b714 \shortversion, by Fred Drake · 24 years ago
- 1fe3b82 Avoid reference to specific versions of Python where possible. by Fred Drake · 24 years ago
- 933f0c3 Avoid reference to specific versions of Python where possible. by Fred Drake · 24 years ago
- 66d32b1 Add some index entries to make it easier to find information on by Fred Drake · 24 years ago
- 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 24 years ago
- d94f707 Use the configure support to determine which ndbm.h header to include. by Fred Drake · 24 years ago
- 641fbe6 Allow configure to detect whether ndbm.h or gdbm/ndbm.h is installed. by Fred Drake · 24 years ago
- e108a02 Detlef Lannert <lannert@uni-duesseldorf.de>: by Fred Drake · 24 years ago
- b15491e Removed exceptions from the required modules (it's builtin nowadays) by Jack Jansen · 24 years ago
- 2cecd41 Added Qdoffs and (optionally) icglue modules. by Jack Jansen · 24 years ago
- 68f9d95 Added USE_IC and USE_PYEXPAT by Jack Jansen · 24 years ago
- a5fa1ff Not relevant anymore, as pyexpat has moved to another maintainer. by Jack Jansen · 24 years ago
- ea7ce10 Include Numerical header files in developer distribution. by Jack Jansen · 24 years ago
- df23f33 Add several dl.RTLD_ constants. Closes bug 110842. by Martin v. Löwis · 24 years ago
- ddef888 Include a link to Francois's po-utils. by Barry Warsaw · 24 years ago
- 3a0310a Added --force (-f) option to force installation (including bytecode by Greg Ward · 24 years ago
- 1830b21 Bump version to 0.9.3pre. by Greg Ward · 24 years ago
- 8c56259 Fix install directories on Mac OS (now that the "install" command by Greg Ward · 24 years ago
- d75a276 Fix install directories on Mac OS: now everything goes to by Greg Ward · 24 years ago