103 Commits (61baee0ee7c5183c80809e9b44da2542c682c235)

Author SHA1 Message Date
Tim Peters 60519e8d40 HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C 24 years ago
Tim Peters 943382c8e5 Removed WITH_CYCLE_GC #ifdef-ery. Holes: 24 years ago
Raymond Hettinger 0ae0c07661 SF 569257 -- Name mangle double underscored variable names in __slots__. 24 years ago
Martin v. Löwis a3fb4f7816 Patch #505375: Make doc strings optional. 24 years ago
Jason Tishler bc48826dc2 Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***) 24 years ago
Michael W. Hudson e5df1058f1 Silly typo. 24 years ago
Martin v. Löwis 1e1fcef756 Back out #555929 24 years ago
Jason Tishler eadb6bb3c5 Patch #555929: Cygwin AH_BOTTOM cleanup patch 24 years ago
Guido van Rossum 7dab2426ca - New builtin function enumerate(x), from PEP 279. Example: 24 years ago
Guido van Rossum 77f6a65eb0 Add the 'bool' type and its values 'False' and 'True', as described in 24 years ago
Neal Norwitz 1543c07fdf Add a comment that PyArg_GetInt is deprecated and should not be used 24 years ago
Neal Norwitz 3a6f97850b Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. 24 years ago
Tim Peters ddea208be9 Give Python a debug-mode pymalloc, much as sketched on Python-Dev. 24 years ago
Martin v. Löwis cdc4451222 Include <unistd.h> in Python.h. Fixes #500924. 24 years ago
Tim Peters 5defb1736d Stop defining NDEBUG in Python.h, because it can interfere with 24 years ago
Fred Drake 19bc578a09 Include the weakref object interface. 25 years ago
Tim Peters 6d6c1a35e0 Merge of descr-branch back into trunk. 25 years ago
Tim Peters 76f373d081 Repair more now-obsolete references to config.h. 25 years ago
Martin v. Löwis 4f1cd8bdcb Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. 25 years ago
Tim Peters 5ba5866281 Part way to allowing "from __future__ import generators" to communicate 25 years ago
Tim Peters 0d5dd68692 Python.h: Don't attempt to redefine NDEBUG if it's already defined. 25 years ago
Guido van Rossum b2c075bec4 Define NDEBUG when Py_DEBUG undefined, to disable the assert macro. 25 years ago
Guido van Rossum 59d1d2b434 Iterators phase 1. This comprises: 25 years ago
Jeremy Hylton fbd849f201 PEP 227 implementation 25 years ago
Fred Drake d5fadf75e4 Rationalize use of limits.h, moving the inclusion to Python.h. 26 years ago
Guido van Rossum 9e8181b809 Make better use of GNU Pth -- patch by Andy Dustman. 26 years ago
Tim Peters 4826a894c5 Close SF bug 110826: a complaint about the way Python #define'd NULL. 26 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Peter Schneider-Kamp 25f68944c2 patch from Vladimir (move Py_Mem* interface to Include/pymem.h) 26 years ago
Peter Schneider-Kamp 7e01890986 merge Include/my*.h into Include/pyport.h 26 years ago
Tim Peters 8315ea5790 Included assert.h in Python.h -- it's absurd that this basic tool of 26 years ago
Skip Montanaro 794b483d0d deleted obsolete SYMANTEC__CFM68K__ tests 26 years ago
Tim Peters 7d3a511a40 Cray J90 fixes for long ints. 26 years ago
Marc-André Lemburg 295b1bbca1 Defunct the _XOPEN_SOURCE define for now. Suggested by Fredrik 26 years ago
Marc-André Lemburg 82249c8389 Added #defines to enable SUSv2 compatibility where available and 26 years ago
Guido van Rossum ffcc3813d8 Change copyright notice - 2nd try. 26 years ago
Guido van Rossum fd71b9e9d4 Change copyright notice. 26 years ago
Greg Ward 9581144329 Typo fix in comment. 26 years ago
Guido van Rossum 07bd90e92d Andy Dustman: add GNU pth user-space thread support. 26 years ago
Guido van Rossum 9e896b37c7 Marc-Andre's third try at this bulk patch seems to work (except that 26 years ago
Guido van Rossum bd7dfbc146 Marc-Andre Lemburg: include unicodeobject.h and codecs.h 26 years ago
Guido van Rossum f1176c4815 New version identification scheme. 27 years ago
Guido van Rossum 43466ec7b0 Add DL_IMPORT(returntype) for all officially exported functions. 27 years ago
Guido van Rossum 2e19bd7cc7 Add Greg Stein's buffer object API. 28 years ago
Guido van Rossum 90ce848848 On SGI, we need to define _SGI_MP_SOURCE before including errno.h when 28 years ago
Guido van Rossum 29e46a9a12 Mass checkin (more to follow for other directories). 29 years ago
Guido van Rossum 618af4b3ef Include pystate.h earlier so it can be referenced by ceval.h. 29 years ago
Guido van Rossum 2ec9031b55 Subsumed mappingobject.h in dictobject.h. 29 years ago
Guido van Rossum b05a5c7698 Instead of importing graminit.h whenever one of the three grammar 'root' 29 years ago
Guido van Rossum a027efa5bf Massive changes for separate thread state management. 29 years ago