Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in updated dis docs | Nick Coghlan | 2013-11-06 | 1 | -1/+1 |
| | |||||
* | Close #19378: address flaws in the new dis module APIs | Nick Coghlan | 2013-11-06 | 1 | -18/+23 |
| | | | | | | | | | | | | | | | - confusing line_offset parameter -> first_line parameter - systematically test and fix new file parameter - remove redundant Bytecode.show_info() API - rename Bytecode.display_code() to Bytecode.dis() and have it return the multi-line string rather than printing it directly - eliminated some not-so-helpful helpers from the bytecode_helper test support module Also fixed a longstanding defect (worked around in the test suite) where lines emitted by the dis module could include trailing white space. That no longer happens, allowing the formatting tests to be simplified to use plain string comparisons. | ||||
* | doc: fix typo | Victor Stinner | 2013-11-06 | 1 | -1/+1 |
| | |||||
* | Issue #10197 Tweak docs for subprocess.getstatusoutput and align the ↵ | Tim Golden | 2013-11-05 | 1 | -3/+3 |
| | | | | documentation, the module docstring, and the function docstring. | ||||
* | Closes #18345: Merged documentation update from 3.3. | Vinay Sajip | 2013-11-05 | 1 | -0/+135 |
|\ | |||||
| * | Issue #18345: Added cookbook example illustrating handler customisation. | Vinay Sajip | 2013-11-05 | 1 | -0/+135 |
| | | |||||
| * | Merge | Tim Golden | 2013-11-03 | 1 | -6/+10 |
| |\ | |||||
* | | | Fix functools.partialmethod docs and __all__ | Nick Coghlan | 2013-11-04 | 1 | -2/+2 |
| | | | |||||
* | | | Note that examples are sorted only for convenience. | Georg Brandl | 2013-11-04 | 1 | -0/+3 |
| | | | |||||
* | | | #18678: Correct names of spwd struct members. | R David Murray | 2013-11-04 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old names (sp_nam and sp_pwd) are kept for backward compatibility. Since this is a long standing bug that hasn't caused any real-world problems, I'm not backporting it. However, it is worth fixing because the corrected names match the documentation, and more importantly now match the C struct, just like the other struct members. Patch by Vajrasky Kok. | ||||
* | | | Merge | Tim Golden | 2013-11-03 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge #19411: Clarify that b2a_hex/hexlify returns a bytes object. | R David Murray | 2013-11-03 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | #19411: Clarify that b2a_hex/hexlify returns a bytes object. | R David Murray | 2013-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Initial patch by Vajrasky Kok. | ||||
* | | | | Issue #10197: Indicate availability of subprocess.get[status]output on ↵ | Tim Golden | 2013-11-03 | 1 | -6/+10 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | Windows and add a note about the effects of universal newlines | ||||
| * | | Issue #10197: Indicate availability of subprocess.get[status]output on ↵ | Tim Golden | 2013-11-03 | 1 | -6/+10 |
| |/ | | | | | | | Windows and add a note about the effects of universal newlines | ||||
| * | Issue #19452: Clarify the documentation of iterparse w.r.t. events argument. | Eli Bendersky | 2013-10-31 | 1 | -1/+1 |
| | | | | | | | | | | In 3.3 iterparse accepts a tuple in events (the C accelerator enforces this). This limitation was lifted in Python 3.4 | ||||
* | | Close #19403: make contextlib.redirect_stdout reentrant | Nick Coghlan | 2013-11-03 | 1 | -40/+77 |
| | | |||||
* | | Issue #4331: Added functools.partialmethod | Nick Coghlan | 2013-11-03 | 2 | -2/+61 |
| | | | | | | | | Initial patch by Alon Horev | ||||
* | | #15114: The html.parser module now raises a DeprecationWarning when the ↵ | Ezio Melotti | 2013-11-02 | 1 | -2/+2 |
| | | | | | | | | strict argument of HTMLParser or the HTMLParser.error method are used. | ||||
* | | Issue #19410: Put back in special-casing of '' for | Brett Cannon | 2013-11-01 | 2 | -6/+0 |
| | | | | | | | | | | | | | | | | | | importlib.machinery.FileFinder. While originally moved to stop special-casing '' as PathFinder farther up the typical call chain now uses the cwd in the instance of '', it was deemed an unnecessary risk to breaking subclasses of FileFinder to take the special-casing out. | ||||
* | | Merged documentation update from 3.3. | Vinay Sajip | 2013-10-31 | 1 | -7/+8 |
|\ \ | |/ | |||||
| * | Corrected some incorrect cross-references. | Vinay Sajip | 2013-10-31 | 1 | -7/+8 |
| | | |||||
* | | Issue #19172: Add a get_map() method to selectors. | Charles-François Natali | 2013-10-30 | 1 | -0/+8 |
| | | |||||
* | | merge | Christian Heimes | 2013-10-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix language | Christian Heimes | 2013-10-29 | 1 | -1/+1 |
| | | |||||
* | | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove ↵ | Christian Heimes | 2013-10-29 | 2 | -0/+12 |
|\ \ | |/ | | | | | | | | | OpenSSL re-seeding It is causing trouble like e.g. hanging processes. | ||||
| * | Issue #18747: document issue with OpenSSL's CPRNG state and fork | Christian Heimes | 2013-10-29 | 2 | -0/+12 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-29 | 4 | -6/+6 |
|\ \ | |/ | |||||
| * | Clarify sentence. | Georg Brandl | 2013-10-29 | 1 | -1/+1 |
| | | |||||
| * | Closes #19416: fix references in the nntplib docs. | Georg Brandl | 2013-10-29 | 1 | -3/+3 |
| | | |||||
| * | Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam ↵ | Georg Brandl | 2013-10-29 | 1 | -1/+1 |
| | | | | | | | | on docs@. | ||||
| * | Fix typo: js_JP is not a valid locale. | Georg Brandl | 2013-10-29 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-27 | 4 | -19/+17 |
|\ \ | |/ | |||||
| * | Fix markup errors in the docs and amend suspicious ignores. | Georg Brandl | 2013-10-27 | 4 | -19/+17 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-27 | 2 | -5/+12 |
|\ \ | |/ | |||||
| * | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than | Georg Brandl | 2013-10-27 | 1 | -1/+1 |
| | | | | | | | | 100 headers are read. Adapted from patch by Jyrki Pulliainen. | ||||
| * | Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, | Georg Brandl | 2013-10-27 | 1 | -4/+11 |
| | | | | | | | | | | for security reasons. It now doesn't match multiple wildcards nor wildcards inside IDN fragments. | ||||
* | | Assorted 3.4 What's New updates | Nick Coghlan | 2013-10-26 | 2 | -59/+116 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - cross-references and attributions for inspect changes - note improvements to inspect and pydoc handling of metaclasses and dynamic attributes (courtesy of the enum PEP) - group all CPython implementation specific changes into a common section - add see also links for most of the PEPs - fix the see also link for the release PEP - add suitable caveats on Argument Clinic inclusion - clarify the change to __wrapped__ handling | ||||
* | | Issue #19375: The site module adding a "site-python" directory to sys.path, ↵ | Antoine Pitrou | 2013-10-25 | 2 | -1/+5 |
| | | | | | | | | if it exists, is now deprecated. | ||||
* | | merge | Brett Cannon | 2013-10-25 | 1 | -0/+3 |
|\ \ | |||||
| * \ | Merge. | bquinlan | 2013-10-25 | 1 | -0/+4 |
| |\ \ | |||||
| * | | | Issue #11161: Update the documentation for ProcessPoolExecutor to note that ↵ | bquinlan | 2013-10-25 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | it will not work in the interactive shell. | ||||
* | | | | Tweak some doc wording for importlib.reload | Brett Cannon | 2013-10-25 | 1 | -2/+3 |
| |/ / |/| | | |||||
* | | | merge from 3.3 | Brett Cannon | 2013-10-25 | 1 | -0/+4 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Issue #19392: Document that imp.reload() now relies on __loader__ | Brett Cannon | 2013-10-25 | 1 | -0/+4 |
| | | | | | | | | being defined on top of __name__. | ||||
* | | Issue #16595: prlimit() needs Linux kernel 2.6.36+ | Christian Heimes | 2013-10-25 | 1 | -1/+1 |
| | | |||||
* | | #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS | Peter Moody | 2013-10-24 | 1 | -0/+6 |
| | | |||||
* | | Close #19345: fix typo | Victor Stinner | 2013-10-23 | 1 | -2/+2 |
| | | |||||
* | | #17400: fix documentation, add cache to is_global and correctly handle ↵ | Peter Moody | 2013-10-22 | 1 | -1/+1 |
| | | | | | | | | 100.64.0.0/10 | ||||
* | | Issue #15207: Fix mimetypes to read from correct area in Windows registry ↵ | Tim Golden | 2013-10-22 | 1 | -0/+3 |
|\ \ | |/ | | | | | (Original patch by Dave Chambers) |