summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix SF bug [ #450245 ] Error in parsing future stmtsJeremy Hylton2001-08-203-0/+5
* Fix SF bug [ #450245 ] Error in parsing future stmtsJeremy Hylton2001-08-201-3/+18
* Committing and closing SF patch #403671 by Finn Bock to help JythonBarry Warsaw2001-08-201-11/+31
* add a few test cases for threading module.Skip Montanaro2001-08-201-0/+52
* Added new BoundedSemaphore class. Closes bug 452836.Skip Montanaro2001-08-201-0/+15
* Silence warnings during test_osJeremy Hylton2001-08-201-0/+5
* Split "Extending & Embedding" into separate files, one per chapter.Fred Drake2001-08-207-3158/+3160
* It will always be a string, because it is created just before this call.Jeremy Hylton2001-08-201-1/+1
* Added documentation for BoundedSemaphore(), contributed by Skip Montanaro.Fred Drake2001-08-201-2/+40
* Document PyTuple_GET_SIZE(), removing confusing sentence from PyDict_Copy()Fred Drake2001-08-201-2/+7
* Oops, these compatibility modules were missing. Which went unnoticed because ...Jack Jansen2001-08-208-0/+8
* Various toolbox modules were generated in lib-dynload accidentallyJack Jansen2001-08-201-3/+3
* Clean up some argument profiles, enrich the docstring.Eric S. Raymond2001-08-202-32/+41
* Oops, this file shouldn't have been removed.Jack Jansen2001-08-201-0/+1
* The destination folder is now :Lib:lib-dynloadJack Jansen2001-08-191-0/+0
* PATCHLEVEL is outdated, use PY_VERSION.Jack Jansen2001-08-191-1/+1
* Step 1 in packaging the toolbox modules and making MacPython moreJack Jansen2001-08-191-1/+0
* Dynamic modules are now put in :Lib:lib-dynload by default. For the toolbox m...Jack Jansen2001-08-191-37/+41
* Compatibility modules. lib-compat is on the default sys.path for MacPython 2....Jack Jansen2001-08-1937-0/+37
* Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to ...Jack Jansen2001-08-1927-6475/+0
* The modules with toolbox constants.Jack Jansen2001-08-1922-0/+4998
* Carbon is now a package encapsulating all the toolbox modules. Carbon is notJack Jansen2001-08-191-0/+0
* Moved here form lib-toolbox, for lack of a better place to go.Jack Jansen2001-08-191-0/+95
* Moved here from lib-toolbox, where they should never have been in the first p...Jack Jansen2001-08-194-0/+1382
* Step 1 in packaging the toolbox modules and making MacPython moreJack Jansen2001-08-191-2/+2
* Temporarily disabled the import hook. It breaks with the package-basedJack Jansen2001-08-191-1/+2
* Removed NEXT-NOTES, the NeXT is no longer supported.Jack Jansen2001-08-192-82/+0
* Removed NeXT notes (replacing them with a line saying NeXT is noJack Jansen2001-08-191-17/+23
* Got rid of all the plugin xml files: they are generated, andJack Jansen2001-08-19135-63926/+0
* of course I muffed it separating the notes code from the initial_valueSkip Montanaro2001-08-191-4/+4
* Avoid total dependency on the new module. This addresses the problemGuido van Rossum2001-08-191-1/+7
* add debug calls to self._note for the Semaphore class. This closes bugSkip Montanaro2001-08-191-0/+9
* Improve Windows time.clock() blurb; was missing return type and unit.Tim Peters2001-08-191-4/+4
* Windows fiddling for 2.2a2: bump build number; update copyright andTim Peters2001-08-194-8/+10
* SF patch #452239 by Gordon McMillan, to fix SF bug #451547.Guido van Rossum2001-08-181-1/+25
* Add dependencies for Python/thread.c on all of the header files thatGuido van Rossum2001-08-181-0/+4
* Inspired by Greg Stein's proposed simplification of the _closesocketGuido van Rossum2001-08-181-5/+1
* Expose the CO_xxx flags via the "new" module (re-solving a problem "theTim Peters2001-08-183-13/+48
* added warnings about security risk of using tmpnam and tempnamSkip Montanaro2001-08-181-0/+10
* Fix SF bug #443600:Guido van Rossum2001-08-181-15/+46
* Framework code for compilerlike scripts.Eric S. Raymond2001-08-182-0/+241
* Resolve patch #449367.Greg Stein2001-08-181-15/+26
* Add some fairly important file extensions: bmp css doc mid midi mp2 mp3 xls.Ka-Ping Yee2001-08-181-0/+8
* Initial check-in of cgitb.Ka-Ping Yee2001-08-181-0/+182
* When the socket is closed, don't just assign 0 to self._sock.Guido van Rossum2001-08-181-8/+18
* Add a little introductory text.Jeremy Hylton2001-08-181-15/+93
* Generate correct reprs for Mul, Add, etc.Jeremy Hylton2001-08-184-40/+20
* Track removal of doc string from Module().nodes[0]Jeremy Hylton2001-08-182-14/+4
* Add Yield() nodeJeremy Hylton2001-08-182-0/+24
* Remove the horrid generators hack from doctest.py. This relies on aTim Peters2001-08-181-75/+37