| Commit message (Expand) | Author | Age | Files | Lines |
* | Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors. | Larry Hastings | 2014-02-10 | 1 | -1/+1 |
|
|
* | Issue #20500: clarify that invocation may be indirect | Nick Coghlan | 2014-02-09 | 1 | -2/+3 |
|
|
* | Issue #20500: Note other public APIs with the new assertion | Nick Coghlan | 2014-02-09 | 1 | -5/+9 |
|
|
* | Note the new debug assertion in PyObject_Str | Nick Coghlan | 2014-02-09 | 1 | -0/+7 |
|
|
* | Tweaks to What's New and some referenced docs | Nick Coghlan | 2014-02-09 | 1 | -13/+37 |
|
|
* | Close #20563: Declare ipaddress API stable | Nick Coghlan | 2014-02-08 | 1 | -0/+11 |
|
|
* | whatsnew: read/write on closed SSL socket exception has changed. | R David Murray | 2014-02-03 | 1 | -1/+5 |
|
|
* | whatsnew: html.escape 10x faster, _gestalt module gone. | R David Murray | 2014-02-03 | 1 | -1/+8 |
|
|
* | whatsnew: hmac accepts more bytes types, importlib decode_source, stat in C. | R David Murray | 2014-02-02 | 1 | -0/+18 |
|
|
* | whatsnew: -m <namespace package>, plus 'using' doc updates. | R David Murray | 2014-02-02 | 1 | -0/+7 |
|
|
* | whatsnew: some more importlib replacements for imp functions. | R David Murray | 2014-02-02 | 1 | -2/+10 |
|
|
* | whatsnew: filecmp.clear_cache, and reword description of cache in docs. | R David Murray | 2014-02-02 | 1 | -0/+11 |
|
|
* | whatsnew: fix importlib.reload entry. | R David Murray | 2014-02-02 | 1 | -3/+3 |
|
|
* | whatsnew: move of reload, update new windows-only ssl functions entry. | R David Murray | 2014-02-01 | 1 | -2/+8 |
|
|
* | inspect.signature: Support duck-types of Python functions (Cython, for instan... | Yury Selivanov | 2014-01-31 | 1 | -0/+4 |
|
|
* | Typo fix | Andrew Kuchling | 2014-01-31 | 1 | -2/+1 |
|
|
* | inspect.getfullargspec: Use inspect.signature API behind the scenes #17481 | Yury Selivanov | 2014-01-29 | 1 | -0/+7 |
|
|
* | inspect.signature: Use '/' to separate positional-only parameters from | Yury Selivanov | 2014-01-27 | 1 | -0/+3 |
|
|
* | Close #20105: set __traceback__ when chaining exceptions in C | Nick Coghlan | 2014-01-26 | 1 | -0/+8 |
|
|
* | Fix grammar: merge with 3.3. | Eric V. Smith | 2014-01-25 | 1 | -1/+1 |
|\ |
|
| * | Fix grammar. | Eric V. Smith | 2014-01-25 | 1 | -1/+1 |
|
|
* | | whatsnew: smtpd *map* argument, new ssl functions/methods. | R David Murray | 2014-01-21 | 1 | -4/+23 |
|
|
* | | Issue #18394: Document that cgi.FieldStorage now cleans up after its | Brett Cannon | 2014-01-17 | 1 | -0/+7 |
|
|
* | | Issue #14455: Fix some issues with plistlib | Ronald Oussoren | 2014-01-15 | 1 | -0/+2 |
|
|
* | | Correct a typo. Found by Lauri Hakko on docs@. | Zachary Ware | 2014-01-13 | 1 | -1/+1 |
|
|
* | | whatsnew: InspectLoader.get_code now concrete, b32decode raises binascii.Error. | R David Murray | 2014-01-08 | 1 | -0/+12 |
|
|
* | | whatsnew: FileIO.readall performance, os.cpu_count. | R David Murray | 2014-01-08 | 1 | -0/+12 |
|
|
* | | whatsnew: expand 'dis' entry. | R David Murray | 2014-01-07 | 1 | -8/+50 |
|
|
* | | whatsnew: ssl getpeercert/do_handshake raise OSError, weakref __callback__. | R David Murray | 2014-01-06 | 1 | -3/+13 |
|
|
* | | whatsnew: pydoc.Scanner removal, check_output input parm, operator.py. | R David Murray | 2014-01-06 | 1 | -2/+28 |
|
|
* | | whatsnew: XMLPullParser, plus some doc updates. | R David Murray | 2014-01-05 | 1 | -3/+4 |
|
|
* | | whatsnew: removal of TYPE_INT64 from marshal. | R David Murray | 2014-01-05 | 1 | -0/+3 |
|
|
* | | whatsnew: logging TimedRotatingFileHandler atTime parameter. | R David Murray | 2014-01-04 | 1 | -0/+8 |
|
|
* | | whatsnew: from __future__ string exception, attribute UTF-32 decoder speedup. | R David Murray | 2014-01-04 | 1 | -1/+8 |
|
|
* | | whatsnew: ppring string wrapping, string pickling optimization. | R David Murray | 2014-01-04 | 1 | -0/+7 |
|
|
* | | whatsnew: Mock mock_open readline(s); expand description of subtests feature. | R David Murray | 2014-01-04 | 1 | -5/+23 |
|
|
* | | Reverted changeset b72c5573c5e7 (issue #15027). | Serhiy Storchaka | 2014-01-04 | 1 | -3/+1 |
|
|
* | | Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster. | Serhiy Storchaka | 2014-01-04 | 1 | -1/+3 |
|
|
* | | whatsnew: consistently use 3 blanks between major sections. 2 for minor. | R David Murray | 2014-01-03 | 1 | -1/+9 |
|
|
* | | whatsnew: make bullet list presentation style consistent. | R David Murray | 2014-01-03 | 1 | -16/+21 |
|
|
* | | whatsnew: unittest discovery sorting, urlllib Request getter/setter removals. | R David Murray | 2014-01-03 | 1 | -0/+9 |
|
|
* | | whatsnew: porting note for HTTP[S]Connection strict parameter removal. | R David Murray | 2014-01-03 | 1 | -2/+9 |
|
|
* | | whatsnew: deprecation of HTTPConnection's strict parameter. | R David Murray | 2014-01-03 | 1 | -1/+4 |
|
|
* | | whatsnew: unittest import time SkipTest reported as skip not error. | R David Murray | 2014-01-03 | 1 | -0/+4 |
|
|
* | | whatsnew: http.server send_error explain parameter. | R David Murray | 2014-01-03 | 1 | -0/+12 |
|
|
* | | * Issue #16113: Remove sha3 module again. | Martin v. Löwis | 2014-01-03 | 1 | -8/+0 |
|
|
* | | whatsnew: sqlite3 uri parm, unittest.main defaultTest, ftplib.Netrc deprecation | R David Murray | 2014-01-02 | 1 | -0/+17 |
|
|
* | | whatsnew: mock called_with improvements, socket CAN_BCM support. | R David Murray | 2013-12-31 | 1 | -6/+17 |
|
|
* | | whatsnew: random.getrandbits performance. | R David Murray | 2013-12-31 | 1 | -0/+5 |
|
|
* | | whatsnew: afic.open supports 'with'. | R David Murray | 2013-12-31 | 1 | -0/+5 |
|
|