summaryrefslogtreecommitdiff
path: root/Lib/test/test_compile.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418)Miss Islington (bot)2018-11-081-0/+19
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Miss Islington (bot)2018-11-051-1/+1
* bpo-32964: Reuse a testing implementation of the path protocol in tests. (GH-...Miss Islington (bot)2018-03-021-8/+2
* bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015)Serhiy Storchaka2018-01-111-0/+5
* bpo-24340: Fix estimation of the code stack size. (#5076)Serhiy Storchaka2018-01-091-1/+290
* bpo-27169: The __debug__ constant is now optimized out at compile time. (#4880)Serhiy Storchaka2017-12-151-0/+1
* Issue #29337: Fixed possible BytesWarning when compare the code objects.Serhiy Storchaka2017-01-241-0/+3
|\
| * Issue #29337: Fixed possible BytesWarning when compare the code objects.Serhiy Storchaka2017-01-241-0/+3
| |\
| | * Issue #29337: Fixed possible BytesWarning when compare the code objects.Serhiy Storchaka2017-01-241-0/+3
* | | Issue #18896: Python function can now have more than 255 parameters.Serhiy Storchaka2016-12-161-9/+2
|/ /
* | Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder().Brett Cannon2016-09-061-0/+10
* | Issue #26754: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-2/+5
|/
* Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-181-0/+7
* code_richcompare() now uses the constants typesVictor Stinner2016-01-221-0/+82
* Issue #25388: Fixed tokenizer crash when processing undecodable source codeSerhiy Storchaka2015-11-141-0/+10
|\
| * Issue #25388: Fixed tokenizer crash when processing undecodable source codeSerhiy Storchaka2015-11-141-0/+10
* | Issue #24802: Update test case for ValueError in 3.5Martin Panter2015-11-081-3/+2
* | Issue #24802: Merge null termination fixes from 3.4 into 3.5Martin Panter2015-11-071-0/+21
|\ \ | |/
| * Issue #24802: Copy bytes-like objects to null-terminated buffers if necessaryMartin Panter2015-11-071-0/+21
* | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-1/+1
* | in dict displays, evaluate the key before the value (closes #11205)Benjamin Peterson2015-05-281-0/+11
* | Fix remaining tests and remove an unused import.Berker Peksag2015-05-061-1/+2
* | merge 3.4 (#24022)Benjamin Peterson2015-04-211-1/+13
|\ \ | |/
| * do not call into python api if an exception is set (#24022)Benjamin Peterson2015-04-211-1/+13
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-1/+1
|/
* Issue #22221: Add tests for compile() with source encoding cookie.Serhiy Storchaka2014-09-051-3/+20
* Issue #21523: Fix over-pessimistic computation of the stack effect of some op...Antoine Pitrou2014-05-231-3/+39
* Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
* Issue #5765: Apply a hard recursion limit in the compilerNick Coghlan2012-11-041-0/+27
* add another test caseBenjamin Peterson2012-01-201-0/+1
* check after comments, too (#13832)Benjamin Peterson2012-01-191-0/+2
* Issue #12705: Raise SyntaxError when compiling multiple statements as single ...Meador Inge2012-01-191-0/+28
* try to use the same str object for all code filenames when compiling or unmar...Benjamin Peterson2011-05-271-0/+9
* #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
|\
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-5/+5
* | bring back commented out testBenjamin Peterson2010-03-171-0/+4
* | Merged revisions 79034 via svnmerge fromBenjamin Peterson2010-03-171-3/+3
* | Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-3/+3
* | use assert[Not]In where appropriateEzio Melotti2010-01-231-8/+8
* | use assert[Not]In where appropriateBenjamin Peterson2010-01-191-4/+4
* | Merged revisions 76230 via svnmerge fromBenjamin Peterson2009-11-131-0/+13
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-5/+5
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,...Benjamin Peterson2009-06-281-0/+4
|/
* now that exec is a function, we can use the shorter assertRaises to testBenjamin Peterson2008-06-301-37/+7
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 62039-62042 via svnmerge fromNeal Norwitz2008-03-311-0/+14
* Merged revisions 62004 via svnmerge fromMartin v. Löwis2008-03-301-0/+23
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-6/+6
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-4/+4