summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #21042: Revert Linux find_library() to return just filenameMartin Panter2016-03-171-7/+4
* Issue #26499: Merge HTTPResponse fix from 3.5Martin Panter2016-03-171-0/+4
|\
| * Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent GhostMartin Panter2016-03-171-0/+4
* | On memory error, dump the memory block tracebackVictor Stinner2016-03-152-1/+49
* | Check the GIL in PyObject_Malloc()Victor Stinner2016-03-142-3/+9
* | Add PYTHONMALLOC env varVictor Stinner2016-03-143-18/+102
* | #24918: merge with 3.5.Ezio Melotti2016-03-131-0/+5
|\ \ | |/
| * #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.Ezio Melotti2016-03-131-0/+5
* | mergeRaymond Hettinger2016-03-131-1/+1
|\ \ | |/
| * Minor recipe edit: convert "while 1" to "while True".Raymond Hettinger2016-03-131-1/+1
* | #25687: merge with 3.5.Ezio Melotti2016-03-131-4/+6
|\ \ | |/
| * #25687: clarify that errors in tearDown increase the total number of reported...Ezio Melotti2016-03-131-4/+6
* | mergeRaymond Hettinger2016-03-131-2/+2
|\ \ | |/
| * Issue #26548: Minor fix to awkward wording in docsRaymond Hettinger2016-03-131-2/+2
* | Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt.Steve Dower2016-03-121-0/+6
|\ \ | |/
| * Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt.Steve Dower2016-03-121-0/+6
* | Add Mock.assert_called()Victor Stinner2016-03-112-0/+40
* | Issue #26542: Fix markup of code example in difflib documentationBerker Peksag2016-03-111-5/+3
|\ \ | |/
| * Issue #26542: Fix markup of code example in difflib documentationBerker Peksag2016-03-111-5/+3
* | Merge 3.5 (malloc doc)Victor Stinner2016-03-091-43/+77
|\ \ | |/
| * Issue #26516: Enhance Python mem allocators docVictor Stinner2016-03-091-43/+77
* | Issue #21042: Return full path in ctypes.util.find_library() on LinuxMartin Panter2016-03-101-4/+7
* | Issue #15068: Got rid of excessive buffering in fileinput.Serhiy Storchaka2016-03-081-1/+6
|\ \ | |/
| * Issue #15068: Got rid of excessive buffering in the fileinput module.Serhiy Storchaka2016-03-081-1/+7
* | Issue #26505: merge from 3.5Ned Deily2016-03-071-4/+4
|\ \ | |/
| * Issue #26505: Fix typos in getaddrinfo license text.Ned Deily2016-03-071-4/+4
* | Issue #24852: Remove outdated "HOWTO Use Python in the web" documentBerker Peksag2016-03-072-732/+0
|\ \ | |/
| * Issue #24852: Remove outdated "HOWTO Use Python in the web" documentBerker Peksag2016-03-072-732/+0
* | Issue #21034: Remove outdated paragraph from venv documentationBerker Peksag2016-03-071-5/+0
|\ \ | |/
| * Issue #21034: Remove outdated paragraph from venv documentationBerker Peksag2016-03-071-5/+0
* | MergeRaymond Hettinger2016-03-071-0/+5
|\ \ | |/
| * Document another recipe for itertools: all_equal(). Inspired by David Beazley.Raymond Hettinger2016-03-071-0/+5
* | Closes #19475: Added timespec to the datetime.isoformat() method.Alexander Belopolsky2016-03-061-3/+67
* | Issue #26246: Set initial value of the hidden attr when creating copy button.Berker Peksag2016-03-021-0/+1
|\ \ | |/
| * Issue #26246: Set initial value of the hidden attr when creating copy button.Berker Peksag2016-03-021-0/+1
| |\
| | * Issue #26246: Set initial value of the hidden attr when creating copy button.Berker Peksag2016-03-021-0/+1
* | | Issue #26335: Make mmap.write() return the number of bytes written likeBerker Peksag2016-03-021-2/+7
* | | merge with 3.5Georg Brandl2016-02-281-1/+1
|\ \ \ | |/ /
| * | Update susp-ignore file (#25910).Georg Brandl2016-02-281-1/+1
* | | merge with 3.5Georg Brandl2016-02-281-1/+1
|\ \ \ | |/ /
| * | Fix typo.Georg Brandl2016-02-281-1/+1
* | | Issue #22836: Merge exception reporting from 3.5Martin Panter2016-02-281-2/+2
|\ \ \ | |/ /
| * | Issue #22836: Keep exception reports sensible despite errorsMartin Panter2016-02-281-2/+2
* | | #26246: merge with 3.5.Ezio Melotti2016-02-271-7/+11
|\ \ \ | |/ /
| * | #26246: merge with 3.4.Ezio Melotti2016-02-271-7/+11
| |\ \ | | |/
| | * #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.Ezio Melotti2016-02-271-7/+11
* | | merge with 3.5Georg Brandl2016-02-2668-261/+251
|\ \ \ | |/ /
| * | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-2668-255/+252
* | | merge with 3.5Georg Brandl2016-02-261-3/+3
|\ \ \ | |/ /
| * | Fix version.Georg Brandl2016-02-261-3/+3