| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | These long dead files somehow got revived. Killed them (but for how | Jack Jansen | 2001-08-21 | 4 | -654/+0 |
|
|
* | This file has been dead for aeons. I have no idea how it suddenly | Jack Jansen | 2001-08-21 | 1 | -2/+0 |
|
|
* | Enhancements: | Ka-Ping Yee | 2001-08-21 | 1 | -93/+111 |
|
|
* | This is supposed to help configure better sort out the various libdb | Skip Montanaro | 2001-08-21 | 1 | -1/+7 |
|
|
* | A test of SSL support, using a roundabout method suggested by Guido. | Barry Warsaw | 2001-08-20 | 1 | -0/+13 |
|
|
* | Use test_support.requires() to decide whether additional largefile | Barry Warsaw | 2001-08-20 | 1 | -7/+8 |
|
|
* | Removed --have-resources flag in favor of the more granular -u/--use | Barry Warsaw | 2001-08-20 | 1 | -22/+61 |
|
|
* | use_large_resources => use_resources | Barry Warsaw | 2001-08-20 | 1 | -2/+8 |
|
|
* | SSL_dealloc(): Apply the change suggested in SF bug #425370 which | Barry Warsaw | 2001-08-20 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-08-20 | 2 | -3/+3 |
|
|
* | Test failed because these was no expected-output file, but always printed | Tim Peters | 2001-08-20 | 1 | -5/+8 |
|
|
* | New \grammartoken markup, similar to \token but allowed everywhere. | Fred Drake | 2001-08-20 | 2 | -0/+6 |
|
|
* | Add another name. | Fred Drake | 2001-08-20 | 1 | -0/+1 |
|
|
* | Deal more appropriately with bare ampersands and pointy brackets; this | Fred Drake | 2001-08-20 | 2 | -19/+39 |
|
|
* | Add test case to cover multiple future statements on separate lines of | Jeremy Hylton | 2001-08-20 | 1 | -0/+11 |
|
|
* | Fix SF bug [ #450245 ] Error in parsing future stmts | Jeremy Hylton | 2001-08-20 | 3 | -0/+5 |
|
|
* | Fix SF bug [ #450245 ] Error in parsing future stmts | Jeremy Hylton | 2001-08-20 | 1 | -3/+18 |
|
|
* | Committing and closing SF patch #403671 by Finn Bock to help Jython | Barry Warsaw | 2001-08-20 | 1 | -11/+31 |
|
|
* | add a few test cases for threading module. | Skip Montanaro | 2001-08-20 | 1 | -0/+52 |
|
|
* | Added new BoundedSemaphore class. Closes bug 452836. | Skip Montanaro | 2001-08-20 | 1 | -0/+15 |
|
|
* | Silence warnings during test_os | Jeremy Hylton | 2001-08-20 | 1 | -0/+5 |
|
|
* | Split "Extending & Embedding" into separate files, one per chapter. | Fred Drake | 2001-08-20 | 7 | -3158/+3160 |
|
|
* | It will always be a string, because it is created just before this call. | Jeremy Hylton | 2001-08-20 | 1 | -1/+1 |
|
|
* | Added documentation for BoundedSemaphore(), contributed by Skip Montanaro. | Fred Drake | 2001-08-20 | 1 | -2/+40 |
|
|
* | Document PyTuple_GET_SIZE(), removing confusing sentence from PyDict_Copy() | Fred Drake | 2001-08-20 | 1 | -2/+7 |
|
|
* | Oops, these compatibility modules were missing. Which went unnoticed because ... | Jack Jansen | 2001-08-20 | 8 | -0/+8 |
|
|
* | Various toolbox modules were generated in lib-dynload accidentally | Jack Jansen | 2001-08-20 | 1 | -3/+3 |
|
|
* | Clean up some argument profiles, enrich the docstring. | Eric S. Raymond | 2001-08-20 | 2 | -32/+41 |
|
|
* | Oops, this file shouldn't have been removed. | Jack Jansen | 2001-08-20 | 1 | -0/+1 |
|
|
* | The destination folder is now :Lib:lib-dynload | Jack Jansen | 2001-08-19 | 1 | -0/+0 |
|
|
* | PATCHLEVEL is outdated, use PY_VERSION. | Jack Jansen | 2001-08-19 | 1 | -1/+1 |
|
|
* | Step 1 in packaging the toolbox modules and making MacPython more | Jack Jansen | 2001-08-19 | 1 | -1/+0 |
|
|
* | Dynamic modules are now put in :Lib:lib-dynload by default. For the toolbox m... | Jack Jansen | 2001-08-19 | 1 | -37/+41 |
|
|
* | Compatibility modules. lib-compat is on the default sys.path for MacPython 2.... | Jack Jansen | 2001-08-19 | 37 | -0/+37 |
|
|
* | 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 |
|
|