Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 3 | -105/+35 |
| | |||||
* | ANSI-fication, added #ifdef construction in mpz_coerce | Peter Schneider-Kamp | 2000-07-10 | 1 | -138/+54 |
| | |||||
* | factor out test definitions to string_tests module | Jeremy Hylton | 2000-07-10 | 4 | -353/+202 |
| | | | | test_string and test_userstring run same tests for string methods | ||||
* | add isalpha and isalnum methods | Jeremy Hylton | 2000-07-10 | 1 | -0/+2 |
| | |||||
* | ANSI-fication, not really tested, but should (hopefully) compile | Peter Schneider-Kamp | 2000-07-10 | 2 | -116/+34 |
| | |||||
* | ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.c | Peter Schneider-Kamp | 2000-07-10 | 7 | -2295/+769 |
| | | | | | | have already been checked in) UNTESTED! | ||||
* | - stupid typo. | Fredrik Lundh | 2000-07-10 | 1 | -1/+1 |
| | |||||
* | Add linker flag -export-dynamic so symbols in libpython*.a are exported. | Guido van Rossum | 2000-07-10 | 1 | -1/+2 |
| | |||||
* | -- get rid of a compiler warning on unix. (as reported | Fredrik Lundh | 2000-07-10 | 1 | -21/+13 |
| | | | | for #100836, but implemented in a different way) | ||||
* | Added the line 'Testing UTF-16 code point order comparisons... done." | Guido van Rossum | 2000-07-10 | 1 | -0/+1 |
| | | | | to match addition to test_unicode.py. | ||||
* | Adapted for Python 2.0 under RH Linux. | Guido van Rossum | 2000-07-10 | 1 | -5/+6 |
| | |||||
* | remove prints of file objects from _test | Jeremy Hylton | 2000-07-10 | 1 | -2/+0 |
| | |||||
* | expect message "no regression test case for method 'encode' | Jeremy Hylton | 2000-07-10 | 1 | -0/+3 |
| | |||||
* | Patch from Joe Eaton <jeaton@hostway.net> (SF#100741) to fix following problem: | Andrew M. Kuchling | 2000-07-10 | 1 | -1/+0 |
| | | | | | | | | There is a silly bug in the fall-back dumbdbm.py database package in the Python 1.5.2 standard distro. This bug causes any changes to an existing item to generate a new key, even when the key already exists. After many updates, the .dir file used by dumbdbm grows to a huge size, and can cause filesystem problems. | ||||
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 3 | -73/+26 |
| | |||||
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 3 | -177/+60 |
| | |||||
* | ANSI-fying | Peter Schneider-Kamp | 2000-07-10 | 4 | -157/+55 |
| | | | | | added excplicit node * parameter to termvalid argument in validate_two_chain_ops of parsermodule.c (as proposed by fred) | ||||
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 4 | -213/+70 |
| | |||||
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 3 | -75/+25 |
| | |||||
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 2 | -32/+11 |
| | |||||
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 3 | -63/+22 |
| | |||||
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -53/+19 |
| | |||||
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -31/+11 |
| | |||||
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 4 | -124/+43 |
| | |||||
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -48/+16 |
| | |||||
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -84/+24 |
| | |||||
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -38/+19 |
| | |||||
* | ANSI-fication (and test if committing files works now) | Peter Schneider-Kamp | 2000-07-10 | 1 | -2/+1 |
| | |||||
* | Better error handling of bad entity references. Before when an & in | Sjoerd Mullender | 2000-07-10 | 1 | -16/+25 |
| | | | | | | an attribute value was not escaped, you could get two syntax errors: one about a missing semicolon and one about an unknown entity. Now you get only one about a bogus ampersand. | ||||
* | Initialize the return value in collect_generations() since it is updated | Vladimir Marangozov | 2000-07-10 | 1 | -1/+1 |
| | | | | conditionally in the code. | ||||
* | Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasons | Vladimir Marangozov | 2000-07-10 | 1 | -1/+1 |
| | | | | (cf. the rest of the headers in the distribution) | ||||
* | A small comment fix just to make sure I got my cvs/ssh setup right. | Vladimir Marangozov | 2000-07-10 | 1 | -1/+1 |
| | |||||
* | Guido said include these in the Great ANSI-fication, so here they are! | Fred Drake | 2000-07-10 | 2 | -259/+216 |
| | |||||
* | - changed the nt.popen2 return values back to | Fredrik Lundh | 2000-07-09 | 2 | -40/+55 |
| | | | | | | | | (write, read, ...), based on feedback from GvR. - added tuple-swapping code to popen2.py - fixed some runaway indentation in posixmodule.c | ||||
* | - repaired locale.py for non-windows platforms. the try/except | Fredrik Lundh | 2000-07-09 | 1 | -2/+5 |
| | | | | | checked for the wrong exception. my fault. sorry. (first reported by Alex Coventry) | ||||
* | Exception__str__(): In case 1, be sure to decref the tmp local | Barry Warsaw | 2000-07-09 | 1 | -4/+8 |
| | | | | | variable. This crushes another memory leak. Slight rewrite included. | ||||
* | Use TQSQ (triple quoted single quote) module docstring for better | Barry Warsaw | 2000-07-09 | 1 | -2/+2 |
| | | | | font-locking. This complets the merge with Mailman's version. | ||||
* | - changed 1.5 to 2.0 in the help text | Fredrik Lundh | 2000-07-09 | 1 | -7/+3 |
| | | | | | | | (the PYTHONHOMEHELP define) - ANSI-fication (patch #100794 by Peter Schneider-Kamp) | ||||
* | - ANSI-fication | Fredrik Lundh | 2000-07-09 | 1 | -3/+1 |
| | | | | (patch #100805 by Peter Schneider-Kamp) | ||||
* | Update to use the new standard webbrowser module if available, otherwise | Fred Drake | 2000-07-09 | 1 | -2/+8 |
| | | | | | | | uses the BrowserControl module. BrowserControl is not removed to allow IDLE to be distributed separately and still be used with Python 1.5.2. | ||||
* | - added popen.popen2/popen3/popen4 support for | Fredrik Lundh | 2000-07-09 | 2 | -22/+46 |
| | | | | | | | | | | | | windows. - added optional mode argument to popen2/popen3 for unix; if the second argument is an integer, it's assumed to be the buffer size. - changed nt.popen2/popen3/popen4 return values to match the popen2 module (stdout first, not stdin). | ||||
* | - added optional bufsize argument to new popen methods. | Fredrik Lundh | 2000-07-09 | 1 | -7/+30 |
| | | | | | for the moment, this argument must be left out or set to -1 (only the default bufsize is supported, that is) | ||||
* | - merged setlocale and set_locale. the internal setlocale | Fredrik Lundh | 2000-07-09 | 1 | -92/+159 |
| | | | | | | | | | | | | | | | | | | function is overridden by a python version which accepts *either* a string (old behaviour) or a locale tuple. - renamed a few methods (for consistency): get_locale => getlocale get_default_locale => getdefaultlocale set_to_default => resetlocale (!) - the _locale implementation module can now implement an optional _getdefaultlocale function. if that function isn't available, a POSIX-based approach is used (checking LANG and other environment variables, as usual). (patch #100765) | ||||
* | New module to control Web browsers; see the documentation for | Fred Drake | 2000-07-09 | 1 | -0/+229 |
| | | | | more information. | ||||
* | Make tabnanny happy. | Fred Drake | 2000-07-09 | 2 | -254/+254 |
| | | | | mailbox.py: Convert to 4-space indents. | ||||
* | needs a space | Greg Stein | 2000-07-09 | 1 | -1/+1 |
| | |||||
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 1 | -105/+46 |
| | |||||
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 2 | -214/+83 |
| | |||||
* | - ANSI-fication | Fredrik Lundh | 2000-07-09 | 1 | -5/+1 |
| | | | | (patch #100784 by Peter Schneider-Kamp) | ||||
* | - ANSI-ification | Fredrik Lundh | 2000-07-09 | 1 | -94/+47 |
| | | | | (patch #100770 by Peter Schneider-Kamp) |