| Commit message (Expand) | Author | Age | Files | Lines |
* | Change LONG_BIT error warning to mention glibc, too, since this is really | Andrew M. Kuchling | 2001-01-12 | 1 | -1/+1 |
|
|
* | A variant of SF patch 103028 (Make tempfile.mktemp threadsafe). | Tim Peters | 2001-01-12 | 1 | -12/+45 |
|
|
* | When compiling for GUSI and Carbon disable te "keep open on unseen output", f... | Jack Jansen | 2001-01-11 | 1 | -2/+2 |
|
|
* | Disabled a few other routines that are available in CarbonLib. | Jack Jansen | 2001-01-11 | 1 | -2/+4 |
|
|
* | Added GUSI-Carbon targets (both threading and nonthreading), and they work!! ... | Jack Jansen | 2001-01-11 | 5 | -1/+138 |
|
|
* | Updated descriptions to incorporate additional information from Tim Peters. | Fred Drake | 2001-01-11 | 1 | -11/+13 |
|
|
* | Export mmap's entry point under Windows (thanks, MarkH & Guido!). | Tim Peters | 2001-01-11 | 1 | -2/+4 |
|
|
* | Document \code{import} in pth files. | Martin v. Löwis | 2001-01-11 | 1 | -1/+1 |
|
|
* | Fixed minor markup nits for consistency with the rest of the library | Fred Drake | 2001-01-11 | 1 | -5/+5 |
|
|
* | Conform the new module to /the/ C style. | Thomas Wouters | 2001-01-11 | 1 | -5/+9 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Implementation of PEP-0217. | Moshe Zadka | 2001-01-11 | 3 | -27/+72 |
|
|
* | Corrections and additions to the documentation for POP3 and IMAP library | Eric S. Raymond | 2001-01-11 | 2 | -9/+31 |
|
|
* | Add missing Py_DECREF in fast_cfunction. Partial fix for SF bug | Charles G. Waldman | 2001-01-10 | 1 | -3/+6 |
|
|
* | SF Patch #102357 by bbum: Add support for frameworks and objective-c | Guido van Rossum | 2001-01-10 | 1 | -1/+6 |
|
|
* | SF Patch #102362 by bbum: Support dynamic module loading under OSX | Guido van Rossum | 2001-01-10 | 2 | -224/+216 |
|
|
* | Oops, one more part of the cygwin patch (SF patch #102409 by jlt63: | Guido van Rossum | 2001-01-10 | 1 | -1/+1 |
|
|
* | Final part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared | Guido van Rossum | 2001-01-10 | 2 | -1/+23 |
|
|
* | Part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared | Guido van Rossum | 2001-01-10 | 5 | -329/+395 |
|
|
* | Part of SF patch #102409 by jlt63 to support building these modules | Guido van Rossum | 2001-01-10 | 4 | -11/+10 |
|
|
* | SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. | Guido van Rossum | 2001-01-10 | 5 | -453/+505 |
|
|
* | Added a whole slew of news items. Not striving for completeness -- | Guido van Rossum | 2001-01-10 | 1 | -1/+78 |
|
|
* | SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes and | Eric S. Raymond | 2001-01-10 | 4 | -9/+22 |
|
|
* | Adapted version of SF Patch #103173 by pyretic: make uu.decode work | Guido van Rossum | 2001-01-10 | 1 | -5/+4 |
|
|
* | Adapted version of Eric Raymond's patches to automatically configure | Guido van Rossum | 2001-01-10 | 4 | -191/+306 |
|
|
* | Add loop.c -- a test program for repeatedly calling Py_Initialize() | Guido van Rossum | 2001-01-10 | 3 | -1/+41 |
|
|
* | Fix weird typo caused by ANSIfication (nobody bothered to test it | Guido van Rossum | 2001-01-10 | 1 | -1/+1 |
|
|
* | Moved the test codec definition to a new module and updated the test and | Marc-André Lemburg | 2001-01-10 | 3 | -54/+97 |
|
|
* | Windows mmap should (as the docs probably <wink> say) create a mapping | Tim Peters | 2001-01-10 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Resurrected Small Carbon Python as a target in PythonStandSmall. Still no GUS... | Jack Jansen | 2001-01-09 | 2 | -0/+0 |
|
|
* | FSSpec names may be longer on carbon (1024 chars), cater for that in buffer s... | Jack Jansen | 2001-01-09 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {... | Jack Jansen | 2001-01-09 | 5 | -6/+6 |
|
|
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {... | Jack Jansen | 2001-01-09 | 4 | -26/+27 |
|
|
* | Various tweaks to make it everything build and compile again under carbon. Ma... | Jack Jansen | 2001-01-09 | 5 | -0/+86 |
|
|
* | Added a --global-module-index option to specify a (possibly relative) URL | Fred Drake | 2001-01-09 | 3 | -2/+18 |
|
|
* | Jeff Epler's patch adding an xreadlines() method. (It just imports | Guido van Rossum | 2001-01-09 | 1 | -1/+25 |
|
|
* | Test for xreadline. | Guido van Rossum | 2001-01-09 | 2 | -0/+46 |
|
|