-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3 compatibility fixes #65
base: master
Are you sure you want to change the base?
Commits on Feb 9, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 5caae66 - Browse repository at this point
Copy the full SHA 5caae66View commit details -
Explicitly import the minifier module from the slimit package, for
Python 3 compatibility
Configuration menu - View commit details
-
Copy full SHA for 52eb8df - Browse repository at this point
Copy the full SHA 52eb8dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10840fb - Browse repository at this point
Copy the full SHA 10840fbView commit details -
Do not use ur"unicode-raw" strings, not supported by Python 3
Use plain unicode strings instead, doubling backslashes when needed.
Configuration menu - View commit details
-
Copy full SHA for 57a3193 - Browse repository at this point
Copy the full SHA 57a3193View commit details -
Configuration menu - View commit details
-
Copy full SHA for a61e12d - Browse repository at this point
Copy the full SHA a61e12dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d7e8e - Browse repository at this point
Copy the full SHA 85d7e8eView commit details
Commits on Jul 16, 2015
-
Always set slimit.parser.*tab to strings
These values are expected by ply to be module names, not module instances. ply 3.6 will crash if actual modules are passed.
Configuration menu - View commit details
-
Copy full SHA for 9be727b - Browse repository at this point
Copy the full SHA 9be727bView commit details
Commits on Oct 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 91603ef - Browse repository at this point
Copy the full SHA 91603efView commit details -
Fixed a bug where object atributes with special
characters (e.g. someObj[':']) would incorrectly have the brackets/quotes removed. See slimit issue rspivak#47: rspivak#47 (was easier to fix than I thought 👍).
Configuration menu - View commit details
-
Copy full SHA for bd8879a - Browse repository at this point
Copy the full SHA bd8879aView commit details -
Configuration menu - View commit details
-
Copy full SHA for acff8c9 - Browse repository at this point
Copy the full SHA acff8c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ee1d8 - Browse repository at this point
Copy the full SHA 17ee1d8View commit details -
Explicitly import the minifier module from the slimit package, for
Python 3 compatibility
Configuration menu - View commit details
-
Copy full SHA for 94c134b - Browse repository at this point
Copy the full SHA 94c134bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3062026 - Browse repository at this point
Copy the full SHA 3062026View commit details -
Do not use ur"unicode-raw" strings, not supported by Python 3
Use plain unicode strings instead, doubling backslashes when needed.
Configuration menu - View commit details
-
Copy full SHA for e833165 - Browse repository at this point
Copy the full SHA e833165View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dbb884 - Browse repository at this point
Copy the full SHA 5dbb884View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f49840 - Browse repository at this point
Copy the full SHA 9f49840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5339f8d - Browse repository at this point
Copy the full SHA 5339f8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dd062c - Browse repository at this point
Copy the full SHA 5dd062cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8357730 - Browse repository at this point
Copy the full SHA 8357730View commit details -
Configuration menu - View commit details
-
Copy full SHA for df3a6fb - Browse repository at this point
Copy the full SHA df3a6fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcd49db - Browse repository at this point
Copy the full SHA dcd49dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32ddbb7 - Browse repository at this point
Copy the full SHA 32ddbb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a71fe4 - Browse repository at this point
Copy the full SHA 7a71fe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c7fb07 - Browse repository at this point
Copy the full SHA 6c7fb07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c257f - Browse repository at this point
Copy the full SHA 31c257fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93d75b5 - Browse repository at this point
Copy the full SHA 93d75b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37cb9dd - Browse repository at this point
Copy the full SHA 37cb9ddView commit details -
Support octal escape sequences in string literals (fixes rspivak#70)
http://www.ecma-international.org/ecma-262/5.1/#sec-B.1.2 Regular expression taken from https://mathiasbynens.be/notes/javascript-escapes#octal
Configuration menu - View commit details
-
Copy full SHA for 07f3a2d - Browse repository at this point
Copy the full SHA 07f3a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf5b4bb - Browse repository at this point
Copy the full SHA bf5b4bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aa92d6 - Browse repository at this point
Copy the full SHA 6aa92d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f9a39c - Browse repository at this point
Copy the full SHA 8f9a39cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08e6042 - Browse repository at this point
Copy the full SHA 08e6042View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3df9b7 - Browse repository at this point
Copy the full SHA f3df9b7View commit details
Commits on Feb 10, 2016
-
Merge moses-palmer/master, manually fixing conflict in src/slimit/tes…
…ts/test_lexer.py
Configuration menu - View commit details
-
Copy full SHA for 9482add - Browse repository at this point
Copy the full SHA 9482addView commit details
Commits on Feb 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for cd76bde - Browse repository at this point
Copy the full SHA cd76bdeView commit details