summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* OrderedDict, BTree and dict all iterate the same way.fix-ordered-dict-checkerJason Madden2017-05-173-30/+64
* Merge pull request #22 from zopefoundation/issue20-extensionJason Madden2017-05-023-3/+10
|\
| * Be specific that BTrees.keys and .values also are fixed in the same way that ...issue20-extensionJason Madden2017-04-263-3/+10
|/
* svbTres Seaver2017-04-242-1/+6
* Prep 4.1.0 release.4.1.0Tres Seaver2017-04-242-8/+5
* Merge pull request #21 from zopefoundation/issue20Jason Madden2017-04-247-50/+115
|\
| * Another crack at fixing the Python 3 namespace issues on appveyorissue20Jason Madden2017-04-241-1/+2
| * Fix iteration of BTrees.items() in pure-python; and 3.6 supportJason Madden2017-04-247-50/+114
|/
* Merge pull request #18 from zopefoundation/fix-win64-maybeMarius Gedminas2016-06-062-2/+30
|\
| * Appveyor: enable pure-Python buildsfix-win64-maybeMarius Gedminas2016-06-061-0/+2
| * Fix test failures on 64-bit WindowsMarius Gedminas2016-06-061-2/+4
| * Enable Appveyor CIMarius Gedminas2016-06-061-0/+24
|/
* Remove already done todosMichael Howitz2016-05-101-10/+0
* update bootstrap.pyAdam Groszer2016-04-201-15/+36
* Merge pull request #16 from zopefoundation/avoid-poisoning-wheel-cache-python...Tres Seaver2016-04-152-1/+6
|\
| * Don't use/poison global wheel cache when building w/ PURE_PYTHON.avoid-poisoning-wheel-cache-python-pureTres Seaver2016-04-142-1/+6
|/
* Merge pull request #15 from zopefoundation/drop-py26-py32-supportTres Seaver2016-03-234-11/+9
|\
| * Bump version in CHANGES.rst to match setup.py.drop-py26-py32-supportTres Seaver2016-03-231-1/+1
| * Drop support for Python 2.6 and 3.2.Tres Seaver2016-03-234-10/+8
|/
* Merge pull request #14 from felixonmars/masterMarius Gedminas2015-11-075-3/+8
|\
| * Note explicit support for Python 3.5Felix Yan2015-11-085-3/+8
|/
* svbTres Seaver2015-06-022-1/+6
* Prep 4.0.3 release.4.0.3Tres Seaver2015-06-022-2/+2
* Merge branch 'NextThought-pypy-support'Tres Seaver2015-06-023-108/+118
|\
| * Garden changelog.Tres Seaver2015-06-021-102/+103
| * Changelog.Jason Madden2015-06-021-1/+2
| * Merge branch 'master' of https://github.com/zopefoundation/zope.security into...Jason Madden2015-06-025-11/+23
| |\ | |/ |/|
* | Merge pull request #12 from NextThought/pypy-supportTres Seaver2015-06-021-0/+16
|\ \
* | | svbTres Seaver2015-06-022-1/+6
* | | Prep 4.0.2 release.4.0.2Tres Seaver2015-06-022-2/+2
* | | Switch to using 'tox' on Travis.Tres Seaver2015-06-011-7/+14
* | | Fix 'py27-pure'/'py33-pure' tox environments.Tres Seaver2015-06-012-2/+2
* | | Merge pull request #11 from NextThought/pypy-supportTres Seaver2015-06-013-15/+60
|\ \ \
| | | * Make iteration over security-proxied items work under Python3 using the pure-...Jason Madden2015-06-022-7/+15
| | |/
| | * Skip the failing class-hashing tests under PyPy 2.5.0. Fixes #11.Jason Madden2015-06-021-0/+16
| |/
| * Restore dict access of __builtins__ for non-PyPy. Interesting that it doesn't...Jason Madden2015-05-311-1/+4
| * If the very first call to removeSecurityProxy was given a proxy, the results ...Jason Madden2015-05-313-12/+31
| * Let z.s.checker.Global objects be pickled when security-proxied under PyPy wi...Jason Madden2015-05-272-4/+27
|/
* Add PyPI and RTD badges.Tres Seaver2015-01-281-0/+8
* Add RTD dependencies.Tres Seaver2015-01-281-0/+8
* Add hacking docs.Tres Seaver2015-01-242-0/+370
* Silence Sphinx warning.Tres Seaver2015-01-221-0/+0
* Add Travis badge, garden ReST.Tres Seaver2014-12-292-2/+7
* Bow to our new PEP 440 overlords.Tres Seaver2014-12-291-1/+1
* Ignore derived.Tres Seaver2014-12-201-0/+1
* Update to latest bootstrap.Tres Seaver2014-12-201-7/+18
* Speed up Travis start via 'sudo: false'.Tres Seaver2014-12-181-0/+1
* Update to latest bootstrap.pyMarius Gedminas2014-11-061-26/+34
* svbTres Seaver2014-03-192-1/+6
* Prep 4.0.1 release.4.0.1Tres Seaver2014-03-192-2/+2