summaryrefslogtreecommitdiff
path: root/Lib/test/test_compile.py
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* Patch #1303: Adapt str8 constructor to bytes (now buffer) one.Georg Brandl2007-10-241-1/+1
* Make str/str8 comparisons return True/False for !=/==.Brett Cannon2007-10-221-1/+1
* Make test_compile not fail.Guido van Rossum2007-07-221-3/+3
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-6/+13
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-27/+7
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1