Nick Coghlan
943e50a52d
Moving from BitBucket to GitHub
2016-04-17 17:31:06 +10:00
ncoghlan
c8b517d807
Merge pull request #1 from grzn/patch-1
...
MANIFEST.in should include itself so source distributions could be bu…
2016-04-14 00:11:14 +10:00
Guy Rozendorn
b93a40d958
MANIFEST.in should include itself so source distributions could be built from source distributions
...
We're using stdb (https://pypi.python.org/pypi/stdeb/0.8.5 ) to build debian packages from the source distribution of contextlib2, and it fails becasue MANIFEST.in is not in the tgz
This
2016-04-13 16:18:00 +03:00
Devin Jeanpierre
e48fbea5a5
Make all classes new-style in Python 2, allowing them to be used with ExitStack.
2016-01-29 14:11:25 -08:00
Nick Coghlan
20cdf6eda5
Revert README to ReST formatting for PyPI
2016-01-13 22:43:32 +10:00
Nick Coghlan
4469999858
NEWS entry for 2.6 compatibility
2016-01-13 22:40:27 +10:00
Nick Coghlan
deed672a89
Version bump
2016-01-13 22:33:07 +10:00
Armin Ronacher
15485962d1
Restored support for Python 2.6
2016-01-13 13:25:09 +01:00
Nick Coghlan
d6aabae9db
Added tag 0.5.0 for changeset 524eca6eaba5
2016-01-12 21:45:10 +10:00
Nick Coghlan
f9316995d8
Merged in dev (pull request #6 )
...
Rebase on Python 3.5 and prep 0.5.0 release
2016-01-12 21:20:09 +10:00
Nick Coghlan
3559e37647
Close branch dev
2016-01-12 21:20:09 +10:00
Nick Coghlan
7bb40c1582
Note new deprecation warnings
2016-01-12 21:16:20 +10:00
Nick Coghlan
a254dc69e2
Merge from default
2016-01-12 21:13:45 +10:00
Nick Coghlan
fc66300a90
Sync setup and README with default
2016-01-12 21:08:23 +10:00
Nick Coghlan
6820fad049
Note compatibility testing changes
2016-01-12 20:59:26 +10:00
Nick Coghlan
b5db8d23a4
Update NEWS and docs for 0.5.0
2016-01-12 20:54:00 +10:00
Nick Coghlan
6d77165d63
Rebase on Python 3.5 contextlib
2016-01-12 18:51:33 +10:00
Nick Coghlan
939293da14
Tox support on dev branch
2016-01-12 18:51:30 +10:00
Nick Coghlan
4199bb9d9d
Ignore tox directory
2016-01-12 18:50:35 +10:00
Nick Coghlan
40f35989cc
Adjust runtimes tested in tox
2016-01-12 16:42:34 +10:00
Nick Coghlan
502124ce60
Adjust packaging for renamed README
2016-01-12 16:42:24 +10:00
Nick Coghlan
82df9fa071
README.md edited online with Bitbucket
2016-01-12 06:21:44 +00:00
Nick Coghlan
e8d0ae4c59
Merged in msabramo/contextlib2/README_link_to_stdlib_contextlib (pull request #5 )
...
README.md: Link to docs for stdlib contextlib
2015-09-16 16:48:34 +10:00
Nick Coghlan
5d298e6a33
Merged in msabramo/contextlib2/README_mention_tox (pull request #4 )
...
README.md: Mention tox
2015-09-16 16:48:10 +10:00
Marc Abramowitz
9196f97c9e
README.md: Link to docs for stdlib contextlib
2015-09-14 22:34:25 -07:00
Marc Abramowitz
6219545f97
README.md: Mention tox
2015-09-14 22:27:53 -07:00
Nick Coghlan
4b3a8bd531
Merged in msabramo/contextlib2/tox (pull request #3 )
...
Add support for tox (http://tox.testrun.org/ )
2015-09-15 09:37:19 +10:00
Marc Abramowitz
90cf9323d4
Add support for tox ( http://tox.testrun.org/ )
...
```
$ tox
...
py26: commands succeeded
py27: commands succeeded
pypy: commands succeeded
py32: commands succeeded
py33: commands succeeded
py34: commands succeeded
py35: commands succeeded
pypy3: commands succeeded
congratulations :)
```
2015-09-14 08:34:55 -07:00
Nick Coghlan
b28f20d157
Indicate README format in extension
2015-09-14 14:51:11 +00:00
Nick Coghlan
a81d62580d
Add Codeship status indicator
2015-09-14 14:50:29 +00:00
Nick Coghlan
8a42c8f733
Add development notes to README
2015-09-15 00:37:30 +10:00
Nick Coghlan
ca20b96805
Close branch ncoghlan/add-dev-notes-to-readme-1442241260952
2015-09-15 00:37:30 +10:00
Nick Coghlan
a64f375bc5
Add development notes to README
2015-09-14 14:34:31 +00:00
Nick Coghlan
f1d447328a
2.6 compatibility
2013-10-26 22:00:05 +10:00
Nick Coghlan
30515dbe4f
Update to Python 3.4 alpha version
2013-10-26 21:42:03 +10:00
Nick Coghlan
29373cf840
Releasing 0.4.0
2012-05-05 23:29:22 +10:00
Nick Coghlan
21a5d8b0a4
Issue #8 : Switch to ExitStack instead of ContextStack
2012-05-01 21:50:17 +10:00
Nick Coghlan
141ca2353f
Update comment - I do know how to express it, I just don't want the external dependency
2012-05-01 21:09:21 +10:00
Nick Coghlan
7d3f886c77
Fallback to unittest2 when necessary
2012-05-01 20:42:19 +10:00
Nick Coghlan
bccd39fa3a
Create development branch and start work on 0.4.0
2012-05-01 20:06:25 +10:00
Nick Coghlan
4e0cbce114
Issue #7 : Provide MANIFEST.in to ensure files are uploaded correctly
2012-01-17 21:57:24 +10:00
Nick Coghlan
3dd3fa10c6
Merge in dev changes, ready to release 0.3
2012-01-04 14:33:24 +10:00
Nick Coghlan
e2b0e0c037
Prep for 0.3 release
2012-01-04 14:31:43 +10:00
Nick Coghlan
0cbb244909
Issue #6 : fix various problems related to the callback wrappers, including correctly looking up __exit__ on the type in register_exit()
2012-01-04 00:26:17 +10:00
Nick Coghlan
8bca9f8cd0
Issue #5 : ContextStack.register no longer pointlessly returns the wrapped function
2012-01-03 23:58:00 +10:00
Nick Coghlan
7cab096ee8
Issue #2 : Add examples and recipes section to docs
2012-01-03 23:53:22 +10:00
Nick Coghlan
580d9bde76
Issue #3 : Accept context managers in ContextStack.register_exit()
2012-01-03 22:21:27 +10:00
Nick Coghlan
8e373d228e
Issue #1 : Add ContextStack.preserve()
2012-01-03 15:05:55 +10:00
Nick Coghlan
7f99236d3b
Properly wrap callbacks in ContextStack.register() and actually assert something in TestContextStack.test_register()
2012-01-03 14:00:18 +10:00
Nick Coghlan
57bc54d8e4
Version history tweaks for in development version
2012-01-03 13:08:43 +10:00