summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Try to recover from that glibc's ldexp apparently doesn't set errno onTim Peters2001-09-052-2/+22
* loghelper(): Try to nudge the compiler into doing mults in an order thatTim Peters2001-09-051-1/+1
* Another / that should be a // (previously not caught because ofGuido van Rossum2001-09-051-1/+1
* Add a test for the final branch in repr.Repr.repr1(), which deals withGuido van Rossum2001-09-051-0/+5
* Return reasonable results for math.log(long) and math.log10(long) (we wereTim Peters2001-09-053-7/+104
* Mechanical fiddling to make this easier to work with in my editor.Tim Peters2001-09-041-18/+12
* Added prototypes to shut gcc -Wstrict-prototypes up.Jack Jansen2001-09-041-4/+2
* Shut up a few more gcc warnings.Jack Jansen2001-09-042-2/+2
* Added prototypes to silence gcc strict-prototype warnings.Jack Jansen2001-09-042-141/+48
* Regenerated without default int return types.Jack Jansen2001-09-0417-33/+35
* Don't use a default "int" return type, gcc gives a warning about it.Jack Jansen2001-09-041-1/+1
* Added pythonpath.r to the developer distribution. It'sJack Jansen2001-09-041-4/+12
* At Guido's suggestion, here's a new C API function, PyObject_Dir(), likeTim Peters2001-09-045-138/+167
* On MacOSX built the toolbox extension modules iff we're building withJack Jansen2001-09-041-25/+31
* Template for an OSX PythonInterpreter application.Jack Jansen2001-09-046-0/+66
* Correction: the Borland C port isn't fully operational yetAndrew M. Kuchling2001-09-041-3/+4
* Photoshop sources for icon files. Not pretty, but hey! I'm not anJack Jansen2001-09-043-0/+0
* [Bug #444589] Record empty directories in the install_data commandAndrew M. Kuchling2001-09-041-4/+12
* [Bug #436732] install.py does not record a created *.pth file in theAndrew M. Kuchling2001-09-041-2/+5
* Revert one of the "division fixes" in test_long. It intends to try bothTim Peters2001-09-041-2/+2
* Make pprint more locale-friendly; patch contributed by Denis S. Otkidach.Fred Drake2001-09-041-3/+21
* [Bug #457654] bkgd() used a hard-coded A_NORMAL attribute, when it shouldAndrew M. Kuchling2001-09-041-1/+1
* Convert docstring to "raw" string.Fred Drake2001-09-041-13/+13
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-0419-38/+38
* Added docstrings by Neal Norwitz. This closes SF bug #450980.Fred Drake2001-09-045-3/+89
* Move call_trace(..., PyTrace_CALL, ...) call to top of eval_frame. ThatNeil Schemenauer2001-09-041-35/+35
* Added docstring by Neal Norwitz. This closes SF bug #450981.Fred Drake2001-09-041-35/+86
* Added docstring by Neal Norwitz. This closes SF bug #450979.Fred Drake2001-09-041-4/+10
* Add more detail to the descriptions of the shutil functions.Fred Drake2001-09-041-4/+9
* Added documentation for sys.maxunicode and sys.warnoptions.Fred Drake2001-09-041-1/+14
* HTMLParser is allowed to be more strict than sgmllib, so let's notFred Drake2001-09-042-37/+17
* - Reverse the meaning of the -m option: warnings about multiple /Guido van Rossum2001-09-041-35/+85
* Suppressing all DeprecationWarning messages was a bit of a problem forGuido van Rossum2001-09-041-3/+3
* Suppress the warning about regex here.Guido van Rossum2001-09-041-0/+4
* 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