summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* whatsnew: inet_pton/inet_ntop support windows (#7171).R David Murray2014-03-082-0/+9
* whatsnew: sunau supports 24 bit samples.R David Murray2014-03-081-0/+4
* whatsnew: cp273 codec (#10907797)R David Murray2014-03-082-0/+7
* whatsnew: get[status|output] works on windows.R David Murray2014-03-081-0/+4
* #10197: Update get[status]output versionchanged with actual version.R David Murray2014-03-081-4/+8
|\
| * #10197: Update get[status]output versionchanged with actual version.R David Murray2014-03-081-4/+8
| * Issue #20813: Backport Python 2/3 HOWTO updatesBrett Cannon2014-03-071-380/+259
* | Issue #20812: Add a short opener to the Python 2/3 porting HOWTO.Brett Cannon2014-03-071-1/+30
* | whatsnew: note in deprecation section about html.parser strict.R David Murray2014-03-061-0/+2
* | whatsnew: rewrite resource entry: prlimit and new constants.R David Murray2014-03-061-2/+15
* | whatsnew: ipaddress is_globalR David Murray2014-03-062-5/+17
* | whatsnew: improve PyZipFile filterfuc entry, and its docs (#19274).R David Murray2014-03-052-10/+26
* | whatsnew: tweak a couple importlib porting notes.R David Murray2014-03-031-8/+7
* | whatsnew: Windows build uses ASLR and DEP.R David Murray2014-03-031-0/+5
* | Close #20839: pkgutil.find_loader now uses importlib.util.find_specNick Coghlan2014-03-041-8/+9
* | Issue20653: fix ReST for EnumEthan Furman2014-03-031-10/+10
* | Close issue20653: improve functional API docs; minor code changesEthan Furman2014-03-031-0/+34
* | Close #20814: doc: Fix "Pretty top" example of tracemallocVictor Stinner2014-03-031-3/+2
* | whatsnew: add some issue number annotations.R David Murray2014-03-021-4/+7
* | whatsnew: memoryview is Sequence and supports Reversed.R David Murray2014-03-011-0/+4
* | whatsnew: unittest discover works on namespace packages (#17457).R David Murray2014-03-012-9/+15
* | whatsnew: give Serhiy credit for audioop 24-bit sample support.R David Murray2014-02-281-1/+2
* | whatsnew: compression libraries support 'x' mode.R David Murray2014-02-281-0/+4
* | whatsnew: tarfile stat constants removal.R David Murray2014-02-271-0/+3
* | whatsnew: return types of re functions.R David Murray2014-02-271-0/+7
* | #16135: remove mentions of OS/2 from the documentationAndrew Kuchling2014-03-015-17/+4
* | Issue #20650: Tweak some awkward wording.Brett Cannon2014-02-281-2/+2
* | whatsnew: fix textwrap/shorten entry, and improve the related docs.R David Murray2014-02-272-30/+27
* | 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
* | Merge with 3.3Zachary Ware2014-02-263-8/+7
|\ \ | |/
| * Fix several C-API doc typos caught by tomo cocoa on docs@.Zachary Ware2014-02-263-9/+8
* | Close #20759: Fix some typos in the mock docs. (Merge with 3.3)Zachary Ware2014-02-262-3/+3
|\ \ | |/
| * Issue #20759: Fix some typos in the mock docs.Zachary Ware2014-02-262-3/+3
* | whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129)R David Murray2014-02-252-0/+38
* | Issue #20765: Add missing documentation for PurePath.with_name() and PurePath...Antoine Pitrou2014-02-251-0/+30
* | 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-252-5/+17
* | Clarify that flow control works for datagrams, except on BSD.Guido van Rossum2014-02-241-2/+11
* | whatsnew: http.server --bind cli option.R David Murray2014-02-242-6/+12
* | whatsnew: unittest.TestCase.assertLogs.R David Murray2014-02-241-1/+10
* | Fix return type in doc of PyStructSequence_InitType2.R David Murray2014-02-241-1/+1
* | whatsnew: cypthon can be compiled with address sanity checking enabled.R David Murray2014-02-241-0/+5
* | Merge #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.R David Murray2014-02-241-30/+37
|\ \ | |/
| * #20628: wrap lines to < 80.R David Murray2014-02-241-34/+37
| * #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.R David Murray2014-02-241-2/+6