11 Commits

Author SHA1 Message Date
Kenneth Reitz 7766446ac3 Updated setup.py for fork. 2010-09-08 21:09:02 -04:00
Charles Duffy 424b7275e8 PEP-8 compliance 2008-08-28 15:38:44 -05:00
Bob Farrell 71423dca8b version number changed in setup.py 2008-08-27 21:14:55 +01:00
Charles Duffy d1024000b6 Setuptoolize bpython
- Use the setuptools entry_points mechanism
 - Move the primary bpython script itself into the bpython module with
   invocation via the setuptools entry_points mechanism.
 - Fix setup.py whitespace to be consistant (4-spaces only)
 - Ignore setuptools-generated build products
2008-08-26 12:59:22 -05:00
Jørgen P. Tjernø a24febc593 Fixed man- & desktopfiles. 2008-08-23 13:51:38 +01:00
Bob Farrell d5635ab400 KeyboardInterrupt clears list win properly now 2008-07-03 12:19:53 +01:00
Bob Farrell 4a97c035a9 Typo fixed 2008-06-28 14:22:31 +01:00
Bob Farrell 760aa7aa47 setup.py updated 2008-06-24 18:08:24 +01:00
Bob Farrell 2f6555bfd2 help() fixed up so it's internalised
A few people pointed out that help() can cause problems, specifically
when the help string is really big, so I've internalised it and injected
my own help() function into the interpreter which pages the output, but
it's pretty ghetto so I'm open to suggestions for improvement.

That said, it's pretty obvious that scrolling up and down (like less)
would be the main requested improvement so I should get to work on that
at some point.
2008-06-21 18:55:31 +01:00
Bob Farrell f96cb91cd3 ... and forgot to update the version number for setup.py ... 2008-04-28 16:40:42 +01:00
Bob Farrell 7a1ebadb52 Whoosh, I've switched over to an installable package.
Pascal Bleser was kind enough to package bpython for OpenSUSE
and sent me a patch to have it working with distutils, which
is always nice, so thanks a lot for that, here's the new
dir structure.
2008-04-27 22:05:23 +01:00