root/pyreadline


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3066 [3066] 02/21/08 11:43:36 jstenar pyreadline_trunk: quickfix for #228. Now defaults to ascii encoding if …
(edit) @2924 [2924] 01/07/08 12:46:56 jstenar pyreadline: Added code to make interoperability with emacs work again.
(edit) @2922 [2922] 01/04/08 11:10:13 jstenar pyreadline_thread_branch: Merging trunk 2920:2921
(edit) @2921 [2921] 01/04/08 10:57:27 jstenar pyreadline: chunking calls to WriteConsoleW to ensure not exceeding 64k …
(edit) @2896 [2896] 12/17/07 12:30:39 jstenar pyreadline comitted first cut of a callback interface to the callback …
(edit) @2895 [2895] 12/17/07 12:22:23 jstenar pyreadline: created callback branch
(edit) @2879 [2879] 11/29/07 12:10:33 fperez Mark trunk for v 1.6 development
(edit) @2878 [2878] 11/29/07 12:07:25 fperez Make tag for version 1.5 release.
(edit) @2877 [2877] 11/29/07 12:06:41 fperez Mark version 1.5 for release
(edit) @2876 [2876] 11/28/07 14:00:13 jstenar pyreadline: Warning messages for failed calls to parse_and_bind now …
(edit) @2868 [2868] 11/20/07 12:59:58 jstenar pyreadline: patch from pan to remove cursor flickering when inputting …
(edit) @2865 [2865] 11/10/07 12:28:25 jstenar pyreadline: all conversion is now handled by the ensure_unicode, …
(edit) @2864 [2864] 11/09/07 18:13:26 jstenar pyreadline: more fixes to unicode
(edit) @2863 [2863] 11/09/07 16:45:31 jstenar pyreadline: Fixes to make clipboard work with unicode.
(edit) @2861 [2861] 11/09/07 14:40:25 jstenar pyreadline: fixes to make completion work on file paths containing …
(edit) @2853 [2853] 10/30/07 15:42:59 jstenar Fixing wide character related bugs
(edit) @2852 [2852] 10/30/07 15:02:10 jstenar pyreadline: Adding test suite for history buffer
(edit) @2849 [2849] 10/29/07 13:46:18 jstenar pyreadline: patch provided by pan to enable input of unicode.
(edit) @2514 [2514] 07/19/07 12:01:31 jstenar Fix bug reported by Michael Graz
(edit) @2412 [2412] 05/29/07 16:16:56 jstenar Copied remotely
(edit) @2411 [2411] 05/29/07 16:14:28 jstenar pyreadline: increasing version number to 1.4.4
(edit) @2410 [2410] 05/29/07 13:04:51 jstenar pyreadline: fix bug in copy_selection_to_clipboard. Didn't work when …
(edit) @2403 [2403] 05/26/07 08:50:09 vivainio removed extraneous printing from pyreadline startup (1.3 maint branch)
(edit) @2382 [2382] 05/24/07 13:11:32 jstenar pyreadline: Addition to manual
(edit) @2340 [2340] 05/14/07 15:18:43 jstenar pyreadline: fix pageup, pagedown scrolling of window. Started work on …
(edit) @2339 [2339] 05/14/07 13:02:27 jstenar pyreadline: fix pre_inputhook and startup_hook, autoindent were not …
(edit) @2327 [2327] 05/09/07 20:58:26 fperez Updated version number for final 1.4.3 release.
(edit) @2325 [2325] 05/09/07 14:11:12 jstenar pyreadline: Fix ticket #153, some updates to documentation.
(edit) @2265 [2265] 04/21/07 15:26:24 jstenar pyreadline: updates to documentation and release.py. Change in how …
(edit) @2250 [2250] 04/18/07 23:54:41 jdh2358 Update version info for release
(edit) @2247 [2247] 04/18/07 12:29:44 jstenar pyreadline: Removing some test methods that should not have been comitted …
(edit) @2246 [2246] 04/17/07 14:43:55 jstenar pyreadline: When allowing to bind ctrl-c we now issue a KeyBoardInterrupt?
(edit) @2245 [2245] 04/16/07 12:56:36 jstenar pyreadline: Fix crash when readline called from doctest. stdout was …
(edit) @2242 [2242] 04/14/07 13:38:26 jstenar pyreadline: Changing default control-delete binding to forward_delete_word …
(edit) @2239 [2239] 04/11/07 12:54:26 jdh2358 fix indentation errors
(edit) @2238 [2238] 04/11/07 12:17:06 jdh2358 Fix missing function clear_history, thanks to a patch by Aldarion …
(edit) @2237 [2237] 04/11/07 09:29:25 jdh2358 Fix setup.py for new package structure.
(edit) @2145 [2145] 03/15/07 14:11:24 jstenar pyreadline: forgot to commit changelog
(edit) @2144 [2144] 03/15/07 14:08:03 jstenar pyreadline: deleted refactor branch
(edit) @2143 [2143] 03/15/07 13:53:16 jstenar pyreadline: Copying refactor branch to become new trunk for 1.4 series
(edit) @2142 [2142] 03/15/07 13:48:42 jstenar pyreadline: deleting trunk for 1.3 series
(edit) @2141 [2141] 03/15/07 13:47:22 jstenar pyreadline: creating maintenance branch for pyreadline 1.3 series
(edit) @2140 [2140] 03/15/07 13:39:26 jstenar pyreadline-refactor: Fix buggy get_begidx and get_endidx. Ensure unicode …
(edit) @2139 [2139] 03/15/07 13:21:48 jstenar pyreadline: Patch to ensure write_x methods on console print something …
(edit) @2132 [2132] 03/06/07 13:27:29 jstenar pyreadline-branch: added possibility to bind ctrl-c to copy. Changed test …
(edit) @1899 [1899] 11/15/06 14:04:16 jstenar pyreadline-refactor: move ironpython specifics from emacs.py to …
(edit) @1898 [1898] 11/15/06 12:58:17 jstenar pyreadline-refactor: rearranging of lines in pyreadlineconfig.ini
(edit) @1896 [1896] 11/13/06 12:17:04 jstenar pyreadline-refactor: ported changes to sample configuration/startup.py …
(edit) @1895 [1895] 11/13/06 12:06:44 jstenar pyreadline-refactor: More improvements of ironpython handling, more …
(edit) @1877 [1877] 11/03/06 16:39:12 jstenar pyreadline-refactor: improved support for ironpython. Seems quite ok now. …
(edit) @1843 [1843] 10/25/06 15:40:17 jstenar pyreadline-refactor: set_text_color, set_prompt_color added, bug fix …
(edit) @1839 [1839] 10/22/06 14:31:44 jstenar pyreadline: Change in handling of default color in write_color.
(edit) @1838 [1838] 10/22/06 13:32:55 jstenar pyreadline: Added descriptions of possible prompt colors to example ini …
(edit) @1837 [1837] 10/22/06 13:05:06 jstenar pyreadline: backported ansi color stuff from refactor branch
(edit) @1836 [1836] 10/22/06 12:29:30 jstenar pyreadline-refactor: Fixes to make tests pass. One failure remains in …
(edit) @1834 [1834] 10/19/06 14:35:35 jstenar pyreadline-refactor: Adding argument handling
(edit) @1833 [1833] 10/18/06 16:27:46 jstenar pyreadline-refactor: Forgot to check in changelog
(edit) @1832 [1832] 10/18/06 16:25:49 jstenar pyreadline-refactor: Fixing clipboard bugs, adding some editing functions
(edit) @1831 [1831] 10/17/06 15:31:43 jstenar pyreadline: Fix of ticket #94.
(edit) @1830 [1830] 10/17/06 15:20:15 jstenar pyreadline-refactor: Fixed history_search bug, crash when no match.
(edit) @1805 [1805] 10/03/06 19:41:23 fptest Debugging a Trac problem - cleanup.
(edit) @1804 [1804] 10/03/06 19:15:20 fptest Debugging a Trac problem…
(edit) @1775 [1775] 09/11/06 15:00:23 jstenar pyreadline-refactor: Merge ansi patch and tab patch from trunk.
(edit) @1459 [1459] 07/20/06 14:17:50 jstenar pyreadline: Fix for cursor position when tab is inserted
(edit) @1455 [1455] 07/19/06 03:46:53 jstenar pyreadline: added automatic creation of configfile if missing. Maybe …
(edit) @1452 [1452] 07/18/06 13:57:25 jstenar pyreadline: Improvements to ansi color handling. Added do nothing method …
(edit) @1419 [1419] 07/13/06 17:03:17 jstenar pyreadline-refactor: More work on ironpython port especially to keep …
(edit) @1385 [1385] 07/04/06 13:45:28 jstenar pyreadline-refactor: First commit on ironpython functionality (very …
(edit) @1382 [1382] 06/27/06 15:20:12 jstenar pyreadline: ANSI color changes were buggy. Changes today adds config …
(edit) @1379 [1379] 06/26/06 14:03:03 jstenar pyreadline: in response to ticket #68. Preserve initial consoles color and …
(edit) @1359 [1359] 06/08/06 18:16:52 fperez Make a tag for the 1.3 release from trunk (no changes had been …
(edit) @1358 [1358] 06/08/06 18:15:31 fperez Make a tags dir for pyreadline, so we can properly tag releases. This …
(edit) @1340 [1340] 05/31/06 14:08:24 jstenar pyreadline: Changes to manual to describe installation. Change version …
(edit) @1294 [1294] 05/11/06 07:50:10 vivainio do not setup manual in setup.py
(edit) @1292 [1292] 05/09/06 15:06:35 jstenar pyreadline: creating pyreadline-1.3.rc1
(edit) @1290 [1290] 05/07/06 11:35:03 jstenar pyreadline: some changes to manual
(edit) @1289 [1289] 05/07/06 11:10:08 jstenar pyreadline: some things to improve emacs interop
(edit) @1288 [1288] 05/07/06 10:26:56 jstenar pyreadline: add possibility to change configfile location
(edit) @1287 [1287] 05/07/06 10:19:02 jstenar pyreadline: remove dependency on win32all
(edit) @1275 [1275] 04/26/06 11:11:41 jstenar pyreadline: change in default value handling for ansi color
(edit) @1273 [1273] 04/25/06 12:27:38 jstenar pyreadline: Apply Walter Dörwald's patch for ansi color sequences.
(edit) @1268 [1268] 04/19/06 14:19:15 jstenar pyreadline: improved ansi escape sequence parsing
(edit) @1267 [1267] 04/18/06 14:31:41 jstenar pyreadline-refactor: More tests for emacsmode, changes for bugs found by …
(edit) @1237 [1237] 04/04/06 16:19:34 jstenar pyreadline-refactor: Started on tests for emacsmode and lineeditor
(edit) @1231 [1231] 03/31/06 14:40:05 jstenar pyreadline-refactor: Merged patch for vi-mode from Michael Graz
(edit) @1220 [1220] 03/21/06 16:00:03 jstenar pyreadline-refactor: Added visible selection mode to emacs-mode.
(edit) @1219 [1219] 03/21/06 12:26:41 jstenar pyreadline-refactor: Added vi-mode patch, a lot of work remains.
(edit) @1216 [1216] 03/16/06 15:04:37 jstenar pyreadline-refactor: some bugfixing to emacsmode refactor
(edit) @1215 [1215] 03/16/06 14:53:22 jstenar pyreadline-refactor: refactored emacs mode
(edit) @1204 [1204] 03/12/06 08:52:00 jstenar pyreadline-refactor: Merged changes from trunk 1158-1201 to refactor …
(edit) @1201 [1201] 03/10/06 12:31:20 jstenar pyreadline: Print errormessage to stderr when configfile raises exception
(edit) @1200 [1200] 03/10/06 11:50:00 jstenar pyreadline: Fixed crash bug if .history is not found. Added …
(edit) @1199 [1199] 03/10/06 07:27:09 jstenar pyreadline: added logger
(edit) @1197 [1197] 03/08/06 14:41:42 jstenar pyreadline: extending metadata for setup.py eggsetup.py
(edit) @1196 [1196] 03/07/06 14:42:49 jstenar pyreadline: added debug_output command to pyreadlineconfig.ini
(edit) @1195 [1195] 03/07/06 13:53:02 jstenar pyreadline: release.py fixed so python setup.py works. Now cheeseshop …
(edit) @1193 [1193] 03/05/06 11:55:31 vivainio try it w/o urls
(edit) @1192 [1192] 03/05/06 10:21:03 jstenar pyreadline: updating manual, adding readline.py alias, adding …
(edit) @1189 [1189] 03/02/06 13:50:55 jstenar pyreadline: more work on setup and doc generation
(edit) @1186 [1186] 03/02/06 11:21:54 jstenar pyreadline: synchronized doc and config dir with trunk
Note: See TracRevisionLog for help on using the revision log.