Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete unused import of pprint module | Andrew M. Kuchling | 2001-01-11 | 1 | -1/+0 |
| | |||||
* | Typo. | Guido van Rossum | 2001-01-11 | 1 | -1/+1 |
| | |||||
* | Move the _socket module closer to the SSL-_socket line (mmap and | Thomas Wouters | 2001-01-11 | 1 | -2/+5 |
| | | | | | | xreadlines inserted themselves inbetween the two) and clarify that the normal socket module should be commented out. (Someone also suggested the latter on c.l.py some time ago, I forget who, sorry.) | ||||
* | Patch #103134: Support import lines in pth files. | Martin v. Löwis | 2001-01-11 | 1 | -1/+4 |
| | |||||
* | Fixed bugs noted by Greg Stein | Moshe Zadka | 2001-01-11 | 1 | -0/+2 |
| | | | | | * x wasn't initialized to NULL * Did not DECREF result from displayhook function | ||||
* | Added pointer on POP3 variations. | Eric S. Raymond | 2001-01-11 | 1 | -0/+4 |
| | |||||
* | stdout is sometimes a macro; use "outf" instead. | Greg Stein | 2001-01-11 | 1 | -5/+5 |
| | | | | Submitted by: Mark Favas <m.favas@per.dem.csiro.au> | ||||
* | Implementation of PEP-0217. | Moshe Zadka | 2001-01-11 | 3 | -27/+72 |
| | | | | This closes the PEP, and patch 103170 | ||||
* | Corrections and additions to the documentation for POP3 and IMAP library | Eric S. Raymond | 2001-01-11 | 2 | -9/+31 |
| | | | | support, based on my fetchmail experience. | ||||
* | Add missing Py_DECREF in fast_cfunction. Partial fix for SF bug | Charles G. Waldman | 2001-01-10 | 1 | -3/+6 |
| | | | | #127699. | ||||
* | SF Patch #102357 by bbum: Add support for frameworks and objective-c | Guido van Rossum | 2001-01-10 | 1 | -1/+6 |
| | | | | | | | source. Uesful for both GnuStep and for OSXS/OSX/Darwin. (Note: I changed $(CCC) to $(CXX) since that's now the name of the C++ compiler. Please test! | ||||
* | SF Patch #102362 by bbum: Support dynamic module loading under OSX | Guido van Rossum | 2001-01-10 | 2 | -224/+216 |
| | | | | [including support for modules w/Objective-C]. | ||||
* | Oops, one more part of the cygwin patch (SF patch #102409 by jlt63: | Guido van Rossum | 2001-01-10 | 1 | -1/+1 |
| | | | | | | | | Cygwin Python DLL and Shared Extension Patch). Add module.dll as a valid extension. jlt63 writes: Note that his change essentially backs out the fix for bug #115973. Should ".pyd" be retained instead for posterity? | ||||
* | Final part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared | Guido van Rossum | 2001-01-10 | 2 | -1/+23 |
| | | | | | | | Extension Patch. These are the changes to the Modules Makefile and makesetup script for Cygwin. | ||||
* | Part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared | Guido van Rossum | 2001-01-10 | 5 | -329/+395 |
| | | | | | | | Extension Patch. Note: this could use some testing on NeXT, DG/UX, or BeOS, because of the changes in the Makefile regarding $(LDLIBRARY). | ||||
* | Part of SF patch #102409 by jlt63 to support building these modules | Guido van Rossum | 2001-01-10 | 4 | -11/+10 |
| | | | | under CYGWIN as shared libraries (DLLs). | ||||
* | SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. | Guido van Rossum | 2001-01-10 | 5 | -453/+505 |
| | | | | | Note: I've reordered acconfig.h and config.h.in to obtain alphabetical order (modulo case and leading _). | ||||
* | Added a whole slew of news items. Not striving for completeness -- | Guido van Rossum | 2001-01-10 | 1 | -1/+78 |
| | | | | | I've skipped all bugfixes, Unicode, distutils changes. But this should be a start! | ||||
* | SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes and | Eric S. Raymond | 2001-01-10 | 4 | -9/+22 |
| | | | | additions to library docs.# | ||||
* | Adapted version of SF Patch #103173 by pyretic: make uu.decode work | Guido van Rossum | 2001-01-10 | 1 | -5/+4 |
| | | | | | | | | | | | | | | with spaces in filename. I changed the module to use string methods instead of the string module. Also, instead of stripping the last character of the filename (assuming this is the linefeed), I strip trailing whitespace (assuming creating files with trailing whitespace in their name cannot possibly be a wise idea). (Note that I believe that /F's "workaround for broken uuencoders" is no longer needed since the recent fix to binascii.c, but I'll leave it in since it appears pretty harmless.) | ||||
* | Adapted version of Eric Raymond's patches to automatically configure | Guido van Rossum | 2001-01-10 | 4 | -191/+306 |
| | | | | | | | curses and readline (for Linux, at least). These are done as shared libraries by default, and so is bsddb -- that seems to make the most sense. | ||||
* | Add loop.c -- a test program for repeatedly calling Py_Initialize() | Guido van Rossum | 2001-01-10 | 3 | -1/+41 |
| | | | | and Py_Finalize(). It seems to dump core right now... | ||||
* | Fix weird typo caused by ANSIfication (nobody bothered to test it | Guido van Rossum | 2001-01-10 | 1 | -1/+1 |
| | | | | since! :-( ). | ||||
* | Moved the test codec definition to a new module and updated the test and | Marc-André Lemburg | 2001-01-10 | 3 | -54/+97 |
| | | | | | | | codec to test all charmap codec features. As side-effect of moving the test codec into a new module, the encodings package codec import mechanism is checked as well. | ||||
* | Windows mmap should (as the docs probably <wink> say) create a mapping | Tim Peters | 2001-01-10 | 1 | -2/+2 |
| | | | | | without a name when the optional tagname arg isn't specified. Was actually creating a mapping with an empty string as the name. | ||||
* | Fix a typo, remove one copy of a duplicated name. | Fred Drake | 2001-01-10 | 1 | -2/+1 |
| | |||||
* | Make Windows build compile new xreadlinesmodule. | Tim Peters | 2001-01-09 | 1 | -0/+15 |
| | |||||
* | Assorted xreadlines problems: | Tim Peters | 2001-01-09 | 4 | -10/+15 |
| | | | | | | | Wasn't built on Windows; not in config.c either. Module init function missing DL_EXPORT magic. test_xreadline output file obviously wrong (started w/ "test_xrl"). test program very unclear about what was expected. | ||||
* | Remove bogus "echo" command. | Fred Drake | 2001-01-09 | 1 | -1/+0 |
| | |||||
* | Added documentation for the xreadlines module & related changes. The | Fred Drake | 2001-01-09 | 5 | -6/+67 |
| | | | | documentation was written by Jeff Epler (thanks!). | ||||
* | Resurrected Small Carbon Python as a target in PythonStandSmall. Still no ↵ | Jack Jansen | 2001-01-09 | 2 | -0/+0 |
| | | | | GUSI, though, so no socket/select/threads. | ||||
* | FSSpec names may be longer on carbon (1024 chars), cater for that in buffer ↵ | Jack Jansen | 2001-01-09 | 1 | -2/+2 |
| | | | | sizes. | ||||
* | Don't need to define c2pstrcpy() on Carbon: it's in CarbonLib. | Jack Jansen | 2001-01-09 | 1 | -0/+2 |
| | |||||
* | If we're not using GUSI the "keep open on unseen output" becomes the same as ↵ | Jack Jansen | 2001-01-09 | 1 | -0/+6 |
| | | | | "always keep open". | ||||
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on ↵ | Jack Jansen | 2001-01-09 | 5 | -6/+6 |
| | | | | {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. | ||||
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on ↵ | Jack Jansen | 2001-01-09 | 4 | -26/+27 |
| | | | | {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-( | ||||
* | Various tweaks to make it everything build and compile again under carbon. ↵ | Jack Jansen | 2001-01-09 | 5 | -0/+86 |
| | | | | Mainly greylisted functions. | ||||
* | Added a --global-module-index option to specify a (possibly relative) URL | Fred Drake | 2001-01-09 | 3 | -2/+18 |
| | | | | | | | | | to the Global Module Index for a set of documents. This is used to include a reference to the global index from the per-document module indexes, so that it is just a little easier to find. (Someone suggested this, but I do not remember who. Please let me know if it was you -- thanks!) | ||||
* | Jeff Epler's patch adding an xreadlines() method. (It just imports | Guido van Rossum | 2001-01-09 | 1 | -1/+25 |
| | | | | the xreadlines module and lets it do its thing.) | ||||
* | Test for xreadline. | Guido van Rossum | 2001-01-09 | 2 | -0/+46 |
| | |||||
* | Jeff Epler's xreadlines module, with slight reformatting and some | Guido van Rossum | 2001-01-09 | 2 | -0/+121 |
| | | | | changes for safety and tuning. | ||||
* | Miscellaneous updates. | Fred Drake | 2001-01-09 | 1 | -3/+3 |
| | |||||
* | Steve Holden <sholden@holdenweb.com>: | Fred Drake | 2001-01-09 | 2 | -13/+14 |
| | | | | Clarify the handling of characters following backslashes in raw strings. | ||||
* | Added names. | Fred Drake | 2001-01-09 | 1 | -0/+2 |
| | |||||
* | Added missing word; fixed minor nits. | Fred Drake | 2001-01-09 | 1 | -4/+4 |
| | |||||
* | Added entry for fpectl module documentation. | Fred Drake | 2001-01-09 | 1 | -1/+2 |
| | | | | | Moved the mutex docs to be adjacent to the sched docs, since these are meant to be used together (if they are used at all!). | ||||
* | Added entry for fpectl module documentation. | Fred Drake | 2001-01-09 | 1 | -0/+1 |
| | |||||
* | Documentation for the fpectl module, from Lee Busby. (Thanks!) | Fred Drake | 2001-01-09 | 1 | -0/+122 |
| | |||||
* | Check in patch #102971: if library_dirs is a string, split it using | Andrew M. Kuchling | 2001-01-09 | 1 | -0/+2 |
| | | | | os.pathsep | ||||
* | Patch #102953: Fix bug #125452, where shlex.shlex hangs when it | Andrew M. Kuchling | 2001-01-09 | 1 | -0/+5 |
| | | | | | encounters a string with an unmatched quote, by adding a check for EOF in the 'quotes' state. |