Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #18759: Merged updates from 3.3. | Vinay Sajip | 2013-08-16 | 4 | -66/+76 |
|\ | |||||
| * | Issue #18759: Improved cross-references in logging documentation. | Vinay Sajip | 2013-08-16 | 4 | -66/+76 |
| | | |||||
* | | Issue #18743: Fix references to non-existant "StringIO" module. | Serhiy Storchaka | 2013-08-16 | 6 | -8/+8 |
|\ \ | |/ | |||||
| * | Issue #18743: Fix references to non-existant "StringIO" module. | Serhiy Storchaka | 2013-08-16 | 6 | -8/+8 |
| | | |||||
* | | Fix the default placeholder in textwrap.shorten() to be " [...]". | Antoine Pitrou | 2013-08-16 | 1 | -3/+3 |
| | | | | | | | | For some reason I forgot to do it before committing the patch in issue #18585. | ||||
* | | Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). | Antoine Pitrou | 2013-08-16 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). | Antoine Pitrou | 2013-08-16 | 1 | -3/+3 |
| | | |||||
| * | Remove errant fourth '.' from ellipsis in datetime documentation. | David Wolever | 2013-08-14 | 1 | -2/+2 |
| | | |||||
* | | Issue #18673: Add versionchanged to docs | Christian Heimes | 2013-08-16 | 1 | -0/+4 |
| | | |||||
* | | Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel | Christian Heimes | 2013-08-16 | 1 | -0/+1 |
| | | | | | | | | 3.11 or newer. It's only defined on system with 3.11 uapi headers, too. | ||||
* | | Remove errant fourth '.' from ellipsis in datetime documentation. | David Wolever | 2013-08-14 | 1 | -1/+1 |
| | | |||||
* | | Issue #8713: Support alternative start methods in multiprocessing on Unix. | Richard Oudkerk | 2013-08-14 | 8 | -946/+258 |
| | | | | | | | | See http://hg.python.org/sandbox/sbt#spawn | ||||
* | | Remove duplicate text in 3.4 what's new (my bad) | Antoine Pitrou | 2013-08-13 | 1 | -6/+0 |
| | | |||||
* | | Issue 18724: Fix typo noticed by Susan Tan. | Ned Deily | 2013-08-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue 18724: Fix typo noticed by Susan Tan. | Ned Deily | 2013-08-13 | 1 | -1/+1 |
| | | |||||
| * | Documenting that json.load may raise a ValueError. | Felix Crux | 2013-08-12 | 1 | -0/+2 |
| | | | | | | | | | | Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data | ||||
* | | Documenting that json.load may raise a ValueError. | Felix Crux | 2013-08-12 | 1 | -0/+2 |
| | | | | | | | | | | Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data | ||||
* | | Documenting that json.load may raise a ValueError. | Felix Crux | 2013-08-12 | 1 | -0/+2 |
| | | | | | | | | | | Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data | ||||
* | | Documenting that json.load may raise a ValueError. | Felix Crux | 2013-08-12 | 1 | -0/+2 |
| | | | | | | | | | | Issue #18680: JSONDecoder should document that it raises a ValueError for malformed data | ||||
* | | Merge issue #17701: Improving strftime documentation. | David Wolever | 2013-08-12 | 1 | -138/+166 |
|\ \ | |/ | |||||
| * | Issue #17701: Improving strftime documentation. | David Wolever | 2013-08-12 | 1 | -138/+166 |
| | | |||||
* | | Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece ↵ | Antoine Pitrou | 2013-08-12 | 1 | -17/+43 |
| | | | | | | | | of text to a given length. | ||||
* | | Sort whatsnew entries alphabetically | Antoine Pitrou | 2013-08-12 | 1 | -32/+34 |
| | | |||||
* | | Add whatsnew entries for 3.4. | Antoine Pitrou | 2013-08-12 | 1 | -10/+103 |
| | | |||||
* | | Close #12645: Clarify and reformat the documentation of import_fresh_module | Eli Bendersky | 2013-08-11 | 1 | -7/+7 |
|\ \ | |/ | |||||
| * | Issue #12645: Clarify and reformat the documentation of import_fresh_module | Eli Bendersky | 2013-08-11 | 1 | -7/+7 |
| | | |||||
* | | #18663: merge with 3.3. | Ezio Melotti | 2013-08-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #18663: document that assertAlmostEqual also works when the values are equal ↵ | Ezio Melotti | 2013-08-11 | 1 | -1/+1 |
| | | | | | | | | and add tests. | ||||
* | | Close #18264: int- and float-derived enums now converted to int or float. | Ethan Furman | 2013-08-10 | 1 | -17/+20 |
| | | |||||
* | | Issue #16400: Add command line option for isolated mode. | Christian Heimes | 2013-08-10 | 3 | -4/+22 |
| | | | | | | | | | | | | | | | | | | | | -I Run Python in isolated mode. This also implies -E and -s. In isolated mode sys.path contains neither the script’s directory nor the user’s site-packages directory. All PYTHON* environment variables are ignored, too. Further restrictions may be imposed to prevent the user from injecting malicious code. | ||||
* | | Issue #18668: Further clarify m_size setting for non-negative values | Eli Bendersky | 2013-08-10 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Issue #18668: Further clarify m_size setting for non-negative values | Eli Bendersky | 2013-08-10 | 1 | -4/+4 |
| | | |||||
| * | #18600: In 3.3, as_string does not accept a policy keyword. | R David Murray | 2013-08-09 | 2 | -12/+8 |
| | | | | | | | | Also, document the policy keyword that was added to Message in 3.3. | ||||
* | | #18600: add policy to add_string, and as_bytes and __bytes__ methods. | R David Murray | 2013-08-09 | 3 | -10/+91 |
| | | | | | | | | | | | | | | This was triggered by wanting to make the doctest in email.policy.rst pass; as_bytes and __bytes__ are clearly useful now that we have BytesGenerator. Also updated the Message docs to document the policy keyword that was added in 3.3. | ||||
* | | Fix a typo in PyUnicode_CopyCharacters() documentation. | Serhiy Storchaka | 2013-08-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix a typo in PyUnicode_CopyCharacters() documentation. | Serhiy Storchaka | 2013-08-08 | 1 | -1/+1 |
| | | |||||
* | | #18267: merge with 3.3. | Ezio Melotti | 2013-08-08 | 1 | -9/+9 |
|\ \ | |/ | |||||
| * | #18267: make whitespace consistent and fix an operator. | Ezio Melotti | 2013-08-08 | 1 | -9/+9 |
| | | |||||
* | | Closing #18668: Properly document setting m_size in PyModuleDef | Eli Bendersky | 2013-08-07 | 1 | -4/+10 |
|\ \ | |/ | |||||
| * | Issue #18668: Properly document setting m_size in PyModuleDef | Eli Bendersky | 2013-08-07 | 1 | -4/+10 |
| | | |||||
* | | Issue #14323: Expanded the number of digits in the coefficients for the | Serhiy Storchaka | 2013-08-06 | 1 | -0/+7 |
| | | | | | | | | RGB -- YIQ conversions so that they match the FCC NTSC versions. | ||||
* | | Issue #17934: Add a clear() method to frame objects, to help clean up ↵ | Antoine Pitrou | 2013-08-05 | 2 | -0/+18 |
| | | | | | | | | expensive details (local variables) and break reference cycles. | ||||
* | | Issue 18532: Added tests and documentation to formally specify the .name ↵ | Jason R. Coombs | 2013-08-03 | 1 | -0/+12 |
| | | | | | | | | attribute on hashlib objects. | ||||
* | | Fixes #8860: Round half-microseconds to even in the timedelta constructor. | Alexander Belopolsky | 2013-08-04 | 1 | -4/+6 |
| | | | | | | | | (Original patch by Mark Dickinson.) | ||||
* | | Hum, VMS code is still present | Victor Stinner | 2013-08-04 | 1 | -1/+0 |
| | | |||||
* | | Complete What's New in Python 3.4 | Victor Stinner | 2013-08-04 | 1 | -2/+7 |
| | | |||||
* | | Issue #17902: Clarify doc of ElementTree.iterparse and IncrementalParser | Eli Bendersky | 2013-08-04 | 1 | -2/+3 |
|\ \ | |/ | | | | | Based on patch by Aaron Oakley | ||||
| * | Issue #17902: Clarify doc of ElementTree.iterparse | Eli Bendersky | 2013-08-04 | 1 | -1/+2 |
| | | |||||
* | | Fix minor documentation markup error. | Larry Hastings | 2013-08-03 | 1 | -1/+1 |
| | | |||||
* | | Issue #18589: fix hyperlinking of type slots (tp_*) | Antoine Pitrou | 2013-08-01 | 9 | -201/+201 |
|\ \ | |/ |