| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Allow am/pm as well as AM/PM (C9X behaviour). | Jack Jansen | 2000-09-15 | 1 | -2/+2 |
|
|
| * | Added B format char to Py_BuildValue (same as b,h,i, but makes | Jack Jansen | 2000-09-15 | 1 | -1/+1 |
|
|
| * | Cast UCHAR_MAX to int before doing the comparison for overflow of the | Jack Jansen | 2000-09-15 | 1 | -0/+1 |
|
|
| * | Use symbolic constants for allowable short ranges. | Martin v. Löwis | 2000-09-15 | 1 | -4/+7 |
|
|
| * | Closes SF bug 113894: on Windows, things like os.listdir("k:") and | Tim Peters | 2000-09-15 | 1 | -9/+7 |
|
|
| * | Added simple batch file to make running the test suite from the PCbuild | Tim Peters | 2000-09-15 | 1 | -0/+8 |
|
|
| * | Correctly cast the return value of realloc. | Martin v. Löwis | 2000-09-15 | 1 | -1/+1 |
|
|
| * | Check range for bytes and shorts. Closes bug #110845. | Martin v. Löwis | 2000-09-15 | 1 | -2/+42 |
|
|
| * | Correctly use realloc return value. Fixes bug #114424. | Martin v. Löwis | 2000-09-15 | 1 | -1/+1 |
|
|
| * | Support \r in source files. Closes bug #101425. | Martin v. Löwis | 2000-09-15 | 1 | -0/+5 |
|
|
| * | Removed some debugging prints: When running user configuration code | Fred Drake | 2000-09-15 | 1 | -4/+0 |
|
|
| * | main(): Move hackery of sys.argv until after the Tk instance has been | Fred Drake | 2000-09-15 | 1 | -7/+7 |
|
|
| * | Add item to the list of limitations that points out the lack of support | Fred Drake | 2000-09-15 | 1 | -1/+5 |
|
|
| * | Trent Mick points out that the BSD DB also provides an ndbm compatibility | Fred Drake | 2000-09-15 | 4 | -291/+298 |
|
|
| * | Added 'warn_dir' option so other code can sneak in and disable | Greg Ward | 2000-09-15 | 1 | -3/+6 |
|
|
| * | Adjust to the new sysconfig regime: use 'get_config_vars()' instead | Greg Ward | 2000-09-15 | 1 | -3/+6 |
|
|
| * | Adjust to the new sysconfig regime: use 'get_config_var()' instead | Greg Ward | 2000-09-15 | 1 | -3/+4 |
|
|
| * | Revamped 'get_platform()' to try and do something reasonably smart on | Greg Ward | 2000-09-15 | 1 | -4/+42 |
|
|
| * | Changed from eager parsing of Makefile (at import time) to lazy: only do | Greg Ward | 2000-09-15 | 1 | -25/+63 |
|
|
| * | Fixed so 'parse_makefile()' uses the TextFile class to ensure that | Greg Ward | 2000-09-15 | 1 | -6/+8 |
|
|
| * | Before running LaTeX2HTML, remove all the HTML files from the output | Fred Drake | 2000-09-14 | 1 | -0/+3 |
|
|
| * | When there is a Module Index, make sure the icon actually links to it. | Fred Drake | 2000-09-14 | 1 | -1/+3 |
|
|
| * | Add a reference to the sha module, noting that SHA is considered more | Fred Drake | 2000-09-14 | 1 | -0/+7 |
|
|
| * | Convert "See also" section to use \seetitle. | Fred Drake | 2000-09-14 | 1 | -6/+8 |
|
|
| * | Did not include the sha module documentation dependency. | Fred Drake | 2000-09-14 | 1 | -0/+1 |
|
|
| * | Added a note about gdbm. | Jack Jansen | 2000-09-14 | 1 | -1/+3 |
|
|
| * | Added a note about getting CarbonLib as a way to get a new Appearance/NavServ... | Jack Jansen | 2000-09-14 | 1 | -6/+13 |
|
|
| * | Fixes that should make it possible to run Python on machines without NavServi... | Jack Jansen | 2000-09-14 | 1 | -0/+5 |
|
|
| * | Fixes that should make it possible to run Python on machines without NavServi... | Jack Jansen | 2000-09-14 | 3 | -0/+0 |
|
|
| * | Denis S. Otkidach <ods@users.sourceforge.net>: | Fred Drake | 2000-09-14 | 1 | -2/+3 |
|
|
| * | cope with weird Content-Length values returned from servers by | Jeremy Hylton | 2000-09-14 | 1 | -1/+4 |
|
|
| * | Remove reference to the stdwin-based windowed debugger, since stdwin | Fred Drake | 2000-09-14 | 1 | -6/+2 |
|
|
| * | Use the \setshortversion macro to specify the abbreviated version number. | Fred Drake | 2000-09-14 | 1 | -2/+3 |
|
|
| * | Use \shortversion in a number of places. | Fred Drake | 2000-09-14 | 3 | -12/+12 |
|
|
| * | do_cmd_shortversion(), | Fred Drake | 2000-09-14 | 1 | -11/+32 |
|
|
| * | \shortversion, | Fred Drake | 2000-09-14 | 2 | -2/+29 |
|
|
| * | Avoid reference to specific versions of Python where possible. | Fred Drake | 2000-09-14 | 1 | -4/+4 |
|
|
| * | Avoid reference to specific versions of Python where possible. | Fred Drake | 2000-09-14 | 1 | -3/+3 |
|
|
| * | Add some index entries to make it easier to find information on | Fred Drake | 2000-09-14 | 1 | -0/+5 |
|
|
| * | Remove "," from the list of always_safe characters. It is a reserved | Jeremy Hylton | 2000-09-14 | 2 | -8/+62 |
|
|
| * | Use the configure support to determine which ndbm.h header to include. | Fred Drake | 2000-09-14 | 1 | -0/+10 |
|
|
| * | Allow configure to detect whether ndbm.h or gdbm/ndbm.h is installed. | Fred Drake | 2000-09-14 | 3 | -9/+15 |
|
|
| * | Detlef Lannert <lannert@uni-duesseldorf.de>: | Fred Drake | 2000-09-14 | 1 | -2/+2 |
|
|
| * | Removed exceptions from the required modules (it's builtin nowadays) | Jack Jansen | 2000-09-14 | 1 | -2/+2 |
|
|
| * | Added Qdoffs and (optionally) icglue modules. | Jack Jansen | 2000-09-14 | 1 | -0/+8 |
|
|
| * | Added USE_IC and USE_PYEXPAT | Jack Jansen | 2000-09-14 | 1 | -0/+2 |
|
|
| * | Not relevant anymore, as pyexpat has moved to another maintainer. | Jack Jansen | 2000-09-13 | 2 | -53/+0 |
|
|
| * | Include Numerical header files in developer distribution. | Jack Jansen | 2000-09-13 | 1 | -6/+19 |
|
|
| * | Add several dl.RTLD_ constants. Closes bug 110842. | Martin v. Löwis | 2000-09-13 | 1 | -2/+38 |
|
|
| * | Include a link to Francois's po-utils. | Barry Warsaw | 2000-09-13 | 1 | -2/+3 |
|
|