| Commit message (Expand) | Author | Age |
* | replace thread state objects' ticker and checkinterval fields with two | Skip Montanaro | 2002-09-03 |
* | expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456. | Skip Montanaro | 2002-09-03 |
* | Rearranged and added comments to object.h, to clarify many things | Tim Peters | 2002-07-07 |
* | Patch #569753: Remove support for WIN16. | Martin v. Löwis | 2002-06-30 |
* | Got rid of an extraneous semicolon. | Jack Jansen | 2002-06-26 |
* | Fix the docstring for sys.getrefcount(). | Fred Drake | 2002-06-20 |
* | Patch #505375: Make doc strings optional. | Martin v. Löwis | 2002-06-09 |
* | Change sys_exit to use METH_VARARGS. | Neal Norwitz | 2002-03-27 |
* | Fix wording of sys.exit docstring. Close SF bug 534113. | Neil Schemenauer | 2002-03-23 |
* | SF #506611, fix sys.setprofile(), sys.settrace() core dumps | Neal Norwitz | 2002-03-03 |
* | Fix spelling mistakes. Bugfix candidates. | Neal Norwitz | 2002-01-29 |
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 |
* | mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to | Tim Peters | 2001-12-03 |
* | mywrite(): The test for trouble in PyOS_vsnprintf was wrong on both | Tim Peters | 2001-12-02 |
* | Use PyOS_vsnprintf() and check its return value. | Jeremy Hylton | 2001-11-28 |
* | Include sys_getdefaultencoding in #ifdef Py_USING_UNICODE. Fixes #479571. | Martin v. Löwis | 2001-11-09 |
* | Convert getrefcount() to METH_O, and sys_excepthook() to use | Fred Drake | 2001-10-24 |
* | Rationalize the events passed to the profiler (no changes for the tracer). | Fred Drake | 2001-10-04 |
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 |
* | Patch #427190: Implement and use METH_NOARGS and METH_O. | Martin v. Löwis | 2001-08-16 |
* | Patch number #422106 by Greg Ball, to fix segmentation | Moshe Zadka | 2001-07-23 |
* | Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. | Martin v. Löwis | 2001-07-18 |
* | Revise the interface to the profiling and tracing support for the | Fred Drake | 2001-06-27 |
* | Encode surrogates in UTF-8 even for a wide Py_UNICODE. | Martin v. Löwis | 2001-06-27 |
* | Instead of initializing & interning the strings passed to the profile | Fred Drake | 2001-06-16 |
* | Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger | Guido van Rossum | 2001-04-10 |
* | Add sys.excepthook. | Ka-Ping Yee | 2001-03-23 |
* | Neil discovered a bad DECREF on warnoptions, that caused repeated | Guido van Rossum | 2001-01-13 |
* | stdout is sometimes a macro; use "outf" instead. | Greg Stein | 2001-01-11 |
* | Implementation of PEP-0217. | Moshe Zadka | 2001-01-11 |
* | Add definitions for PySys_ResetWarnOptions() and | Guido van Rossum | 2000-12-15 |
* | _getframe(): New sys module function for getting at the stack frame. | Barry Warsaw | 2000-12-06 |
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 |
* | add user-modifiable recursion_limit | Jeremy Hylton | 2000-08-31 |
* | _PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endif | Fred Drake | 2000-08-31 |
* | _PySys_Init(): Fix another Insure discovered memory leak; the PyString | Barry Warsaw | 2000-08-16 |
* | Guido pointed out that all names in the sys module have no underscore, | Fred Drake | 2000-08-15 |
* | The attempt to protect against MS_WIN16 compilers that do not support long | Fred Drake | 2000-08-14 |
* | Add a byte_order value to the sys module. The value is "big" for | Fred Drake | 2000-08-14 |
* | Create a new section of pyport.h to hold all external function declarations | Thomas Wouters | 2000-07-24 |
* | Mass ANSIfication of function definitions. Doesn't cover all 'extern' | Thomas Wouters | 2000-07-22 |
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 |
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 |
* | Change copyright notice. | Guido van Rossum | 2000-06-30 |
* | Trent Mick's Win64 changes: size_t vs. int or long; also some overflow | Guido van Rossum | 2000-06-28 |
* | Added a new debug method sys.gettotalrefcount(), which returns the total numb... | Mark Hammond | 2000-06-20 |
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-07 |
* | M.-A. Lemburg <mal@lemburg.com>: | Fred Drake | 2000-05-09 |
* | Simplify creation of the version_info value for clarity, per | Fred Drake | 2000-04-13 |
* | Capitulate, changing version_info to a 5-tuple: | Fred Drake | 2000-04-13 |