Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop the 'extend()' function -- old 1.5.1 compatibility hack that | Greg Ward | 2000-08-05 | 1 | -20/+0 |
| | | | | | wasn't actually used anywhere. Drop the "from xxx_util import*" backwards compability hacks. | ||||
* | Pragmas that instruct the linker to link against python20.lib (or | Greg Ward | 2000-08-05 | 1 | -2/+4 |
| | | | | | python20_d.lib) only active on MSVC++; different library formats needed for different compilers, and it's handled by the Distutils anyways. | ||||
* | A bundle of wording improvements, corrections, clarifications, updates, | Greg Ward | 2000-08-05 | 1 | -68/+77 |
| | | | | and so forth. | ||||
* | Removed unnecessary local variable -- gave warning on gcc -Wall | Moshe Zadka | 2000-08-04 | 1 | -2/+0 |
| | |||||
* | Removing warnings by gcc -Wall -- cast ugly || to void. | Moshe Zadka | 2000-08-04 | 1 | -1/+1 |
| | |||||
* | add note about compiler directory | Jeremy Hylton | 2000-08-04 | 1 | -0/+4 |
| | | | | (is bgen still "still under development"?) | ||||
* | replace most calls to emit 'SET_LINENO' will call to method set_lineno | Jeremy Hylton | 2000-08-04 | 2 | -62/+84 |
| | | | | based on bug report by Neil Schemenauer | ||||
* | update my email address | Jeremy Hylton | 2000-08-04 | 2 | -2/+8 |
| | | | | fix com_call_function to cope with trailing comma in "f(a, b,)" | ||||
* | Removing warnings discovered by gcc -Wall | Moshe Zadka | 2000-08-04 | 2 | -5/+5 |
| | |||||
* | Removing warnings found by gcc -Wall | Moshe Zadka | 2000-08-04 | 2 | -4/+9 |
| | |||||
* | Oooopsss.....tab and space mismatch corrected. | Moshe Zadka | 2000-08-04 | 1 | -2/+2 |
| | |||||
* | Add a test that Py_IsInitialized() in Py_InitModule4(). See | Guido van Rossum | 2000-08-04 | 1 | -0/+2 |
| | | | | | | | python-dev discussion. This should catch future version incompatibilities on Windows. Alas, this doesn't help for 1.5 vs. 1.6; but it will help for 1.6 vs. 2.0. | ||||
* | Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' | Thomas Wouters | 2000-08-04 | 10 | -19/+20 |
| | | | | | to signify a test that should be marked as 'skipped' rather than 'failed'. Also 'document' it, in README. | ||||
* | Raise TestSkipped, not ImportError. | Moshe Zadka | 2000-08-04 | 1 | -2/+2 |
| | | | | Honesty's the best policy. | ||||
* | Make test_support.TestSkipped errors work the same way as ImportErrors: | Thomas Wouters | 2000-08-04 | 1 | -1/+1 |
| | | | | mark the test as 'skipped', rather than 'failed'. | ||||
* | In case the user isn't allowed to access /dev/dsp or /dev/dsp isn't there | Moshe Zadka | 2000-08-04 | 1 | -0/+3 |
| | | | | | | | | | at all (my computer doesn't have a Sound Blaster), this doesn't mean there's a bug in linuxaudiodev. The only error the test suite skips is currently ImportError -- so that's what we raise. If you see a problem with this patch, say so and I'll retract. If you think raising an ImportError sucks, you're right -- but I ain't gonna buy a SB and I sure ain't gonna let the test-suite fail on my machine. | ||||
* | Mention Include/my*.h cleanup | Andrew M. Kuchling | 2000-08-04 | 1 | -1/+4 |
| | |||||
* | Added zip() builtin | Andrew M. Kuchling | 2000-08-04 | 1 | -0/+8 |
| | |||||
* | Add missing 'try:'. Patch by Rob W. W. Hooft, #101071 (closed.) | Thomas Wouters | 2000-08-04 | 1 | -0/+1 |
| | |||||
* | Documented curses.wrapper and curses.textpad. | Eric S. Raymond | 2000-08-04 | 1 | -2/+131 |
| | |||||
* | Corrected a bug in handling of ^N and ^P with stripspaces on. | Eric S. Raymond | 2000-08-04 | 1 | -8/+12 |
| | |||||
* | Remove the outer test for __name__; not necessary. | Fred Drake | 2000-08-04 | 1 | -8/+7 |
| | |||||
* | Boost buffer sizes in the absence of snprintf on Windows. | Tim Peters | 2000-08-04 | 1 | -14/+19 |
| | | | | Ensure that # of args to sprintf always matches # of format specifiers. | ||||
* | snprintf() is not portable, so continue to use sprintf() until a portable | Fred Drake | 2000-08-04 | 1 | -8/+6 |
| | | | | snprintf() is available. | ||||
* | Added 'debug_print()'. | Greg Ward | 2000-08-04 | 1 | -0/+5 |
| | |||||
* | Rewrote 'find_library_file()' much more cleanly (and consistently with | Greg Ward | 2000-08-04 | 1 | -18/+16 |
| | | | | | MSVCCompiler's version, to aid in factoring common code out of the two classes when the time comes). | ||||
* | Added 'debug' flag to 'find_library_file()', and changed code to handle it. | Greg Ward | 2000-08-04 | 1 | -6/+11 |
| | |||||
* | Added 'debug' flag to 'find_library_file()'. | Greg Ward | 2000-08-04 | 2 | -4/+6 |
| | |||||
* | test the non-multipart sections of the cgi module | Jeremy Hylton | 2000-08-03 | 2 | -0/+196 |
| | |||||
* | Break the "Python Services" chapter into two: "Python Runtime Services" | Fred Drake | 2000-08-03 | 4 | -17/+30 |
| | | | | | | (still at the start of the manual), and "Python Language Services" (late in the manual). Moved "Restricted Execution" to just before "Python Language Services." | ||||
* | Remove very long doc string (it's all in the docs) | Jeremy Hylton | 2000-08-03 | 1 | -399/+3 |
| | | | | | Modify parse_qsl to interpret 'a=b=c' as key 'a' and value 'b=c' (which matches Perl's CGI.pm) | ||||
* | Added descriptions of the new parser markers for PyArg_ParseTuple(). | Marc-André Lemburg | 2000-08-03 | 1 | -16/+77 |
| | |||||
* | Python code coverage tool by Skip Montanaro and Andrew Dalke | Jeremy Hylton | 2000-08-03 | 1 | -0/+661 |
| | |||||
* | This patch finalizes the move from UTF-8 to a default encoding in | Marc-André Lemburg | 2000-08-03 | 4 | -65/+109 |
| | | | | | | | | | | | | | | | | | | the Python Unicode implementation. The internal buffer used for implementing the buffer protocol is renamed to defenc to make this change visible. It now holds the default encoded version of the Unicode object and is calculated on demand (NULL otherwise). Since the default encoding defaults to ASCII, this will mean that Unicode objects which hold non-ASCII characters will no longer work on C APIs using the "s" or "t" parser markers. C APIs must now explicitly provide Unicode support via the "u", "U" or "es"/"es#" parser markers in order to work with non-ASCII Unicode strings. (Note: this patch will also have to be applied to the 1.6 branch of the CVS tree.) | ||||
* | Remove the tp_print handler. | Fred Drake | 2000-08-03 | 1 | -31/+27 |
| | | | | | Revise the tp_repr handler to produce a more "minimal" presentation. Make the tolist() method use PyArg_ParseTuple() and provide a docstring. | ||||
* | add a bit more legal junk | Greg Stein | 2000-08-03 | 2 | -16/+32 |
| | | | | (too lazy to paste in the whole BSD license tho; included by ref) | ||||
* | \py@varvars: Merge the various definitions to be the simplist one that | Fred Drake | 2000-08-03 | 1 | -5/+2 |
| | | | | | does everything needed, and discard the older stuff that is not being used. | ||||
* | int() description: Fix markup to avoid image generation for math mode. | Fred Drake | 2000-08-03 | 1 | -5/+6 |
| | | | | | | zip() description: Fix broken markup, three small markup consistency nits, and one really minor usage nit. Introduce use of \moreargs instead of hardcoding "..." with \optional. | ||||
* | Checking in empty tests for urlparse, as future place holders | Moshe Zadka | 2000-08-03 | 2 | -0/+1 |
| | |||||
* | do_cmd_moreargs(), | Fred Drake | 2000-08-03 | 1 | -4/+8 |
| | | | | | | | | | do_cmd_unspecified(): New functions to reflect previously unused markup. do_cmd_file(): Simplified generated markup to only make use of the existing stylesheet. do_cmd_makevar(): Make the markup more stylesheet-friendly. | ||||
* | Remobe beopen/cnri/cwi copyrights, according to CNRI instructions. | Guido van Rossum | 2000-08-03 | 3 | -30/+0 |
| | | | | | | This doesn't change the copyright status for these files -- just the markings! Doing it on the main branch for these three files for which the HEAD revision was pushed back into 1.6. | ||||
* | -- added recursion limit (currently ~10,000 levels) | Fredrik Lundh | 2000-08-03 | 4 | -158/+183 |
| | | | | | | | -- improved error messages -- factored out SRE_COUNT; the same code is used by SRE_OP_REPEAT_ONE_TEMPLATE -- minor cleanups | ||||
* | Changing the CNRI copyright notice according to CNRI's instructions. | Guido van Rossum | 2000-08-03 | 9 | -9/+9 |
| | | | | | This is a notice without a date, which apparently is not a claim to copyright but only advice to the reader. IANAL. :-) | ||||
* | TESTOPTS: Since gc is enabled by default now (this may change for the | Barry Warsaw | 2000-08-03 | 1 | -1/+1 |
| | | | | | final release), run "make test" with gc's LEAK_DEBUG enabled. This uses the new -l flag to regrtest. | ||||
* | Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gc | Barry Warsaw | 2000-08-03 | 1 | -12/+23 |
| | | | | module is importable. | ||||
* | Added output for testsuite for new zip() builtin. | Barry Warsaw | 2000-08-03 | 1 | -0/+1 |
| | |||||
* | Added testsuite for new zip() builtin. | Barry Warsaw | 2000-08-03 | 1 | -0/+36 |
| | |||||
* | Both PEP 201 Lockstep Iteration and SF patch #101030 have been | Barry Warsaw | 2000-08-03 | 1 | -0/+9 |
| | | | | | | accepted by the BDFL. Added documentation for zip() builtin. | ||||
* | Both PEP 201 Lockstep Iteration and SF patch #101030 have been | Barry Warsaw | 2000-08-03 | 1 | -0/+56 |
| | | | | | | | | | | | accepted by the BDFL. builtin_zip(): New function to implement the zip() function described in the above proposal. zip_doc[]: Docstring for zip(). builtin_methods[]: added entry for zip() | ||||
* | Comment out repeated-group test for the moment | Andrew M. Kuchling | 2000-08-03 | 1 | -1/+1 |
| |