| Commit message (Expand) | Author | Age | Files | Lines |
* | Macintosh compatibility. | Ka-Ping Yee | 2001-02-27 | 1 | -1/+1 |
|
|
* | Acknowledgements. | Ka-Ping Yee | 2001-02-27 | 1 | -2/+3 |
|
|
* | Fix $Revision$ processing so it doesn't get eaten by CVS! | Ka-Ping Yee | 2001-02-27 | 1 | -2/+2 |
|
|
* | Add $Revision: $ tag. | Ka-Ping Yee | 2001-02-27 | 1 | -1/+1 |
|
|
* | Add display of $Revision $ and credits. | Ka-Ping Yee | 2001-02-27 | 1 | -10/+33 |
|
|
* | No need to call filterwarnings() to suppress further warnings from this | Fred Drake | 2001-02-27 | 1 | -3/+0 |
|
|
* | Replace all the platform-specific TERMIOS modules with a portable version | Fred Drake | 2001-02-27 | 14 | -3873/+17 |
|
|
* | Get the needed constants from termios, not TERMIOS. | Fred Drake | 2001-02-27 | 2 | -5/+4 |
|
|
* | Patch #404680: disables the nis module and enables the dl module when | Andrew M. Kuchling | 2001-02-27 | 1 | -0/+1 |
|
|
* | add from __future__ import nested_scopes to strings passed to compile | Jeremy Hylton | 2001-02-27 | 1 | -6/+12 |
|
|
* | Bug #229280: remove '/' characters from the OS name (for BSD/OS :) ) | Andrew M. Kuchling | 2001-02-27 | 1 | -1/+6 |
|
|
* | Patch #403947: On Cygwin, use the Unix compiler class, and not | Andrew M. Kuchling | 2001-02-27 | 1 | -1/+4 |
|
|
* | Patch #404275: generate a reasonable platform string for AIX | Andrew M. Kuchling | 2001-02-27 | 1 | -0/+2 |
|
|
* | Remove two meaningless, module-level global statements (one of a | Jeremy Hylton | 2001-02-27 | 1 | -7/+9 |
|
|
* | Patch #403985: Add support for weak-keyed dictionaries | Martin v. Löwis | 2001-02-27 | 3 | -3/+82 |
|
|
* | pydoc: text and HTML documentation generator for interactive use | Ka-Ping Yee | 2001-02-27 | 1 | -0/+1158 |
|
|
* | inspect: a module for getting information out of live Python objects | Ka-Ping Yee | 2001-02-27 | 3 | -0/+824 |
|
|
* | Fixing bug #227562 by calling URLopener.http_error_default when | Moshe Zadka | 2001-02-27 | 1 | -12/+18 |
|
|
* | Preliminary support for future nested scopes | Jeremy Hylton | 2001-02-27 | 1 | -0/+2 |
|
|
* | Make sure ConfigParser uses .optionxform() consistently; this affects | Fred Drake | 2001-02-26 | 3 | -0/+28 |
|
|
* | Add __future__.py to std library, + dull test to verify that assignments | Tim Peters | 2001-02-26 | 3 | -0/+87 |
|
|
* | Additional tests for current, PEP described semantics: | Barry Warsaw | 2001-02-26 | 1 | -3/+36 |
|
|
* | Do not hide a failure to create a temporary file; if it fails the work | Fred Drake | 2001-02-23 | 1 | -5/+1 |
|
|
* | Describe -s a little more generically. | Barry Warsaw | 2001-02-23 | 1 | -5/+6 |
|
|
* | Patch #103885: Add dynamic registration and lookup of DOM implementations. | Martin v. Löwis | 2001-02-22 | 3 | -0/+81 |
|
|
* | Fix previous checkin, hopelessly broken as it was; reported by Detlef Lannert. | Jeremy Hylton | 2001-02-22 | 1 | -7/+7 |
|
|
* | replace exec with simple assignments | Jeremy Hylton | 2001-02-21 | 1 | -3/+7 |
|
|
* | The code to write timestamps couldn't handle negative times (and time | Jack Jansen | 2001-02-21 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-02-21 | 4 | -5/+4 |
|
|
* | Add test case from bug #124981: zlib decompress of sync-flushed data | Andrew M. Kuchling | 2001-02-21 | 2 | -0/+27 |
|
|
* | Patch #103854: raises an exception if a non-Attr node is passed to | Andrew M. Kuchling | 2001-02-21 | 2 | -0/+14 |
|
|
* | Added test for patch #103473: test an unquoted cookie value containing '=' | Andrew M. Kuchling | 2001-02-21 | 2 | -0/+7 |
|
|
* | Patch #103473 from dougfort: Some sites (amazon.com for one) drop | Andrew M. Kuchling | 2001-02-20 | 1 | -2/+2 |
|
|
* | Improve accuracy. In the .tex file, note the new "% BUG:" comments: an | Tim Peters | 2001-02-20 | 1 | -3/+3 |
|
|
* | SF patch #103749: implicit tuple + default arg | Jeremy Hylton | 2001-02-19 | 2 | -3/+40 |
|
|
* | Fix a few small typos in the docstrings. | Fred Drake | 2001-02-19 | 1 | -5/+5 |
|
|
* | SF Patch # 103839 byt dougfort: Allow ';' in attributes | Guido van Rossum | 2001-02-19 | 1 | -1/+1 |
|
|
* | Add simple section for assert, including assert w/ lambdas | Jeremy Hylton | 2001-02-19 | 2 | -0/+7 |
|
|
* | Add test for syntax error on "x = 1 + 1". | Jeremy Hylton | 2001-02-19 | 4 | -22/+13 |
|
|
* | fix long line | Jeremy Hylton | 2001-02-19 | 1 | -1/+2 |
|
|
* | DOMException._get_code(): | Fred Drake | 2001-02-19 | 1 | -0/+3 |
|
|
* | Enhancements to the bdist_wininst command: | Thomas Heller | 2001-02-19 | 1 | -265/+282 |
|
|
* | This patch makes the default compiler determination more flexible | Marc-André Lemburg | 2001-02-19 | 1 | -8/+40 |
|
|
* | detect attempts to repeat anchors (fixes bug #130748) | Fredrik Lundh | 2001-02-18 | 2 | -0/+5 |
|
|
* | sre_{parse, compile} no longer define __all__. | Tim Peters | 2001-02-18 | 1 | -2/+0 |
|
|
* | - restored 1.5.2 compatibility (sorry, eric) | Fredrik Lundh | 2001-02-18 | 5 | -31/+39 |
|
|
* | removed __all__ from several modules | Skip Montanaro | 2001-02-18 | 16 | -63/+0 |
|
|
* | removed __all__ - should probably rename makedict to _makedict unless it is | Skip Montanaro | 2001-02-18 | 1 | -6/+0 |
|
|
* | add module-level constants to __all__ | Skip Montanaro | 2001-02-18 | 1 | -0/+3 |
|
|
* | Split the rpath argument into multiple paths, turning it into a list. | Andrew M. Kuchling | 2001-02-17 | 1 | -0/+3 |
|
|