summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor nit to prevent dropping a space in the HTML generation.Fred Drake1999-02-051-2/+2
* Add winsound -- by Toby Dickenson with permission.Guido van Rossum1999-02-042-0/+130
* Jim Fulton: this fixes seg faults with bad pickles like "c".Guido van Rossum1999-02-041-3/+22
* Document sameopenfile(), samestat().Fred Drake1999-02-031-3/+17
* Document splitdrive().Fred Drake1999-02-031-2/+10
* New test for ntpath moduleGuido van Rossum1999-02-032-0/+43
* New splitdrive() that knows about UNC paths (e.g., network paths likeGuido van Rossum1999-02-031-26/+50
* Portability fix for [f]statvfs() return tuple: no longer return theGuido van Rossum1999-02-032-14/+9
* Partly updated to reflect the new organization and the availability of CVSJack Jansen1999-02-031-44/+81
* Just's script to find non-7-bit-clean charactres in a source tree (slightlyJack Jansen1999-02-031-0/+53
* updated to the new numpy build setup -- jvrJust van Rossum1999-02-021-2/+8
* Never mind, this belongs in the PC subdirectory,Guido van Rossum1999-02-021-71/+0
* re-checkin with "ISO-8859 translation" turned on.Just van Rossum1999-02-0212-58/+58
* added some commentsJust van Rossum1999-02-021-1/+10
* Fredrik Lundh fixes Sjoerd's patch...Guido van Rossum1999-02-021-7/+7
* Remove three items.Fred Drake1999-02-021-9/+0
* Fix the os/posix documentation issue.Fred Drake1999-02-022-66/+730
* Moved \versionadded to end of description sections.Fred Drake1999-02-021-1/+1
* Moved posixpath to os.path.Fred Drake1999-02-021-1/+1
* Added posixpath, winsound.Fred Drake1999-02-021-4/+15
* Change this to be os.path.Fred Drake1999-02-021-66/+67
* This seems to fix a problem with targeting from the indexes.Fred Drake1999-02-021-1/+1
* Make \versionadded and \versionchanged less prominant -- neither boldFred Drake1999-02-022-5/+5
* Move \versionadded macros to end of descriptions.Fred Drake1999-02-021-4/+3
* Patch by Sjoerd Mullender to placate /F:Guido van Rossum1999-02-021-2/+6
* Patch by Sjoerd Mullender to placate /F:Guido van Rossum1999-02-021-4/+12
* Added documentation to the docstrings for the W*() functions that takeFred Drake1999-02-021-6/+8
* put the preferences file in a folder called "Python" inside the prefs folder,...Just van Rossum1999-02-022-11/+38
* Replaced by Pythonpath.rJack Jansen1999-02-021-0/+0
* Windows sound playing module, by Fredrik Lundh.Guido van Rossum1999-02-021-0/+71
* Add _P_WAIT etc. for NT.Guido van Rossum1999-02-011-0/+12
* Special-case _P_WAIT etc. for NT.Guido van Rossum1999-02-011-4/+7
* Add current dir or paths of file args to sys.path.Guido van Rossum1999-02-011-0/+7
* spawnv, spawnve docstrings: added mode parameter; this is required!Fred Drake1999-02-011-2/+4
* Added module synopsis.Fred Drake1999-02-011-1/+2
* Take out just about everything and refer the reader to the os module.Fred Drake1999-02-011-516/+15
* Make the text generic, and call it os.path instead of posixpath.Fred Drake1999-02-011-27/+24
* Remove all references to posixpath; only refer to os.path.Fred Drake1999-02-011-20/+17
* Add canonic() function -- for brand new bdb.py feature.Guido van Rossum1999-02-011-0/+4
* Protect against accessing an empty stack.Guido van Rossum1999-02-011-2/+11
* PyPcre_expand(): Fixed two memory leaks, where a PyString_FromString()Barry Warsaw1999-02-011-3/+26
* better sys.path munging when running scripts -- jvrJust van Rossum1999-02-011-8/+2
* OSError description: "as the by the" --> "as the"Fred Drake1999-02-011-3/+3
* Oops, the patch for NeXT always replaced waitpid() with wait4() --Guido van Rossum1999-02-011-0/+4
* Patch by Sjoerd Mullender for better compatibility with the versionGuido van Rossum1999-02-011-0/+25
* removed old IDE stuff -- jvrJust van Rossum1999-02-0136-7998/+0
* minor cleanup of last patch -- jvrJust van Rossum1999-02-011-1/+0
* Added PythonIDE to the applet list; added destination filename support for ap...Just van Rossum1999-02-011-6/+8
* removed turd resources left by my former MacCVS clientJust van Rossum1999-02-012-0/+0
* Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to improve...Just van Rossum1999-01-311-4/+5