COMMITS
/ Python/sysmodule.c June 4, 2008
G
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl committed
G
Revert r63934 -- it was mixing two patches.
Georg Brandl committed
G
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl committed
May 6, 2008
C
Merged revisions 62774-62775,62785,62787-62788 via svnmerge from
Christian Heimes committed
April 19, 2008
C
Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from
Christian Heimes committed
April 13, 2008
April 5, 2008
M
Change command line processing API to use wchar_t.
Martin v. Löwis committed
February 4, 2008
January 31, 2008
C
Merged revisions 60441-60474 via svnmerge from
Christian Heimes committed
January 27, 2008
C
Merged revisions 60364-60378 via svnmerge from
Christian Heimes committed
January 20, 2008
C
Merged revisions 60124-60142 via svnmerge from
Christian Heimes committed
January 15, 2008
G
Merged revisions 59952-59984 via svnmerge from
Guido van Rossum committed
January 14, 2008
C
Merged revisions 59933-59951 via svnmerge from
Christian Heimes committed
January 7, 2008
C
Merged revisions 59822-59841 via svnmerge from
Christian Heimes committed
December 21, 2007
N
Fix thoroughly misleading comment
Nick Coghlan committed
December 15, 2007
C
Fixed #1630
Christian Heimes committed
December 4, 2007
C
Removed PyInt_GetMax and sys.maxint
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
G
#1535: rename __builtin__ module to builtins.
Georg Brandl committed
December 1, 2007
C
Merged revisions 59245-59254 via svnmerge from
Christian Heimes committed
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