Commit Graph

  • 7766446ac3 Updated setup.py for fork. fork Kenneth Reitz 2010-09-08 21:09:00 -04:00
  • 07ef0c561e Updated readme w/ gist support. gist Kenneth Reitz 2010-09-08 21:08:11 -04:00
  • d85393bf09 Updated example ~/.bpythonrc file w/ configuration settings for gist+github. Kenneth Reitz 2010-09-08 21:03:17 -04:00
  • 568996e1ce Added github_token and user configurations and gist + pastebin support mechanisms. Kenneth Reitz 2010-09-08 21:02:50 -04:00
  • 8c4a3828b9 Added gist method. Kenneth Reitz 2010-09-08 20:46:34 -04:00
  • 6f48a2ca66 Save format changed to be executable code Save to file now outputs executable code (i.e. without the >>> and ... and with "# OUT: " prepended to all output lines). I never used this feature much but someone asked for this behaviour. master Bob Farrell 2009-02-23 19:38:44 +00:00
  • 4f8a616674 Bohdan Vlasyuk patch applied to check beforehand if sys.__stdout__.encoding exists Bob Farrell 2009-01-26 09:53:37 +00:00
  • 242b72c527 Unicode + string concatenation bug in output bufffer fixed Bob Farrell 2009-01-05 10:17:10 +00:00
  • b8470d6a80 """echo "print 'test'" | bpython""" no longer breaks Bob Farrell 2008-12-15 19:33:05 +00:00
  • af1aac9557 "flush_output" option added to config Bob Farrell 2008-12-15 19:16:08 +00:00
  • 196eeb8e79 self now highlighted differently in arg list Bob Farrell 2008-12-15 19:12:32 +00:00
  • e4ecd23f0d Minor syntax clean-up in make_colours Bob Farrell 2008-11-17 11:06:56 +00:00
  • 7b30be76f3 Changelog updated Bob Farrell 2008-11-04 14:39:59 +00:00
  • 1495b08ddb Bugfix patches from Menno (menno@freshfoo.com) Bob Farrell 2008-11-04 14:36:26 +00:00
  • b35e0c606c '.' now in sys.path on startup Bob Farrell 2008-08-31 15:49:16 +01:00
  • 843e859a51 No more autoindent after a SyntaxError Bob Farrell 2008-08-29 00:37:52 +01:00
  • e1121e78b7 CHANGELOG update. Bob Farrell 2008-08-28 22:51:44 +01:00
  • 424b7275e8 PEP-8 compliance Charles Duffy 2008-08-28 15:38:44 -05:00
  • 81ebedba7c No more spaces in the parens and brackets Bob Farrell 2008-08-28 21:03:25 +01:00
  • c05747cd30 fix delete key Charles Duffy 2008-08-28 12:56:03 -05:00
  • d687c79cae cut+yank buffer support, ctrl+a and ctrl+e navigation Charles Duffy 2008-08-28 12:42:38 -05:00
  • 184af5ca97 add MANIFEST.in listing files to be included in source package Charles Duffy 2008-08-28 11:05:09 -05:00
  • 71423dca8b version number changed in setup.py Bob Farrell 2008-08-27 21:14:55 +01:00
  • df3be40da1 Merge commit 'd1024000b6d18ab3a835b8da41eed8cf058536ad' Bob Farrell 2008-08-27 21:13:15 +01:00
  • 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 Charles Duffy 2008-08-26 12:59:22 -05:00
  • 9b9e15423b History file support added. Bob Farrell 2008-08-25 18:40:11 +01:00
  • 0c220f93de Small problem with PYTHONSTARTUP execution fixed. Bob Farrell 2008-08-25 12:52:48 +01:00
  • b43ba3da9d Bug fix re: PYTHONSTARTUP Bob Farrell 2008-08-25 00:08:53 +01:00
  • b7eac8de8c Forgot to take out debug code Bob Farrell 2008-08-24 23:44:00 +01:00
  • b50a6adcbf raw_input() support added. Bob Farrell 2008-08-24 23:38:48 +01:00
  • 3020d488a1 "if not len(self.s)" changed to "if not self.s" Bob Farrell 2008-08-23 14:31:40 +01:00
  • 1d77549a05 Damn changelog... Bob Farrell 2008-08-23 14:06:57 +01:00
  • f8c37e843e Added C-w to delete a word to the left of the cursor. Jørgen P. Tjernø 2008-08-21 13:21:55 +02:00
  • e2d0cf4611 Added HOME, END and DEL handling. Jørgen P. Tjernø 2008-08-21 13:21:54 +02:00
  • a24febc593 Fixed man- & desktopfiles. Jørgen P. Tjernø 2008-08-19 10:27:17 +02:00
  • dc69b0b244 Renamed Dummy-class to Struct. Jørgen P. Tjernø 2008-08-20 14:26:58 +02:00
  • d9be9ecc82 We now use configurable soft-tabs instead of literal tabs. Jørgen P. Tjernø 2008-08-20 14:03:27 +02:00
  • 9c533ea627 Cleaned up some issues from pychecker, mostly unused variables / arguments. Jørgen P. Tjernø 2008-08-20 14:03:26 +02:00
  • 31de75819b addc -> addstr, header comment changed. Jørgen P. Tjernø 2008-08-20 14:03:25 +02:00
  • 9e34f05959 Fix some warnings, allow easier checking with pychecker. Jørgen P. Tjernø 2008-08-20 14:03:24 +02:00
  • e615100cd9 Damn changelog Bob Farrell 2008-08-19 09:45:41 +01:00
  • 3786392274 pyparsing and pygments are now actual dependencies. Bob Farrell 2008-08-19 09:42:21 +01:00
  • bdc4320a72 Forgot to include the CHANGELOG, as usual. Bob Farrell 2008-08-16 10:44:16 +01:00
  • 29e2acbf96 Extra linebreak added to stdout output and C-d behaviour changed. Bob Farrell 2008-08-16 10:39:42 +01:00
  • 89edc92506 Added manpage to repo, thanks Jorgen Bob Farrell 2008-08-16 10:35:24 +01:00
  • f75c2b398e Found a print statement lying around. Bob Farrell 2008-07-19 22:57:19 +01:00
  • d5635ab400 KeyboardInterrupt clears list win properly now Bob Farrell 2008-07-03 12:19:53 +01:00
  • 4a97c035a9 Typo fixed Bob Farrell 2008-06-28 14:22:31 +01:00
  • 39aef3aeb9 rpartition changed to rsplit for 2.4 compat Bob Farrell 2008-06-27 17:05:41 +01:00
  • 152a445774 Instead of the last commit, there's now an error if it crashes out Bob Farrell 2008-06-27 16:31:40 +01:00
  • 03fa87151d pyparsing backward compatibility magic Bob Farrell 2008-06-27 16:10:36 +01:00
  • 2f3f7b63d0 stdout faking improved Bob Farrell 2008-06-25 19:53:32 +01:00
  • 2f300db252 help() now works just the same as vanilla help() Bob Farrell 2008-06-25 17:49:47 +01:00
  • 810e1327c2 All columns in list window now used fully Bob Farrell 2008-06-24 23:54:27 +01:00
  • b5f24287e4 pyparsing import cleaned up Bob Farrell 2008-06-24 20:57:58 +01:00
  • d8c51fc580 Added insult to Seamus for being a dickhead. Bob Farrell 2008-06-24 19:29:44 +01:00
  • b2226509f0 Now 2.4-compatible. Bob Farrell 2008-06-24 19:16:29 +01:00
  • 760aa7aa47 setup.py updated Bob Farrell 2008-06-24 18:08:24 +01:00
  • fe4b4fc988 sample-rc included with package Bob Farrell 2008-06-24 18:07:49 +01:00
  • 3382036844 Screwed up my commit. Bob Farrell 2008-06-24 17:39:53 +01:00
  • 93ad83025b Fixed the pager and help so the full help is displayed Bob Farrell 2008-06-24 17:33:32 +01:00
  • ad410584c9 My homie Brendogg axed me for manual display of the completion window Bob Farrell 2008-06-24 16:18:19 +01:00
  • 2f6555bfd2 help() fixed up so it's internalised Bob Farrell 2008-06-21 18:55:31 +01:00
  • 414b8a3daf Unprintable character handling fix Bob Farrell 2008-06-18 23:36:10 +01:00
  • a497cca157 Sizing of autocomplete window yet again fixed! Bob Farrell 2008-06-18 23:30:57 +01:00
  • 25e8ccac4c PYTHONSTARTUP actually works now. Bob Farrell 2008-06-17 15:03:17 +01:00
  • ea096115cd close() also implemented for same hacky fix as flush() Bob Farrell 2008-06-16 23:28:48 +01:00
  • 7aa6db358c I cited the scapy module as being the cause of a problem, it wasn't. Bob Farrell 2008-06-16 23:22:29 +01:00
  • a5fce828f3 PYTHONSTARTUP variable is no longer ignored Bob Farrell 2008-06-16 22:40:55 +01:00
  • 72376f7790 scapy expecting file-like methods that don't exist Bob Farrell 2008-06-16 22:37:01 +01:00
  • 85d6485565 Escape key handling fix Bob Farrell 2008-06-16 22:09:23 +01:00
  • 596a76e86f No more crashing on stupidly long entries in the autocomplete list Bob Farrell 2008-06-14 17:15:41 +01:00
  • 1b92cbe871 Just a changelog update, nothing important. Bob Farrell 2008-06-12 18:22:23 +01:00
  • b509d11833 I've finally managed to fix up the list drawing stuff. Bob Farrell 2008-06-12 17:34:04 +01:00
  • 8e7a267135 Really long members (haha) were causing trouble for completion, thanks habnabit. Bob Farrell 2008-05-03 02:01:46 +01:00
  • b0b1caf043 Words needed an extra space between them so they don't squish together Bob Farrell 2008-05-03 01:00:17 +01:00
  • 032d0c439a Added a little optimisation to the new algo Bob Farrell 2008-05-03 00:51:55 +01:00
  • 7a1efba043 Finally! The suggestions window works without breaking. Bob Farrell 2008-05-03 00:42:26 +01:00
  • 45e44807fa dksaldasd Bob Farrell 2008-04-30 18:48:21 +01:00
  • 8c00dfd996 Whoops, DEBUG() calls left lying about again... Bob Farrell 2008-04-30 16:07:08 +01:00
  • bd6bc766a6 Entities with huge numbers of attributes were causing big problems Bob Farrell 2008-04-30 16:04:30 +01:00
  • b509791910 expanduser more correct Bob Farrell 2008-04-29 02:05:24 +01:00
  • 8421581d96 Tab stuff is much better now. Bob Farrell 2008-04-28 23:41:22 +01:00
  • f96cb91cd3 ... and forgot to update the version number for setup.py ... Bob Farrell 2008-04-28 16:40:42 +01:00
  • 83b91a7acc Forgot the CHANGELOG... Bob Farrell 2008-04-28 16:36:54 +01:00
  • b7315c3928 Improved the autoindent stuff Bob Farrell 2008-04-28 16:34:23 +01:00
  • 72ac830f04 os.path.expanduser() fixed Bob Farrell 2008-04-28 16:20:31 +01:00
  • 5c84feb9db Auto-indent added Bob Farrell 2008-04-28 15:33:27 +01:00
  • 54f4f9fa27 Whoops, I'd left a DEBUG() call in there. Bob Farrell 2008-04-27 23:56:45 +01:00
  • dec6a17824 Tab completion suggestions no longer have pointless repetition Bob Farrell 2008-04-27 23:43:00 +01:00
  • c4089f5cec Class __init__ spec lookup fixed on classes with no __init__ Bob Farrell 2008-04-27 23:23:22 +01:00
  • 7a1ebadb52 Whoosh, I've switched over to an installable package. Bob Farrell 2008-04-27 22:05:23 +01:00