summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 100% coverage for inheritance.pyJason Madden2017-12-161-7/+15
| | | | There may be a bug lurking in InheritingDictionary not overriding ''values''.
* 100% coverage for test_formats.pyJason Madden2017-12-161-94/+125
| | | | Also fix most of the pep8 whitespace issues.
* 100% coverage for xmlfactory.pyJason Madden2017-12-161-1/+37
|
* Merge pull request #25 from zopefoundation/drop-33Jason Madden2017-12-1635-863/+781
|\ | | | | Remove _compat module and _u function in favor of native unicode literals, and minor project gardening
| * Remove _EMPTY and _BLANK and remove some superflous parens per review.Jason Madden2017-12-162-40/+37
| |
| * Remove _compat module and _u function in favor of native unicode literals ↵drop-33Jason Madden2017-12-1635-843/+764
|/ | | | | | | | | | | | | | | | and project gardening - DRY with dependencies - Enable coveralls.io and add a coverage tox environment - A few tiny changes to increase coverage, but we're not at 100% - Enable testing sphinx docs for all versions - Publish CHANGES.rst on RTD - Modern tox.ini and .travis.yml - Travis was still testing 3.3 and not testing 3.6. - Remove 'level' qualifiers from XML parsing and ZCML test cases. They add about 2s to run the tests, but they're important; see #13. That extra time gets lost in the amount of time it takes to spin tox anyway.
* Replace pypip.in badge (that doesn't work) with shields.io badge (that does)Jason Madden2017-12-161-9/+14
|
* Merge pull request #24 from zopefoundation/resourcewarningsJason Madden2017-11-132-7/+13
|\ | | | | Fix ResourceWarnings for unclosed files when compiling .mo files.
| * Fix ResourceWarnings for unclosed files when compiling .mo files.resourcewarningsJason Madden2017-11-122-7/+13
|/
* Use SVG icon for TravisMarius Gedminas2017-10-051-1/+1
|
* Back to development: 4.2.1Stephan Richter2017-05-232-1/+7
|
* Preparing release 4.2.04.2.0Stephan Richter2017-05-232-2/+2
|
* Merge pull request #2 from Shoobx/masterStephan Richter2017-05-237-14/+74
|\ | | | | Support formatting really small numbers and explicit rounding.
| * Handled @mgedmin's original concern about high-precision numbers (in ↵Stephan Richter2017-05-232-1/+25
| | | | | | | | contrast to really small numbers).
| * Merge branch 'master' into masterStephan Richter2017-05-230-0/+0
| |\ | |/ |/|
* | Merge pull request #21 from SyZn/patch-1Michael Howitz2017-01-282-2/+7
|\ \ | | | | | | Provided better error message on PO-File syntax errors.
| * | Corrected typoSyZn2016-08-311-1/+1
| | |
| * | Details for IO/OSErrorsSyZn2016-08-311-2/+2
| | |
| * | Fixed AttributeError bugSyZn2016-08-311-2/+4
| | |
| * | Update CHANGES.rstSyZn2016-08-301-0/+3
| | |
| * | Better error message on syntax errorSyZn2016-08-301-2/+2
|/ /
| * Fix tox, at least locally, for Python 3.Stephan Richter2017-05-231-0/+2
| |
| * Make sure we have python gettext for test runs.Stephan Richter2017-05-231-0/+2
| |
| * For some reason the MO contained the wrong content.Stephan Richter2017-05-232-0/+0
| |
| * Use an available number to use.Stephan Richter2017-05-231-1/+1
| |
| * Support Py3.6 but not 3.3 anymore.Stephan Richter2017-05-233-2/+3
| |
| * Clean up Changelog and setup.py.Stephan Richter2017-05-232-3/+3
| |
| * Preparing release 4.2.0.sbx1Stephan Richter2017-05-232-2/+2
| |
| * Get ready to re-release with better versioning scheme.Stephan Richter2017-05-232-3/+3
| |
| * Get ready for an internal release. Yikes.Stephan Richter2017-05-232-21/+6
| |
| * Corrected typoSyZn2017-05-231-1/+1
| |
| * Details for IO/OSErrorsSyZn2017-05-231-2/+2
| |
| * Fixed AttributeError bugSyZn2017-05-231-2/+4
| |
| * Update CHANGES.rstSyZn2017-05-231-0/+3
| |
| * Better error message on syntax errorSyZn2017-05-231-2/+2
| |
| * Back to development: 4.2.0.post4Stephan Richter2017-05-172-1/+7
| |
| * Preparing release 4.2.0.post3Stephan Richter2017-05-172-3/+3
| |
| * Give it another shot.Stephan Richter2017-05-172-5/+4
| |
| * Back to development: 4.2.0.sbx3Stephan Richter2017-05-172-1/+7
| |
| * Preparing release 4.2.0.sbx2Stephan Richter2017-05-172-2/+2
| |
| * New release.Stephan Richter2017-05-171-2/+1
| |
| * Back to development: 4.2.0.sbx2Stephan Richter2017-05-172-1/+7
| |
| * Preparing release 4.2.0.sbx1Stephan Richter2017-05-172-2/+2
| |
| * Get ready to re-release with better versioning scheme.Stephan Richter2017-05-172-3/+3
| |
| * Get ready for an internal release. Yikes.Stephan Richter2017-05-162-3/+3
| |
| * Some updates, dropping Py 3.3 support.Stephan Richter2017-01-043-3/+2
| |
| * Revert "Version increment"Stephan Richter2017-01-041-6/+8
| | | | | | | | This reverts commit 5add871526a17cec50baa819c28dbd532cc27177.
| * Support the option to format a number with no rounding. Useful for DecimalsCyrus Vafadari2017-01-043-6/+19
| |
| * Version incrementAndrey Lebedev2017-01-041-8/+6
| |
| * Support for formatting really small numbersAndrey Lebedev2017-01-043-2/+20
|/