| Commit message (Expand) | Author | Age | Files | Lines |
* | Added docstrings by Neal Norwitz. This closes SF bug #450980. | Fred Drake | 2001-09-04 | 5 | -3/+89 |
|
|
* | Move call_trace(..., PyTrace_CALL, ...) call to top of eval_frame. That | Neil Schemenauer | 2001-09-04 | 1 | -35/+35 |
|
|
* | Added docstring by Neal Norwitz. This closes SF bug #450981. | Fred Drake | 2001-09-04 | 1 | -35/+86 |
|
|
* | Added docstring by Neal Norwitz. This closes SF bug #450979. | Fred Drake | 2001-09-04 | 1 | -4/+10 |
|
|
* | Add more detail to the descriptions of the shutil functions. | Fred Drake | 2001-09-04 | 1 | -4/+9 |
|
|
* | Added documentation for sys.maxunicode and sys.warnoptions. | Fred Drake | 2001-09-04 | 1 | -1/+14 |
|
|
* | HTMLParser is allowed to be more strict than sgmllib, so let's not | Fred Drake | 2001-09-04 | 2 | -37/+17 |
|
|
* | - Reverse the meaning of the -m option: warnings about multiple / | Guido van Rossum | 2001-09-04 | 1 | -35/+85 |
|
|
* | Suppressing all DeprecationWarning messages was a bit of a problem for | Guido van Rossum | 2001-09-04 | 1 | -3/+3 |
|
|
* | Suppress the warning about regex here. | Guido van Rossum | 2001-09-04 | 1 | -0/+4 |
|
|
* | Enhanced the test for DOCTYPE declarations, added a test for dealing with | Fred Drake | 2001-09-04 | 1 | -14/+23 |
|
|
* | Added reasonable parsing of the DOCTYPE declaration, fixed edge cases | Fred Drake | 2001-09-04 | 1 | -12/+260 |
|
|
* | On the mac some library paths returned were outdated, some were outright funny. | Jack Jansen | 2001-09-04 | 1 | -5/+3 |
|
|
* | Disabled _curses modules on MacOSX. The curses version is a 1994 BSD | Jack Jansen | 2001-09-04 | 1 | -1/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-09-04 | 5 | -8/+7 |
|
|
* | Fixed a typo and added more tests. | Tim Peters | 2001-09-04 | 1 | -1/+12 |
|
|
* | Change long/long true division to return as many good bits as it can; | Tim Peters | 2001-09-04 | 3 | -2/+78 |
|
|
* | Move int_true_divide next to the other division routines. | Tim Peters | 2001-09-04 | 1 | -6/+6 |
|
|
* | Move long_true_divide next to the other division routines (for clarity!). | Tim Peters | 2001-09-04 | 1 | -6/+6 |
|
|
* | Raise OverflowError when appropriate on long->float conversion. Most of | Tim Peters | 2001-09-04 | 5 | -23/+76 |
|
|
* | PEP 238 documented -Qwarn as warning only for classic int or long | Guido van Rossum | 2001-09-04 | 4 | -7/+11 |
|
|
* | Rename the -D option to -Q, to avoid a Jython option name conflict. | Guido van Rossum | 2001-09-04 | 3 | -13/+13 |
|
|
* | Introduce new private API function _PyLong_AsScaledDouble. Not used yet, | Tim Peters | 2001-09-04 | 2 | -0/+61 |
|
|
* | builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead | Tim Peters | 2001-09-04 | 3 | -28/+52 |
|
|
* | Don't use dir() to find instance attribute names. | Neil Schemenauer | 2001-09-03 | 1 | -3/+7 |
|
|
* | Fix the names of _PyObject_GC_TRACK and _PyObject_GC_UNTRACK when the GC is | Neil Schemenauer | 2001-09-03 | 1 | -2/+2 |
|
|
* | Restore a line deleted by mistake. | Tim Peters | 2001-09-03 | 1 | -0/+2 |
|
|
* | New restriction on pow(x, y, z): If z is not None, x and y must be of | Tim Peters | 2001-09-03 | 9 | -49/+79 |
|
|
* | Make dir() wordier (see the new docstring). The new behavior is a mixed | Tim Peters | 2001-09-03 | 5 | -64/+206 |
|
|
* | Made a doctest out of the examples in Guido's type/class tutorial. | Tim Peters | 2001-09-03 | 1 | -0/+498 |
|
|
* | Clarify the Borland situation, based on email from Stephen. | Tim Peters | 2001-09-02 | 1 | -3/+5 |
|
|
* | Repair typo in comment. | Tim Peters | 2001-09-02 | 1 | -1/+1 |
|
|
* | Added the last few missing files, and put everything in the right packages. | Jack Jansen | 2001-09-02 | 1 | -0/+0 |
|
|
* | Implement what the docstring said: multiple slashes per line are | Guido van Rossum | 2001-09-02 | 1 | -15/+26 |
|
|
* | Add news about dictionary() constructor. | Guido van Rossum | 2001-09-02 | 1 | -0/+4 |
|
|
* | Make dictionary() a real constructor. Accepts at most one argument, "a | Tim Peters | 2001-09-02 | 2 | -3/+80 |
|
|
* | Rewrite the tuple() docstring to parallel the list() docstring. | Tim Peters | 2001-09-02 | 1 | -4/+4 |
|
|
* | Repair apparent cut'n'pasteo in tuple() docstring. | Tim Peters | 2001-09-02 | 1 | -1/+1 |
|
|
* | Move the long minidom example to a separate file; \verbatiminput does the | Fred Drake | 2001-09-02 | 2 | -67/+66 |
|
|
* | An anonymous contributor reveals his name... | Guido van Rossum | 2001-09-02 | 1 | -0/+1 |
|
|
* | Added more text to the docstring, updated the way the exit status is | Guido van Rossum | 2001-09-02 | 1 | -31/+113 |
|
|
* | A grep-like tool that looks for division operators. | Guido van Rossum | 2001-09-02 | 1 | -0/+89 |
|
|
* | Whitespace normalization (tabs -> 4 spaces) in the Mac expectations. | Guido van Rossum | 2001-09-02 | 1 | -35/+35 |
|
|
* | Start items w/ "-" instead of "+" (consistency w/ earlier versions). | Tim Peters | 2001-09-02 | 1 | -18/+17 |
|
|
* | Silly typos. | Jack Jansen | 2001-09-02 | 1 | -2/+2 |
|
|
* | Don't call PyMac_HandleEvent in unix-Python | Jack Jansen | 2001-09-02 | 1 | -0/+2 |
|
|
* | Regenerated, mainly for new GC routines. | Jack Jansen | 2001-09-01 | 2 | -8/+38 |
|
|
* | xx.prj has been replaced by xx.mcp. | Jack Jansen | 2001-09-01 | 1 | -74/+183 |
|
|
* | Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. | Jack Jansen | 2001-09-01 | 4 | -8/+18 |
|
|
* | Don't call PyMac_HandleEvent if we're in unix-Python. | Jack Jansen | 2001-09-01 | 2 | -0/+4 |
|
|