repo
string
commit
string
message
string
diff
string
jwiegley/planner
add9992f38f42444500a85d7c58e1318882befc9
Add ChangeLog entry for last change.
diff --git a/ChangeLog b/ChangeLog index fe63952..7ba34e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,455 +1,462 @@ +2008-01-20 Sacha Chua <sacha@sachachua.com> + + * planner-rss.el (planner-rss-add-item): Remove call to + muse-publish-markup-region. + (planner-publish-markup-note-rss): Use muse-insert-markup so tha...
jwiegley/planner
5e332adeb52ef4a88f63759172e6ca2a549159b8
planner-rss: Fix escaping of markup.
diff --git a/planner-rss.el b/planner-rss.el index 29c76da..013508e 100644 --- a/planner-rss.el +++ b/planner-rss.el @@ -1,278 +1,278 @@ ;;; planner-rss.el --- RSS export for the Emacs Planner (planner.el) ;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. ;; Parts copyright (C) 2005 David D. Smith ...
jwiegley/planner
ec7ec5719e1e413f40fb82a37a9e808cf0e5e31b
Revise authorship of last change
diff --git a/AUTHORS b/AUTHORS index 44cb9f1..77f15d3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,293 +1,296 @@ Planner ======= This is a listing of those who have made contributions of code or documentation to Planner. John Wiegley: Original author (assigned past and future changes for Emacs) J...
jwiegley/planner
a2cd910bc1e734c13f464d68e5e7b57a0921406a
Bookkeeping
diff --git a/AUTHORS b/AUTHORS index d714398..7cb28a5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,287 +1,290 @@ Planner ======= This is a listing of those who have made contributions of code or documentation to Planner. John Wiegley: Original author (assigned past and future changes for Emacs) J...
jwiegley/planner
e6119f05df3a0fd851544fe1640cc2f6f56c6c6f
id attribute for tasks in (x)html output
diff --git a/planner-publish.el b/planner-publish.el index 50e85eb..cad9ffb 100644 --- a/planner-publish.el +++ b/planner-publish.el @@ -1,777 +1,780 @@ ;;; planner-publish.el --- planner-specific publishing ;; Copyright (C) 2005, 2006 Peter K. Lee ;; Parts copyright (C) 2005 Chris McMahan ;; Parts copyright (C) ...
jwiegley/planner
0c4fa9797042acf03389f97e14fdea0c695c548e
Add ChangeLog entry for Jim's change
diff --git a/ChangeLog b/ChangeLog index 5d7df98..4191fdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,422 +1,428 @@ 2007-12-04 Michael Olson <mwolson@gnu.org> * planner-el.texi: Update to mention git instructions, rather than Arch. +2007-12-02 Jim Ottaway <j.ottaway@lse.ac.uk> + + * planner-appt.el: Move ...
jwiegley/planner
52f1f305d5c1ce7f0aafdfcde0f17f4c70aad2c7
Fix issue with planner-deadline and task-based appointments
diff --git a/planner-appt.el b/planner-appt.el index f9280de..bfad7a9 100644 --- a/planner-appt.el +++ b/planner-appt.el @@ -1,1526 +1,1527 @@ ;;; planner-appt.el --- appointment alerts from planner ;; ;; ;; Copyright (C) 2005 Jim Ottaway <j.ottaway@lse.ac.uk> ;; Copyright (C) 2005 Henrik S. Hansen <hsh@fre...
jwiegley/planner
8826fd4fd17ff99d00ee29249cde538119475de3
ChangeLog entry for last change
diff --git a/ChangeLog b/ChangeLog index 5c49edf..5d7df98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,417 +1,422 @@ +2007-12-04 Michael Olson <mwolson@gnu.org> + + * planner-el.texi: Update to mention git instructions, rather than + Arch. + 2007-10-29 Adrian Aichner <adrian@xemacs.org> * contrib/timeclock.el:...
jwiegley/planner
37916925495611f51b61f17eb08089c857b8f89e
manual: Replace mentions of arch with git
diff --git a/planner-el.texi b/planner-el.texi index 6984017..4401edc 100644 --- a/planner-el.texi +++ b/planner-el.texi @@ -1,984 +1,995 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename planner-el.info @settitle planner-el @c %**end of header @dircategory Emacs @direntry * planner-el: (p...
jwiegley/planner
80abeee2b1b1ee6a7935f40ca59c3c3872d4bb33
Fix typo in ChangeLog
diff --git a/ChangeLog b/ChangeLog index a5f0dae..5c49edf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,417 +1,417 @@ 2007-10-29 Adrian Aichner <adrian@xemacs.org> - * timeclock.el: Typo fix. + * contrib/timeclock.el: Typo fix. * planner-gnus.el (planner-gnus-get-message-id): Make gnuslog (see http://www.emac...
jwiegley/planner
f1cc7e249f0c022faa0cc8b80f25c0a7ce0ce111
Overhaul Makefile system
diff --git a/ChangeLog b/ChangeLog index 732b2e9..a5f0dae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,402 +1,417 @@ 2007-10-29 Adrian Aichner <adrian@xemacs.org> * timeclock.el: Typo fix. * planner-gnus.el (planner-gnus-get-message-id): Make gnuslog (see http://www.emacswiki.org/cgi-bin/wiki/GnusLog) URLs...
jwiegley/planner
821c7a3dd966435b1ff6ed00691bac601811038c
AUTHORS: Bookkeeping
diff --git a/AUTHORS b/AUTHORS index c9fb2e4..d714398 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,284 +1,287 @@ Planner ======= This is a listing of those who have made contributions of code or documentation to Planner. John Wiegley: Original author (assigned past and future changes for Emacs) J...
jwiegley/planner
63eca1958738c265acefc74bbc9c5113ceec8fc3
Tiny usability changes (generalizations) for my environment
diff --git a/ChangeLog b/ChangeLog index 1b5fefc..732b2e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,391 +1,402 @@ +2007-10-29 Adrian Aichner <adrian@xemacs.org> + + * timeclock.el: Typo fix. + + * planner-gnus.el (planner-gnus-get-message-id): Make gnuslog (see + http://www.emacswiki.org/cgi-bin/wiki/GnusLog) URLs...
jwiegley/planner
742c44c0f8b4e05d865f267e48ae1826df3da56a
Add .gitignore file
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..421090b --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Files that we ignore when using git. + +*~ +/++xgit-log-edit +*.elc +# /Makefile.defs +/planner-autoloads.el +/planner-el.info +/planner-el.html
jwiegley/planner
ddec10662576826a0dd487db9cd6137bd9242b66
Fix note searching, closes #8973 and #7622.
diff --git a/ChangeLog b/ChangeLog index b7a4123..a4eceb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,382 +1,388 @@ +2007-09-26 John Sullivan <john@wjsullivan.net> + + * planner.el (planner-search-notes-internal): Don't include the + title line of any following note in either the search or the + matched text. Closes...
jwiegley/planner
76c4282b0eeb580b738801e67bec996d5b5b4dbb
Tweak planner-copy-or-move-region behavior more intuitive, closes #8988
diff --git a/ChangeLog b/ChangeLog index 917e55f..b7a4123 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,373 +1,382 @@ +2007-09-23 John Sullivan <john@wjsullivan.net> + + * planner.el (planner-copy-or-move-region): Use convenience + functions instead of ELT and regexps. Don't include the task at + the beginning of the ...
jwiegley/planner
76964f8e34a1df266b513435c2d3f7e3830d3613
Fix error when no annotation found
diff --git a/ChangeLog b/ChangeLog index 41cde3c..917e55f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,368 +1,373 @@ +2007-09-21 Michael Olson <mwolson@gnu.org> + + * planner.el (planner-annotation-as-kill): Fix error that occurred + when no annotation is found, and display a relevant message. + 2007-09-17 John Sul...
jwiegley/planner
6a6f08e289c261c996526f903d0271fda52d894e
Overhaul planner-tasks-overview.
diff --git a/ChangeLog b/ChangeLog index 0b99298..6d6c8be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,344 +1,361 @@ 2007-09-09 John Sullivan <john@wjsullivan.net> + * planner-tasks-overview.el (planner-tasks-overview): Use + planner-extract-tasks. + (planner-tasks-overview-insert): Expect list layout returned by ...
jwiegley/planner
4b257e89539d67354a14a3143f81ad299c47aab4
manual: Update instructions for fetching Muse
diff --git a/planner-el.texi b/planner-el.texi index a74643f..ce75781 100644 --- a/planner-el.texi +++ b/planner-el.texi @@ -1,972 +1,976 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename planner-el.info @settitle planner-el @c %**end of header @dircategory Emacs @direntry * planner-el: (p...
jwiegley/planner
50516c157af6881bbd57aa37b66e32a9f3b25388
Minor docfixes to allout-mode section.
diff --git a/ChangeLog b/ChangeLog index dd3a1ef..372f404 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,337 +1,341 @@ +2007-09-09 John Sullivan <john@wjsullivan.net> + + * planner-el.texi (Using Allout Mode): Minor doc fixes. + 2007-08-30 John Sullivan <john@wjsullivan.net> * planner.el (planner-goto-hook): It'...
jwiegley/planner
a8e29d51726afeafa97034f7b1dcdb2c6b3db9c8
Docfix
diff --git a/ChangeLog b/ChangeLog index e57f3e2..dd3a1ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,333 +1,337 @@ +2007-08-30 John Sullivan <john@wjsullivan.net> + + * planner.el (planner-goto-hook): It's only run for day pages. + 2007-08-29 John Sullivan <john@wjsullivan.net> * planner-registry.el (planner...
jwiegley/planner
899b959b5c05f9e7bcb2d521c1267ecc14b855bc
Accommodate changes made to split-string in Emacs 22.
diff --git a/ChangeLog b/ChangeLog index 4f2ac0a..e57f3e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,326 +1,333 @@ 2007-08-29 John Sullivan <john@wjsullivan.net> + * planner-registry.el (planner-registry-get-link-keywords): Use + it. + (planner-registry-get-keywords): Here too. + + * planner.el (planner-split-st...
jwiegley/planner
33184790d9da74fc0d92ebfb7640015828e3a83a
Run a hook when we delete a task.
diff --git a/ChangeLog b/ChangeLog index 99d8ee6..4f2ac0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,321 +1,326 @@ 2007-08-29 John Sullivan <john@wjsullivan.net> + * planner.el (planner-delete-task): Use it. + + * planner.el (planner-delete-task-hook): New hook. Thanks to David + Vazquez for the suggestion. + ...
jwiegley/planner
e34a0e988dee1bd7ec29d558578aa3873440e530
New annotation functions and documentation
diff --git a/ChangeLog b/ChangeLog index 34ebfba..99d8ee6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,311 +1,321 @@ +2007-08-29 John Sullivan <john@wjsullivan.net> + + * planner-el.texi (Annotations): Remove misleadingly incomplete + sentence describing default annotations. + + * planner.el (planner-annotation-from-...
jwiegley/planner
27e78eadc5158956dcb6362096f355fb84f1d378
publish: Fix validation error in Diary sections
diff --git a/ChangeLog b/ChangeLog index ab65d2c..34ebfba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,306 +1,311 @@ +2007-08-22 Michael Olson <mwolson@gnu.org> + + * planner-publish.el (planner-publish-diary-section-tag): Insert + newline so that we avoid a validation error. + 2007-08-19 Michael Olson <mwolson@gn...
jwiegley/planner
7d09248aac27503777a9d88316d7f0bb2feadd2b
Fix XEmacs and Emacs21 issues with derived and overlay
diff --git a/ChangeLog b/ChangeLog index da1f770..ab65d2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,300 +1,306 @@ +2007-08-19 Michael Olson <mwolson@gnu.org> + + * planner.el: Remove use of eval-when-compile in require + statements, since it breaks compiled code. Also, emacs21 needs to + require 'derived. + 2007...
jwiegley/planner
6d9a45a2e4d8f02ab2b67dbd752c53bad4d9a3c5
planner-calendar: Make &laquo; and &raquo; work
diff --git a/ChangeLog b/ChangeLog index 8cf58d4..da1f770 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,289 +1,300 @@ 2007-07-21 Michael Olson <mwolson@gnu.org> * README: Mention that Muse 3.03 or later is needed. * planner-authz.el, planner-timeclock.el, planner-calendar.el, planner-publish.el: Remove supp...
jwiegley/planner
bed296c196960d7ea5e25ebc66d1f8132dbc5d6a
Require Muse 3.03
diff --git a/ChangeLog b/ChangeLog index 7d995ed..8cf58d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,274 +1,289 @@ +2007-07-21 Michael Olson <mwolson@gnu.org> + + * README: Mention that Muse 3.03 or later is needed. + + * planner-authz.el, planner-timeclock.el, planner-calendar.el, + planner-publish.el: Remove supp...
jwiegley/planner
6758f543f4630f44d6f3e2d74d14c4e5178a984b
Makefile: Update debian package-building rules
diff --git a/ChangeLog b/ChangeLog index 7e397a9..7d995ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,270 +1,274 @@ +2007-07-03 Michael Olson <mwolson@gnu.org> + + * Makefile: Update debian package-building rules. + 2007-06-17 Michael Olson <mwolson@gnu.org> * planner-publish.el (planner-publish-markup-regexp...
jwiegley/planner
e24e80397a9aaf9bd5c6932825132b056549c977
planner-publish: Use correct group for planner-publish-markup-regexps
diff --git a/ChangeLog b/ChangeLog index 0f7a1fb..7e397a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,265 +1,270 @@ +2007-06-17 Michael Olson <mwolson@gnu.org> + + * planner-publish.el (planner-publish-markup-regexps): Use group + of planner-publish, rather than muse-html. + 2007-05-26 Michael Olson <mwolson@gnu....
jwiegley/planner
2970695d055e6022823b2c789eadb73ad9790e31
manual: Update archzoom URL
diff --git a/ChangeLog b/ChangeLog index 3c26c6d..0f7a1fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,261 +1,265 @@ +2007-05-26 Michael Olson <mwolson@gnu.org> + + * planner-el.texi (Installing from Arch): Update Archzoom URL. + 2007-05-07 Michael Olson <mwolson@gnu.org> * README: Mention that there are multi...
jwiegley/planner
ad4e682eb8a9db0216fb5126d6f6d8bdc8b0718c
Revert trivial change
diff --git a/README b/README index 266d64d..bd9b1ca 100644 --- a/README +++ b/README @@ -1,160 +1,160 @@ -This is the README file for Planner. +This is the README file for Planner. Synopsis ======== Planner is an organizer and day planner for Emacs. It helps you keep track of your pending and completed task...
jwiegley/planner
b259a31cddf1a440128f4bbe283d81e698d045f0
Trivial change to test gmane.emacs.planner.scm
diff --git a/README b/README index bd9b1ca..266d64d 100644 --- a/README +++ b/README @@ -1,160 +1,160 @@ -This is the README file for Planner. +This is the README file for Planner. Synopsis ======== Planner is an organizer and day planner for Emacs. It helps you keep track of your pending and completed task...
jwiegley/planner
21931f955da02f502a44b324760db376dc11e958
manual: Mention new planner-el-logs list
diff --git a/ChangeLog b/ChangeLog index aade79d..3c26c6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,256 +1,261 @@ 2007-05-07 Michael Olson <mwolson@gnu.org> + * README: Mention that there are multiple mailing lists. + + * planner-el.texi (Getting Help): Add entry for the new log + messages list. + * planner-p...
jwiegley/planner
14e6114bf1fbd2f986c825708118ea5f2edd6265
Fix calendar publishing, use new link to online documentation in README
diff --git a/ChangeLog b/ChangeLog index 9f47c50..aade79d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,246 +1,256 @@ +2007-05-07 Michael Olson <mwolson@gnu.org> + + * planner-publish.el: Fix bug in publishing of calendars. The + finalization was happening before the header and footer were + inserted, which was incor...
jwiegley/planner
d72c386561b09190f6f373b2385531f153c73dc3
Remove plannerlove references
diff --git a/ChangeLog b/ChangeLog index 94e0d7c..9f47c50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,239 +1,246 @@ +2007-04-08 Michael Olson <mwolson@gnu.org> + + * planner*.el: Replace plannerlove website with maintainer's + website. Closes #8847. + + * README: Mention maintainer's Planner page. Remove plannerlo...
jwiegley/planner
0fbfb08753579ef0ceb6ced2d4b092824748fa07
Change Wanderlust keybinding to C-c C-t. Closes #8361.
diff --git a/ChangeLog b/ChangeLog index 5be3894..94e0d7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,232 +1,239 @@ -2007-04-03 Michael Olson <mwolson@gnu.org> +2007-04-03 John Sullivan <john@wjsullivan.net> + + * planner-el.texi (Wanderlust): Update keybinding. - * planner-el.texi (Preface): Use John's on-line ...
jwiegley/planner
fabb8ce6270c1e5d74a16be5199fcb16e8c85449
manual: Use John's on-line documentation
diff --git a/ChangeLog b/ChangeLog index 2e27499..5be3894 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,227 +1,232 @@ +2007-04-03 Michael Olson <mwolson@gnu.org> + + * planner-el.texi (Preface): Use John's on-line documentation for + Planner, rather than mine. + 2007-04-02 John Sullivan <john@wjsullivan.net> * ...
jwiegley/planner
5ddfc166cd7e3afae12d8929538df791900ba7d0
Docfixes, closing #8357.
diff --git a/ChangeLog b/ChangeLog index 7fdbf45..2e27499 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,221 +1,227 @@ +2007-04-02 John Sullivan <john@wjsullivan.net> + + * planner-el.texi (Planning based on the Franklin-Covey Approach): + Correct MixedCase instructions, closes #8357. Other minor fixups + too. + 2007-...
jwiegley/planner
ce290001b42c03bb9f64745737d6a76366d74c79
git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-112
diff --git a/ChangeLog b/ChangeLog index f24b14b..7fdbf45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,216 +1,221 @@ +2007-03-04 John Sullivan <john@wjsullivan.net> + + * planner-el.texi (Installation): Mention what versions of emacsen + we're compatible with. + 2007-02-10 Michael Olson <mwolson@gnu.org> * pla...
lechner/libilbc0-rfc3951
7eb2e16dad72af0f313789a96f714d43a3619918
Changed control file to provide 'libilbc' and 'libilbc-dev' as well.
diff --git a/debian/changelog b/debian/changelog index 9636076..7f97c9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,20 @@ +libilbc0-rfc3951 (0.6-2) karmic; urgency=low + + * Provided libilbc and libilbc-dev in addition to libilbc0 and + libilbc0-dev + + -- Not Available <none@none.net> Tue, 30 M...
lechner/libilbc0-rfc3951
d7308f262529668e8d52fedb0a77299544164465
Imported Debian patch 0.6-1
diff --git a/debian/changelog b/debian/changelog index 7d32273..9636076 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,13 @@ +libilbc0-rfc3951 (0.6-1) karmic; urgency=low + + * New release + + * Scripts now look in ./downloads before getting files from network + + -- Not Available <none@none.net> We...
lechner/libilbc0-rfc3951
fe5adc8d1f0cd16dca49be8f0437016c72a9bea3
Imported Upstream version 0.6
diff --git a/ChangeLog b/ChangeLog index 175dfe5..f69de3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,21 @@ +2010-03-17 Not Available <none@none.net> + + * changed version number to 0.6 + + * build scripts now check if the codec source documents, i.e. + the RFC, the extract script, or the license are already ...
lechner/libilbc0-rfc3951
c1fb7eb2da0c94d5aed1e6c9e7162fc8f49d713b
Imported Debian patch 0.5-1
diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..26bff6f --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,11 @@ +The license for this software does not comply with the Debian Free +Software Guidelines for free software. + +Please consult the included license and copyright ...
leandrosilva/codes-from-books
485c6bba6b6b3696e3d0d9a152f57cca89db8639
added more info on README
diff --git a/parallel-programming-with-ms-dotnet/README b/parallel-programming-with-ms-dotnet/README index 7eef9c1..ea94ed8 100644 --- a/parallel-programming-with-ms-dotnet/README +++ b/parallel-programming-with-ms-dotnet/README @@ -1,10 +1,14 @@ Parallel Programming with Microsoft .NET Design Patterns for Decomposit...
leandrosilva/codes-from-books
9b5f08a52ff215bce7c0941ab5695c24abb0fdcf
added .gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file
leandrosilva/codes-from-books
faad9d1bac68ac011c2b50f9f595e81c31146d3b
added some more info
diff --git a/real-world-functional-programming/README b/real-world-functional-programming/README index f9264d2..5c73bf5 100644 --- a/real-world-functional-programming/README +++ b/real-world-functional-programming/README @@ -1,3 +1,3 @@ -Sample codes from Real-World Functional Programming, available from: +C# and F# sa...
leandrosilva/codes-from-books
1fc54fe7cb0c682fd84271b4af22155676a77bff
added README to Real-World Functional Programming book
diff --git a/real-world-functional-programming/README b/real-world-functional-programming/README new file mode 100644 index 0000000..f9264d2 --- /dev/null +++ b/real-world-functional-programming/README @@ -0,0 +1,3 @@ +Sample codes from Real-World Functional Programming, available from: + +http://code.msdn.microsoft.co...
mdirolf/pyporter2
81d3932ab4f1002763da1e5e746cdbd055f2a119
Just return non-ascii words as-is.
diff --git a/Stemmer.py b/Stemmer.py index 6d77822..5094bd4 100644 --- a/Stemmer.py +++ b/Stemmer.py @@ -1,732 +1,739 @@ # Copyright (c) 2008 Michael Dirolf (mike at dirolf dot com) # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation # fil...
mdirolf/pyporter2
02b0cfd6a67fe18488a3193516d15f139b2c2c4e
started work towards v1.0.0 => implementing the PyStemmer API and deprecating the original API
diff --git a/README b/README index b11700d..059a6bd 100644 --- a/README +++ b/README @@ -1,14 +1,15 @@ pyporter2: A python implementation of the Porter2 stemmer. See http://snowball.tartarus.org/algorithms/english/stemmer.html USAGE ----- ->>> import porter2 ->>> porter2.stem('stemming') +>>> import Stemmer +>>...
mdirolf/pyporter2
90828bafbaa6aeb56fa0a1b477aced9964d58d81
better readme
diff --git a/README b/README index ea7e479..b11700d 100644 --- a/README +++ b/README @@ -1,3 +1,14 @@ pyporter2: A python implementation of the Porter2 stemmer. See http://snowball.tartarus.org/algorithms/english/stemmer.html + +USAGE +----- +>>> import porter2 +>>> porter2.stem('stemming') +'stem' + +UNIT TESTS +-...
mdirolf/pyporter2
6f181c9ab41aaaec06d15c75b2eecc7653b812eb
include project name
diff --git a/README b/README index 6862f46..ea7e479 100644 --- a/README +++ b/README @@ -1,3 +1,3 @@ -A python implementation of the Porter2 stemmer. +pyporter2: A python implementation of the Porter2 stemmer. See http://snowball.tartarus.org/algorithms/english/stemmer.html diff --git a/porter2.py b/porter2.py index...
mdirolf/pyporter2
007f9fa00becdc37ade456c3d4b88913d2c9f568
license
diff --git a/porter2.py b/porter2.py index 8cbfeab..99ba0c1 100644 --- a/porter2.py +++ b/porter2.py @@ -1,512 +1,535 @@ +# Copyright (c) 2008 Michael Dirolf (mike at dirolf dot com) + +# Permission is hereby granted, free of charge, to any person +# obtaining a copy of this software and associated documentation +# fil...
mdirolf/pyporter2
530b860330a39a57be4cc069348647641918cb30
include link in README
diff --git a/README b/README index a7d6bcf..6862f46 100644 --- a/README +++ b/README @@ -1 +1,3 @@ A python implementation of the Porter2 stemmer. + +See http://snowball.tartarus.org/algorithms/english/stemmer.html
mdirolf/pyporter2
ec36194a84a80fd6f213a9077338d491cff68c45
fix path to test data
diff --git a/porter2.py b/porter2.py index c01c587..8cbfeab 100644 --- a/porter2.py +++ b/porter2.py @@ -96,525 +96,525 @@ def step_1b(word, r1): if ends_with_double(word): return word[:-1] if is_short_word(word): return word + 'e' return word suffixes = ['ed'...
mdirolf/pyporter2
d7707a53975ca71585974b7ea29751820ccdc35c
remove trailing whitespace
diff --git a/porter2.py b/porter2.py index 980f734..c01c587 100644 --- a/porter2.py +++ b/porter2.py @@ -1,620 +1,620 @@ """An implementation of the Porter2 stemming algorithm. See http://snowball.tartarus.org/algorithms/english/stemmer.html""" import unittest, re regexp = re.compile(r"[^aeiouy]*[aeiouy]+[^aeio...
ironfroggy/myshell
7d1208d1e54340433c2f19dba7177c75d51b0ba0
Fix the order of setting PATH, sourcing virtualenvwrapper.sh, and loading aliases. Must be in that order.
diff --git a/dot-files/.zshrc b/dot-files/.zshrc index 1c0c0b6..96e847b 100644 --- a/dot-files/.zshrc +++ b/dot-files/.zshrc @@ -1,68 +1,68 @@ # The following lines were added by compinstall zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate zstyle ':completion:*' matcher-list 'l:|=*...
ironfroggy/myshell
7144566c4df57b4c920beec54c971167ae1a2118
Default all_status
diff --git a/dot-files/.config/starship.toml b/dot-files/.config/starship.toml index 5f6c560..22312c4 100644 --- a/dot-files/.config/starship.toml +++ b/dot-files/.config/starship.toml @@ -1,169 +1,177 @@ format = """ [](#9A348E)\ $os\ $username\ [](bg:#BA437E fg:#9A348E)\ $conda\ [](fg:#BA437E bg:#DA62...
ironfroggy/myshell
00c3d6565c07eb71fbe1c4177638ab314a20b2e6
Style starship git_status' renamed file count
diff --git a/dot-files/.config/starship.toml b/dot-files/.config/starship.toml index 5eff181..5f6c560 100644 --- a/dot-files/.config/starship.toml +++ b/dot-files/.config/starship.toml @@ -1,168 +1,169 @@ format = """ [](#9A348E)\ $os\ $username\ [](bg:#BA437E fg:#9A348E)\ $conda\ [](fg:#BA437E bg:#DA62...
ironfroggy/myshell
374d7074d77717c20dac1338bf872c4d9accddc6
a few things
diff --git a/dot-files/.vimrc b/dot-files/.vimrc index 8f5adec..9a149e8 100755 --- a/dot-files/.vimrc +++ b/dot-files/.vimrc @@ -1,578 +1,578 @@ set nocompatible " TODO: Learn what this really does set expandtab " Do not insert tab when <Tab> was pressed - insert a number of spaces set shiftwidth=4 " Number o...
ironfroggy/myshell
346d71721320de31bf02380d60083f75fa8947fe
totally reworked dotfile setup
diff --git a/dot-files/.config/starship.toml b/dot-files/.config/starship.toml new file mode 100644 index 0000000..46670a3 --- /dev/null +++ b/dot-files/.config/starship.toml @@ -0,0 +1,151 @@ +format = """ +[](#9A348E)\ +$os\ +$username\ +[](bg:#BA437E fg:#9A348E)\ +$conda\ +[](fg:#BA437E bg:#DA627D)\ +$direc...
ironfroggy/myshell
27db580f02d5b4f743883b43ddff4c14ee963379
Making EC2/AWS settings more generic
diff --git a/bashrc b/bashrc index 26b27d2..961128b 100755 --- a/bashrc +++ b/bashrc @@ -1,61 +1,60 @@ source ~/.bashrc_default source virtualenvwrapper.sh export PATH=$PATH:/home/calvin/.local/bin/:/var/lib/gems/1.8/bin/ touch ~/.bin-paths while read LINE; do export PATH=$PATH:$LINE done < ~/.bin-paths ...
ironfroggy/myshell
8b807f127dfa5ee041ca37ae6f475e962768162f
Fixing bug in bashrc writing to stdout during scp/rsync shells
diff --git a/all_screenrc b/all_screenrc index 6a1edec..0e44fff 100755 --- a/all_screenrc +++ b/all_screenrc @@ -1,7 +1,11 @@ escape ^Zz #screen -t WOC sh -c "cd ~/boxes/woc/; vagrant up; vagrant ssh" #screen -t Dooster sh -c "cd ~/boxes/dooster/; vagrant up; vagrant ssh" #screen -t Journey33 sh -c "cd ~/projects/j...
ironfroggy/myshell
0d28523935c6c5c6fc45eed3d449ed29a7c6b7e6
Add a more visible user bin
diff --git a/bashrc b/bashrc index 26b27d2..f37f94f 100755 --- a/bashrc +++ b/bashrc @@ -1,61 +1,61 @@ source ~/.bashrc_default source virtualenvwrapper.sh -export PATH=$PATH:/home/calvin/.local/bin/:/var/lib/gems/1.8/bin/ +export PATH=$PATH:/home/calvin/bin:/home/calvin/.local/bin/:/var/lib/gems/1.8/bin/ touch ...
ironfroggy/myshell
3b3fb0312ca95609f0180e7ebd82426b5c8fd0c6
Don't load bash defaults that don't exist; Add ,pp command to vim to copy a line from one window to the next;
diff --git a/bashrc b/bashrc index dce2191..c0de60d 100755 --- a/bashrc +++ b/bashrc @@ -1,56 +1,58 @@ -source ~/.bashrc_default +if [ -d "~/.bashrc_default" ] ; then + source ~/.bashrc_default +fi source virtualenvwrapper.sh export PATH=$PATH:/home/calvin/.local/bin/:/var/lib/gems/1.8/bin/ touch ~/.bin-paths...
ironfroggy/myshell
4b3d545de51b7180e53fd0a6df59710e81b3597a
Added a GIT_EDITOR that displays the current patch to commit on the left and the editor on the right.
diff --git a/bashrc b/bashrc index 53484a9..26b27d2 100755 --- a/bashrc +++ b/bashrc @@ -1,58 +1,61 @@ source ~/.bashrc_default source virtualenvwrapper.sh export PATH=$PATH:/home/calvin/.local/bin/:/var/lib/gems/1.8/bin/ touch ~/.bin-paths while read LINE; do export PATH=$PATH:$LINE done < ~/.bin-paths ...
ironfroggy/myshell
7999622124d0c067e487dd343193f0466e91bba6
Add repeat and recur commands for todo
diff --git a/todo.actions.d/recur b/todo.actions.d/recur new file mode 100755 index 0000000..aaa7d8d --- /dev/null +++ b/todo.actions.d/recur @@ -0,0 +1,46 @@ +#!/usr/bin/env python3 + +import os +import sys +import re + + +R_PRI = re.compile(r'\(\w\)') +def strip(task): + return R_PRI.sub('', task).strip() + + +def...
ironfroggy/myshell
be6e5630e8a7fcee9674c77f46f31bb42c372026
Added empty todo.actions.d
diff --git a/install.sh b/install.sh index 21698a4..8837bd8 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash ln -s $(pwd)/bashrc ~/.bashrc ln -s $(pwd)/bash_profile ~/.bash_profile ln -s $(pwd)/screenrc ~/.screenrc ln -s $(pwd)/vim ~/.vim ln -s $(pwd)/vimrc ~/.vimrc ln -s $(pwd)/xmodm...
ironfroggy/myshell
7816a1fc5ee48af03aec766ff5283a00d5892218
Added lastline, a command to add a trailing newline to files which don't have it.
diff --git a/bin/lastline b/bin/lastline new file mode 100755 index 0000000..0996bee --- /dev/null +++ b/bin/lastline @@ -0,0 +1,15 @@ +#!/usr/bin/env python3 + +import sys + + +def main(): + line = None + for line in sys.stdin: + sys.stdout.write(line) + if line is not None and not line.endswith("\n"):...
ironfroggy/myshell
c0e6c7e8b0acdfeb705d43d0794f2dabe5e7c916
Allow keeping the system defaul bashrc, along with my own
diff --git a/bashrc b/bashrc index 56808d9..d8ff5fa 100755 --- a/bashrc +++ b/bashrc @@ -1,39 +1,41 @@ +source ~/.bashrc_default + source virtualenvwrapper.sh export PATH=$PATH:/home/calvin/.local/bin/:/var/lib/gems/1.8/bin/ setxkbmap us -option compose:lwin xmodmap ~/.xmodmap export EC2_HOME=~/.ec2 export PATH...
ironfroggy/myshell
2dd08954987cb3b427aec5861049c1b35863c54f
A few things added: read bin paths from ~/.bin-paths as a place to register them, alias for todo, android sdk stuff.
diff --git a/all_screenrc b/all_screenrc old mode 100644 new mode 100755 index 898f8ed..6a1edec --- a/all_screenrc +++ b/all_screenrc @@ -1,7 +1,7 @@ escape ^Zz #screen -t WOC sh -c "cd ~/boxes/woc/; vagrant up; vagrant ssh" #screen -t Dooster sh -c "cd ~/boxes/dooster/; vagrant up; vagrant ssh" #screen -t Journey3...
ironfroggy/myshell
82227e8935c2ccd0b69e74d88cdaeff0ec05b838
A few things added: read bin paths from ~/.bin-paths as a place to register them, alias for todo, android sdk stuff.
diff --git a/all_screenrc b/all_screenrc old mode 100644 new mode 100755 index 898f8ed..6a1edec --- a/all_screenrc +++ b/all_screenrc @@ -1,7 +1,7 @@ escape ^Zz #screen -t WOC sh -c "cd ~/boxes/woc/; vagrant up; vagrant ssh" #screen -t Dooster sh -c "cd ~/boxes/dooster/; vagrant up; vagrant ssh" #screen -t Journey3...
ironfroggy/myshell
8121f0694db752c6f4dd14ea20c791d9bd0bd776
Added a lot to my vimrc, included plain text wrapping defaults that are turned off for any matched filetype and ftplugin setup, but not used.
diff --git a/vimrc b/vimrc index cb86f9e..c0a2d27 100755 --- a/vimrc +++ b/vimrc @@ -1,13 +1,46 @@ +set nocompatible " TODO: Learn what this really does + set expandtab " Do not insert tab when <Tab> was pressed - insert a number of spaces set shiftwidth=4 " Number of spaces to use for each step of (auto)indent ...
ironfroggy/myshell
89d8e4343df8434e7e2f25b56caff7073d9da0dc
Add $HOME/bin to path.
diff --git a/bashrc b/bashrc index ec181e5..56808d9 100755 --- a/bashrc +++ b/bashrc @@ -1,36 +1,39 @@ source virtualenvwrapper.sh export PATH=$PATH:/home/calvin/.local/bin/:/var/lib/gems/1.8/bin/ setxkbmap us -option compose:lwin xmodmap ~/.xmodmap export EC2_HOME=~/.ec2 export PATH=$PATH:$EC2_HOME/bin export...
ironfroggy/myshell
7beb5b65aaf66a79a3826f3680d999b6b817c4b0
source a ~/.bash_local if it exists, for placing machine-specific environment setup
diff --git a/bashrc b/bashrc index 2272931..ec181e5 100755 --- a/bashrc +++ b/bashrc @@ -1,32 +1,36 @@ source virtualenvwrapper.sh export PATH=$PATH:/home/calvin/.local/bin/:/var/lib/gems/1.8/bin/ setxkbmap us -option compose:lwin xmodmap ~/.xmodmap export EC2_HOME=~/.ec2 export PATH=$PATH:$EC2_HOME/bin export...
ironfroggy/myshell
0a48d7ac7343536b0f58144d2c900534a705c21b
Add all_screenrc
diff --git a/all_screenrc b/all_screenrc new file mode 100644 index 0000000..898f8ed --- /dev/null +++ b/all_screenrc @@ -0,0 +1,7 @@ +escape ^Zz +#screen -t WOC sh -c "cd ~/boxes/woc/; vagrant up; vagrant ssh" +#screen -t Dooster sh -c "cd ~/boxes/dooster/; vagrant up; vagrant ssh" +#screen -t Journey33 sh -c "cd ~/pr...
ironfroggy/myshell
0ff2ccf34934caaa56b1235d1ad6fde70b30701a
Fix merge
diff --git a/bash_profile b/bash_profile index e01cbdd..1dc2a02 100644 --- a/bash_profile +++ b/bash_profile @@ -1,38 +1,3 @@ -<<<<<<< HEAD -source virtualenvwrapper.sh - -export PATH=$PATH:/home/calvin/.local/bin/:/var/lib/gems/1.8/bin/ -setxkbmap us -option compose:lwin -xmodmap ~/.xmodmap -export EC2_HOME=~/.ec2 -ex...
ironfroggy/myshell
2744cf9c885bba090ad8b46a409bc0212991893b
Add set_aws_account function
diff --git a/bash_profile b/bash_profile index 248ef8e..2272931 100644 --- a/bash_profile +++ b/bash_profile @@ -1,29 +1,32 @@ source virtualenvwrapper.sh export PATH=$PATH:/home/calvin/.local/bin/:/var/lib/gems/1.8/bin/ setxkbmap us -option compose:lwin xmodmap ~/.xmodmap export EC2_HOME=~/.ec2 export PATH=$PA...
ironfroggy/myshell
5f56b0e8027c0e00461ef91d15465f42b7a0ea51
Add bash_profile
diff --git a/bash_profile b/bash_profile new file mode 100644 index 0000000..1dc2a02 --- /dev/null +++ b/bash_profile @@ -0,0 +1,3 @@ +if [ -f ~/.bashrc ]; then + source ~/.bashrc +fi diff --git a/install.sh b/install.sh index 51ecc3f..21698a4 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,7 @@ #!/usr/bin/env ...
ironfroggy/myshell
2ef88861c879e24d45cc5e8cb6ab975f7b541638
Move bash_profile to bashrc, because profile is only loaded on login shells.
diff --git a/bash_profile b/bashrc old mode 100644 new mode 100755 similarity index 100% rename from bash_profile rename to bashrc diff --git a/install.sh b/install.sh index cfee433..51ecc3f 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -ln -s $(pwd)/bash_profile ~/.bash_profile +ln -s $...
ironfroggy/myshell
387ec2b8ea80580bf3ce86c85de20892b141d70d
Add xmodmap configuration
diff --git a/install.sh b/install.sh index be699ff..cfee433 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash ln -s $(pwd)/bash_profile ~/.bash_profile ln -s $(pwd)/screenrc ~/.screenrc ln -s $(pwd)/vim ~/.vim ln -s $(pwd)/vimrc ~/.vimrc +ln -s $(pwd)/xmodmap ~/.xmodmap diff --git a/xmod...
ironfroggy/myshell
22d05989cfd0e8379c867976a70ad76b43f8d30d
Added an installer
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..be699ff --- /dev/null +++ b/install.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +ln -s $(pwd)/bash_profile ~/.bash_profile +ln -s $(pwd)/screenrc ~/.screenrc +ln -s $(pwd)/vim ~/.vim +ln -s $(pwd)/vimrc ~/.vimrc
ironfroggy/myshell
2b035150e3f348b9c6e91923ddbfe5f10fa68ad7
Add my screenrc
diff --git a/screenrc b/screenrc new file mode 100644 index 0000000..a510c2e --- /dev/null +++ b/screenrc @@ -0,0 +1,236 @@ +# GNU Screen configuration file +# +# Sarunas Vancevicius <svan_AT_redbrick_DOT_dcu_DOT_ie> +# This file can be found at http://svan.redbrick.dcu.ie/configs/ + +# I'm pretty sure this config was ...
ironfroggy/myshell
eae0e123a7156531fed64c919de3a7226036e573
Just updating for what I use now. Added a path for gems, and disabled arrows and mouse in vim.
diff --git a/bash_profile b/bash_profile index 84d3698..7265037 100644 --- a/bash_profile +++ b/bash_profile @@ -1,23 +1,27 @@ -export PATH=$PATH:/home/calvin/.local/bin/ +export PATH=$PATH:/home/calvin/.local/bin/:/var/lib/gems/1.8/bin/ setxkbmap us -option compose:lwin xmodmap ~/.xmodmap export EC2_HOME=~/.ec2 ex...
ironfroggy/myshell
e2378f2b1a666743cb488fce6b4f8a22aea52658
init with my vimrc and bash_profile
diff --git a/bash_profile b/bash_profile new file mode 100644 index 0000000..84d3698 --- /dev/null +++ b/bash_profile @@ -0,0 +1,23 @@ +export PATH=$PATH:/home/calvin/.local/bin/ +setxkbmap us -option compose:lwin +xmodmap ~/.xmodmap +export EC2_HOME=~/.ec2 +export PATH=$PATH:$EC2_HOME/bin +export EC2_PRIVATE_KEY=`ls $...
rafaelp/simple_datepicker_helper
28e9f0d8b47428c5674a4083034c08a98df96fb0
Minor changes on README
diff --git a/README.mkdn b/README.mkdn index 3a50d10..a0b747e 100644 --- a/README.mkdn +++ b/README.mkdn @@ -1,71 +1,71 @@ #Simple Datepicker Helper This plugin is a Ruby on Rails helper for [Eulerian Javascript Datepicker](http://www.eulerian.com/en/opensource/datepicker-prototype-scriptaculous). ## DEPENDENCIE...
rafaelp/simple_datepicker_helper
6338ead886a0a13a43677fdc3e1abfea1aa4b0f5
Minor changes on README
diff --git a/README.mkdn b/README.mkdn index cbb06ad..3a50d10 100644 --- a/README.mkdn +++ b/README.mkdn @@ -1,71 +1,71 @@ #Simple Datepicker Helper -This plugin is a helper for [Eulerian Javascript Datepicker](http://www.eulerian.com/en/opensource/datepicker-prototype-scriptaculous). +This plugin is a Ruby on Rails...
rafaelp/simple_datepicker_helper
bd69e4657cdc1397ebb8ec9481865a1638cc87c1
Minor changes on README
diff --git a/README.mkdn b/README.mkdn index 2b854a5..cbb06ad 100644 --- a/README.mkdn +++ b/README.mkdn @@ -1,66 +1,71 @@ -SimpleDatepickerHelper -====================== +#Simple Datepicker Helper -This plugin is a helper for Eulerian Javascript Datepicker (http://www.eulerian.com/en/opensource/datepicker-prototype-...
rafaelp/simple_datepicker_helper
a4e665f5eef106f573a8f56cc50faf0279ea2db0
renaming from xxx-xxx to xxx_xxx
diff --git a/README.mkdn b/README.mkdn index aa9c59e..2b854a5 100644 --- a/README.mkdn +++ b/README.mkdn @@ -1,66 +1,66 @@ SimpleDatepickerHelper ====================== This plugin is a helper for Eulerian Javascript Datepicker (http://www.eulerian.com/en/opensource/datepicker-prototype-scriptaculous). -More inf...
rafaelp/simple_datepicker_helper
003eb16847e058665234a9086f2527a072236fb2
Typos corrected
diff --git a/README.mkdn b/README.mkdn index 1902bd9..aa9c59e 100644 --- a/README.mkdn +++ b/README.mkdn @@ -1,66 +1,66 @@ SimpleDatepickerHelper ====================== -This plugins is a helper for Eulerian Javascript Datepicker (http://www.eulerian.com/en/opensource/datepicker-prototype-scriptaculous). +This plug...
superfell/Beatbox
6b5f9d95a073c85bef132252d1009a642820a9c1
Configure package as py2, py3 universal wheel
diff --git a/setup.cfg b/setup.cfg index 159efd6..9fb6ef9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,9 @@ +[bdist_wheel] +universal = 1 + [egg_info] tag_date = 0 tag_svn_revision = 0 tag_build = [flake8] max_line_length=119
superfell/Beatbox
d8da0661be5c83bb00c6442e880fbcd742573cad
Moved xmltramp.XmlTrampTests to a new module.
diff --git a/beatbox/tests/test_xmltramp.py b/beatbox/tests/test_xmltramp.py new file mode 100644 index 0000000..e600610 --- /dev/null +++ b/beatbox/tests/test_xmltramp.py @@ -0,0 +1,150 @@ +import unittest +from beatbox.xmltramp import Element, Namespace, parse, quote + + +class XmlTrampTests(unittest.TestCase): + ...
superfell/Beatbox
c6ba8626ecbc9685fcb761f76913eb3d8ebaaa6e
Simplified setup and tests configuration thanks to refactoring
diff --git a/.gitignore b/.gitignore index aee11f8..b5a1473 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ *.pyc build/ dist/ beatbox.egg-info/ +.tox/ +.coverage +htmlcov/ diff --git a/beatbox/tests/test_beatbox.py b/beatbox/tests/test_beatbox.py index ff7d643..0a6f2f2 100644 --- a/beatbox/tests/test_beat...
superfell/Beatbox
0a96e04360846aa58e1da87b8fefeb9618eef597
Fixed "import" commands after move and rename
diff --git a/beatbox/__init__.py b/beatbox/__init__.py index e69de29..f267b43 100644 --- a/beatbox/__init__.py +++ b/beatbox/__init__.py @@ -0,0 +1,13 @@ +from beatbox._beatbox import ( # NOQA + Client, IterClient, SoapFaultError, islst, # really public + _tPartnerNS, _tSObjectNS, ...
superfell/Beatbox
8aa50bb0d8533af266ac3b4f071691b7077decd2
Moved all modules to directories: beatbox, tests or examples
diff --git a/beatbox/__init__.py b/beatbox/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/beatbox.py b/beatbox/_beatbox.py similarity index 100% rename from beatbox.py rename to beatbox/_beatbox.py diff --git a/beatbox_six.py b/beatbox/six.py similarity index 100% rename from beatbox_six.py rename...
superfell/Beatbox
519e07c2852725295bf7203b62510feb00c594ed
Fixed types to be explicit and clear
diff --git a/xmltramp.py b/xmltramp.py index eeb8d6d..0315528 100644 --- a/xmltramp.py +++ b/xmltramp.py @@ -1,484 +1,483 @@ """xmltramp: Make XML documents easily accessible.""" import unittest from io import BytesIO from xml.sax.handler import EntityResolver, DTDHandler, ContentHandler, ErrorHandler from xml.s...
superfell/Beatbox
ed006ffeebab8efbd3f2a167b5d7ebc84af452d7
Converted documentation comments to __doc__ strings
diff --git a/beatbox.py b/beatbox.py index 5f5b51b..01d363e 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,744 +1,757 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" from __future__ import print_function from beatbox_six import BytesIO, http_client, text_type, urlparse, xrange import gzip ...
superfell/Beatbox
38178d697bb5f43fb7d5b8ffa1fbbf37a077ae1f
Use full URL in the "post" method. Related to #5
diff --git a/beatbox.py b/beatbox.py index 5304152..5f5b51b 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,744 +1,744 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" from __future__ import print_function from beatbox_six import BytesIO, http_client, text_type, urlparse, xrange import gzip ...
superfell/Beatbox
cb2e93b0c088ae17d5439c382ecd84d2afdba669
Fixed unused function "load" to work with Python3
diff --git a/beatbox_six.py b/beatbox_six.py index 9902593..5491b30 100644 --- a/beatbox_six.py +++ b/beatbox_six.py @@ -1,42 +1,44 @@ """Simplified "six" package for Beatbox and Python >= 2.7 or >= 3.3""" # It is in a setarate module because some checkers can report that # something is not a valid code in Python 2 ...
superfell/Beatbox
9a0052826d547343d2358570abd15fa2322faebd
Fixed code style, checked by flake8 (pep8) max_line_length=119
diff --git a/beatbox.py b/beatbox.py index 5c07a2c..5304152 100644 --- a/beatbox.py +++ b/beatbox.py @@ -1,744 +1,744 @@ """beatbox: Makes the salesforce.com SOAP API easily accessible.""" from __future__ import print_function -from beatbox_six import PY3, BytesIO, http_client, text_type, urlparse, xrange +from bea...