| Commit message (Expand) | Author | Age | Files | Lines |
| * | Generalize operator.indexOf (PySequence_Index) to work with any | Tim Peters | 2001-09-08 | 1 | -0/+41 |
|
|
| * | It appears that unittest was changed to stop hoarding raw exception data, | Tim Peters | 2001-09-08 | 1 | -4/+1 |
|
|
| * | Fix typo in error reporting. This doesn't need to go into the release | Tim Peters | 2001-09-07 | 1 | -1/+1 |
|
|
| * | Reverting to rev 1.2. Apparently gcc doesn't use the extended-precision | Tim Peters | 2001-09-06 | 1 | -3/+16 |
|
|
| * | Rewrite to use test_support's fine fcmp instead -- I didn't know that | Tim Peters | 2001-09-06 | 1 | -16/+3 |
|
|
| * | Added some underflow-to-0.0 long/long true division tests. | Tim Peters | 2001-09-06 | 1 | -0/+6 |
|
|
| * | Rename 'getset' to 'property'. | Guido van Rossum | 2001-09-06 | 3 | -19/+19 |
|
|
| * | Two small changes to the resource usage option: | Guido van Rossum | 2001-09-06 | 2 | -4/+5 |
|
|
| * | Added tests for key deletion for both Weak*Dictionary flavors. | Fred Drake | 2001-09-06 | 1 | -0/+22 |
|
|
| * | Skip instead of fail this test if the socket module has no ssl | Guido van Rossum | 2001-09-06 | 1 | -0/+3 |
|
|
| * | Dubious assumptions: | Tim Peters | 2001-09-06 | 1 | -5/+10 |
|
|
| * | Enable large file support on Win32 systems. | Tim Peters | 2001-09-06 | 1 | -4/+4 |
|
|
| * | Rework the way we try to check for libm overflow, given that C99 no longer | Tim Peters | 2001-09-05 | 1 | -1/+1 |
|
|
| * | LongReprTest fails on the Mac because it uses filenames with more than | Jack Jansen | 2001-09-05 | 1 | -1/+2 |
|
|
| * | Remove a debug print left in the code by Fred. | Guido van Rossum | 2001-09-05 | 1 | -1/+0 |
|
|
| * | Patch #449815: Set filesystemencoding based on CODESET. | Martin v. Löwis | 2001-09-05 | 1 | -1/+15 |
|
|
| * | Patch #453627: Adds a list of tests that are expected to be skipped for UnixW... | Martin v. Löwis | 2001-09-05 | 1 | -0/+24 |
|
|
| * | Add a test for the final branch in repr.Repr.repr1(), which deals with | Guido van Rossum | 2001-09-05 | 1 | -0/+5 |
|
|
| * | Return reasonable results for math.log(long) and math.log10(long) (we were | Tim Peters | 2001-09-05 | 1 | -3/+37 |
|
|
| * | Revert one of the "division fixes" in test_long. It intends to try both | Tim Peters | 2001-09-04 | 1 | -2/+2 |
|
|
| * | The first batch of changes recommended by the fixdiv tool. These are | Guido van Rossum | 2001-09-04 | 10 | -20/+20 |
|
|
| * | HTMLParser is allowed to be more strict than sgmllib, so let's not | Fred Drake | 2001-09-04 | 1 | -6/+1 |
|
|
| * | Suppressing all DeprecationWarning messages was a bit of a problem for | Guido van Rossum | 2001-09-04 | 1 | -3/+3 |
|
|
| * | Enhanced the test for DOCTYPE declarations, added a test for dealing with | Fred Drake | 2001-09-04 | 1 | -14/+23 |
|
|
| * | Whitespace normalization. | Tim Peters | 2001-09-04 | 3 | -3/+2 |
|
|
| * | 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 | 1 | -0/+38 |
|
|
| * | Raise OverflowError when appropriate on long->float conversion. Most of | Tim Peters | 2001-09-04 | 1 | -0/+37 |
|
|
| * | builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead | Tim Peters | 2001-09-04 | 2 | -11/+32 |
|
|
| * | 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 | 4 | -25/+41 |
|
|
| * | Make dir() wordier (see the new docstring). The new behavior is a mixed | Tim Peters | 2001-09-03 | 3 | -11/+55 |
|
|
| * | Made a doctest out of the examples in Guido's type/class tutorial. | Tim Peters | 2001-09-03 | 1 | -0/+498 |
|
|
| * | Make dictionary() a real constructor. Accepts at most one argument, "a | Tim Peters | 2001-09-02 | 1 | -1/+51 |
|
|
| * | Whitespace normalization (tabs -> 4 spaces) in the Mac expectations. | Guido van Rossum | 2001-09-02 | 1 | -35/+35 |
|
|
| * | Correct name mangling algorithm, and add a comment. | Guido van Rossum | 2001-08-31 | 1 | -2/+1 |
|
|
| * | SF bug #456621: normpath on Win32 not collapsing c:\\.. | Tim Peters | 2001-08-30 | 1 | -0/+24 |
|
|
| * | metaclass(): add some more examples of metaclasses, including one | Guido van Rossum | 2001-08-30 | 1 | -0/+104 |
|
|
| * | SF patch #455966: Allow leading 0 in float/imag literals. | Tim Peters | 2001-08-30 | 1 | -0/+44 |
|
|
| * | Add testcases for inheritance from tricky builtins (numbers, strings, | Guido van Rossum | 2001-08-30 | 1 | -0/+74 |
|
|
| * | Revert the previous patch to test_pow.py and move the test to test_unary.py | Fred Drake | 2001-08-30 | 2 | -10/+8 |
|
|
| * | Added a regression test for the negation-of-exponentiation optimization | Fred Drake | 2001-08-30 | 1 | -0/+11 |
|
|
| * | Add a new function imp.lock_held(), and use it to skip test_threaded_import | Tim Peters | 2001-08-30 | 1 | -4/+6 |
|
|
| * | Workaround by Tim Peters to skip this test if run from test.autotest, | Jack Jansen | 2001-08-29 | 1 | -1/+5 |
|
|
| * | Add tests for augmented floor division | Jeremy Hylton | 2001-08-29 | 2 | -0/+27 |
|
|
| * | Now that int is subclassable, have to change a test that tests for | Guido van Rossum | 2001-08-29 | 1 | -2/+2 |
|
|
| * | marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit | Tim Peters | 2001-08-29 | 1 | -0/+41 |
|
|
| * | pickle.py, load_int(): Match cPickle's just-repaired ability to unpickle | Tim Peters | 2001-08-28 | 1 | -0/+15 |
|
|
| * | Update an email address. | Barry Warsaw | 2001-08-28 | 1 | -10/+10 |
|
|
| * | Fix the test again due to fewer calls to __getattr__. | Guido van Rossum | 2001-08-28 | 1 | -3/+1 |
|
|