summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Ted Horst writes in psa-members@python.org:Guido van Rossum1998-08-241-0/+41
* Add DebugBreak() call to Py_FatalError() for Mark Hammond (only onGuido van Rossum1998-08-131-0/+3
* Patch by Just van Rossum that changes how we search for submodules ofGuido van Rossum1998-08-111-19/+20
* # Fix strange type (methonname instead of methodname).Guido van Rossum1998-08-081-4/+4
* Added declarations for Mac code resource modules (Jack Jansen).Guido van Rossum1998-08-061-1/+2
* Added handling for Mac code resource modules (Jack Jansen).Guido van Rossum1998-08-061-0/+10
* Gack. The module doc string is too long for VC++ 5.0.Guido van Rossum1998-08-061-2/+5
* Make getversion.o dependent on ../Include/patchlevel.h as well.Fred Drake1998-08-051-1/+1
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-047-1/+331
* In BUILD_LIST, use PyList_SET_ITEM() instead of PyList_SetItem(); andGuido van Rossum1998-08-041-3/+1
* PyErr_SetFromErrnoWithFilename(): New function which supports settingBarry Warsaw1998-07-231-2/+14
* Added support for two new standard errors: EnvironmentError andBarry Warsaw1998-07-231-5/+16
* Small changes to map() and filter():Guido van Rossum1998-07-101-5/+8
* # In case BINARY_SUBSCR, use proper PyList_GET* macros instead of inlining.Guido van Rossum1998-07-081-3/+3
* Marc-Andre Lemburg's patch to support instance methods with otherGuido van Rossum1998-07-081-0/+5
* Reindented some OS/2 and hpux code that looked ugly or at leastGuido van Rossum1998-07-081-29/+28
* Two error messages still used the old name of the functio mkvalue() --Guido van Rossum1998-07-071-2/+2
* Sigh. The hack to enable special treatment for errno on SGI machinesGuido van Rossum1998-07-071-0/+4
* Fix two smal memory leaks discovered by Vadim Chugunov.Guido van Rossum1998-07-011-3/+2
* Fix a stupid little bug: len() of an unsized returns -1 and leaves anGuido van Rossum1998-06-291-1/+5
* Experimental feature: add default argument to getattr().Guido van Rossum1998-06-291-5/+13
* Windows-specific hack to make sure that when LoadLibrary() is called,Guido van Rossum1998-06-271-0/+22
* Added doc strings. Maybe the doc string for the module itself is a bitGuido van Rossum1998-06-271-7/+102
* Added doc strings.Guido van Rossum1998-06-261-52/+432
* In raw_input(prompt), make sure that str(prompt) really a stringGuido van Rossum1998-06-261-0/+2
* Ignore Windows case check for ALL CAPS 8.3 filesGuido van Rossum1998-06-241-1/+39
* When unmarshalling, add test for negative lengths on strings, tuplesGuido van Rossum1998-06-081-2/+14
* Remove a few unused locals (I love VC++ for this!).Guido van Rossum1998-05-291-2/+0
* Moved cmp_member() to abstract.c, as PySequence_Contains() [withGuido van Rossum1998-05-221-53/+2
* A bunch of functions are now properly implemented in abstract.c, andGuido van Rossum1998-05-221-356/+40
* Trivial little change: when setting a member to an object, hold theGuido van Rossum1998-05-201-1/+3
* Fix a curious bug: statements like "import sys.time" would succeed,Guido van Rossum1998-05-191-3/+10
* Remove use of RTLD_GLOBAL.Guido van Rossum1998-05-181-6/+4
* Another veeeeeery old patch...Guido van Rossum1998-05-151-9/+11
* In debug mode on MS Windows, DLLs are called foo_d.pyd or foo_d.dll.Guido van Rossum1998-05-151-0/+5
* Improved version of patch for HPUX from David Arnold.Guido van Rossum1998-05-141-4/+1
* New APIs for embedding applications that want to add their own entriesGuido van Rossum1998-05-141-0/+58
* Remove unnecessary PyErr_Clear().Guido van Rossum1998-05-141-1/+0
* Since PyDict_GetItem() can't raise an exception any more, there's noGuido van Rossum1998-05-142-4/+0
* DELETE_FAST should issue an exception when the local variable is undefined.Guido van Rossum1998-05-121-0/+7
* New APIs to write to sys.stdout or sys.stderr using a printf-like interface.Guido van Rossum1998-05-121-0/+90
* Implement round() slightly different, so that for negative ndigits noGuido van Rossum1998-05-091-5/+13
* Support HPUX 10.20 DCE threads.Guido van Rossum1998-05-071-0/+6
* Fred's right -- we need PyList_SET_ITEM().Guido van Rossum1998-04-241-1/+1
* In-line the code in range() to set the list items; there's really noGuido van Rossum1998-04-231-1/+1
* Support for OpenBSD :-(Guido van Rossum1998-04-131-1/+1
* Reject empty module names -- otherwise __import__("") does somethingGuido van Rossum1998-04-111-0/+5
* Move #include <sys/param.h> to before osdefs.h (Donn Cave).Guido van Rossum1998-04-101-4/+5
* Comment out a label on an #endif.Guido van Rossum1998-04-101-1/+1
* Make new gcc -Wall happyGuido van Rossum1998-04-105-9/+16