summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-193-1/+49
* Merge for issue #26095Brett Cannon2016-03-181-0/+46
|\
| * Suggest people use feature detection in porting guideBrett Cannon2016-03-181-0/+46
* | Issue #26252: Add an example on how to register a finderBrett Cannon2016-03-181-2/+32
* | #26250: merge with 3.5.Ezio Melotti2016-03-181-0/+12
|\ \ | |/
| * #26250: document the sqlite3.Cursor.connection attribute. Initial patches by...Ezio Melotti2016-03-181-0/+12
* | Doc: fix typos, patch written by Stefan BehnelVictor Stinner2016-03-183-6/+6
* | Fixed a typo.Serhiy Storchaka2016-03-181-1/+1
|\ \ | |/
| * Fixed a typo.Serhiy Storchaka2016-03-181-1/+1
* | Issue #26580: Remove outdated reference to ftpmirrorBerker Peksag2016-03-181-6/+0
|\ \ | |/
| * Issue #26580: Remove outdated reference to ftpmirrorBerker Peksag2016-03-181-6/+0
* | Enhance documentation on malloc debug hooksVictor Stinner2016-03-183-11/+20
* | 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-121-2/+2
|\ \ | |/
| * Issue #26548: Minor fix to awkward wording in docsRaymond Hettinger2016-03-121-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-061-0/+5
|\ \ | |/
| * Document another recipe for itertools: all_equal(). Inspired by David Beazley.Raymond Hettinger2016-03-061-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
|\ \ \ | |/ /