COMMITS
/ Python/import.c March 4, 2009
H
Issue #5273: Fixed import failure on unicode path. (especially on windows)
Hirokazu Yamamoto committed
February 25, 2009
J
http://bugs.python.org/issue4715
Jeffrey Yasskin committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
January 30, 2009
H
Issue #5041: Fixed memory leak.
Hirokazu Yamamoto committed
January 24, 2009
K
Issue 3677: Release the path string on py3k
Kristján Valur Jónsson committed
January 23, 2009
H
Merged revisions 68457 via svnmerge from
Hirokazu Yamamoto committed
January 6, 2009
A
Merged revisions 68360-68361 via svnmerge from
Antoine Pitrou committed
January 3, 2009
M
Merged revisions 68203 via svnmerge from
Martin v. Löwis committed
December 18, 2008
A
Merged revisions 67818 via svnmerge from
Antoine Pitrou committed
November 11, 2008
A
#3705: Command-line arguments were not correctly decoded when the
Amaury Forgeot d'Arc committed
November 5, 2008
B
fix #4211: the __path__ of a frozen package should be a list.
Benjamin Peterson committed
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