COMMITS
/ Python/sysmodule.c November 15, 2007
C
Added some additional checks for sys.std?? is None, see #1440
Christian Heimes committed
November 14, 2007
November 10, 2007
A
No need to include windows.h twice
Amaury Forgeot d'Arc committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
November 4, 2007
C
Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success.
Christian Heimes committed
October 26, 2007
N
Try to fix some of the failing tests on Win64. PY_SSIZE_T_MAX (8 bytes)
Neal Norwitz committed
August 30, 2007
T
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters committed
August 27, 2007
August 26, 2007
August 25, 2007
E
Implementation of PEP 3101, Advanced String Formatting.
Eric Smith committed
N
Use unicode
Neal Norwitz committed
N
Add const to input string parameters
Neal Norwitz committed
August 22, 2007
C
Patch #1774414: make it possible to use SVK to develop Python.
Collin Winter committed
August 16, 2007
S
Remove RISCOS support
Skip Montanaro committed
June 15, 2007
G
Make sys.path and sys.argv into lists of strings.
Guido van Rossum committed
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