| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -35/+0 |
|
|
* | Change sys.intern() so that unicode strings can be | Walter Dörwald | 2007-06-05 | 1 | -6/+13 |
|
|
* | Change getdefaultencoding() and getfilesystemencoding() | Walter Dörwald | 2007-06-05 | 1 | -2/+2 |
|
|
* | Enable new I/O. Disable creation of old files. | Guido van Rossum | 2007-05-24 | 1 | -52/+1 |
|
|
* | Get rid of all #ifdef Py_USING_UNICODE (it is always present now). | Guido van Rossum | 2007-05-03 | 1 | -10/+0 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -2/+2 |
|
|
* | Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also... | Collin Winter | 2007-03-21 | 1 | -3/+0 |
|
|
* | Kill off softspace completely (except in formatter.py which seems to have | Guido van Rossum | 2007-02-09 | 1 | -4/+1 |
|
|
* | * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. | Georg Brandl | 2007-02-09 | 1 | -1/+1 |
|
|
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -3/+3 |
|
|
* | Patch #1601678: move intern() to sys.intern(). | Georg Brandl | 2006-12-19 | 1 | -0/+27 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+5 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -39/+51 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -1/+1 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -2/+2 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -4/+16 |
|
|
* | Remove sys.exc_type, sys.exc_value, sys.exc_traceback | Neal Norwitz | 2006-03-17 | 1 | -4/+0 |
|
|
* | 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 |
|
|
* | 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 |
|
|