| Commit message (Expand) | Author | Age | Files | Lines |
* | whatsnew: fix textwrap/shorten entry, and improve the related docs. | R David Murray | 2014-02-27 | 1 | -9/+9 |
|
|
* | whatsnew: expand pbkdf2_hmac entry slightly. | R David Murray | 2014-02-26 | 1 | -2/+4 |
|
|
* | whatsnew: reformat pdb entry to match style of most other module entries. | R David Murray | 2014-02-26 | 1 | -10/+8 |
|
|
* | whatsnew: reword the contextlib.redirect_stdout entry for increased clarity. | R David Murray | 2014-02-26 | 1 | -5/+9 |
|
|
* | whatsnew: attribute base64 memoryview change to Nick. | R David Murray | 2014-02-26 | 1 | -1/+2 |
|
|
* | whatsnew: pprint's compact option. | R David Murray | 2014-02-26 | 1 | -3/+7 |
|
|
* | whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129) | R David Murray | 2014-02-25 | 1 | -0/+17 |
|
|
* | whatsnew: encoding is now optional in PYTHONIOENCODING (#18818) | R David Murray | 2014-02-25 | 1 | -0/+5 |
|
|
* | whatsnew: logging SocketHandler and DatagramHandler support Unix domain sockets. | R David Murray | 2014-02-25 | 1 | -0/+5 |
|
|
* | whatsnew: Request.method can be overridden in subclasses (#18978). | R David Murray | 2014-02-25 | 1 | -0/+5 |
|
|
* | whatsnew: http.server --bind cli option. | R David Murray | 2014-02-24 | 1 | -0/+4 |
|
|
* | whatsnew: unittest.TestCase.assertLogs. | R David Murray | 2014-02-24 | 1 | -1/+10 |
|
|
* | whatsnew: cypthon can be compiled with address sanity checking enabled. | R David Murray | 2014-02-24 | 1 | -0/+5 |
|
|
* | Fix typo. | R David Murray | 2014-02-24 | 1 | -1/+1 |
|
|
* | whatsnew: frame.clear, expanded entry for -I/isolated mode. | R David Murray | 2014-02-24 | 1 | -2/+20 |
|
|
* | whatsnew: threading.main_thread, os.urandom persistent handle, sunau.open with. | R David Murray | 2014-02-24 | 1 | -1/+17 |
|
|
* | whatsnew: unittest uses argparse now. | R David Murray | 2014-02-24 | 1 | -0/+5 |
|
|
* | whatsnew: unittest drops references to successful tests. | R David Murray | 2014-02-24 | 1 | -0/+18 |
|
|
* | whatsnew: pyvenv --copies option. | R David Murray | 2014-02-23 | 1 | -0/+4 |
|
|
* | whatsnew: devnull fileno/close/closed. | R David Murray | 2014-02-23 | 1 | -0/+5 |
|
|
* | whatsnew: hashlib.hash.name is now public and returns lowercase always. | R David Murray | 2014-02-23 | 1 | -2/+13 |
|
|
* | whatsnew: textwrap.shorten. | R David Murray | 2014-02-23 | 1 | -0/+14 |
|
|
* | whatsnew: ExtensionFileLoader.get_filename. | R David Murray | 2014-02-23 | 1 | -2/+7 |
|
|
* | whatsnew: os.path.ismount recognizes volumes mounted below root. | R David Murray | 2014-02-22 | 1 | -0/+3 |
|
|
* | whatsnew: PyStructSequence_InitType2, Victor's MemoryError fixes. | R David Murray | 2014-02-22 | 1 | -0/+8 |
|
|
* | whatsnew: Windows uses VirtualAlloc, --version goes to stdout. | R David Murray | 2014-02-22 | 1 | -0/+9 |
|
|
* | whatsnew: frozen package __path__; and min/max versionadded. | R David Murray | 2014-02-22 | 1 | -3/+10 |
|
|
* | whatsnew: importlib deprecations. | R David Murray | 2014-02-22 | 1 | -4/+24 |
|
|
* | Mangle __parameters in __annotations__ dict properly. Issue #20625. | Yury Selivanov | 2014-02-18 | 1 | -0/+4 |
|
|
* | whatsnew: 'other improvements' and 'optimizations' belong under CPython heading. | R David Murray | 2014-02-12 | 1 | -2/+2 |
|
|
* | whatsnew: PyUnicode_FromFormat width/precision, thread cleanup after fork. | R David Murray | 2014-02-12 | 1 | -1/+10 |
|
|
* | whatsnew: LOAD_CLASSDEREF, -X showrefcount | R David Murray | 2014-02-12 | 1 | -0/+8 |
|
|
* | whatsnew: os.path.samestat on windows, keyword defaults evaluation order. | R David Murray | 2014-02-12 | 1 | -2/+10 |
|
|
* | whatsnew: command.com support gone, int *base* can be __index__ but not float. | R David Murray | 2014-02-12 | 1 | -0/+9 |
|
|
* | whatsnew: object.__format__ raises TypeError on non-empty string. | R David Murray | 2014-02-11 | 1 | -0/+9 |
|
|
* | whatsnew: undocumented Popen.wait endtime is deprecated. | R David Murray | 2014-02-11 | 1 | -0/+4 |
|
|
* | whatsnew: __complex__ may not return float, .so may have multiple python modules | R David Murray | 2014-02-11 | 1 | -0/+9 |
|
|
* | Merge Python 3.4.0rc1 release branch. | Larry Hastings | 2014-02-11 | 1 | -0/+21 |
|\ |
|
| * | whatsnew: slice.index no longer accepts negative values (or overflows). | R David Murray | 2014-02-11 | 1 | -0/+5 |
|
|
| * | Fix PYTHONPATH wording. It's just PATH, not "normal posix convention". | R David Murray | 2014-02-11 | 1 | -5/+4 |
|
|
| * | whatsnew: bytes/bytearray.join args, PYTHONPATH= is same as not set. | R David Murray | 2014-02-11 | 1 | -0/+17 |
|
|
* | | 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 |
|
|