COMMITS
/ Python/sysmodule.c June 12, 2007
G
Rip out the file object's implementation.
Guido van Rossum committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
June 7, 2007
W
Change most sys attributes that were str8 objects into str objects
Walter Dörwald committed
June 6, 2007
G
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum committed
June 5, 2007
W
Change sys.intern() so that unicode strings can be
Walter Dörwald committed
W
Change getdefaultencoding() and getfilesystemencoding()
Walter Dörwald committed
May 24, 2007
G
Enable new I/O. Disable creation of old files.
Guido van Rossum committed
May 3, 2007
G
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
March 21, 2007
February 9, 2007
G
Kill off softspace completely (except in formatter.py which seems to have
Guido van Rossum committed
G
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl committed
February 1, 2007
T
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters committed
December 19, 2006
G
Patch #1601678: move intern() to sys.intern().
Georg Brandl committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Merge the rest of the trunk.
Thomas Wouters committed
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 17, 2006
N
Remove sys.exc_type, sys.exc_value, sys.exc_traceback
Neal Norwitz committed
March 9, 2006
N
Try to be a bit more consistent on all platforms:
Neal Norwitz committed
March 7, 2006
M
Change int to Py_ssize_t in several places.
Martin v. Löwis committed
March 4, 2006
N
Use Py_ssize_t for _Py_RefTotal.
Neal Norwitz committed
March 2, 2006
B
Fix minor docstring typo.
Brett Cannon committed
February 16, 2006
M
Use Py_ssize_t to count the
Martin v. Löwis committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
January 6, 2006
T
svnversion_init(): Use standard layout for function defn.
Tim Peters committed
T
Trimmed trailing whitespace.
Tim Peters committed
January 5, 2006
M
Drop sys.build_number. Add sys.subversion.
Martin v. Löwis committed
December 18, 2005
B
Expose Subversion revision number (calculated via "svnversion .") to Python.
Barry Warsaw committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
October 3, 2005
N
SF bug #887946, segfault if redirecting directory
Neal Norwitz committed
September 15, 2005
G
patch [ 1119423 ] python -c readlink()s and stat()s '-c'
Georg Brandl committed
January 27, 2005
M
Partially revert #1074011; don't try to fflush stdin.
Martin v. Löwis committed
January 23, 2005
M
Flush std{in,out,err} before closing it. Fixes #1074011.
Martin v. Löwis committed
August 12, 2004
M
This is my patch:
Michael W. Hudson committed
June 13, 2004
N
Remove compiler warning
Neal Norwitz committed
June 8, 2004
M
Patch #510695: Add TSC profiling for the VM.
Martin v. Löwis committed
March 24, 2004
N
Changed random calls to PyThreadState_Get() to use the macro
Nicholas Bastin committed
N
Enable the profiling of C functions (builtins and extensions)
Nicholas Bastin committed
August 9, 2003
M
Move initialization of sys.std{in,out}.encoding to Py_Initialize.
Martin v. Löwis committed
July 6, 2003
T
New function sys.getcheckinterval(), to complement setcheckinterval().
Tim Peters committed
May 10, 2003
M
Patch #612627: Add encoding attribute to file objects, and determine
Martin v. Löwis committed
May 3, 2003
M
Patch #708495: Port more stuff to OpenVMS.
Martin v. Löwis committed
April 9, 2003
G
- New function sys.call_tracing() allows pdb to debug code
Guido van Rossum committed
March 5, 2003
M
Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize,
Martin v. Löwis committed
March 1, 2003
G
- New function sys.exc_clear() clears the current exception. This is
Guido van Rossum committed
February 19, 2003
G
- sys.path[0] (the directory from which the script is loaded) is now
Guido van Rossum committed
February 5, 2003
J
Small function call optimization and special build option for call stats.
Jeremy Hylton committed