summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merging in removal of this file from branch to trunk.Barry Warsaw2001-09-071-163/+0
* Patch #438790: Add additional mappings.Martin v. Löwis2001-09-071-3/+36
* Fix typo in error reporting. This doesn't need to go into the releaseTim Peters2001-09-071-1/+1
* Reverting to rev 1.2. Apparently gcc doesn't use the extended-precisionTim Peters2001-09-061-3/+16
* Rewrite to use test_support's fine fcmp instead -- I didn't know thatTim Peters2001-09-061-16/+3
* Added some underflow-to-0.0 long/long true division tests.Tim Peters2001-09-061-0/+6
* Rename 'getset' to 'property'.Guido van Rossum2001-09-063-19/+19
* Add missing period in docstring.Fred Drake2001-09-061-1/+1
* Two small changes to the resource usage option:Guido van Rossum2001-09-062-4/+5
* Added tests for key deletion for both Weak*Dictionary flavors.Fred Drake2001-09-061-0/+22
* Add __delitem__() support for WeakKeyDictionary.Fred Drake2001-09-061-0/+7
* Skip instead of fail this test if the socket module has no sslGuido van Rossum2001-09-061-0/+3
* Patch #416079: fix the debug string output when receiving telnet commands.Martin v. Löwis2001-09-061-5/+82
* Changed TestResult to store only the text representation of an error.Steve Purcell2001-09-061-10/+15
* Dubious assumptions:Tim Peters2001-09-061-5/+10
* Enable large file support on Win32 systems.Tim Peters2001-09-061-4/+4
* Rework the way we try to check for libm overflow, given that C99 no longerTim Peters2001-09-051-1/+1
* LongReprTest fails on the Mac because it uses filenames with more thanJack Jansen2001-09-051-1/+2
* Class FieldStorage: add two new methods, getfirst() and getlist(),Guido van Rossum2001-09-051-0/+22
* class Listbox: add itemcget, to satisfy SF patch #457713.Guido van Rossum2001-09-051-1/+5
* [ #458701 ] Patch to zipfile.py for JavaFinn Bock2001-09-051-5/+9
* Remove a debug print left in the code by Fred.Guido van Rossum2001-09-051-1/+0
* Patch #449815: Set filesystemencoding based on CODESET.Martin v. Löwis2001-09-051-1/+15
* Patch #453627: Adds a list of tests that are expected to be skipped for UnixW...Martin v. Löwis2001-09-051-0/+24
* Patch #428326: New class threading.Timer.Martin v. Löwis2001-09-051-1/+30
* Implement PEP250: Use Lib/site-packages under windows.Thomas Heller2001-09-051-311/+306
* [Bug #404274] Restore some special-case code for AIX and BeOS under 1.5.2.Andrew M. Kuchling2001-09-051-1/+28
* 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-051-3/+37
* [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
* 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
* 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
* HTMLParser is allowed to be more strict than sgmllib, so let's notFred Drake2001-09-042-37/+17
* 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
* Whitespace normalization.Tim Peters2001-09-044-4/+3
* 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-041-0/+38
* Raise OverflowError when appropriate on long->float conversion. Most ofTim Peters2001-09-041-0/+37
* builtin_dir(): Treat classic classes like types. Use PyDict_Keys insteadTim Peters2001-09-042-11/+32