summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update project metadataPhil Frost2015-04-172-6/+6
* Merge pull request #14 from myint/comprehensionPhil Frost2015-03-204-1/+18
|\
| * Properly support list comprehensions in Python 3Steven Myint2015-03-204-1/+18
* | Merge pull request #15 from myint/masterPhil Frost2015-03-202-9/+1
|\ \ | |/ |/|
| * Remove unused classSteven Myint2015-03-202-9/+1
|/
* Merge pull request #12 from chevah/885140-del-if-whilePhil Frost2015-02-142-0/+86
|\
| * Fix print function.Adi Roiban2015-02-141-1/+1
| * Update after bitglue's review.Adi Roiban2015-02-142-32/+13
| * Update del handling in if and while statements.Adi Roiban2015-02-142-0/+105
* | Merge pull request #13 from chevah/1332451-return-ouside-functionPhil Frost2015-02-143-0/+20
|\ \ | |/ |/|
| * Add an error for return outside of function.Adi Roiban2015-02-143-0/+20
|/
* Merge pull request #10 from bitglue/windowsPhil Frost2014-12-012-1/+17
|\
| * Use universal newlines only on python 2.6Phil Frost2014-11-282-1/+17
| * Open files not in binary mode for WindowsJan Stürtz2014-11-281-1/+1
|/
* Summarize design principles in READMEPhil Frost2014-10-291-1/+24
* Merge pull request #7 from sigmavirus24/undefined-namePhil Frost2014-09-232-1/+39
|\
| * Break up tests and skip dictionary comprehensions on 2.6 or lowerIan Cordasco2014-07-231-6/+18
| * Fix for lp/bug/1324942Charles-Francois Natali2014-07-231-1/+1
| * Failing test for lp/bug/1324942Charles-Francois Natali2014-07-231-0/+26
|/
* Merge pull request #3 from myint/crashFlorent Xicluna2014-04-302-1/+9
|\
| * Avoid crash on "return 2"Steven Myint2014-04-262-1/+9
* | Merge pull request #5 from myint/patch-1Florent Xicluna2014-04-301-0/+1
|\ \
| * | Test Python 3.4 on Travis CISteven Myint2014-04-301-0/+1
|/ /
* | Merge pull request #4 from myint/patch-1Florent Xicluna2014-04-261-3/+3
|\ \ | |/ |/|
| * Use HTTPSSteven Myint2014-04-261-3/+3
|/
* Hopefully it will avoid some invalid bug reportsFlorent Xicluna2014-04-261-2/+13
* Add a link to Flake8 in the README.Florent Xicluna2014-04-261-0/+3
* Skip the traceback on Control+C and Broken pipe signals; fixes lp:1285290Florent Xicluna2014-04-262-2/+15
* Apply best practices: pin versionsFlorent Xicluna2014-04-262-2/+2
* Replace pyflakes with flake8 in the testsuite, and add configuration to tox.iniFlorent Xicluna2014-04-264-5/+16
* Fix newline.Adi Roiban2014-04-221-1/+1
* Add pyflakes checks into test suite.Adi Roiban2014-04-222-0/+2
* Fix warnings.Adi Roiban2014-04-221-0/+1
* Release version 0.8.10.8.1Florent Xicluna2014-03-305-2/+11
* Refactor and (arguably) simplify.Florent Xicluna2014-03-301-53/+40
* Remove commentFlorent Xicluna2014-03-301-2/+0
* Do not bind the function in the current scope, until its arguments are handle...Florent Xicluna2014-03-303-1/+15
* RefactoringFlorent Xicluna2014-03-301-7/+7
* Report undefined name for literal tuple unpacking; fixes lp:879941Florent Xicluna2014-03-304-9/+82
* Restore correct behaviour of __future__ importsFlorent Xicluna2014-03-303-2/+14
* Be consistent, it's named node_class in the moduleFlorent Xicluna2014-03-301-4/+4
* Do not report 'unable to detect undefined names' when using invalid syntax 'f...Florent Xicluna2014-03-301-2/+2
* Catch undefined var in loop generator when used as loop var; fixes lp:1205907Florent Xicluna2014-03-294-78/+90
* Refactor method handleDoctestsFlorent Xicluna2014-03-291-9/+9
* Do not report redefinition of import in a local scope if the global name is u...Florent Xicluna2014-03-293-42/+80
* Actually this test passesFlorent Xicluna2014-03-291-2/+1
* Remove commented lineFlorent Xicluna2014-03-291-1/+0
* Rewrite test_doctests to avoid running tests twiceFlorent Xicluna2014-03-291-40/+51
* Fix the test docstringFlorent Xicluna2014-03-291-2/+1
* Detect the declared encoding in Python 3; fixes lp:1299169Florent Xicluna2014-03-293-6/+21