summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* inspect.signature: Use '/' to separate positional-only parameters fromYury Selivanov2014-01-271-0/+3
* Close #20105: set __traceback__ when chaining exceptions in CNick Coghlan2014-01-261-0/+8
* Fix grammar: merge with 3.3.Eric V. Smith2014-01-251-1/+1
|\
| * Fix grammar.Eric V. Smith2014-01-251-1/+1
* | whatsnew: smtpd *map* argument, new ssl functions/methods.R David Murray2014-01-211-4/+23
* | Issue #18394: Document that cgi.FieldStorage now cleans up after itsBrett Cannon2014-01-171-0/+7
* | Issue #14455: Fix some issues with plistlibRonald Oussoren2014-01-151-0/+2
* | Correct a typo. Found by Lauri Hakko on docs@.Zachary Ware2014-01-131-1/+1
* | whatsnew: InspectLoader.get_code now concrete, b32decode raises binascii.Error.R David Murray2014-01-081-0/+12
* | whatsnew: FileIO.readall performance, os.cpu_count.R David Murray2014-01-081-0/+12
* | whatsnew: expand 'dis' entry.R David Murray2014-01-071-8/+50
* | whatsnew: ssl getpeercert/do_handshake raise OSError, weakref __callback__.R David Murray2014-01-061-3/+13
* | whatsnew: pydoc.Scanner removal, check_output input parm, operator.py.R David Murray2014-01-061-2/+28
* | whatsnew: XMLPullParser, plus some doc updates.R David Murray2014-01-051-3/+4
* | whatsnew: removal of TYPE_INT64 from marshal.R David Murray2014-01-051-0/+3
* | whatsnew: logging TimedRotatingFileHandler atTime parameter.R David Murray2014-01-041-0/+8
* | whatsnew: from __future__ string exception, attribute UTF-32 decoder speedup.R David Murray2014-01-041-1/+8
* | whatsnew: ppring string wrapping, string pickling optimization.R David Murray2014-01-041-0/+7
* | whatsnew: Mock mock_open readline(s); expand description of subtests feature.R David Murray2014-01-041-5/+23
* | Reverted changeset b72c5573c5e7 (issue #15027).Serhiy Storchaka2014-01-041-3/+1
* | Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster.Serhiy Storchaka2014-01-041-1/+3
* | whatsnew: consistently use 3 blanks between major sections. 2 for minor.R David Murray2014-01-031-1/+9
* | whatsnew: make bullet list presentation style consistent.R David Murray2014-01-031-16/+21
* | whatsnew: unittest discovery sorting, urlllib Request getter/setter removals.R David Murray2014-01-031-0/+9
* | whatsnew: porting note for HTTP[S]Connection strict parameter removal.R David Murray2014-01-031-2/+9
* | whatsnew: deprecation of HTTPConnection's strict parameter.R David Murray2014-01-031-1/+4
* | whatsnew: unittest import time SkipTest reported as skip not error.R David Murray2014-01-031-0/+4
* | whatsnew: http.server send_error explain parameter.R David Murray2014-01-031-0/+12
* | * Issue #16113: Remove sha3 module again.Martin v. Löwis2014-01-031-8/+0
* | whatsnew: sqlite3 uri parm, unittest.main defaultTest, ftplib.Netrc deprecationR David Murray2014-01-021-0/+17
* | whatsnew: mock called_with improvements, socket CAN_BCM support.R David Murray2013-12-311-6/+17
* | whatsnew: random.getrandbits performance.R David Murray2013-12-311-0/+5
* | whatsnew: afic.open supports 'with'.R David Murray2013-12-311-0/+5
* | whatsnew: argparse FileType accepts errors and encodings args.R David Murray2013-12-311-0/+8
* | whatsnew: epoll supports with.R David Murray2013-12-311-0/+9
* | Fixed typo (thx Arfrever)Christian Heimes2013-12-301-1/+1
* | whatsnew: abc.ABC. Also add issue number to news entry and reword.R David Murray2013-12-291-0/+6
* | whatsnew: rewrite urllib, doctest, and poplib sections.R David Murray2013-12-271-17/+16
* | whatsnew: importlib cleanup and source_to_code add; python partial impl.R David Murray2013-12-271-2/+21
* | whatsnew for gc.get_stats, plus doc tweaks.R David Murray2013-12-261-0/+8
* | shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword.R David Murray2013-12-261-0/+25
* | pty.spawn returns os.waitpid; optimization of BZ2File and LZMAFile.R David Murray2013-12-251-0/+13
* | #16832: s/integer/object/ in docs/docstring, and add whatsnew entry.R David Murray2013-12-241-0/+6
* | idle -n deprecation, fix case of pickle section.R David Murray2013-12-241-1/+4
* | Neaten up structure of major sections.R David Murray2013-12-241-13/+20
* | Move no-longer-supported operating systems into 'removed' section.R David Murray2013-12-241-13/+7
* | Use title case for all section titles except module names.R David Murray2013-12-241-12/+12
* | sys.getallocatedblocks + regrtest -R, make coverage-report, SO macro goes away.R David Murray2013-12-241-1/+25
* | Use endash in PEP callouts.R David Murray2013-12-241-14/+14
* | Move argument clinic into its own section, like the other PEPs.R David Murray2013-12-241-13/+22