Victor Stinner
|
87b39028e5
|
gh-107298: Fix doc references to undocumented modules (#107300)
Update also Doc/tools/.nitignore.
|
2023-07-26 18:59:06 +02:00 |
Hai Shi
|
d332e7b816
|
bpo-41842: Add codecs.unregister() function (GH-22360)
Add codecs.unregister() and PyCodec_Unregister() functions
to unregister a codec search function.
|
2020-09-28 23:41:11 +02:00 |
Serhiy Storchaka
|
25fc088607
|
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Replace all *NULL* with ``NULL``.
|
2019-10-30 12:03:20 +02:00 |
Serhiy Storchaka
|
3fcc1e08db
|
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
|
2018-12-18 13:57:17 +02:00 |
Berker Peksag
|
87f6c2212e
|
Issue #19676: Tweak documentation a bit.
* Updated version info to 3.5
* Fixed a markup error
* Added a versionadded directive to namereplace_errors documentation
|
2014-11-25 18:59:20 +02:00 |
Serhiy Storchaka
|
166ebc4e5d
|
Issue #19676: Added the "namereplace" error handler.
|
2014-11-25 13:57:17 +02:00 |
Serhiy Storchaka
|
0b68a2d675
|
Issue 19195: Improved cross-references in C API documentation.
|
2013-10-09 13:26:17 +03:00 |
Georg Brandl
|
5a9326502d
|
#10468: document Unicode exception creation and access functions.
|
2010-11-23 07:54:19 +00:00 |
Georg Brandl
|
bab3378f36
|
#10439: document PyCodec C APIs.
|
2010-11-20 13:44:41 +00:00 |