[Python-modules-commits] [python-cssselect] tag v0.1 created (now 6782a26)

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Oct 11 23:18:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a change to tag v0.1
in repository python-cssselect.

        at  6782a26   (commit)
This tag includes the following new commits:

       new  4ce61d6   Branch with lxml.html work
       new  30f0c7d   Added incomplete CSS selector code
       new  dae2359   css module to go with last commit
       new  748a194   improvement to CSS selectors, and more tests
       new  738ffd3   More improvements to the selectors
       new  7e64210   Change up the namespace function a bit
       new  8109ab7   Created CSSSelector, added a public __all__ for the css module; renamed the xpath() function; put in some tests for parse_series and fixed the results; added NotImplemented errors for *:something-of-type psuedoclasses, which I can't well implement with XPath; change inheritance of the exceptions
       new  557412f   Fix a problem with nth-last-child; adjust el:empty a little
       new  402c1c6   Fix :only-child; adjust some tests that were acquired, where I don't understand the numbers they used.
       new  60d55b0   Add some fast translation for id, class, and plain element name matches
       new  27ab6cf   renamed lxml.html.css to lxml.cssselect
       new  4bdd75b   moved css module to top-level cssselect module
       new  7f390ae   initial documentation on lxml.html and lxml.cssselect
       new  5390f28   small import fix after module move
       new  0a897ed   added some docs
       new  5096fa2   doc cleanup
       new  9264623   small doc change
       new  7e65572   renamed HTML() to document_fromstring and HTMLFragmentS() to fragmentS_fromstring()
       new  be52a5f   [svn r2743] copied lxml.html from html branch
       new  720a794   [svn r2744] copied lxml.cssselect from html branch
       new  535b568   [svn r2746] copied docs from html branch
       new  8645ee1   [svn r2773] doc updates
       new  c747970   [svn r2885] removed test dependency on lxml.html
       new  d49eddd   [svn r2887] moved CSS tests from lxml.html to main level
       new  f94ebf8   [svn r2909] Some updates to css docs
       new  7b31f98   [svn r3182] r3276 at delle:  sbehnel | 2008-01-21 14:51:38 +0100  run HTML doctests only under Python 2.4+, fix some 2.4-isms in the tests
       new  a57aace   [svn r3183] r3277 at delle:  sbehnel | 2008-01-21 16:40:29 +0100  switch off some more doctests under Python 2.3
       new  033dee8   [svn r3285] r3470 at delle:  sbehnel | 2008-02-13 20:12:19 +0100  loads of docstrings
       new  4012781   [svn r3321] r3552 at delle:  sbehnel | 2008-02-19 22:43:13 +0100  let all test case classes inherit from HelperTestCase
       new  852bd2b   [svn r3394] r3706 at delle:  sbehnel | 2008-03-03 15:53:29 +0100  use Pygments to enable syntax highlighting in docs
       new  71a96bc   [svn r3597] r4067 at delle:  sbehnel | 2008-04-24 19:38:29 +0200  rst fix
       new  691e837   [svn r3699] r4257 at delle:  sbehnel | 2008-05-21 00:08:43 +0200  Py3 fixes and work-arounds
       new  68aab21   [svn r3710] r4268 at delle:  sbehnel | 2008-05-21 13:11:54 +0200  Py3 test fixes and work arounds
       new  0c50e2b   [svn r3717] r4275 at delle:  sbehnel | 2008-05-21 20:06:26 +0200  lots pf Py3 fixes and work-arounds
       new  629816d   [svn r3740] r4335 at delle:  sbehnel | 2008-05-24 09:55:10 +0200  Py3 fix
       new  3438f89   [svn r3741] r4336 at delle:  sbehnel | 2008-05-24 09:55:21 +0200  Py3 test fixes
       new  a705774   [svn r3756] r4372 at delle:  sbehnel | 2008-05-26 10:49:32 +0200  Py3 encoding fixes
       new  5cb30a3   [svn r3757] r4373 at delle:  sbehnel | 2008-05-26 10:50:09 +0200  Py3 test fix
       new  3af9e22   [svn r3766] r4382 at delle:  sbehnel | 2008-05-26 19:44:47 +0200  enable more explicit Python3-like syntax in doctests
       new  87bf4d3   [svn r3835] r4520 at delle:  sbehnel | 2008-06-20 09:48:39 +0200  CSS selector parser accidentally merged non-adjacent classes
       new  01753de   [svn r3852] r4545 at delle:  sbehnel | 2008-06-22 10:55:55 +0200  fix: cssselect parser skipped remaining expression after parsing function with parameters
       new  b6824af   [svn r4005] r4861 at delle:  sbehnel | 2008-11-14 10:52:38 +0100  fixed missing imports and name errors
       new  3fbdcfc   [svn r4208] r5237 at delle:  sbehnel | 2009-09-06 14:50:11 +0200  fix several unicode and character escape issues in lxml.cssselect
       new  e36e4ae   [svn r4209] r5239 at delle:  sbehnel | 2009-09-10 06:45:11 +0200  cssselect: fix error reporting and infinite loop on syntax error
       new  bd3e804   [svn r4268] r5328 at delle:  sbehnel | 2009-11-13 14:07:16 +0100  fix ticket 481641: support treating CSS attribute selectors independent of element selectors
       new  878b4cb   [svn r4345] r5463 at lenny:  sbehnel | 2010-02-08 11:59:46 +0100  fix typos in exception messages and docs
       new  4081dad   [svn r4346] r5469 at lenny:  sbehnel | 2010-02-08 14:20:44 +0100  cleanup
       new  c1c2538   [svn r4399] r5564 at lenny:  sbehnel | 2010-04-11 19:31:29 +0200  execute doctests in cssselect.py
       new  fd2e707   [svn r4400] r5565 at lenny:  sbehnel | 2010-04-11 19:34:52 +0200  ticket #560381: allow passing prefix-to-namespace mapping into CSSSelector()
       new  2c5212f   In lxml.cssselect, use the xpath 'A//B' (short for 'A/descendant-or-self::node()/B') instead of 'A/descendant::B' for the css descendant selector ('A B'). This makes a few edge cases to be consistent with the selector behavior in WebKit and Firefox, and makes more css expressions valid location paths (for use in xsl:template match).
       new  3d6d5ca   another fix for the 'descendant' problem in cssselect to undo a serious performance regression in 2.3.1
       new  f5efc2a   Ignore optional whitespace after combinators when parsing CSS selectors.
       new  bb8f3a0   More tests and change log for the parsing bug in cssselect.
       new  8126a76   add licensing information to lxml.html and lxml.cssselect
       new  af18b6c   "E :pseudo" should parse the same as "E *:pseudo", not "E:pseudo"
       new  8488b3a   Add support for the :root pseudo-class in cssselect.
       new  f209dfd   simplify portability imports to make them more portable themselves
       new  5b0e9dd   Optimize css class selector to test for existence of class attribute before string normalization.
       new  f449d3d   Optimize css attribute selectors to test for existence of attribute before string operations.
       new  f875093   e.args is intended to be a tuple with a single item.
       new  bb505ce   Ignore whitespace after a CSS group separator.
       new  065360f   cssselect: sequences of whitespace are handled by the tokeniser, not the parser
       new  5081caf   Fix in cssselect: fail on empty simple selectors
       new  2a707b4   New project structure outside of lxml
       new  67a02cc   Move the license to its own file.
       new  08d81fc   Make the tests pass.
       new  6708110   Move the test suite to a single file, without doctest.
       new  14b11cf   Fix tests on Python 2.x
       new  50ac664   Test in many Pythons with tox.
       new  746940b   Update the doc/README.
       new  452a6f0   Add Sphinx docs.
       new  2280947   Start a changelog
       new  6782a26   Version 0.1

The 73 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cssselect.git



More information about the Python-modules-commits mailing list