COMMITS
/ Python/import.c September 9, 2008
A
Revert r33661, which broke all buildbots.
Amaury Forgeot d'Arc committed
A
#3705: Fix crash when given a non-ascii value on the command line for the "-c" and "-m" parameters
Amaury Forgeot d'Arc committed
September 4, 2008
A
#3773: Check for errors around the use of PyTokenizer_FindEncoding().
Amaury Forgeot d'Arc committed
B
Fix a memory leak in reloading extension modules #3667
Benjamin Peterson committed
September 2, 2008
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
July 19, 2008
G
#3368: free string allocated by "es" ParseTuple format.
Georg Brandl committed
July 16, 2008
June 11, 2008
A
Issue 1342: Python could not start if installed in a directory
Amaury Forgeot d'Arc committed
B
#3021: Antoine Pitrou's Lexical exception handlers
Benjamin Peterson committed
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
May 3, 2008
A
Issue #1950: Fixed misusage of PyUnicode_AsString().
Alexandre Vassalotti committed
April 24, 2008
A
There is no reason for imp.get_magic() to return a mutable bytearray
Amaury Forgeot d'Arc committed
March 26, 2008
C
Merged revisions 61954,61956-61957 via svnmerge from
Christian Heimes committed
C
Merged revisions 61952-61953 via svnmerge from
Christian Heimes committed
March 22, 2008
M
Properly terminate file name.
Martin v. Löwis committed
March 16, 2008
February 24, 2008
C
Merged revisions 61003-61033 via svnmerge from
Christian Heimes committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
January 31, 2008
C
Merged revisions 60441-60474 via svnmerge from
Christian Heimes committed
January 11, 2008
C
Good catch Neal!
Christian Heimes committed
January 10, 2008
C
Merged revisions 59864-59882 via svnmerge from
Christian Heimes committed
January 7, 2008
C
Merged revisions 59822-59841 via svnmerge from
Christian Heimes committed
C
Another patch for #1762972: __file__ points to the py file instead pyo/pyc file
Christian Heimes committed
C
Issue #1762972: Readded the reload() function as imp.reload()
Christian Heimes committed
January 3, 2008
C
Merged revisions 59666-59679 via svnmerge from
Christian Heimes committed
December 19, 2007
C
Merged revisions 59541-59561 via svnmerge from
Christian Heimes committed
December 4, 2007
December 3, 2007
G
Add an errors parameter to open() and TextIOWrapper() to specify error handling.
Guido van Rossum 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
November 18, 2007
C
Merged revisions 59005-59040 via svnmerge from
Christian Heimes committed
November 7, 2007
G
Cosmetic changes to Christian's patch r58903.
Guido van Rossum committed
C
Patch for bug http://bugs.python.org/issue1293
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
November 4, 2007
C
Applied patch #1379 with a minor tweak.
Christian Heimes committed
October 30, 2007
G
Patch 1329 (partial) by Christian Heimes.
Guido van Rossum committed
October 22, 2007
G
Issue 1267, continued.
Guido van Rossum committed
October 20, 2007
B
Fix a memory leak caused by PyTokenizer_FindEncoding() returning a char * that
Brett Cannon committed
October 19, 2007
G
Patch 1267 by Christian Heimes.
Guido van Rossum committed
October 15, 2007
G
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum committed
September 4, 2007
M
Convert code from sys.stdin.encoding to UTF-8 in
Martin v. Löwis committed
August 31, 2007
C
C
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter committed
August 27, 2007
G
Some changes in preparation of stricter rules about mixing str and bytes.
Guido van Rossum committed
August 26, 2007
N
Use unicode and remove support for some uses of str8.
Neal Norwitz committed
N
Fix a couple of warnings
Neal Norwitz committed
August 24, 2007
G
Merged revisions 57221-57391 via svnmerge from
Guido van Rossum committed
August 16, 2007
S
Remove RISCOS support
Skip Montanaro committed