summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Using shutil's function to copy data between file objects insteadMoshe Zadka2000-07-291-6/+2
* Finally fixed the much-reported bug about "~" in a couple of example.Fred Drake2000-07-281-2/+2
* Add the exceptions module to the 'never' list -- it is built in.Guido van Rossum2000-07-281-1/+1
* Was quite broken and incomplete. Now passes the test suite, but is still inc...Mark Hammond2000-07-281-5/+14
* Allow any object supporting the buffer protocol to be written as a binary obj...Mark Hammond2000-07-281-7/+11
* Fix a type in the docstrings, and make the module Unicode aware.Mark Hammond2000-07-281-4/+8
* Remove erroneous empty trailing line. (cause test_winreg.py failure)Trent Mick2000-07-271-1/+0
* Gregor Hoffleit: don't link with libnet on non-BeOS systemsJeremy Hylton2000-07-272-190/+198
* Second round of curses documentation improvements. Completes and extendsEric S. Raymond2000-07-271-17/+38
* Gregor Hoffleit: Don't link with the libieee library if it's not necessaryJeremy Hylton2000-07-272-41/+93
* Rip out the information about the PSA, since the fate of that is notFred Drake2000-07-271-13/+9
* added .cvsignore so cvs doesn't complain about the generated graminit.h andSkip Montanaro2000-07-271-0/+2
* Added list of missing functions as a commentAndrew M. Kuchling2000-07-271-0/+26
* -- changed test to work on platforms which have os.popenFredrik Lundh2000-07-271-2/+8
* Bump version to 0.9.1pre.Greg Ward2000-07-271-1/+1
* Fixed a grab-bag of typos spotted by Rob Hooft.Greg Ward2000-07-279-11/+11
* Remove unused 'search_dir()' method.Greg Ward2000-07-271-21/+1
* Fix to call 'library_filename()' instead of the non-existentGreg Ward2000-07-271-3/+5
* Typo fix from David Ascher.Greg Ward2000-07-271-1/+1
* Comment out a debugging print (spotted by Michael Deegan)Andrew M. Kuchling2000-07-261-1/+1
* - changed windows pclose to make sure we don't return before theFredrik Lundh2000-07-261-10/+21
* Make mode_t available for the declaration of _getpty().Sjoerd Mullender2000-07-261-1/+1
* Patch #100873 - Use registry to find proxies for urllib on Win32Mark Hammond2000-07-261-13/+61
* Fix UCNs machine with >= 32bit longsJeremy Hylton2000-07-264-56/+144
* Document tiget{flag,num,str}Andrew M. Kuchling2000-07-261-0/+21
* Added wrappers for tiget{flag,num,str}, for querying terminfo capabilitiesAndrew M. Kuchling2000-07-261-0/+47
* added test case for fixed duplicate arguments bug in Python/compile.cPeter Schneider-Kamp2000-07-252-0/+17
* Add entries for the distutils documents to the directories table.Fred Drake2000-07-251-0/+2
* This script demonstrates use of the visitor interface of the compilerJeremy Hylton2000-07-251-0/+38
* makedirs(), removedirs(): If the tail of the path is empty, do a secondFred Drake2000-07-251-0/+4
* a couple of nits from Patch #100933Jeremy Hylton2000-07-251-2/+2
* Use 'void' directly instead of the ANY #define, now that all code is ANSI C.Thomas Wouters2000-07-2511-63/+44
* Modified version of patch #100963 from Mark Favas: has_key() is anAndrew M. Kuchling2000-07-251-5/+5
* Made an error message slightly more useful if select() returns something goofyAndrew M. Kuchling2000-07-251-1/+1
* Bug report and partial patch from Michael Deegan <michael@ucc.gu.uwa.edu.au>:Andrew M. Kuchling2000-07-241-4/+4
* Only use one initialization file for LaTeX2HTML; more recent versions onlyFred Drake2000-07-241-4/+5
* -- updated to include known problems in SRE 0.9.6Fredrik Lundh2000-07-241-414/+11
* Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion fo...Jack Jansen2000-07-242-2/+2
* Added more prototypes.Jack Jansen2000-07-243-6/+10
* Added PyMac_getscript() which returns the pythonic name of the current script...Jack Jansen2000-07-241-0/+34
* Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the r...Jack Jansen2000-07-242-0/+10
* If any of the builds in a group fails offer to stop the fullbuild process and...Jack Jansen2000-07-241-0/+9
* Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications wi...Jack Jansen2000-07-241-0/+5
* Put in an earlier include of sys/signal.h (within ifdef USE_GUSI) to forestal...Jack Jansen2000-07-242-0/+8
* Fix small typos and markup consistency nits.Fred Drake2000-07-242-15/+16
* Remove unused variable and what looks like an ancient relic of an oldThomas Wouters2000-07-241-7/+0
* Create a new section of pyport.h to hold all external function declarationsThomas Wouters2000-07-245-36/+66
* change some occurence of python15.dll to python20.dllPeter Schneider-Kamp2000-07-242-6/+6
* ANSIfy a bit more.Thomas Wouters2000-07-241-1/+1
* Fix floattime prototype ((void), not (double))Thomas Wouters2000-07-241-1/+1