index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_compile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #1303: Adapt str8 constructor to bytes (now buffer) one.
Georg Brandl
2007-10-24
1
-1/+1
*
Make str/str8 comparisons return True/False for !=/==.
Brett Cannon
2007-10-22
1
-1/+1
*
Make test_compile not fail.
Guido van Rossum
2007-07-22
1
-3/+3
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-6/+13
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-27/+7
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-2/+2
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-1/+1
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-2/+15
*
Two more patches by Tony Lownds (SF# 1607548).
Guido van Rossum
2007-02-26
1
-0/+13
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-2/+2
*
Fix the last two tests.
Guido van Rossum
2007-02-22
1
-2/+2
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-2/+2
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-7/+5
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-1/+0
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-15/+16
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+35
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-0/+4
*
Fix SF bug #1448804 and ad a test to ensure that all subscript operations con...
Nick Coghlan
2006-03-13
1
-0/+72
*
Fix problem handling EXTENDED_ARGs from SF bug # 1333982
Neal Norwitz
2005-10-24
1
-0/+23
*
SF bug #1048870: call arg of lambda not updating
Raymond Hettinger
2004-10-24
1
-0/+9
*
SF patch #1007189, multi-line imports, for instance:
Anthony Baxter
2004-08-31
1
-0/+41
*
Completed the patch for Bug #215126.
Raymond Hettinger
2004-08-02
1
-0/+57
*
Upgrade None assignment SyntaxWarning to a SyntaxError.
Raymond Hettinger
2004-07-17
1
-0/+15
*
- Removed FutureWarnings related to hex/oct literals and conversions
Guido van Rossum
2003-11-29
1
-8/+11
*
SF patch #736962. Converted test_compile to unittest format.
Raymond Hettinger
2003-06-23
1
-160/+140
*
Added regression test for SF #757818
Raymond Hettinger
2003-06-20
1
-0/+5
*
Fix SF bug #688424, 64-bit test problems
Neal Norwitz
2003-02-18
1
-2/+7
*
- Finally fixed the bug in compile() and exec where a string ending
Guido van Rossum
2003-02-13
1
-0/+9
*
SF #660455 : patch by NNorwitz.
Guido van Rossum
2003-02-12
1
-6/+9
*
Comment out a test that was anticipating SF patch 661536 -- but that
Guido van Rossum
2003-01-28
1
-6/+6
*
Verify treatment of unary minus on negative numbers SF bug #660455.
Guido van Rossum
2003-01-28
1
-0/+7
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Fix SF Bug 564931: compile() traceback must include filename.
Thomas Heller
2002-07-09
1
-0/+9
*
Don't munge __debug__ and leave it that way.
Jeremy Hylton
2001-11-13
1
-0/+2
*
Fix SF buf #480096: Assign to __debug__ still allowed
Jeremy Hylton
2001-11-09
1
-1/+13
*
SF patch #455966: Allow leading 0 in float/imag literals.
Tim Peters
2001-08-30
1
-0/+44
*
SF bug [#455775] float parsing discrepancy.
Tim Peters
2001-08-27
1
-0/+15
*
Whitespace normalization.
Tim Peters
2001-02-21
1
-1/+1
*
SF patch #103749: implicit tuple + default arg
Jeremy Hylton
2001-02-19
1
-3/+33
*
add test for SyntaxError on
Jeremy Hylton
2001-01-19
1
-1/+7
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
1
-1/+1
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-1/+1
*
added test case for fixed duplicate arguments bug in Python/compile.c
Peter Schneider-Kamp
2000-07-25
1
-0/+16