summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enhanced the test for DOCTYPE declarations, added a test for dealing withFred Drake2001-09-041-14/+23
* Added reasonable parsing of the DOCTYPE declaration, fixed edge casesFred Drake2001-09-041-12/+260
* On the mac some library paths returned were outdated, some were outright funny.Jack Jansen2001-09-041-5/+3
* Disabled _curses modules on MacOSX. The curses version is a 1994 BSDJack Jansen2001-09-041-1/+2
* Whitespace normalization.Tim Peters2001-09-045-8/+7
* Fixed a typo and added more tests.Tim Peters2001-09-041-1/+12
* Change long/long true division to return as many good bits as it can;Tim Peters2001-09-043-2/+78
* Move int_true_divide next to the other division routines.Tim Peters2001-09-041-6/+6
* Move long_true_divide next to the other division routines (for clarity!).Tim Peters2001-09-041-6/+6
* Raise OverflowError when appropriate on long->float conversion. Most ofTim Peters2001-09-045-23/+76
* PEP 238 documented -Qwarn as warning only for classic int or longGuido van Rossum2001-09-044-7/+11
* Rename the -D option to -Q, to avoid a Jython option name conflict.Guido van Rossum2001-09-043-13/+13
* Introduce new private API function _PyLong_AsScaledDouble. Not used yet,Tim Peters2001-09-042-0/+61
* builtin_dir(): Treat classic classes like types. Use PyDict_Keys insteadTim Peters2001-09-043-28/+52
* Don't use dir() to find instance attribute names.Neil Schemenauer2001-09-031-3/+7
* Fix the names of _PyObject_GC_TRACK and _PyObject_GC_UNTRACK when the GC isNeil Schemenauer2001-09-031-2/+2
* Restore a line deleted by mistake.Tim Peters2001-09-031-0/+2
* New restriction on pow(x, y, z): If z is not None, x and y must be ofTim Peters2001-09-039-49/+79
* Make dir() wordier (see the new docstring). The new behavior is a mixedTim Peters2001-09-035-64/+206
* Made a doctest out of the examples in Guido's type/class tutorial.Tim Peters2001-09-031-0/+498
* Clarify the Borland situation, based on email from Stephen.Tim Peters2001-09-021-3/+5
* Repair typo in comment.Tim Peters2001-09-021-1/+1
* Added the last few missing files, and put everything in the right packages.Jack Jansen2001-09-021-0/+0
* Implement what the docstring said: multiple slashes per line areGuido van Rossum2001-09-021-15/+26
* Add news about dictionary() constructor.Guido van Rossum2001-09-021-0/+4
* Make dictionary() a real constructor. Accepts at most one argument, "aTim Peters2001-09-022-3/+80
* Rewrite the tuple() docstring to parallel the list() docstring.Tim Peters2001-09-021-4/+4
* Repair apparent cut'n'pasteo in tuple() docstring.Tim Peters2001-09-021-1/+1
* Move the long minidom example to a separate file; \verbatiminput does theFred Drake2001-09-022-67/+66
* An anonymous contributor reveals his name...Guido van Rossum2001-09-021-0/+1
* Added more text to the docstring, updated the way the exit status isGuido van Rossum2001-09-021-31/+113
* A grep-like tool that looks for division operators.Guido van Rossum2001-09-021-0/+89
* Whitespace normalization (tabs -> 4 spaces) in the Mac expectations.Guido van Rossum2001-09-021-35/+35
* Start items w/ "-" instead of "+" (consistency w/ earlier versions).Tim Peters2001-09-021-18/+17
* Silly typos.Jack Jansen2001-09-021-2/+2
* Don't call PyMac_HandleEvent in unix-PythonJack Jansen2001-09-021-0/+2
* Regenerated, mainly for new GC routines.Jack Jansen2001-09-012-8/+38
* xx.prj has been replaced by xx.mcp.Jack Jansen2001-09-011-74/+183
* Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef.Jack Jansen2001-09-014-8/+18
* Don't call PyMac_HandleEvent if we're in unix-Python.Jack Jansen2001-09-012-0/+4
* Include Carbon/Carbon.h if we're on OSX.Jack Jansen2001-09-012-2/+2
* Updated the Popt resources for the applets to the newest version.Jack Jansen2001-09-017-0/+0
* Added preferences/startup options for division warningJack Jansen2001-09-012-23/+37
* Added preferences/startup options for division warningJack Jansen2001-09-016-13/+28
* The beginnings of a script to help finding / operators that may needGuido van Rossum2001-09-011-0/+237
* Add Listbox.itemconfig[ure] call. (A "recent" addition to Tk -- 8.0Guido van Rossum2001-09-011-5/+26
* Added the "Host" header to the "GET" example.Fred Drake2001-09-011-0/+1
* Add various and sundry news items -- most mine, one Barry's, oneGuido van Rossum2001-08-311-0/+44
* Oops. The -W option takes args, not -X.Guido van Rossum2001-08-311-1/+1
* Allow for the possibility that globals['__name__'] does not exist;Guido van Rossum2001-08-311-1/+4