| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Py3k warnings consistent w.r.t. punctuation; also respect the | Georg Brandl | 2008-03-25 | 1 | -2/+2 |
|
|
* | Added quick hack for bzr | Christian Heimes | 2008-03-24 | 1 | -2/+2 |
|
|
* | Added quick hack for bzr | Christian Heimes | 2008-03-24 | 1 | -1/+8 |
|
|
* | #2358: add py3k warning to sys.exc_clear(). | Georg Brandl | 2008-03-21 | 1 | -1/+9 |
|
|
* | Patch #1953 | Christian Heimes | 2008-02-04 | 1 | -13/+34 |
|
|
* | The previous change was causing a segfault after multiple calls to Py_Initial... | Christian Heimes | 2008-01-30 | 1 | -3/+3 |
|
|
* | Fixed some references leaks in sys. | Christian Heimes | 2008-01-30 | 1 | -21/+17 |
|
|
* | Added clear cache methods to clear the internal type lookup cache for ref lea... | Christian Heimes | 2008-01-27 | 1 | -0/+13 |
|
|
* | #1648: add sys.gettrace() and sys.getprofile(). | Georg Brandl | 2008-01-20 | 1 | -0/+42 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2008-01-15 | 1 | -2/+2 |
|
|
* | Applied patch #1816: sys.flags patch | Christian Heimes | 2008-01-14 | 1 | -3/+94 |
|
|
* | Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO... | Georg Brandl | 2008-01-07 | 1 | -0/+3 |
|
|
* | Feature #1534 | Christian Heimes | 2007-12-01 | 1 | -0/+2 |
|
|
* | Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 | Christian Heimes | 2007-11-27 | 1 | -0/+2 |
|
|
* | SF #1701207, Fix bogus assertion (and test it!) | Neal Norwitz | 2007-04-16 | 1 | -2/+2 |
|
|
* | SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize | Thomas Wouters | 2007-01-23 | 1 | -3/+3 |
|
|
* | Add some asserts. In sysmodule, I think these were to try to silence | Neal Norwitz | 2006-10-28 | 1 | -0/+4 |
|
|
* | Forward-port of r52136,52138: a review of overflow-detecting code. | Armin Rigo | 2006-10-04 | 1 | -1/+1 |
|
|
* | Handle allocation failures gracefully. Found with failmalloc. | Neal Norwitz | 2006-07-21 | 1 | -39/+34 |
|
|
* | After approval from Anthony, merge the tim-current_frames | Tim Peters | 2006-07-10 | 1 | -0/+17 |
|
|
* | _PySys_Init(): It's rarely a good idea to size a buffer to the | Tim Peters | 2006-06-06 | 1 | -1/+1 |
|
|
* | Add 3 more bytes to a buffer to cover constants in string and null byte on to... | Brett Cannon | 2006-06-05 | 1 | -1/+1 |
|
|
* | Make use of METH_O and METH_NOARGS where possible. | Georg Brandl | 2006-05-29 | 1 | -2/+2 |
|
|
* | C++ compiler cleanup: extern "C" a couple declarations, cast int to size_t | Skip Montanaro | 2006-04-18 | 1 | -1/+9 |
|
|
* | Ignore the references to the dummy objects used as deleted keys | Armin Rigo | 2006-04-12 | 1 | -3/+2 |
|
|
* | Bug #1421664: Set sys.stderr.encoding | Martin v. Löwis | 2006-04-03 | 1 | -0/+5 |
|
|
* | Try to be a bit more consistent on all platforms: | Neal Norwitz | 2006-03-09 | 1 | -1/+4 |
|
|
* | Change int to Py_ssize_t in several places. | Martin v. Löwis | 2006-03-07 | 1 | -1/+1 |
|
|
* | Use Py_ssize_t for _Py_RefTotal. | Neal Norwitz | 2006-03-04 | 1 | -1/+1 |
|
|
* | Fix minor docstring typo. | Brett Cannon | 2006-03-02 | 1 | -1/+1 |
|
|
* | Use Py_ssize_t to count the | Martin v. Löwis | 2006-02-16 | 1 | -1/+2 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -1/+1 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | svnversion_init(): Use standard layout for function defn. | Tim Peters | 2006-01-06 | 1 | -1/+2 |
|
|
* | Trimmed trailing whitespace. | Tim Peters | 2006-01-06 | 1 | -20/+20 |
|
|
* | Drop sys.build_number. Add sys.subversion. | Martin v. Löwis | 2006-01-05 | 1 | -2/+84 |
|
|
* | Expose Subversion revision number (calculated via "svnversion .") to Python. | Barry Warsaw | 2005-12-18 | 1 | -0/+3 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -1/+1 |
|
|
* | SF bug #887946, segfault if redirecting directory | Neal Norwitz | 2005-10-03 | 1 | -0/+9 |
|
|
* | patch [ 1119423 ] python -c readlink()s and stat()s '-c' | Georg Brandl | 2005-09-15 | 1 | -3/+3 |
|
|
* | Partially revert #1074011; don't try to fflush stdin. | Martin v. Löwis | 2005-01-27 | 1 | -1/+10 |
|
|
* | Flush std{in,out,err} before closing it. Fixes #1074011. | Martin v. Löwis | 2005-01-23 | 1 | -3/+10 |
|
|
* | This is my patch: | Michael W. Hudson | 2004-08-12 | 1 | -1/+1 |
|
|
* | 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 |
|
|