Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Issue #18919: Unified and extended tests for audio modules: aifc, sunau and | Serhiy Storchaka | 2013-10-13 | 19 | -226/+560 | |
| | | | | | | | | | | | | | | | | wave. | |||||
* | | | | Issue #17827: Document codecs.encode and codecs.decode | Nick Coghlan | 2013-10-13 | 2 | -0/+22 | |
|/ / / | ||||||
* | | | Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. | Georg Brandl | 2013-10-13 | 1 | -0/+4 | |
| | | | ||||||
* | | | Closes #17375: port new threading docstrings from 2.7. | Georg Brandl | 2013-10-13 | 1 | -39/+375 | |
| | | | ||||||
* | | | Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. | Georg Brandl | 2013-10-13 | 1 | -1/+5 | |
| | | | ||||||
* | | | Fix display of deprecated blocks with Sphinx 1.2. | Georg Brandl | 2013-10-13 | 2 | -2/+2 | |
| | | | ||||||
* | | | Make test_terminate() succeed or fail quickly. | Richard Oudkerk | 2013-10-12 | 1 | -2/+14 | |
| | | | | | | | | | | | | This does not fix #19227, but should stop the Gentoo buildbot from hanging. | |||||
* | | | Issue #19202: Add cross-reference and a rough code equivalent | Raymond Hettinger | 2013-10-12 | 2 | -0/+15 | |
| | | | ||||||
* | | | Issue #18458: Prevent crashes with newer versions of libedit. Its readline | Ned Deily | 2013-10-12 | 2 | -15/+29 | |
| | | | | | | | | | | | | | | | emulation has changed from 0-based indexing to 1-based like gnu readline. Original patch by Ronald Oussoren. | |||||
* | | | Invert logic of new limited-API annotation and call it "stable ABI". | Georg Brandl | 2013-10-12 | 2 | -8/+8 | |
| | | | ||||||
* | | | backport media types from default | Benjamin Peterson | 2013-10-12 | 1 | -0/+3 | |
| | | | ||||||
* | | | Fix compatibility with upcoming Sphinx 1.2. | Georg Brandl | 2013-10-12 | 1 | -16/+17 | |
| | | | ||||||
* | | | Issue #18919: If the close() method of a writer in the sunau or wave module | Serhiy Storchaka | 2013-10-12 | 3 | -13/+22 | |
| | | | | | | | | | | | | | | | failed, second invocation of close() and destructor no more raise an exception. | |||||
* | | | Introduce support for documenting which C API elements are not part of the ↵ | Georg Brandl | 2013-10-12 | 5 | -32/+154 | |
| | | | | | | | | | | | | stable/limited API. | |||||
* | | | Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP ↵ | Georg Brandl | 2013-10-12 | 1 | -48/+36 | |
| | | | | | | | | | | | | | | | | | | 3147). Initial wording proposed by John Roth. | |||||
* | | | Closes #13833: document PyStructSequence C-API functions. | Georg Brandl | 2013-10-12 | 1 | -0/+100 | |
| | | | ||||||
* | | | Closes #13026: fix documentation of MAKE_FUNCTION for 3.x. | Georg Brandl | 2013-10-12 | 1 | -4/+11 | |
| | | | ||||||
* | | | Closes #19179: make table of XML vulnerabilities clearer by using "everyday" ↵ | Georg Brandl | 2013-10-12 | 1 | -5/+7 | |
| | | | | | | | | | | | | booleans and explaining the table beforehand. | |||||
* | | | Closes #13203: add a FAQ section about seemingly duplicate id()s. | Georg Brandl | 2013-10-12 | 1 | -0/+26 | |
| | | | ||||||
* | | | Issue #19131: The aifc module now correctly reads and writes sampwidth of | Serhiy Storchaka | 2013-10-12 | 2 | -4/+8 | |
| | | | | | | | | | | | | compressed streams. | |||||
* | | | replace hardcoded version | Benjamin Peterson | 2013-10-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | make sure the docstring is never out of date wrt unicode data version | Benjamin Peterson | 2013-10-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | remove url from docstring (closes #19220) | Benjamin Peterson | 2013-10-10 | 1 | -2/+1 | |
| | | | ||||||
* | | | Issue #19005: Fix documentation for PyIter_Next(). | Raymond Hettinger | 2013-10-10 | 1 | -6/+5 | |
| | | | ||||||
* | | | Repair format of NEWS entry. | Tim Peters | 2013-10-09 | 1 | -1/+2 | |
| | | | ||||||
* | | | Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. | Tim Peters | 2013-10-09 | 1 | -0/+2 | |
| | | | ||||||
* | | | #19194: Improved cross-references in the fcntl module documentation. | Serhiy Storchaka | 2013-10-09 | 1 | -20/+24 | |
| | | | ||||||
* | | | #19196: Improved cross-references in distutils documentation. | Serhiy Storchaka | 2013-10-09 | 2 | -14/+17 | |
| | | | ||||||
* | | | Issue #19190: Improve cross-references in builtin types and functions ↵ | Serhiy Storchaka | 2013-10-09 | 5 | -91/+100 | |
| | | | | | | | | | | | | documentation. | |||||
* | | | Issue 19195: Improved cross-references in C API documentation. | Serhiy Storchaka | 2013-10-09 | 10 | -33/+35 | |
| | | | ||||||
* | | | Issue #19193: Improved cross-references in the tutorial. | Serhiy Storchaka | 2013-10-09 | 2 | -33/+37 | |
| | | | ||||||
* | | | Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. | Tim Peters | 2013-10-09 | 2 | -3/+23 | |
| | | | ||||||
* | | | Minor grammar fix. | Georg Brandl | 2013-10-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Clarify two points about division and shifting. Suggested by Albert Hofkamp ↵ | Georg Brandl | 2013-10-08 | 1 | -3/+3 | |
| | | | | | | | | | | | | on docs@. | |||||
* | | | Fix wrong link. | Georg Brandl | 2013-10-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add "->" as a delimiter token. Found by James Harding on docs@. | Georg Brandl | 2013-10-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | merge heads | Georg Brandl | 2013-10-08 | 1 | -3/+0 | |
|\ \ \ | ||||||
| * | | | Closes #13867: remove untrue comment about PyWeakref_Check(). | Georg Brandl | 2013-10-08 | 1 | -3/+0 | |
| | | | | ||||||
* | | | | Issue #18037: Do not escape '\u' and '\U' in raw strings. | Serhiy Storchaka | 2013-10-08 | 2 | -3/+2 | |
| | | | | ||||||
* | | | | Closes #19178: some more cross-references about packages in glossary. Patch ↵ | Georg Brandl | 2013-10-08 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | by Berker Peksag. | |||||
* | | | | Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at ↵ | Antoine Pitrou | 2013-10-07 | 3 | -3/+6 | |
|/ / / | | | | | | | | | | least one place so as to avoid regressions. | |||||
* | | | Closes #1215: document better why it is not a good idea to catch e.g. ↵ | Georg Brandl | 2013-10-06 | 2 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | SIGSEGV and refer to faulthandler. Patch by Martin Pool. | |||||
* | | | Extending example: use Py_RETURN_NONE | Georg Brandl | 2013-10-06 | 1 | -3/+1 | |
| | | | ||||||
* | | | Use the platform-independent way of calling a script from the shell: "python ↵ | Georg Brandl | 2013-10-06 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | prog.py", not "prog.py" Found by Micheal Wells on docs@. | |||||
* | | | Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@. | Georg Brandl | 2013-10-06 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fix: >= and so on are usually called "comparison operators", not "logical ↵ | Georg Brandl | 2013-10-06 | 1 | -3/+3 | |
| | | | | | | | | | | | | operators". Found by Tom Kalt on docs@. | |||||
* | | | Fix typo in example file name. Found by John Bokma on docs@. | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. | Georg Brandl | 2013-10-06 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fix typo in function name. | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Closes #15432: GzipFile mtime argument is new in 3.1. | Georg Brandl | 2013-10-06 | 1 | -5/+3 | |
| | | |