| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove compiler warning | Neal Norwitz | 2004-06-13 | 1 | -1/+1 |
|
|
* | Patch #510695: Add TSC profiling for the VM. | Martin v. Löwis | 2004-06-08 | 1 | -0/+30 |
|
|
* | Changed random calls to PyThreadState_Get() to use the macro | Nicholas Bastin | 2004-03-24 | 1 | -8/+8 |
|
|
* | Enable the profiling of C functions (builtins and extensions) | Nicholas Bastin | 2004-03-24 | 1 | -3/+4 |
|
|
* | Move initialization of sys.std{in,out}.encoding to Py_Initialize. | Martin v. Löwis | 2003-08-09 | 1 | -18/+0 |
|
|
* | New function sys.getcheckinterval(), to complement setcheckinterval(). | Tim Peters | 2003-07-06 | 1 | -0/+12 |
|
|
* | Patch #612627: Add encoding attribute to file objects, and determine | Martin v. Löwis | 2003-05-10 | 1 | -0/+43 |
|
|
* | Patch #708495: Port more stuff to OpenVMS. | Martin v. Löwis | 2003-05-03 | 1 | -0/+19 |
|
|
* | - New function sys.call_tracing() allows pdb to debug code | Guido van Rossum | 2003-04-09 | 1 | -0/+19 |
|
|
* | Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, | Martin v. Löwis | 2003-03-05 | 1 | -0/+20 |
|
|
* | - New function sys.exc_clear() clears the current exception. This is | Guido van Rossum | 2003-03-01 | 1 | -4/+37 |
|
|
* | - sys.path[0] (the directory from which the script is loaded) is now | Guido van Rossum | 2003-02-19 | 1 | -2/+10 |
|
|
* | Small function call optimization and special build option for call stats. | Jeremy Hylton | 2003-02-05 | 1 | -2/+26 |
|
|
* | Patch #664376: sys.path[0] should contain absolute pathname. | Thomas Heller | 2003-01-08 | 1 | -0/+12 |
|
|
* | Add os.path.supports_unicode_filenames for all platforms, | Mark Hammond | 2002-10-08 | 1 | -0/+37 |
|
|
* | replace thread state objects' ticker and checkinterval fields with two | Skip Montanaro | 2002-09-03 | 1 | -2/+1 |
|
|
* | expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456. | Skip Montanaro | 2002-09-03 | 1 | -0/+3 |
|
|
* | Rearranged and added comments to object.h, to clarify many things | Tim Peters | 2002-07-07 | 1 | -2/+3 |
|
|
* | Patch #569753: Remove support for WIN16. | Martin v. Löwis | 2002-06-30 | 1 | -2/+0 |
|
|
* | Got rid of an extraneous semicolon. | Jack Jansen | 2002-06-26 | 1 | -1/+1 |
|
|
* | Fix the docstring for sys.getrefcount(). | Fred Drake | 2002-06-20 | 1 | -2/+3 |
|
|
* | Patch #505375: Make doc strings optional. | Martin v. Löwis | 2002-06-09 | 1 | -30/+53 |
|
|
* | Change sys_exit to use METH_VARARGS. | Neal Norwitz | 2002-03-27 | 1 | -2/+5 |
|
|
* | Fix wording of sys.exit docstring. Close SF bug 534113. | Neil Schemenauer | 2002-03-23 | 1 | -1/+1 |
|
|
* | SF #506611, fix sys.setprofile(), sys.settrace() core dumps | Neal Norwitz | 2002-03-03 | 1 | -2/+2 |
|
|
* | Fix spelling mistakes. Bugfix candidates. | Neal Norwitz | 2002-01-29 | 1 | -3/+3 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -4/+0 |
|
|
* | mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to | Tim Peters | 2001-12-03 | 1 | -8/+1 |
|
|
* | mywrite(): The test for trouble in PyOS_vsnprintf was wrong on both | Tim Peters | 2001-12-02 | 1 | -3/+10 |
|
|
* | Use PyOS_vsnprintf() and check its return value. | Jeremy Hylton | 2001-11-28 | 1 | -2/+9 |
|
|
* | Include sys_getdefaultencoding in #ifdef Py_USING_UNICODE. Fixes #479571. | Martin v. Löwis | 2001-11-09 | 1 | -2/+2 |
|
|
* | Convert getrefcount() to METH_O, and sys_excepthook() to use | Fred Drake | 2001-10-24 | 1 | -6/+3 |
|
|
* | Rationalize the events passed to the profiler (no changes for the tracer). | Fred Drake | 2001-10-04 | 1 | -0/+2 |
|
|
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -0/+10 |
|
|
* | Patch #427190: Implement and use METH_NOARGS and METH_O. | Martin v. Löwis | 2001-08-16 | 1 | -45/+29 |
|
|
* | Patch number #422106 by Greg Ball, to fix segmentation | Moshe Zadka | 2001-07-23 | 1 | -0/+5 |
|
|
* | Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. | Martin v. Löwis | 2001-07-18 | 1 | -0/+52 |
|
|
* | Revise the interface to the profiling and tracing support for the | Fred Drake | 2001-06-27 | 1 | -13/+110 |
|
|
* | Encode surrogates in UTF-8 even for a wide Py_UNICODE. | Martin v. Löwis | 2001-06-27 | 1 | -0/+4 |
|
|
* | Instead of initializing & interning the strings passed to the profile | Fred Drake | 2001-06-16 | 1 | -0/+6 |
|
|
* | Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger | Guido van Rossum | 2001-04-10 | 1 | -0/+4 |
|
|
* | Add sys.excepthook. | Ka-Ping Yee | 2001-03-23 | 1 | -11/+47 |
|
|
* | Neil discovered a bad DECREF on warnoptions, that caused repeated | Guido van Rossum | 2001-01-13 | 1 | -2/+1 |
|
|
* | stdout is sometimes a macro; use "outf" instead. | Greg Stein | 2001-01-11 | 1 | -5/+5 |
|
|
* | Implementation of PEP-0217. | Moshe Zadka | 2001-01-11 | 1 | -0/+46 |
|
|
* | Add definitions for PySys_ResetWarnOptions() and | Guido van Rossum | 2000-12-15 | 1 | -0/+39 |
|
|
* | _getframe(): New sys module function for getting at the stack frame. | Barry Warsaw | 2000-12-06 | 1 | -0/+37 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | add user-modifiable recursion_limit | Jeremy Hylton | 2000-08-31 | 1 | -3/+51 |
|
|
* | _PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endif | Fred Drake | 2000-08-31 | 1 | -6/+3 |
|
|