| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | _PySys_Init(): Fix another Insure discovered memory leak; the PyString | Barry Warsaw | 2000-08-16 | 1 | -1/+2 |
|
|
* | Guido pointed out that all names in the sys module have no underscore, | Fred Drake | 2000-08-15 | 1 | -4/+5 |
|
|
* | The attempt to protect against MS_WIN16 compilers that do not support long | Fred Drake | 2000-08-14 | 1 | -1/+2 |
|
|
* | Add a byte_order value to the sys module. The value is "big" for | Fred Drake | 2000-08-14 | 1 | -0/+13 |
|
|
* | Create a new section of pyport.h to hold all external function declarations | Thomas Wouters | 2000-07-24 | 1 | -1/+0 |
|
|
* | Mass ANSIfication of function definitions. Doesn't cover all 'extern' | Thomas Wouters | 2000-07-22 | 1 | -77/+20 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -4/+4 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Trent Mick's Win64 changes: size_t vs. int or long; also some overflow | Guido van Rossum | 2000-06-28 | 1 | -1/+1 |
|
|
* | Added a new debug method sys.gettotalrefcount(), which returns the total numb... | Mark Hammond | 2000-06-20 | 1 | -1/+14 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-07 | 1 | -10/+10 |
|
|
* | M.-A. Lemburg <mal@lemburg.com>: | Fred Drake | 2000-05-09 | 1 | -0/+37 |
|
|
* | Simplify creation of the version_info value for clarity, per | Fred Drake | 2000-04-13 | 1 | -6/+7 |
|
|
* | Capitulate, changing version_info to a 5-tuple: | Fred Drake | 2000-04-13 | 1 | -12/+18 |
|
|
* | Define version_info to be a tuple (major, minor, micro, level); level | Fred Drake | 2000-04-13 | 1 | -1/+19 |
|
|
* | Use modern PyArg_ParseTuple style, with function names. | Guido van Rossum | 2000-03-31 | 1 | -8/+8 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -1/+1 |
|
|
* | In PySys_GetObject(), it's possible that tstate->interp->sysdict is | Guido van Rossum | 1999-10-05 | 1 | -0/+2 |
|
|
* | _PySys_Init(): Nailed small memory leak. The stringobject created for | Barry Warsaw | 1999-01-27 | 1 | -0/+1 |
|
|
* | Jim Ahlstrom patch: the module doc string is too long for 16-bit VC | Guido van Rossum | 1999-01-14 | 1 | -1/+5 |
|
|
* | Add sys.hexversion, which is an integer encoding the version in hexadecimal. | Guido van Rossum | 1999-01-03 | 1 | -0/+2 |
|
|
* | Patches for mywrite() by Marc Lemburg: save/restore the error state | Guido van Rossum | 1998-10-12 | 1 | -3/+6 |
|
|
* | Gack. The module doc string is too long for VC++ 5.0. | Guido van Rossum | 1998-08-06 | 1 | -2/+5 |
|
|
* | Added doc strings. Maybe the doc string for the module itself is a bit | Guido van Rossum | 1998-06-27 | 1 | -7/+102 |
|
|
* | New APIs to write to sys.stdout or sys.stderr using a printf-like interface. | Guido van Rossum | 1998-05-12 | 1 | -0/+90 |
|
|
* | Make backup copies of stdin, stdout, stderr as __stdin__, __stdout__, | Guido van Rossum | 1998-02-19 | 1 | -0/+4 |
|
|
* | Get rid of another reference to _PyImport_Inittab (now a static array) | Guido van Rossum | 1997-11-04 | 1 | -2/+2 |
|
|
* | Get DLL version from a variable. | Guido van Rossum | 1997-09-29 | 1 | -1/+3 |
|
|
* | Remove unised variable | Guido van Rossum | 1997-08-07 | 1 | -1/+0 |
|
|
* | The last of the mass checkins for separate (sub)interpreters. | Guido van Rossum | 1997-08-02 | 1 | -24/+26 |
|
|
* | Removed a bunch of extern declarations of functions that are now | Guido van Rossum | 1997-07-19 | 1 | -7/+0 |
|
|
* | Set sys.executable to full path of python (from argv[0]). | Guido van Rossum | 1997-05-22 | 1 | -0/+4 |
|
|
* | Use #ifdef in stead of #if (Jack) | Guido van Rossum | 1997-05-20 | 1 | -1/+1 |
|
|
* | Massive changes for separate thread state management. | Guido van Rossum | 1997-05-05 | 1 | -9/+30 |
|
|
* | Oops, forgot one: inittab. | Guido van Rossum | 1997-04-29 | 1 | -2/+2 |
|
|
* | Quickly renamed. | Guido van Rossum | 1997-04-29 | 1 | -143/+147 |
|
|
* | Expand one level of symbolic link in sys.argv[0] before inserting its | Guido van Rossum | 1997-04-25 | 1 | -8/+41 |
|
|
* | Added optional interface for dynamic execution profile (to be gathered | Guido van Rossum | 1997-01-24 | 1 | -2/+11 |
|
|
* | Make builtin_module_names a tuple instead of a list. | Guido van Rossum | 1997-01-06 | 1 | -0/+5 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Rationalized MS ifdefs | Guido van Rossum | 1996-09-11 | 1 | -1/+1 |
|
|