| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Guido points out that the comments for self.cur[2] were subtly but | Tim Peters | 2001-10-07 | 1 | -17/+29 |
|
|
* | Use AC_TRY_RUN for checking for -Kpthread. | Martin v. Löwis | 2001-10-07 | 2 | -359/+378 |
|
|
* | At Guido's request, changed the code that's conceptually asserting stuff | Tim Peters | 2001-10-07 | 1 | -11/+9 |
|
|
* | Repair some longstanding comment errors: | Tim Peters | 2001-10-07 | 1 | -4/+4 |
|
|
* | Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2. | Tim Peters | 2001-10-07 | 4 | -48/+32 |
|
|
* | Remove code and docs for the OldProfile and HotProfile classes: code | Tim Peters | 2001-10-07 | 3 | -285/+32 |
|
|
* | _PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value. | Tim Peters | 2001-10-06 | 4 | -61/+70 |
|
|
* | Repaired the debug Windows deaths in test_descr, by allocating enough | Tim Peters | 2001-10-06 | 3 | -21/+33 |
|
|
* | _PyObject_GetDictPtr(): | Tim Peters | 2001-10-06 | 1 | -8/+12 |
|
|
* | _PyObject_GC_Malloc(): split a complicated line in two. As is, there was | Tim Peters | 2001-10-06 | 1 | -2/+3 |
|
|
* | Update the documentation to reflect the changes to ReferenceError. | Fred Drake | 2001-10-06 | 2 | -1/+13 |
|
|
* | The fix to profile semantics broke the miserable but advertised way to | Tim Peters | 2001-10-05 | 1 | -25/+26 |
|
|
* | Teach Windows how to build the new weakref module. | Tim Peters | 2001-10-05 | 1 | -0/+15 |
|
|
* | Remove bogus declaration. | Fred Drake | 2001-10-05 | 1 | -2/+0 |
|
|
* | Add documentation for the public API for weak reference objects. | Fred Drake | 2001-10-05 | 1 | -1/+70 |
|
|
* | Adjust the _weakref module to use the public API for the weak reference | Fred Drake | 2001-10-05 | 1 | -717/+15 |
|
|
* | PyObject_ClearWeakRefs() is now a real function instead of a function pointer; | Fred Drake | 2001-10-05 | 2 | -16/+1 |
|
|
* | Add dependencies for the weakref object. | Fred Drake | 2001-10-05 | 1 | -0/+2 |
|
|
* | Include the weakref object interface. | Fred Drake | 2001-10-05 | 1 | -0/+1 |
|
|
* | ReferenceError is now built-in, so pick it up from the right place. | Fred Drake | 2001-10-05 | 1 | -1/+3 |
|
|
* | The weak reference implementation, separated from the weakref module. | Fred Drake | 2001-10-05 | 2 | -0/+765 |
|
|
* | weakref.ReferenceError becomes a built-in exception now that weak ref objects | Fred Drake | 2001-10-05 | 2 | -0/+7 |
|
|
* | Martijn Pieters convinced me that when readline() strips the trailing | Guido van Rossum | 2001-10-05 | 1 | -2/+5 |
|
|
* | Enable GC for new-style instances. This touches lots of files, since | Guido van Rossum | 2001-10-05 | 13 | -26/+90 |
|
|
* | With Andrew's blessing: distutils version number is now 1.0.3. | Thomas Heller | 2001-10-05 | 1 | -1/+1 |
|
|
* | Introduced the oddly-missing PyList_CheckExact(), and used it to replace | Tim Peters | 2001-10-05 | 2 | -1/+2 |
|
|
* | Explicitely list the metadata attributes to show | Thomas Heller | 2001-10-05 | 1 | -295/+304 |
|
|
* | Get rid of unique local ISSTRICTINT macro in favor of std PyInt_CheckExact. | Tim Peters | 2001-10-05 | 1 | -9/+6 |
|
|
* | A regexp example was rendered as | Tim Peters | 2001-10-05 | 1 | -1/+1 |
|
|
* | SMTPServer.__init__(): Print the start information on the DEBUGSTREAM | Barry Warsaw | 2001-10-05 | 1 | -1/+2 |
|
|
* | Remove false statement about running make in the Modules directory. | Guido van Rossum | 2001-10-05 | 1 | -3/+2 |
|
|
* | Remove some long-unsupported Mac OS modules. | Fred Drake | 2001-10-05 | 5 | -425/+0 |
|
|
* | Frankly, I'd like my "L." as well! | Fred Drake | 2001-10-05 | 1 | -1/+1 |
|
|
* | Another contributor. | Guido van Rossum | 2001-10-05 | 1 | -1/+2 |
|
|
* | Fix typo in docstring | Andrew M. Kuchling | 2001-10-05 | 1 | -1/+1 |
|
|
* | Document addition of chroot. | Martin v. Löwis | 2001-10-04 | 1 | -0/+2 |
|
|
* | Add chroot call. Implements feature #459267. | Martin v. Löwis | 2001-10-04 | 5 | -3/+27 |
|
|
* | Update a couple of old addresses that point to CNRI. | Fred Drake | 2001-10-04 | 2 | -9/+11 |
|
|
* | Non-failing test for SF bug #467059. | Fred Drake | 2001-10-04 | 1 | -0/+42 |
|
|
* | Apply modified SF patch 467580: ConfigParser.getboolean(): FALSE, TRUE. | Guido van Rossum | 2001-10-04 | 1 | -6/+8 |
|
|
* | run_suite(): If testclass is not available, provide an even more general | Fred Drake | 2001-10-04 | 1 | -4/+8 |
|
|
* | Make new classes dynamic by default. | Guido van Rossum | 2001-10-04 | 3 | -26/+24 |
|
|
* | Changed the reindenter to strip only trailing spaces and tabs from lines, | Tim Peters | 2001-10-04 | 1 | -3/+16 |
|
|
* | Fix bug in profiler modifications detected only in debug builds. | Fred Drake | 2001-10-04 | 1 | -3/+26 |
|
|
* | TestIterators: Tim Peters suggests a more succinct spelling of | Barry Warsaw | 2001-10-04 | 1 | -12/+4 |
|
|
* | More test data for test_email.py | Barry Warsaw | 2001-10-04 | 2 | -0/+49 |
|
|
* | test_header_splitter(), test_body_line_iterator(): Move the test data | Barry Warsaw | 2001-10-04 | 1 | -70/+32 |
|
|
* | Give me back my page breaks. | Barry Warsaw | 2001-10-04 | 12 | -22/+22 |
|
|
* | Add note about profiling. | Guido van Rossum | 2001-10-04 | 1 | -0/+15 |
|
|
* | Script arguments localhost:localport and remotehost:remoteport are now | Barry Warsaw | 2001-10-04 | 1 | -18/+28 |
|
|