summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed Carbon command-dot handling. There is still a problem, though, and you ...Jack Jansen2001-01-121-2/+2
* Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works ...Jack Jansen2001-01-121-4/+0
* The interruptRoutine attribute is gone under Carbon. Luckily it appears that ...Jack Jansen2001-01-122-2/+10
* SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{H...Jack Jansen2001-01-122-29/+7
* xstat() will never be implemented under Carbon. Fortunately it also doesn't a...Jack Jansen2001-01-121-5/+5
* Always use c2pstrcpy in stead of c2pstr, not only when compiling for carbon.Jack Jansen2001-01-121-8/+0
* Added note that this module was added in Python 2.1.Fred Drake2001-01-121-0/+3
* Update the docstring for apply() so that "args" is marked as optionalFred Drake2001-01-121-1/+1
* News about from...import.Guido van Rossum2001-01-121-0/+11
* Two changes to from...import:Guido van Rossum2001-01-121-30/+54
* (Modified) patch by Ping - SF Patch #102681.Guido van Rossum2001-01-121-27/+33
* Change LONG_BIT error warning to mention glibc, too, since this is reallyAndrew M. Kuchling2001-01-121-1/+1
* A variant of SF patch 103028 (Make tempfile.mktemp threadsafe).Tim Peters2001-01-121-12/+45
* When compiling for GUSI and Carbon disable te "keep open on unseen output", f...Jack Jansen2001-01-111-2/+2
* Disabled a few other routines that are available in CarbonLib.Jack Jansen2001-01-111-2/+4
* Added GUSI-Carbon targets (both threading and nonthreading), and they work!! ...Jack Jansen2001-01-115-1/+138
* Updated descriptions to incorporate additional information from Tim Peters.Fred Drake2001-01-111-11/+13
* Export mmap's entry point under Windows (thanks, MarkH & Guido!).Tim Peters2001-01-111-2/+4
* Document \code{import} in pth files.Martin v. Löwis2001-01-111-1/+1
* Fixed minor markup nits for consistency with the rest of the libraryFred Drake2001-01-111-5/+5
* Conform the new module to /the/ C style.Thomas Wouters2001-01-111-5/+9
* Delete unused import of pprint moduleAndrew M. Kuchling2001-01-111-1/+0
* Typo.Guido van Rossum2001-01-111-1/+1
* Move the _socket module closer to the SSL-_socket line (mmap andThomas Wouters2001-01-111-2/+5
* Patch #103134: Support import lines in pth files.Martin v. Löwis2001-01-111-1/+4
* Fixed bugs noted by Greg SteinMoshe Zadka2001-01-111-0/+2
* Added pointer on POP3 variations.Eric S. Raymond2001-01-111-0/+4
* stdout is sometimes a macro; use "outf" instead.Greg Stein2001-01-111-5/+5
* Implementation of PEP-0217.Moshe Zadka2001-01-113-27/+72
* Corrections and additions to the documentation for POP3 and IMAP libraryEric S. Raymond2001-01-112-9/+31
* Add missing Py_DECREF in fast_cfunction. Partial fix for SF bugCharles G. Waldman2001-01-101-3/+6
* SF Patch #102357 by bbum: Add support for frameworks and objective-cGuido van Rossum2001-01-101-1/+6
* SF Patch #102362 by bbum: Support dynamic module loading under OSXGuido van Rossum2001-01-102-224/+216
* Oops, one more part of the cygwin patch (SF patch #102409 by jlt63:Guido van Rossum2001-01-101-1/+1
* Final part of SF patch #102409 by jlt63: Cygwin Python DLL and SharedGuido van Rossum2001-01-102-1/+23
* Part of SF patch #102409 by jlt63: Cygwin Python DLL and SharedGuido van Rossum2001-01-105-329/+395
* Part of SF patch #102409 by jlt63 to support building these modulesGuido van Rossum2001-01-104-11/+10
* SF Patch #103154 by jlt63: Cygwin Check Import Case Patch.Guido van Rossum2001-01-105-453/+505
* Added a whole slew of news items. Not striving for completeness --Guido van Rossum2001-01-101-1/+78
* SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes andEric S. Raymond2001-01-104-9/+22
* Adapted version of SF Patch #103173 by pyretic: make uu.decode workGuido van Rossum2001-01-101-5/+4
* Adapted version of Eric Raymond's patches to automatically configureGuido van Rossum2001-01-104-191/+306
* Add loop.c -- a test program for repeatedly calling Py_Initialize()Guido van Rossum2001-01-103-1/+41
* Fix weird typo caused by ANSIfication (nobody bothered to test itGuido van Rossum2001-01-101-1/+1
* Moved the test codec definition to a new module and updated the test andMarc-André Lemburg2001-01-103-54/+97
* Windows mmap should (as the docs probably <wink> say) create a mappingTim Peters2001-01-101-2/+2
* Fix a typo, remove one copy of a duplicated name.Fred Drake2001-01-101-2/+1
* Make Windows build compile new xreadlinesmodule.Tim Peters2001-01-091-0/+15
* Assorted xreadlines problems:Tim Peters2001-01-094-10/+15
* Remove bogus "echo" command.Fred Drake2001-01-091-1/+0