- e9abde4 Add _Py_VaBuildStack() function by Victor Stinner · 8 years ago
- b57d9ea Issue #28748: Private variable _Py_PackageContext is now of type "const char *" by Serhiy Storchaka · 8 years ago
- 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 8 years ago
- f0ccbbb Emit METH_FASTCALL code in Argument Clinic by Victor Stinner · 8 years ago
- 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
- ca82910 Issue 24365: Conditionalize PEP 489 additions to the stable ABI by Yury Selivanov · 9 years ago
- d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
- b7ccb20 Issue #20294: Argument Clinic now supports argument parsing for __new__ and by Larry Hastings · 11 years ago
- f6b687f remove support GCC PyArg_ParseTuple format patch, last seen in 2006 by Benjamin Peterson · 11 years ago
- 75aeaa9 Issue #11626: Add _SizeT functions to stable ABI. by Martin v. Löwis · 12 years ago
- 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
- fb88636 prevent the dict constructor from accepting non-string keyword args #8419 by Benjamin Peterson · 15 years ago
- 1172999 #5735: Modules compiled with incompatible settings (--with-pydebug when python is not) by Amaury Forgeot d'Arc · 15 years ago
- c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
- 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
- 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 17 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- 7624674 Use Py_ssize_t for PyArg_UnpackTuple arguments. by Martin v. Löwis · 19 years ago
- e42e405 Martin owns PEP 353 and did most of the work by Neal Norwitz · 19 years ago
- 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 19 years ago
- 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 19 years ago
- 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
- af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
- 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
- 711e7d9 Add PyArg_VaParseTupleAndKeywords(). Document this function and by Brett Cannon · 20 years ago
- 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 22 years ago
- 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
- e4616e6 PyArg_UnpackTuple(): New argument unpacking function suggested by Jim by Fred Drake · 23 years ago
- 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
- 73a3c8f The addition of new parameters to functions in the Python/C API requires by Fred Drake · 24 years ago
- 9e28515 Andrew Kuchling <akuchlin@mems-exchange.org>: by Fred Drake · 24 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- 5f37591 ANSIfications: fix empty arglists, and remove the checks for by Thomas Wouters · 24 years ago
- 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
- d5c84ed ANSI-fication of the sources -- remove Py_PROTO! by Fred Drake · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- 21a50bd Version updated to 1.6; API version to 1009. by Guido van Rossum · 25 years ago
- f1176c4 New version identification scheme. by Guido van Rossum · 26 years ago
- 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
- 7531d50 New API version (enough has changed!). by Guido van Rossum · 26 years ago
- a70d160 Define new macro Py_InitModule3(name, methods, doc) which calls by Guido van Rossum · 26 years ago
- ee6fd1c Add declaration for _Py_PackageContext -- needed to fix importing by Guido van Rossum · 27 years ago
- b4cfdfa Removed special Windows defines, at Mark Hammond's request. by Guido van Rossum · 27 years ago
- 15974ad Bump MS_DLL_ID to 1.5.0. by Guido van Rossum · 27 years ago
- 36280a7 Added PyArg_ParseTupleAndKeywords() prototype. by Guido van Rossum · 28 years ago
- ee5cf9b Bump API version due to the various speedup hacks. by Guido van Rossum · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should by Guido van Rossum · 28 years ago
- 2ea0b06 Add PYTHON_API_STRING, which is PYTHON_API_VERSION as a string literal. by Guido van Rossum · 28 years ago
- ae8a99e Two bumps for the price of one (PYTHON_API_VERSION) by Guido van Rossum · 28 years ago
- e0dbd59 bump api version by Guido van Rossum · 29 years ago
- caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
- 970a0a2 api version checking by Guido van Rossum · 30 years ago
- 5e56997 initmodule2 -> initmodule3 (with doc string) by Guido van Rossum · 30 years ago
- 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
- c5d92e1 ceval.h: added Py_MakePendingCalls() by Guido van Rossum · 30 years ago
- b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
- a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
- 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
- e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 32 years ago
- 5a8f824 Added declaration for mkvalue() by Guido van Rossum · 33 years ago
- 5113f5f Copyright for 1992 added by Guido van Rossum · 33 years ago
- 550fbcc New getargs() function. Define macros with conventional names, by Guido van Rossum · 33 years ago
- f70e43a Added copyright notice. by Guido van Rossum · 34 years ago
- 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
- 0539ba2 Removed declarations of err_badargs [sic] and err_nomem. by Guido van Rossum · 34 years ago
- 85a5fbb Initial revision by Guido van Rossum · 34 years ago