COMMITS
/ Python/import.c 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
August 28, 2006
G
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum committed
August 25, 2006
B
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
Brett Cannon committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
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 15, 2006
G
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum committed
March 10, 2006
G
Um, I thought I'd already checked this in.
Guido van Rossum committed
March 7, 2006
M
Change int to Py_ssize_t in several places.
Martin v. Löwis committed
February 28, 2006
T
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters committed
February 27, 2006
G
PEP 343 -- the with-statement.
Guido van Rossum 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
December 17, 2005
N
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
October 21, 2005
M
the ast-branch changed the stack discipline of MAKE_CLOSURE, so we need to
Michael W. Hudson committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
October 3, 2005
N
Fix SF bug #976608, Unhelpful error message when mtime of a module is -1
Neal Norwitz committed
September 14, 2005
G
- Changes donated by Elemental Security to make it work on AIX 5.3
Guido van Rossum committed
G
Patch #1290454: Fix reload() error message when parent module is not in
Georg Brandl committed
June 3, 2005
M
This is my patch:
Michael W. Hudson committed