| Commit message (Expand) | Author | Age | Files | Lines |
* | of course I muffed it separating the notes code from the initial_value | Skip Montanaro | 2001-08-19 | 1 | -4/+4 |
|
|
* | Avoid total dependency on the new module. This addresses the problem | Guido van Rossum | 2001-08-19 | 1 | -1/+7 |
|
|
* | add debug calls to self._note for the Semaphore class. This closes bug | Skip Montanaro | 2001-08-19 | 1 | -0/+9 |
|
|
* | Inspired by Greg Stein's proposed simplification of the _closesocket | Guido van Rossum | 2001-08-18 | 1 | -5/+1 |
|
|
* | Expose the CO_xxx flags via the "new" module (re-solving a problem "the | Tim Peters | 2001-08-18 | 2 | -11/+17 |
|
|
* | Framework code for compilerlike scripts. | Eric S. Raymond | 2001-08-18 | 1 | -0/+154 |
|
|
* | Resolve patch #449367. | Greg Stein | 2001-08-18 | 1 | -15/+26 |
|
|
* | Add some fairly important file extensions: bmp css doc mid midi mp2 mp3 xls. | Ka-Ping Yee | 2001-08-18 | 1 | -0/+8 |
|
|
* | Initial check-in of cgitb. | Ka-Ping Yee | 2001-08-18 | 1 | -0/+182 |
|
|
* | When the socket is closed, don't just assign 0 to self._sock. | Guido van Rossum | 2001-08-18 | 1 | -8/+18 |
|
|
* | Generate correct reprs for Mul, Add, etc. | Jeremy Hylton | 2001-08-18 | 1 | -20/+8 |
|
|
* | Track removal of doc string from Module().nodes[0] | Jeremy Hylton | 2001-08-18 | 1 | -7/+2 |
|
|
* | Add Yield() node | Jeremy Hylton | 2001-08-18 | 1 | -0/+12 |
|
|
* | Remove the horrid generators hack from doctest.py. This relies on a | Tim Peters | 2001-08-18 | 1 | -75/+37 |
|
|
* | Add Yield() statement handler | Jeremy Hylton | 2001-08-18 | 1 | -1/+11 |
|
|
* | Fix for bug [#452230] future division isn't propagated. | Tim Peters | 2001-08-17 | 1 | -0/+1 |
|
|
* | A fiddled version of the rest of Michael Hudson's SF patch | Tim Peters | 2001-08-17 | 2 | -39/+126 |
|
|
* | Use raw-unicode-escape for the tests that require it. | Martin v. Löwis | 2001-08-17 | 2 | -3/+3 |
|
|
* | Add test for weak references. | Guido van Rossum | 2001-08-17 | 1 | -3/+33 |
|
|
* | Test that uu.py will not override an existing file if out_file isn't | Barry Warsaw | 2001-08-17 | 1 | -0/+34 |
|
|
* | decode(): Raise a uu.Error if no out_file is given but the file | Barry Warsaw | 2001-08-17 | 1 | -9/+13 |
|
|
* | A self-contained piece of Michael Hudson's patch | Tim Peters | 2001-08-17 | 2 | -8/+46 |
|
|
* | Address SF #451547. The approach is a bit draconian: any object that | Guido van Rossum | 2001-08-17 | 1 | -0/+14 |
|
|
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 14 | -121/+183 |
|
|
* | Change the 227 response parser to use a more liberal regular | Guido van Rossum | 2001-08-17 | 1 | -7/+9 |
|
|
* | classic(),metods(): add tests to verify that a bound method without a | Guido van Rossum | 2001-08-17 | 1 | -0/+2 |
|
|
* | classic(), methods(): add another test relating to unbound methods: | Guido van Rossum | 2001-08-17 | 1 | -0/+6 |
|
|
* | Add early binding of methods to the 2nd metaclass example. | Guido van Rossum | 2001-08-17 | 1 | -1/+6 |
|
|
* | metaclass(): add tests for metaclasses written in Python: one that | Guido van Rossum | 2001-08-17 | 1 | -0/+33 |
|
|
* | Added a test for module repr truncation when the package name is | Barry Warsaw | 2001-08-16 | 1 | -0/+35 |
|
|
* | classobject.c:instancemethod_descr_get(): when a bound method is | Guido van Rossum | 2001-08-16 | 1 | -1/+1 |
|
|
* | [Patch #441691] preprocess() method for Borland C compiler. | Andrew M. Kuchling | 2001-08-16 | 1 | -1/+35 |
|
|
* | test_descr started breaking in yet another way in the same place. | Tim Peters | 2001-08-16 | 1 | -2/+6 |
|
|
* | New unit test for the mimetypes module, to avoid future regressions. | Fred Drake | 2001-08-16 | 1 | -0/+42 |
|
|
* | Another egregious error that copied the encodings info over the suffix | Fred Drake | 2001-08-16 | 1 | -1/+1 |
|
|
* | Use (c)StringIO for collecting bytes. Fixes bug #451622. | Martin v. Löwis | 2001-08-16 | 1 | -8/+12 |
|
|
* | Repair some accidents causing Windows failures: | Tim Peters | 2001-08-16 | 2 | -5/+5 |
|
|
* | Bad bug: the MimeTypes.readfp() was supposed to take a file object as a | Fred Drake | 2001-08-16 | 1 | -2/+2 |
|
|
* | [Patch #444854 from twburton] | Andrew M. Kuchling | 2001-08-16 | 1 | -1/+4 |
|
|
* | [Patch #442530 from twburton] | Andrew M. Kuchling | 2001-08-16 | 1 | -4/+4 |
|
|
* | The change of type(None).__name__ from 'None' to 'NoneType' broke this | Guido van Rossum | 2001-08-16 | 2 | -4/+4 |
|
|
* | Add tests for overridable operators that have default interpretations | Guido van Rossum | 2001-08-15 | 1 | -0/+127 |
|
|
* | Rewrote Jack's latest change so it does what it intended to do... | Just van Rossum | 2001-08-15 | 1 | -4/+8 |
|
|
* | Given a class without __cmp__ or __eq__, cmp() of two instances of | Guido van Rossum | 2001-08-15 | 1 | -0/+8 |
|
|
* | Add a test to verify that bound methods work correctly. | Guido van Rossum | 2001-08-15 | 1 | -0/+18 |
|
|
* | Don't remove non-directories from sys.path on the mac: files | Jack Jansen | 2001-08-15 | 1 | -2/+3 |
|
|
* | Move one of the tests into the "PEP 255" section, to reflect a change in | Tim Peters | 2001-08-15 | 1 | -12/+15 |
|
|
* | Fix typo in astgen script | Jeremy Hylton | 2001-08-14 | 1 | -1/+1 |
|
|
* | Add a test for a weird bug I just discovered: a dynamic subclass | Guido van Rossum | 2001-08-14 | 1 | -0/+5 |
|
|
* | Regenerated from new ast.txt and new astgen.py | Jeremy Hylton | 2001-08-14 | 1 | -12/+23 |
|
|