1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added trove category to indicate that Python 3.2 is supported too. More... over 9 years ago
* Updated version history. * Cleaned up documentation. More... over 9 years ago
#5: Fixed tests broken under Python 3 caused by some strings that should have been actually been bytes. More... over 9 years ago
#5: Fixed issues that prevented code to run under Python 2.7. More... over 9 years ago
#5: Applied 2to3 in order to also support Python 3. More... over 9 years ago
Fixed broken reStructured text syntax in documentation. More... over 12 years ago
* Updated for version 1.3. * Cleaned up naming. More... over 12 years ago
Merge pull request #3 from akolechkin/master More... over 12 years ago
ChainXmlWriter - implementing method chaining + doctests More... over 12 years ago
endTags method to close a few tags in one command More... over 12 years ago
Fixed AttributeError when XmlWriter(..., encoding=...) was set. More... about 13 years ago
Cleaned up inconsistent copyright comment. More... over 13 years ago
Cleaned up sub headings in version history, which did not actually add anything meaningful. More... over 13 years ago
Cleaned up developer note on tagging. More... over 13 years ago
Ignored build folder. More... over 13 years ago
Cleaned up documentation. More... over 13 years ago
Updated documentation, version number and copyright year. More... over 13 years ago
Merge branch 'master' of https://github.com/disqus/loxun into disqus-master More... over 13 years ago
Added test cases for pretty and indent, exposing issue #1. More... over 13 years ago
Renamed Eclipse project to "loxun", too. More... over 13 years ago
When pretty=False indent was set to a string (rather than a unicode string) which causes it to not be usable More... over 13 years ago
Ignored build artifacts. More... over 13 years ago
* Fixed test for Python 2.5 by importing with_statement from __future__.. * Changed development status from "beta" to "production". * Added inactive code fragment to validate XML names. This is a work in progress. * Updated to version 1.0. * Cleaned up formatting. More... over 13 years ago
Ignored Python byte code files. More... over 13 years ago
Added support for Python's ``with`` so you don not have to manually call `XmlWriter.close()` anymore. More... almost 14 years ago
Removed Subversion keyword expansion to make loxun.py work when stored in a Git repository. More... almost 14 years ago
Cleaned up project name. More... almost 14 years ago
Added possibility to pass attributes to `XmlWriter.startTag()` and `XmlWriter.tag()` with values that have other types than ``str`` or ``unicode``. When written to XML, the value is converted using Python's built-in ``unicode()`` function. More... almost 14 years ago
Added encoding information about test suite. More... almost 14 years ago
Added a couple of files missing from the distribution, most important the test suite. More... almost 14 years ago