| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to ... | Jack Jansen | 2001-08-19 | 27 | -6475/+0 |
|
|
* | The modules with toolbox constants. | Jack Jansen | 2001-08-19 | 22 | -0/+4998 |
|
|
* | Carbon is now a package encapsulating all the toolbox modules. Carbon is not | Jack Jansen | 2001-08-19 | 1 | -0/+0 |
|
|
* | Moved here form lib-toolbox, for lack of a better place to go. | Jack Jansen | 2001-08-19 | 1 | -0/+95 |
|
|
* | Moved here from lib-toolbox, where they should never have been in the first p... | Jack Jansen | 2001-08-19 | 4 | -0/+1382 |
|
|
* | Step 1 in packaging the toolbox modules and making MacPython more | Jack Jansen | 2001-08-19 | 1 | -2/+2 |
|
|
* | Temporarily disabled the import hook. It breaks with the package-based | Jack Jansen | 2001-08-19 | 1 | -1/+2 |
|
|
* | Removed NEXT-NOTES, the NeXT is no longer supported. | Jack Jansen | 2001-08-19 | 2 | -82/+0 |
|
|
* | Removed NeXT notes (replacing them with a line saying NeXT is no | Jack Jansen | 2001-08-19 | 1 | -17/+23 |
|
|
* | Got rid of all the plugin xml files: they are generated, and | Jack Jansen | 2001-08-19 | 135 | -63926/+0 |
|
|
* | 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 |
|
|
* | Improve Windows time.clock() blurb; was missing return type and unit. | Tim Peters | 2001-08-19 | 1 | -4/+4 |
|
|
* | Windows fiddling for 2.2a2: bump build number; update copyright and | Tim Peters | 2001-08-19 | 4 | -8/+10 |
|
|
* | SF patch #452239 by Gordon McMillan, to fix SF bug #451547. | Guido van Rossum | 2001-08-18 | 1 | -1/+25 |
|
|
* | Add dependencies for Python/thread.c on all of the header files that | Guido van Rossum | 2001-08-18 | 1 | -0/+4 |
|
|
* | 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 | 3 | -13/+48 |
|
|
* | added warnings about security risk of using tmpnam and tempnam | Skip Montanaro | 2001-08-18 | 1 | -0/+10 |
|
|
* | Fix SF bug #443600: | Guido van Rossum | 2001-08-18 | 1 | -15/+46 |
|
|
* | Framework code for compilerlike scripts. | Eric S. Raymond | 2001-08-18 | 2 | -0/+241 |
|
|
* | 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 |
|
|
* | Add a little introductory text. | Jeremy Hylton | 2001-08-18 | 1 | -15/+93 |
|
|
* | Generate correct reprs for Mul, Add, etc. | Jeremy Hylton | 2001-08-18 | 4 | -40/+20 |
|
|
* | Track removal of doc string from Module().nodes[0] | Jeremy Hylton | 2001-08-18 | 2 | -14/+4 |
|
|
* | Add Yield() node | Jeremy Hylton | 2001-08-18 | 2 | -0/+24 |
|
|
* | 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 | 2 | -2/+22 |
|
|
* | Fix for bug [#452230] future division isn't propagated. | Tim Peters | 2001-08-17 | 2 | -1/+9 |
|
|
* | The OSX framework Headers symlink pointed the wrong way. Fixed. | Jack Jansen | 2001-08-17 | 1 | -1/+1 |
|
|
* | A fiddled version of the rest of Michael Hudson's SF patch | Tim Peters | 2001-08-17 | 4 | -47/+157 |
|
|
* | Use raw-unicode-escape for the tests that require it. | Martin v. Löwis | 2001-08-17 | 2 | -3/+3 |
|
|
* | Address SF bug #442813. The sequence getitem wrappers should do | Guido van Rossum | 2001-08-17 | 1 | -8/+50 |
|
|
* | Add test for weak references. | Guido van Rossum | 2001-08-17 | 1 | -3/+33 |
|
|
* | Add note on type/class unification. | Guido van Rossum | 2001-08-17 | 1 | -0/+6 |
|
|
* | ceval, PyEval_MergeCompilerFlags: wasn't merging in the | Tim Peters | 2001-08-17 | 2 | -6/+5 |
|
|
* | Weak reference support, closing SF bug #451773. | Guido van Rossum | 2001-08-17 | 1 | -21/+51 |
|
|
* | Document that uu.decode() will always raise a uu.Error if out_file | Barry Warsaw | 2001-08-17 | 1 | -9/+18 |
|
|
* | 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 | 42 | -185/+465 |
|
|
* | Another contributor's patch got accepted. | Guido van Rossum | 2001-08-17 | 1 | -0/+1 |
|
|
* | Change the 227 response parser to use a more liberal regular | Guido van Rossum | 2001-08-17 | 1 | -7/+9 |
|
|
* | Make sure that ampersand escaping is still performed on the contents of | Fred Drake | 2001-08-17 | 1 | -0/+2 |
|
|