COMMITS
/ Python/import.c 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
August 12, 2007
S
PyErr_Warn is deprecated in 2.5 - goes away for 3.0
Skip Montanaro committed
August 3, 2007
G
SF patch# 1766592 by Paul Colomiets.
Guido van Rossum committed
July 23, 2007
G
Fix import of frozen package submodules to use Unicode. Fixes test_frozen.
Guido van Rossum committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
June 12, 2007
G
Rip out the file object's implementation.
Guido van Rossum committed
M
Revert 55876. Use PyUnicode_AsEncodedString instead.
Martin v. Löwis committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
June 6, 2007
G
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum committed
May 9, 2007
G
More uniform approach to getting (UTF8) bytes out of a string.
Guido van Rossum committed
May 4, 2007
G
More coding by random modification.
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
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum committed
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
March 21, 2007
March 18, 2007
G
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum committed
February 9, 2007
G
Essential changes for print function changes.
Guido van Rossum committed
December 28, 2006
G
Update the magic number now that signature annotations were added.
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
October 27, 2006
G
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum committed