Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the usual | Jeremy Hylton | 2000-10-09 | 1 | -2/+2 |
| | |||||
* | add note explaining what a release candidate is | Jeremy Hylton | 2000-10-09 | 1 | -0/+10 |
| | |||||
* | This file is no longer used. | Fred Drake | 2000-10-09 | 1 | -27/+0 |
| | |||||
* | Repaired IDLE Unicode bug description. | Tim Peters | 2000-10-09 | 1 | -2/+5 |
| | | | | Added tokenize.py bugfix info. | ||||
* | Another generated file... | Fred Drake | 2000-10-09 | 1 | -7/+7 |
| | |||||
* | Remove macro that mentions DL_EXPORT_HEADER; it caused a spurious warning | Fred Drake | 2000-10-09 | 2 | -466/+485 |
| | | | | | from autoheader and is not useful anymore. (Approved by Donn Cave.) | ||||
* | WAVE test + bugfix contributor. | Guido van Rossum | 2000-10-09 | 1 | -0/+1 |
| | |||||
* | wave test output | Guido van Rossum | 2000-10-09 | 1 | -0/+1 |
| | |||||
* | Simple test suite for wave.py by Jean-Claude Rimbault (with some | Guido van Rossum | 2000-10-09 | 1 | -0/+34 |
| | | | | changes to avoid using assert). | ||||
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-10-09 | 1 | -0/+7 |
| | | | | Correct the chaining between siblings. | ||||
* | Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header was | Guido van Rossum | 2000-10-09 | 1 | -1/+1 |
| | | | | | never written properly because the '4' length indicators for the 's' format characters were missing. | ||||
* | Move the test for confirmation that all nodes have been freed into the | Fred Drake | 2000-10-09 | 2 | -33/+72 |
| | | | | | | driver code, so that each test gets this; it had been done inconsistently. Remove the lines that set the variables holding dom objects to None; not needed since the interpreter cleans up locals on function return. | ||||
* | And another. | Guido van Rossum | 2000-10-09 | 1 | -0/+1 |
| | |||||
* | Checking in three Darwin-specific patches. | Guido van Rossum | 2000-10-09 | 2 | -460/+462 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tony Lownds: [ Patch #101816 ] Fixes shared modules on Mac OS X 1. Mac OS X is recognized by the Next-ish host recognition code as "Darwin/1.2" 2. When specifying just --with-dyld, modules can compile as shared 3. --with-dyld and --with-next-framework, modules can compile as shared 4. --with-suffix=.exe, and Lib/plat-darwin1.2 is being made, the regen script invokes python as python.exe [I had to reformat this patch a bit to make it work. Please test!] Dan Wolfe: [ Patch #101823 ] Fix Darwin POSIX Thread redefinition The patch below fixes the redefinition problem in Darwin with _POSIX_THREADS. I'm not sure if this is the correct long term fix but for now it fixes the problem and the fix is specific to Darwin. Dan Wolfe: [ Patch #101824 ] On Darwin, remove unrecognized option `-OPT:Olimit=0' After many, many, many compiles, I finally got itchy of this warning cluttering up the output... so I scratched (Darwin configs only) and it's gone! :-) | ||||
* | typo | Jeremy Hylton | 2000-10-09 | 1 | -1/+1 |
| | |||||
* | Use python$EXE instead of python, for Darwin. (Patch by Tony | Guido van Rossum | 2000-10-09 | 1 | -4/+4 |
| | | | | | | | | Lownds. (#101816) [Note: I'm not sure that this is really the right fix. Surely Darwin doesn't require you to say "python.exe" everywhere??? Even Windows doesn't! Or am I misunderstanding the point?] | ||||
* | For Darwin, export EXE (needed by Lib/plat-generic/regen checkin, to | Guido van Rossum | 2000-10-09 | 1 | -0/+1 |
| | | | | follow). Adapted from a patch by Tony Lownds. (#101816) | ||||
* | One more name. | Guido van Rossum | 2000-10-09 | 1 | -0/+1 |
| | |||||
* | Do not forget to build the acks.html file when building "all"! | Fred Drake | 2000-10-09 | 1 | -1/+1 |
| | |||||
* | added better description of BeOS changes from Donn Cave | Jeremy Hylton | 2000-10-09 | 1 | -2/+7 |
| | |||||
* | Summary of changes between 2.0b2 and 2.0c1 | Jeremy Hylton | 2000-10-09 | 1 | -1/+124 |
| | |||||
* | new name | Jeremy Hylton | 2000-10-09 | 1 | -0/+1 |
| | |||||
* | Work around annoyances in LaTeX2HTML. | Fred Drake | 2000-10-09 | 2 | -2/+2 |
| | |||||
* | Push xmllib to the end of the markup chapter since it is deprecated. | Fred Drake | 2000-10-09 | 1 | -1/+1 |
| | |||||
* | Another name. | Fred Drake | 2000-10-09 | 1 | -0/+1 |
| | |||||
* | Donn Cave <donn@oz.net>: | Fred Drake | 2000-10-09 | 2 | -521/+518 |
| | | | | | | | Update for BeOS. This closes SourceForge patch #101774. Also fix typo in a comment. | ||||
* | Donn Cave <donn@oz.net>: | Fred Drake | 2000-10-09 | 2 | -12/+0 |
| | | | | | | | Removed DL_EXPORT_HEADER -- only needed on BeOS, and not needed there anymore. This closes SourceForge patch #101775. | ||||
* | Donn Cave <donn@oz.net>: | Fred Drake | 2000-10-09 | 1 | -9/+8 |
| | | | | | | Revise BeOS support. This closes SourceForge patch #101776. | ||||
* | Donn Cave <donn@oz.net>: | Fred Drake | 2000-10-09 | 1 | -1/+1 |
| | | | | | | Updated to work better with BeOS. This closes SourceForge patch #101777. | ||||
* | Updated version from Donn Cave <donn@oz.net>. | Fred Drake | 2000-10-09 | 1 | -151/+58 |
| | | | | This closes SourceForge patch #101778. | ||||
* | _exceptions: Format a missing system id as <unknown>. | Martin v. Löwis | 2000-10-09 | 2 | -5/+7 |
| | | | | expatreader: Use the error handler instead of raising exception directly. | ||||
* | Denis S. Otkidach <ods@users.sourceforge.net>: | Fred Drake | 2000-10-09 | 1 | -1/+1 |
| | | | | | | Correct description of leapdays() function. This closes SourceForge patch #101840. | ||||
* | bump patchlevel to 2.0c1 | Jeremy Hylton | 2000-10-09 | 1 | -4/+4 |
| | |||||
* | read in a .pyc file and disassemble the code objects | Jeremy Hylton | 2000-10-09 | 1 | -0/+39 |
| | |||||
* | Patch #101810: check whether zst.avail_out is non-zero when getting | Andrew M. Kuchling | 2000-10-09 | 1 | -1/+15 |
| | | | | | | a Z_BUF_ERROR while decompressing. If it is, assume that this means the data being decompressed is bad and raise an exception, instead of just assuming that Z_BUF_ERROR always means that more space is required. | ||||
* | Fixed leapdays(). From Patch #101841, by Denis S. Otkidach. | Guido van Rossum | 2000-10-09 | 1 | -2/+4 |
| | |||||
* | Adapt test output to changed error message. | Guido van Rossum | 2000-10-08 | 1 | -1/+1 |
| | |||||
* | Be consistent in the description of audio formats: <format> <width> | Guido van Rossum | 2000-10-08 | 1 | -4/+7 |
| | | | | | | "audio". Also add AFMT_S16_NE ("native-endian"). (Somehow there's no AFMT_U16_NE.) | ||||
* | Correct output. | Guido van Rossum | 2000-10-08 | 1 | -1/+1 |
| | |||||
* | It seems our sound cards can't play mulaw data. Use native-format | Guido van Rossum | 2000-10-08 | 1 | -1/+12 |
| | | | | 16-bit signed data instead. Hope this works for you; it works for me. | ||||
* | Don't use string methods to allow sharing this code with PyXML. | Martin v. Löwis | 2000-10-07 | 1 | -1/+2 |
| | |||||
* | Fixed too ambitious "nothing to repeat" check. Closes bug #114033. | Fredrik Lundh | 2000-10-07 | 4 | -3/+6 |
| | |||||
* | The test is good, but Jim forgot to check in the updated output. | Fred Drake | 2000-10-07 | 1 | -0/+6 |
| | |||||
* | Put arguments to test -z in double quotes. Fixes Bug #116325. | Guido van Rossum | 2000-10-07 | 2 | -7/+7 |
| | |||||
* | Hush the nanny. | Fred Drake | 2000-10-07 | 3 | -78/+78 |
| | |||||
* | Fix a couple of places where the descriptions of *_GET_SIZE() macros said | Fred Drake | 2000-10-07 | 1 | -2/+2 |
| | | | | | | they were similar to *_GetSize(); should be similar to *_Size(). Error noted by William Park <parkw@better.net>. | ||||
* | Donn Cave <donn@oz.net>: | Fred Drake | 2000-10-07 | 4 | -0/+994 |
| | | | | Generated files for BeOS R5. | ||||
* | Record bugs found when comparing the module with DOM Core Level 2. | Martin v. Löwis | 2000-10-07 | 1 | -1/+4 |
| | |||||
* | Prevent possible buffer overflow exploits under Windows. As per (the very ↵ | Mark Hammond | 2000-10-07 | 1 | -9/+30 |
| | | | | quick) patch Patch #101801. | ||||
* | SRE didn't handle character category followed by hyphen inside a | Fredrik Lundh | 2000-10-07 | 2 | -0/+4 |
| | | | | | character class. Fix provided by Andrew Kuchling. Closes bug #116251. |