summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Assorted xreadlines problems:Tim Peters2001-01-094-10/+15
* Remove bogus "echo" command.Fred Drake2001-01-091-1/+0
* Added documentation for the xreadlines module & related changes. TheFred Drake2001-01-095-6/+67
* Resurrected Small Carbon Python as a target in PythonStandSmall. Still no GUS...Jack Jansen2001-01-092-0/+0
* FSSpec names may be longer on carbon (1024 chars), cater for that in buffer s...Jack Jansen2001-01-091-2/+2
* Don't need to define c2pstrcpy() on Carbon: it's in CarbonLib.Jack Jansen2001-01-091-0/+2
* If we're not using GUSI the "keep open on unseen output" becomes the same as ...Jack Jansen2001-01-091-0/+6
* Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {...Jack Jansen2001-01-095-6/+6
* Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {...Jack Jansen2001-01-094-26/+27
* Various tweaks to make it everything build and compile again under carbon. Ma...Jack Jansen2001-01-095-0/+86
* Added a --global-module-index option to specify a (possibly relative) URLFred Drake2001-01-093-2/+18
* Jeff Epler's patch adding an xreadlines() method. (It just importsGuido van Rossum2001-01-091-1/+25
* Test for xreadline.Guido van Rossum2001-01-092-0/+46
* Jeff Epler's xreadlines module, with slight reformatting and someGuido van Rossum2001-01-092-0/+121
* Miscellaneous updates.Fred Drake2001-01-091-3/+3
* Steve Holden <sholden@holdenweb.com>:Fred Drake2001-01-092-13/+14
* Added names.Fred Drake2001-01-091-0/+2
* Added missing word; fixed minor nits.Fred Drake2001-01-091-4/+4
* Added entry for fpectl module documentation.Fred Drake2001-01-091-1/+2
* Added entry for fpectl module documentation.Fred Drake2001-01-091-0/+1
* Documentation for the fpectl module, from Lee Busby. (Thanks!)Fred Drake2001-01-091-0/+122
* Check in patch #102971: if library_dirs is a string, split it usingAndrew M. Kuchling2001-01-091-0/+2
* Patch #102953: Fix bug #125452, where shlex.shlex hangs when itAndrew M. Kuchling2001-01-091-0/+5
* Address a bug in the uuencode decoder, reported bu "donut" in SF bugGuido van Rossum2001-01-091-3/+3
* Tsk, tsk, tsk. Treat FreeBSD the same as the other BSDs when definingGuido van Rossum2001-01-091-1/+1
* Remove configure test for getline(), since it's no longer used at allAndrew M. Kuchling2001-01-083-5/+2
* Anonymous SF bug report #128053 point out that the #ifdef forGuido van Rossum2001-01-081-1/+1
* Explain that long options are matched based on a unique prefix rather thanFred Drake2001-01-081-1/+8
* GetoptError is always initialized with exactly two parameters, so simplifyFred Drake2001-01-081-7/+4
* Fixed bug which caused HTTPS not to work at all with string URLsMoshe Zadka2001-01-081-1/+1
* Fix a silly bug in float_pow. Sorry Tim.Neil Schemenauer2001-01-081-1/+1
* The Python/C API deals in PyObject*, not PyDictObject*.Fred Drake2001-01-081-12/+12
* Text.__init__(): Make sure the data parameter is a string (8-bit orFred Drake2001-01-081-0/+2
* A few reformats; no logic changes.Tim Peters2001-01-081-9/+8
* Let's hope that three time's a charm...Guido van Rossum2001-01-081-3/+3
* 18 isn't a prime (duh).Tim Peters2001-01-081-1/+1
* Fiddled ms_getline_hack after talking w/ Guido: made clearer that theTim Peters2001-01-081-65/+67
* MS Win32 .readline() speedup, as discussed on Python-Dev. This is a trickyTim Peters2001-01-073-15/+245
* Tim noticed that I had botched get_line_raw(). Looking again, IGuido van Rossum2001-01-071-47/+30
* Add more regression tests, including for the import statement variations.Fred Drake2001-01-072-10/+60
* Fix problems with validation of import statement parse trees.Fred Drake2001-01-071-5/+24
* This patch adds a new feature to the builtin charmap codec:Marc-André Lemburg2001-01-062-0/+66
* This patch adds a new feature to the builtin charmap codec:Marc-André Lemburg2001-01-061-8/+48
* Added "repeat.py" -- repeatedly execute a shell command (likeGuido van Rossum2001-01-052-7/+64
* Configuration test for working getc_unlocked() (and flockfile() andGuido van Rossum2001-01-054-4/+64
* Speed it up by using readlines(sizehint). It's still slower thanGuido van Rossum2001-01-051-10/+39
* Restructured get_line() for clarity and speed.Guido van Rossum2001-01-051-66/+59
* Clarification of new bisect module functions.Tim Peters2001-01-051-1/+2
* Update explanation of the set_location() method to indicate that inFred Drake2001-01-051-1/+7
* Add test cases based on RFC 1808. So now we actually have a test suiteFred Drake2001-01-052-0/+106