Commit graph

24 commits

Author SHA1 Message Date
Alyssa Coghlan
f64cf04df8
Sync with CPython 3.12.3 (#60)
* generated new diff files covering this sync
* added some helper scripts for the sync process
* fixed RTD theme regression (due to RTD changes since the last release)

Closes #43
2024-05-23 17:55:20 +10:00
Alyssa Coghlan
8fe4d73971
Fix typechecking with recent mypy releases (#59)
* sync with latest typeshed stub file (closes #54)
* publish `dev/mypy.allowlist` in sdist (closes #53)
* drop Python 3.7 support due to positional-only arg
  syntax in the updated stub file
2024-05-23 00:26:48 +10:00
Nick Coghlan
7e2a0a900a Fix references to me 2024-05-22 21:13:35 +10:00
Nick Coghlan
46244c827d Issue #12: Sync API documentation from Python 3.10 2021-06-26 21:24:10 +10:00
John Vandenberg
717cb47d34 Docs and tests for abc and nullcontext
Followup of https://github.com/jazzband/contextlib2/pull/21
2019-09-21 09:17:20 +07:00
Jannis Leidel
b12f399859 Updated links for Jazzband move. 2016-07-27 16:42:06 +02:00
Nick Coghlan
911b459522 Issue #5: support old-style classes in ExitStack 2016-05-02 16:41:56 +10:00
Nick Coghlan
1fb0cf99cb Note ExitStack's new-style class requirement 2016-05-02 15:03:03 +10:00
Nick Coghlan
943e50a52d Moving from BitBucket to GitHub 2016-04-17 17:31:06 +10:00
Nick Coghlan
b5db8d23a4 Update NEWS and docs for 0.5.0 2016-01-12 20:54:00 +10:00
Nick Coghlan
30515dbe4f Update to Python 3.4 alpha version 2013-10-26 21:42:03 +10:00
Nick Coghlan
21a5d8b0a4 Issue #8: Switch to ExitStack instead of ContextStack 2012-05-01 21:50:17 +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
2c9b212384 Better version history information 2011-12-18 18:09:52 +10:00
Nick Coghlan
1da5ee6412 Move version number into a shared file read by both setup.py and docs/conf.py 2011-12-16 23:37:53 +10:00
Nick Coghlan
22bbb22d21 Fix method name in docs 2011-12-15 23:04:23 +10:00
Nick Coghlan
3fbd301c64 Remove unnecessary colons 2011-12-15 23:03:23 +10:00
Nick Coghlan
dbfcb44e47 Fix typo 2011-12-15 23:02:22 +10:00
Nick Coghlan
dbc0c6d23f Add link back to original tracker issue, fix typo noticed by Chris Neugebauer 2011-12-15 22:30:55 +10:00
Nick Coghlan
0744d3cf63 Oops, missed one reference to the initial name 2011-12-15 21:10:29 +10:00
Nick Coghlan
4e624974a6 Rename CleanupManager to ContextStack and fix usage of the test module as __main__ 2011-12-15 21:07:03 +10:00
Nick Coghlan
0077233514 Initial project commit 2011-12-13 22:41:17 +10:00