Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / gareth-rees/minipy issues and pull requests

#55 - Emit python3 prints and exception catching.

Pull Request - State: open - Opened by kanaka over 7 years ago

#54 - Dual Licensing

Issue - State: open - Opened by ashes999 almost 8 years ago

#53 - Fix README.rst open in setup.py

Pull Request - State: closed - Opened by cpbotha over 9 years ago - 1 comment

#52 - Install from PyPi breaking due to missing README.rst + version weirdness

Issue - State: open - Opened by cpbotha over 10 years ago - 5 comments

#51 - Add option for minifying standalone modules (which will be called by other code)

Issue - State: open - Opened by fiatjaf almost 11 years ago - 5 comments

#50 - *args and **kwargs are not renamed in function definitions

Issue - State: closed - Opened by gareth-rees almost 11 years ago - 2 comments

#49 - Fixed inconsistent renaming of *args and **kwargs.

Pull Request - State: closed - Opened by fiatjaf almost 11 years ago - 1 comment

#48 - (#47) Fixed __builtins__.__dict__ erroneous behavior

Pull Request - State: closed - Opened by fiatjaf almost 11 years ago - 3 comments

#47 - Problem with using __builtins__.__dict__ for reserved names

Issue - State: closed - Opened by fiatjaf almost 11 years ago

#46 - Renaming imported modules

Issue - State: closed - Opened by fiatjaf almost 11 years ago - 2 comments

#45 - Built-in constants get renamed

Issue - State: closed - Opened by gareth-rees almost 11 years ago

#44 - (#43) Add exception for keyword issue during renaming.

Pull Request - State: closed - Opened by fiatjaf almost 11 years ago - 1 comment

#43 - keyword in list of names causing exception during rename phase.

Issue - State: closed - Opened by fiatjaf almost 11 years ago - 4 comments

#42 - Attribute lookup on integers is not fully minified

Issue - State: open - Opened by gareth-rees almost 12 years ago

#41 - Needs console script for convenience

Issue - State: closed - Opened by gsong over 12 years ago - 1 comment

#40 - Fixes PyPi install problem due to missing README

Pull Request - State: closed - Opened by gsong over 12 years ago - 1 comment

#39 - Function call may need parentheses around the function

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#38 - -(1) fails the self-test

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#37 - u"\U0010ffff" not handled

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#36 - Nested with statements are not fully minified

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#35 - Tuple must be parenthesized in with a as (b,c)

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#34 - Infinity not handled

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#33 - Self-test ignores encoding

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#32 - """""'''""'''""'''""'\"""" not handled

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#31 - u'\\\\\u1234' not fully minified

Issue - State: open - Opened by gareth-rees almost 13 years ago

#30 - u"\\u" not handled

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#29 - Numbers need to be parenthesized if attribute taken

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#28 - Complex numbers not handled

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#27 - "from . import a" not handled

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#26 - Import level ignored

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#25 - Byte strings need b if unicode_literals in effect

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#24 - "\x0000" not minified correctly

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#23 - else clause omitted from while statement

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#22 - Zero-length tuples are omitted

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#21 - \0 not handled in non-ASCII byte string

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#20 - Non-ASCII byte strings not handled

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#19 - Tuple in assertion not parenthesized

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#18 - "v1 and v2" incorrectly minified

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#17 - Multiple assignment not handled

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#16 - minipy not available on PyPi

Issue - State: closed - Opened by gareth-rees almost 13 years ago - 1 comment

#15 - Negative numbers are not parenthesized when necessary

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#14 - "a if b else c if d else e" not fully minified

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#13 - Missing newline when docstring followed by def or class

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#12 - "0 else" needs the space, but doesn't get it

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#11 - Fails on decimal.py

Issue - State: closed - Opened by pts almost 13 years ago - 1 comment

#10 - Names starting with two underscores could be renamed

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#9 - Names starting with a single underscore are renamed incorrectly

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#8 - Unnecessary space in "0 and 1"

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#7 - No support for Python 3

Issue - State: open - Opened by gareth-rees almost 13 years ago - 2 comments

#6 - Docstrings are incomplete

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#5 - No test suite

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#4 - Renaming might choose an operator name or a keyword

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#3 - New names are in an unconventional order

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#2 - Renaming doesn't take into account frequency of names

Issue - State: closed - Opened by gareth-rees almost 13 years ago

#1 - try: ... except: ... finally: is not fully minified

Issue - State: closed - Opened by gareth-rees almost 13 years ago