Commit Graph

  • 1c7e02dc15 Accepting request 1316831 from devel:languages:python factory Dominique Leuenberger 2025-11-10 18:19:44 +00:00
  • 2dda83200a - update to 3.0.3: * Python 3.14: fix buffer overflow on terminal size request * Add guard against empty list on focus complete. * Add extra code type annotations * Bugfix: Corner case: Scrollbar render for only 1 row height * Packaging: drop setup.py and adjust requirements * Python 3.14 compatibility: adjust AsyncioEventLoop * Drop deprecated __super property * Drop deprecated FlowWidget, BoxWidget and FixedWidget widgets * Remove deprecated protected getter methods from the Canvas and AttrSpec * Remove support for the bytes based fonts * Remove deprecated TermScroller * Remove deprecated protected getter methods from the decoration widgets * Remove deprecated protected getter methods from the container widgets * Remove deprecated protected setters in the decoration widgets * Remove deprecated protected methods from the container widgets * Remove deprecated protected method _set_done from the ProgressBar * API Extension: make CommandMap MutableMapping * Make sizing computation much faster for nested containers * MetaSignals subclass ABCMeta * MetaSuper should be the last base for classes * Announce deprecated API removal versions * Fix handling of WEIGHT selectable items in the Pile * Refactoring: micro optimizations of iterable items Dirk Mueller 2025-11-10 08:37:54 +00:00
  • 4422f2b148 Accepting request 1219730 from devel:languages:python leap-16.1 leap-16.0 Dominique Leuenberger 2024-10-31 15:09:39 +00:00
  • 2a8d761d5d Accepting request 1219730 from devel:languages:python Dominique Leuenberger 2024-10-31 15:09:39 +00:00
  • 2e6f35df7a - update to 2.6.16: * Feature: Add focus reporting support * Add 16-color support * Disable mouse tracking and discard input when exiting the main loop * Type annotations: fix typing issues Dirk Mueller 2024-10-30 19:57:05 +00:00
  • c31eab3c8a - update to 2.6.16: * Feature: Add focus reporting support * Add 16-color support * Disable mouse tracking and discard input when exiting the main loop * Type annotations: fix typing issues Dirk Mueller 2024-10-30 19:57:05 +00:00
  • b54df49829 Accepting request 1202571 from devel:languages:python Ana Guerrero 2024-09-23 13:23:49 +00:00
  • 954d41d110 Accepting request 1202571 from devel:languages:python Ana Guerrero 2024-09-23 13:23:49 +00:00
  • b0eca4b4c0 - update to 2.6.15: * Fix ListBox.rows_max calculation for empty container Dirk Mueller 2024-09-23 08:54:34 +00:00
  • 03a6a5845a - update to 2.6.15: * Fix ListBox.rows_max calculation for empty container Dirk Mueller 2024-09-23 08:54:34 +00:00
  • 285a2a4d7f Accepting request 1183913 from devel:languages:python Ana Guerrero 2024-06-29 13:17:08 +00:00
  • 363a66c33b Accepting request 1183913 from devel:languages:python Ana Guerrero 2024-06-29 13:17:08 +00:00
  • 3ecbde0cb7 - update to 2.6.14: * GridFlow fixes for empty container * Fix ScrollBar mouse_event handling with ListBox Dirk Mueller 2024-06-29 05:30:36 +00:00
  • 10ddd00893 - update to 2.6.14: * GridFlow fixes for empty container * Fix ScrollBar mouse_event handling with ListBox Dirk Mueller 2024-06-29 05:30:36 +00:00
  • fb2593814b Accepting request 1181279 from devel:languages:python Ana Guerrero 2024-06-17 17:33:44 +00:00
  • d5ae6ea701 Accepting request 1181279 from devel:languages:python Ana Guerrero 2024-06-17 17:33:44 +00:00
  • 1bb4a810d1 - update to 2.6.13: * Adopt ExceptionGroup handling without an external library in python 3.11+ - update to 2.6.12: * Prevent a possible infinite loop in WidgetDecoration.base_widget * ScrollBar will check wrapped widgets for SupportsScroll - update to 2.6.11: * Fix Widget.rows annotation * Do not use deprecated positioning in the code and examples * Docs: partial update of screenshots Dirk Mueller 2024-06-10 09:54:15 +00:00
  • 81e9726746 - update to 2.6.13: * Adopt ExceptionGroup handling without an external library in python 3.11+ - update to 2.6.12: * Prevent a possible infinite loop in WidgetDecoration.base_widget * ScrollBar will check wrapped widgets for SupportsScroll - update to 2.6.11: * Fix Widget.rows annotation * Do not use deprecated positioning in the code and examples * Docs: partial update of screenshots Dirk Mueller 2024-06-10 09:54:15 +00:00
  • 78a1f141a4 Accepting request 1165860 from devel:languages:python Ana Guerrero 2024-04-07 20:11:39 +00:00
  • 18d1a6b8e2 Accepting request 1165860 from devel:languages:python Ana Guerrero 2024-04-07 20:11:39 +00:00
  • d92cb4be0b - update to 2.6.10: * ScrollBar: fully support __length_hint__ if not Sized - update to 2.6.9: * Support relative scroll for ListBox * Absolute scrolling calculation is resource-hungry and can cause serious issues on the long lists. * This change also rework calculation allowing to use ScrollBar with TreeList (users should prevent infinite load cycle on lazy-load self). * Support ` key reading for sgrmouse * Historically key reading was not implemented due to for buttons 1-3 is handled by the most GUI terminal emulators itself. * Fix regression in TreeWidget: original widget can be overridden - update to 2.6.8: * Fix regression: Overlay not accepted relative positioning - update to 2.6.7: * Fix MainLoop.watch_pipe regression for the callback outcome not False - update to 2.6.6: * Fix Columns sizing and pack behavior - update to 2.6.5: * Allow wcwidth to select unicode version * TreeWidget: do not use deprecated API in update_expanded_icon - update to 2.6.4: * Fix regression from 2.6.1: ListBox` used for tree implementation. - update to 2.6.3: Dirk Mueller 2024-04-06 17:40:30 +00:00
  • 3e360e0f84 - update to 2.6.10: * ScrollBar: fully support __length_hint__ if not Sized - update to 2.6.9: * Support relative scroll for ListBox * Absolute scrolling calculation is resource-hungry and can cause serious issues on the long lists. * This change also rework calculation allowing to use ScrollBar with TreeList (users should prevent infinite load cycle on lazy-load self). * Support ` key reading for sgrmouse * Historically key reading was not implemented due to for buttons 1-3 is handled by the most GUI terminal emulators itself. * Fix regression in TreeWidget: original widget can be overridden - update to 2.6.8: * Fix regression: Overlay not accepted relative positioning - update to 2.6.7: * Fix MainLoop.watch_pipe regression for the callback outcome not False - update to 2.6.6: * Fix Columns sizing and pack behavior - update to 2.6.5: * Allow wcwidth to select unicode version * TreeWidget: do not use deprecated API in update_expanded_icon - update to 2.6.4: * Fix regression from 2.6.1: ListBox` used for tree implementation. - update to 2.6.3: Dirk Mueller 2024-04-06 17:40:30 +00:00
  • f8ca44645f Accepting request 1152321 from devel:languages:python Ana Guerrero 2024-02-27 21:49:44 +00:00
  • 506c22f921 Accepting request 1152321 from devel:languages:python Ana Guerrero 2024-02-27 21:49:44 +00:00
  • dd9e3446c1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=55 Markéta Machová 2024-02-27 15:21:14 +00:00
  • 0bd2eaa9ec OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=55 Markéta Machová 2024-02-27 15:21:14 +00:00
  • 33679d0e16 add missing require Markéta Machová 2024-02-27 15:20:13 +00:00
  • d78b276156 add missing require Markéta Machová 2024-02-27 15:20:13 +00:00
  • 5bfdc115d0 Accepting request 1147647 from devel:languages:python Ana Guerrero 2024-02-20 20:14:23 +00:00
  • 6318b45d10 Accepting request 1147647 from devel:languages:python Ana Guerrero 2024-02-20 20:14:23 +00:00
  • d4a485a131 - Update to 2.5.3: - Fix render regression: khal Padding widh > size - Update unicode table to the version 15.1.0 - Update to 2.5.2: - Fix Windows last line: use ICH * INSERT COLS - Typing: annotate text_layout and extend Text/Edit - Fix incorrect TextCanvas typing - RAW UTF-8 terminal: SI/SO/IBMPC_ON/IBMPC_OFF skip - Unicode: use "target encoding" while transcoding for output Matej Cepl 2024-02-12 17:13:09 +00:00
  • bee5e49e77 - Update to 2.5.3: - Fix render regression: khal Padding widh > size - Update unicode table to the version 15.1.0 - Update to 2.5.2: - Fix Windows last line: use ICH * INSERT COLS - Typing: annotate text_layout and extend Text/Edit - Fix incorrect TextCanvas typing - RAW UTF-8 terminal: SI/SO/IBMPC_ON/IBMPC_OFF skip - Unicode: use "target encoding" while transcoding for output Matej Cepl 2024-02-12 17:13:09 +00:00
  • 27ba4d2476 Accepting request 1143539 from devel:languages:python Ana Guerrero 2024-02-02 14:47:21 +00:00
  • 2eb61ab37e Accepting request 1143539 from devel:languages:python Ana Guerrero 2024-02-02 14:47:21 +00:00
  • db2ce9ca5b - Update to 2.5.1: * Extend Command enum and update Columns & Pile * Fix double Widget inheritance in the LineBox * Columns PACK item not fit as FIXED and support FLOW * allow not subclassed incomplete widgets in Columns/Pile * Columns rendered with a non-first Selectable widget should not skip other items * Fix regression: Columns render incorrect BOX/FLOW widgets height * Overlay typing and proper repr * support proper repr and str for Canvas * Support FIXED and FLOW operations for Overlay depends on options * Columns accept focus widget as "focus_column" * Filler can act as FLOW widget * allow explicit focus in GridFlow constructor * Columns support correct BOX render only if ALL BOX * support FIXED-only widgets and FIXED rendering for Columns * Support FIXED-only widgets and FIXED rendering for PILE * support FIXED render type for GridFLow * Add run_in_executor helper to the event loop * Feature: Implement keypress and mouse_event default handlers * use Hashable for signal identifier types * Introduce optional dependencies for package * Feature: Support pack() for CheckBox/RadioButton/Button * Fix font in case Font.data is str * Fix: deep TextEnum was improperly resolved * Fix #583: python 3.12 compatibility * Python 37+ migration, Python < 3.7 support dropped * make tests compatible with Python 3.11 * Add two fonts based on Unicode 13 2x3 TRS-80/Teletext mosaic characters * Fix assertion failure when string contains SO but not SI Steve Kowalik 2024-02-02 05:56:35 +00:00
  • f01dfba870 - Update to 2.5.1: * Extend Command enum and update Columns & Pile * Fix double Widget inheritance in the LineBox * Columns PACK item not fit as FIXED and support FLOW * allow not subclassed incomplete widgets in Columns/Pile * Columns rendered with a non-first Selectable widget should not skip other items * Fix regression: Columns render incorrect BOX/FLOW widgets height * Overlay typing and proper repr * support proper repr and str for Canvas * Support FIXED and FLOW operations for Overlay depends on options * Columns accept focus widget as "focus_column" * Filler can act as FLOW widget * allow explicit focus in GridFlow constructor * Columns support correct BOX render only if ALL BOX * support FIXED-only widgets and FIXED rendering for Columns * Support FIXED-only widgets and FIXED rendering for PILE * support FIXED render type for GridFLow * Add run_in_executor helper to the event loop * Feature: Implement keypress and mouse_event default handlers * use Hashable for signal identifier types * Introduce optional dependencies for package * Feature: Support pack() for CheckBox/RadioButton/Button * Fix font in case Font.data is str * Fix: deep TextEnum was improperly resolved * Fix #583: python 3.12 compatibility * Python 37+ migration, Python < 3.7 support dropped * make tests compatible with Python 3.11 * Add two fonts based on Unicode 13 2x3 TRS-80/Teletext mosaic characters * Fix assertion failure when string contains SO but not SI Steve Kowalik 2024-02-02 05:56:35 +00:00
  • 1c94e1633d Accepting request 1081710 from devel:languages:python Dominique Leuenberger 2023-04-21 16:47:58 +00:00
  • 220a070526 Accepting request 1081710 from devel:languages:python Dominique Leuenberger 2023-04-21 16:47:58 +00:00
  • 3c3a473c56 Accepting request 1081684 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 13:26:11 +00:00
  • ddc7560bbc Accepting request 1081684 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 13:26:11 +00:00
  • fb416b87e8 Accepting request 1066735 from devel:languages:python Dominique Leuenberger 2023-02-20 16:46:16 +00:00
  • 944fd6407f Accepting request 1066735 from devel:languages:python Dominique Leuenberger 2023-02-20 16:46:16 +00:00
  • c2fa0e629a - Add python-311.patch to fix tests for python 3.11 gh#urwid/urwid#517 Daniel Garcia 2023-02-20 08:42:29 +00:00
  • d5917dafa9 - Add python-311.patch to fix tests for python 3.11 gh#urwid/urwid#517 Daniel Garcia 2023-02-20 08:42:29 +00:00
  • 28b07f4c60 Accepting request 931523 from devel:languages:python Dominique Leuenberger 2021-11-20 01:38:07 +00:00
  • d113120e6f Accepting request 931523 from devel:languages:python Dominique Leuenberger 2021-11-20 01:38:07 +00:00
  • 14b7605f4b - add dependency for python 2 builds Dirk Mueller 2021-11-08 12:17:54 +00:00
  • e48e7ef2bb - add dependency for python 2 builds Dirk Mueller 2021-11-08 12:17:54 +00:00
  • 214c34648f Accepting request 925632 from devel:languages:python Dominique Leuenberger 2021-10-20 18:23:21 +00:00
  • 2348da66ba Accepting request 925632 from devel:languages:python Dominique Leuenberger 2021-10-20 18:23:21 +00:00
  • 0c66722b7b Accepting request 924844 from home:pgajdos:python Dirk Mueller 2021-10-16 09:36:25 +00:00
  • 3a529b622a Accepting request 924844 from home:pgajdos:python Dirk Mueller 2021-10-16 09:36:25 +00:00
  • cebc0af32a Accepting request 856967 from devel:languages:python Dominique Leuenberger 2020-12-23 13:18:45 +00:00
  • 3995aba4e9 Accepting request 856967 from devel:languages:python Dominique Leuenberger 2020-12-23 13:18:45 +00:00
  • eee6c07af8 - update to 2.1.2: * Add pack method to LineBox. Fixes: #346 (by Miguel de Dios) * Add a test to check the linebox.pack is good. (by Miguel de Dios) * Add bin/release.sh script to partially automate releases. (by Tony Cebzanov) * Add workaround for #386 (by Tony Cebzanov) * Fix curses_display python3 ord() (by Ya-Liang Chang (Allen)) * Fix bumping to dev version in release.sh script (by Tony Cebzanov) * Fix focus_end on a collapsed tree (by Anonymous Maarten) * Fix crash with "ellipsis" clipping for py2 tour.py works with py2 now Typo in tour.py (by akorb) * Ignore resetting to invalid locale (Closes: #377) (by Jochen Sprickerhof) * Use ord2 for python2/3 compatibility (by Ya-Liang Chang (Allen)) Dirk Mueller 2020-12-19 10:05:17 +00:00
  • 8734cf848e - update to 2.1.2: * Add pack method to LineBox. Fixes: #346 (by Miguel de Dios) * Add a test to check the linebox.pack is good. (by Miguel de Dios) * Add bin/release.sh script to partially automate releases. (by Tony Cebzanov) * Add workaround for #386 (by Tony Cebzanov) * Fix curses_display python3 ord() (by Ya-Liang Chang (Allen)) * Fix bumping to dev version in release.sh script (by Tony Cebzanov) * Fix focus_end on a collapsed tree (by Anonymous Maarten) * Fix crash with "ellipsis" clipping for py2 tour.py works with py2 now Typo in tour.py (by akorb) * Ignore resetting to invalid locale (Closes: #377) (by Jochen Sprickerhof) * Use ord2 for python2/3 compatibility (by Ya-Liang Chang (Allen)) Dirk Mueller 2020-12-19 10:05:17 +00:00
  • 612d2730e6 Accepting request 835016 from devel:languages:python Dominique Leuenberger 2020-10-29 08:45:20 +00:00
  • a8cf74a6f7 Accepting request 835016 from devel:languages:python Dominique Leuenberger 2020-10-29 08:45:20 +00:00
  • 9c7efd4013 - udpate to 2.1.1: * Add TrioEventLoop.run_async(), removed nursery constructor arg (#392) (by Tamás Nepusz) * Add wrap_around kwarg to SimpleListWalkers (by Krzysztof Królczyk) * Change documentation on Terminal (by James Johnson) * Remove debug documentation change test (by James Johnson) * Remove support for py34 (by Andrey Semakin) * Remove invalid escape sequence (by Andrey Lebedev) * Fix GridFlow keypress handling when v_sep is 0 (by Aurelien Grenotton) * Fix Terminal in ListBox (#382) (by James Johnson) * Fix Crash on fg, SIGCONT (after Ctrl-Z, SIGSTOP, SIGTSTP) (by goncalopp) * Fix 256-color mode on some terminals. Addresses #404. (by Tony Cebzanov) * vterm: reduce __init__ boilerplate (by max ulidtko) * vterm: errno 5 is not EOF. (by max ulidtko) * Terminal: use UTF-8 by default. (by max ulidtko) * Instance of Terminal has no __super attr -- thanks pylint! (by max ulidtko) * Do not call wait_readable with a closed fd in TrioEventLoop (by Michael Hudson-Doyle) * Make options a static method where applicable (by Philip Matura) Dirk Mueller 2020-09-16 21:29:51 +00:00
  • 6a781afa1d - udpate to 2.1.1: * Add TrioEventLoop.run_async(), removed nursery constructor arg (#392) (by Tamás Nepusz) * Add wrap_around kwarg to SimpleListWalkers (by Krzysztof Królczyk) * Change documentation on Terminal (by James Johnson) * Remove debug documentation change test (by James Johnson) * Remove support for py34 (by Andrey Semakin) * Remove invalid escape sequence (by Andrey Lebedev) * Fix GridFlow keypress handling when v_sep is 0 (by Aurelien Grenotton) * Fix Terminal in ListBox (#382) (by James Johnson) * Fix Crash on fg, SIGCONT (after Ctrl-Z, SIGSTOP, SIGTSTP) (by goncalopp) * Fix 256-color mode on some terminals. Addresses #404. (by Tony Cebzanov) * vterm: reduce __init__ boilerplate (by max ulidtko) * vterm: errno 5 is not EOF. (by max ulidtko) * Terminal: use UTF-8 by default. (by max ulidtko) * Instance of Terminal has no __super attr -- thanks pylint! (by max ulidtko) * Do not call wait_readable with a closed fd in TrioEventLoop (by Michael Hudson-Doyle) * Make options a static method where applicable (by Philip Matura) Dirk Mueller 2020-09-16 21:29:51 +00:00
  • d9de2c2db0 Accepting request 772323 from devel:languages:python Dominique Leuenberger 2020-02-09 19:48:35 +00:00
  • 40bdf6f722 Accepting request 772323 from devel:languages:python Dominique Leuenberger 2020-02-09 19:48:35 +00:00
  • 923789a4c4 Accepting request 772128 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-02-08 08:18:06 +00:00
  • 977480cf06 Accepting request 772128 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-02-08 08:18:06 +00:00
  • 9a64e63c40 Accepting request 738419 from devel:languages:python Dominique Leuenberger 2019-10-16 07:16:45 +00:00
  • 8ebf9a357f Accepting request 738419 from devel:languages:python Dominique Leuenberger 2019-10-16 07:16:45 +00:00
  • 2b382c914d - Replace %fdupes -s with plain %fdupes; hardlinks are better. Matej Cepl 2019-10-14 14:49:18 +00:00
  • d342a00b63 - Replace %fdupes -s with plain %fdupes; hardlinks are better. Matej Cepl 2019-10-14 14:49:18 +00:00
  • 37b35698e8 Accepting request 580061 from devel:languages:python Dominique Leuenberger 2018-02-27 15:58:37 +00:00
  • 1dded23707 Accepting request 580061 from devel:languages:python Dominique Leuenberger 2018-02-27 15:58:37 +00:00
  • 9d4306c998 Accepting request 579953 from home:alois:branches:devel:languages:python Tomáš Chvátal 2018-02-26 08:30:23 +00:00
  • 7d72400ccb Accepting request 579953 from home:alois:branches:devel:languages:python Tomáš Chvátal 2018-02-26 08:30:23 +00:00
  • e78919c62f Accepting request 507354 from devel:languages:python Dominique Leuenberger 2017-07-21 20:46:21 +00:00
  • 2e23b2e208 Accepting request 507354 from devel:languages:python Dominique Leuenberger 2017-07-21 20:46:21 +00:00
  • 109f892076 Accepting request 501843 from home:alois:branches:devel:languages:python Dirk Mueller 2017-06-30 12:40:26 +00:00
  • f8c2076e4a Accepting request 501843 from home:alois:branches:devel:languages:python Dirk Mueller 2017-06-30 12:40:26 +00:00
  • e8ece436ed Accepting request 369228 from devel:languages:python Dominique Leuenberger 2016-03-16 09:34:33 +00:00
  • 971b6a4066 Accepting request 369228 from devel:languages:python Dominique Leuenberger 2016-03-16 09:34:33 +00:00
  • a6adda6d84 Accepting request 368730 from home:kfreitag:branches:devel:languages:python Todd R 2016-03-09 16:49:45 +00:00
  • 35dce1e7df Accepting request 368730 from home:kfreitag:branches:devel:languages:python Todd R 2016-03-09 16:49:45 +00:00
  • ccdc09ad1f Accepting request 307811 from devel:languages:python Dominique Leuenberger 2015-05-19 21:43:06 +00:00
  • e1e022c3b4 Accepting request 307811 from devel:languages:python Dominique Leuenberger 2015-05-19 21:43:06 +00:00
  • bdeb880c91 Accepting request 307130 from home:benoit_monin:branches:devel:languages:python Jan Matejek 2015-05-18 13:35:52 +00:00
  • 999fa892b1 Accepting request 307130 from home:benoit_monin:branches:devel:languages:python Jan Matejek 2015-05-18 13:35:52 +00:00
  • 710d06cead Accepting request 240964 from devel:languages:python Stephan Kulow 2014-07-15 06:01:12 +00:00
  • c0744b7686 Accepting request 240964 from devel:languages:python Stephan Kulow 2014-07-15 06:01:12 +00:00
  • 711e29c0aa OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=27 Todd R 2014-07-14 15:56:33 +00:00
  • a08c522af3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=27 Todd R 2014-07-14 15:56:33 +00:00
  • 377e4935ef OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=26 Todd R 2014-07-14 15:56:09 +00:00
  • 1b807471e0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=26 Todd R 2014-07-14 15:56:09 +00:00
  • 51bdf1cef5 Accepting request 240922 from home:TheBlackCat:branches:devel:languages:python Todd R 2014-07-14 12:26:18 +00:00
  • 78816d3186 Accepting request 240922 from home:TheBlackCat:branches:devel:languages:python Todd R 2014-07-14 12:26:18 +00:00
  • 7330100ccf remove duplicated spec file Stephan Kulow 2013-06-24 09:04:36 +00:00
  • f4a655accf remove duplicated spec file Stephan Kulow 2013-06-24 09:04:36 +00:00
  • 03aa94dcda Python3 moved to devel:languages:python3 Sascha Peilicke 2013-06-17 12:54:37 +00:00
  • 0f4308901e Python3 moved to devel:languages:python3 Sascha Peilicke 2013-06-17 12:54:37 +00:00
  • dd2c8daf0d Accepting request 148580 from devel:languages:python Stephan Kulow 2013-01-17 09:09:53 +00:00
  • bc1deebc3c Accepting request 148580 from devel:languages:python Stephan Kulow 2013-01-17 09:09:53 +00:00
  • 74cbe12751 Accepting request 148484 from home:posophe:branches:devel:languages:python Sascha Peilicke 2013-01-15 14:17:19 +00:00
  • 0a59350590 Accepting request 148484 from home:posophe:branches:devel:languages:python Sascha Peilicke 2013-01-15 14:17:19 +00:00