summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* whatsnew: fix textwrap/shorten entry, and improve the related docs.R David Murray2014-02-271-9/+9
* whatsnew: expand pbkdf2_hmac entry slightly.R David Murray2014-02-261-2/+4
* whatsnew: reformat pdb entry to match style of most other module entries.R David Murray2014-02-261-10/+8
* whatsnew: reword the contextlib.redirect_stdout entry for increased clarity.R David Murray2014-02-261-5/+9
* whatsnew: attribute base64 memoryview change to Nick.R David Murray2014-02-261-1/+2
* whatsnew: pprint's compact option.R David Murray2014-02-261-3/+7
* whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129)R David Murray2014-02-251-0/+17
* whatsnew: encoding is now optional in PYTHONIOENCODING (#18818)R David Murray2014-02-251-0/+5
* whatsnew: logging SocketHandler and DatagramHandler support Unix domain sockets.R David Murray2014-02-251-0/+5
* whatsnew: Request.method can be overridden in subclasses (#18978).R David Murray2014-02-251-0/+5
* whatsnew: http.server --bind cli option.R David Murray2014-02-241-0/+4
* whatsnew: unittest.TestCase.assertLogs.R David Murray2014-02-241-1/+10
* whatsnew: cypthon can be compiled with address sanity checking enabled.R David Murray2014-02-241-0/+5
* Fix typo.R David Murray2014-02-241-1/+1
* whatsnew: frame.clear, expanded entry for -I/isolated mode.R David Murray2014-02-241-2/+20
* whatsnew: threading.main_thread, os.urandom persistent handle, sunau.open with.R David Murray2014-02-241-1/+17
* whatsnew: unittest uses argparse now.R David Murray2014-02-241-0/+5
* whatsnew: unittest drops references to successful tests.R David Murray2014-02-241-0/+18
* whatsnew: pyvenv --copies option.R David Murray2014-02-231-0/+4
* whatsnew: devnull fileno/close/closed.R David Murray2014-02-231-0/+5
* whatsnew: hashlib.hash.name is now public and returns lowercase always.R David Murray2014-02-231-2/+13
* whatsnew: textwrap.shorten.R David Murray2014-02-231-0/+14
* whatsnew: ExtensionFileLoader.get_filename.R David Murray2014-02-231-2/+7
* whatsnew: os.path.ismount recognizes volumes mounted below root.R David Murray2014-02-221-0/+3
* whatsnew: PyStructSequence_InitType2, Victor's MemoryError fixes.R David Murray2014-02-221-0/+8
* whatsnew: Windows uses VirtualAlloc, --version goes to stdout.R David Murray2014-02-221-0/+9
* whatsnew: frozen package __path__; and min/max versionadded.R David Murray2014-02-221-3/+10
* whatsnew: importlib deprecations.R David Murray2014-02-221-4/+24
* Mangle __parameters in __annotations__ dict properly. Issue #20625.Yury Selivanov2014-02-181-0/+4
* whatsnew: 'other improvements' and 'optimizations' belong under CPython heading.R David Murray2014-02-121-2/+2
* whatsnew: PyUnicode_FromFormat width/precision, thread cleanup after fork.R David Murray2014-02-121-1/+10
* whatsnew: LOAD_CLASSDEREF, -X showrefcountR David Murray2014-02-121-0/+8
* whatsnew: os.path.samestat on windows, keyword defaults evaluation order.R David Murray2014-02-121-2/+10
* whatsnew: command.com support gone, int *base* can be __index__ but not float.R David Murray2014-02-121-0/+9
* whatsnew: object.__format__ raises TypeError on non-empty string.R David Murray2014-02-111-0/+9
* whatsnew: undocumented Popen.wait endtime is deprecated.R David Murray2014-02-111-0/+4
* whatsnew: __complex__ may not return float, .so may have multiple python modulesR David Murray2014-02-111-0/+9
* Merge Python 3.4.0rc1 release branch.Larry Hastings2014-02-111-0/+21
|\
| * whatsnew: slice.index no longer accepts negative values (or overflows).R David Murray2014-02-111-0/+5
| * Fix PYTHONPATH wording. It's just PATH, not "normal posix convention".R David Murray2014-02-111-5/+4
| * whatsnew: bytes/bytearray.join args, PYTHONPATH= is same as not set.R David Murray2014-02-111-0/+17
* | Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors.Larry Hastings2014-02-101-1/+1
|/
* Issue #20500: clarify that invocation may be indirectNick Coghlan2014-02-091-2/+3
* Issue #20500: Note other public APIs with the new assertionNick Coghlan2014-02-091-5/+9
* Note the new debug assertion in PyObject_StrNick Coghlan2014-02-091-0/+7
* Tweaks to What's New and some referenced docsNick Coghlan2014-02-091-13/+37
* Close #20563: Declare ipaddress API stableNick Coghlan2014-02-081-0/+11
* whatsnew: read/write on closed SSL socket exception has changed.R David Murray2014-02-031-1/+5
* whatsnew: html.escape 10x faster, _gestalt module gone.R David Murray2014-02-031-1/+8
* whatsnew: hmac accepts more bytes types, importlib decode_source, stat in C.R David Murray2014-02-021-0/+18