| Commit message (Expand) | Author | Age | Files | Lines |
* | Update URL to unicode.org's FTP site using an HTTP URL to the same | Fred Drake | 2000-09-16 | 1 | -1/+1 |
|
|
* | Update *both* uses of the URL to the zlib home page, and use the version | Fred Drake | 2000-09-16 | 1 | -6/+6 |
|
|
* | Update link to the zlib homepage. | Fred Drake | 2000-09-16 | 1 | -4/+4 |
|
|
* | Update the link to Andrew Kuchling's crypto code. | Fred Drake | 2000-09-16 | 1 | -1/+1 |
|
|
* | Update link to the FIPS PUB 180-1 (PDF is available, but not PostScript). | Fred Drake | 2000-09-16 | 1 | -2/+2 |
|
|
* | Update some stale links. | Fred Drake | 2000-09-16 | 2 | -8/+8 |
|
|
* | Repair senseless random.seed docstring (reported on c.l.py). | Tim Peters | 2000-09-16 | 1 | -1/+1 |
|
|
* | Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough. | Tim Peters | 2000-09-16 | 3 | -3/+6 |
|
|
* | Tweaked the build temp dir names again. | Greg Ward | 2000-09-16 | 1 | -8/+4 |
|
|
* | Typo fix. | Greg Ward | 2000-09-16 | 1 | -1/+1 |
|
|
* | Include the Python version in the platform-specific build directories: | Greg Ward | 2000-09-16 | 1 | -2/+4 |
|
|
* | Document the directory separatory for include dir and library dir lists. | Greg Ward | 2000-09-16 | 1 | -2/+3 |
|
|
* | This will eventually evolve into a package that creates CodeWarrior projects ... | Jack Jansen | 2000-09-15 | 5 | -0/+845 |
|
|
* | - add a new test | Neil Schemenauer | 2000-09-15 | 1 | -0/+22 |
|
|
* | Fix a link -- there is no starship.python.org! | Fred Drake | 2000-09-15 | 1 | -1/+1 |
|
|
* | Add a constant "library" to the module which names the library used, | Fred Drake | 2000-09-15 | 1 | -10/+80 |
|
|
* | Add some comments on the available implementations that this module can | Fred Drake | 2000-09-15 | 1 | -11/+25 |
|
|
* | fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI | Jeremy Hylton | 2000-09-15 | 3 | -16/+25 |
|
|
* | Don't remove instance objects from the GC container set until we are | Neil Schemenauer | 2000-09-15 | 1 | -2/+1 |
|
|
* | Some systems need -lucb to compile the mmap module. Add a comment to | Fred Drake | 2000-09-15 | 1 | -1/+4 |
|
|
* | Py_Main(), usage(), usage_mid: Add -h and -V flags to print the usage | Barry Warsaw | 2000-09-15 | 1 | -8/+32 |
|
|
* | Describe the -h and -V flags. Closes patch #101496 | Barry Warsaw | 2000-09-15 | 1 | -0/+12 |
|
|
* | Fixed some typos. Removed one obsolete comment. | Paul Prescod | 2000-09-15 | 1 | -3/+2 |
|
|
* | add cross reference to mimetools module | Skip Montanaro | 2000-09-15 | 1 | -0/+2 |
|
|
* | RET_SAVE references should be Py_BLOCK_THREADS references | Skip Montanaro | 2000-09-15 | 1 | -2/+2 |
|
|
* | Fixed bug that disallowed processing instructions before and after | Paul Prescod | 2000-09-15 | 1 | -4/+5 |
|
|
* | Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, this | Guido van Rossum | 2000-09-15 | 1 | -0/+7 |
|
|
* | Include the filename in the errror message for F5 without saving. | Guido van Rossum | 2000-09-15 | 1 | -1/+5 |
|
|
* | Update comments in the second paragraph, discussing versioning issues | Fred Drake | 2000-09-15 | 1 | -8/+9 |
|
|
* | Fix Bug #114293: | Jeremy Hylton | 2000-09-15 | 5 | -112/+131 |
|
|
* | Read a QuickTime movie and return the frames. | Jack Jansen | 2000-09-15 | 1 | -0/+276 |
|
|
* | Before comparing os.uname() to BeOS check that os.uname actually exists:-) | Jack Jansen | 2000-09-15 | 1 | -1/+1 |
|
|
* | For current directory use os.curdir, not ".". | Jack Jansen | 2000-09-15 | 1 | -2/+2 |
|
|
* | 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 |
|
|