summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #25654:Victor Stinner2016-03-251-1/+1
* Don't doc check the venv dirZachary Ware2016-03-241-1/+1
* Merge with 3.5Terry Jan Reedy2016-03-2363-185/+1435
|\
| * Fix typo in doc: avoid the french "& cie" :-)Victor Stinner2016-03-232-5/+5
| * faulthandler: add Windows exception handlerVictor Stinner2016-03-232-0/+11
| * Add a source parameter to warnings.warn()Victor Stinner2016-03-231-1/+7
| * tracemalloc now supports domainsVictor Stinner2016-03-221-6/+39
| * Optimize bytes.replace(b'', b'.')Victor Stinner2016-03-211-0/+3
| * Merge with 3.5Terry Jan Reedy2016-03-2061-178/+1375
| |\
| | * Merge with 3.5Terry Jan Reedy2016-03-201-2/+4
| | |\
| | * \ Issue #26593: Fix typo in logging HOWTOBerker Peksag2016-03-201-1/+1
| | |\ \
| | * | | Issue #18787: spwd.getspnam() now raises a PermissionError if the userBerker Peksag2016-03-192-0/+5
| | * | | Issue #26567: enhance ResourceWarning exampleVictor Stinner2016-03-191-9/+12
| | * | | On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-193-1/+49
| | * | | Merge for issue #26095Brett 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-1858-177/+1288
| | |\ \ \ \
| | | * | | | Doc: fix typos, patch written by Stefan BehnelVictor Stinner2016-03-183-6/+6
| | | * | | | Fixed a typo.Serhiy Storchaka2016-03-1858-177/+1288
| | | |\ \ \ \
| | | | * \ \ \ 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-1759-181/+1286
| | | | |\ \ \ \ \
| | | | | * | | | | 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-1357-160/+1127
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ mergeRaymond Hettinger2016-03-131-1/+1
| | | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ \ #25687: merge with 3.5.Ezio Melotti2016-03-131-4/+6
| | | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ mergeRaymond Hettinger2016-03-121-2/+2
| | | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ 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-1156-160/+1087
| | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ Merge 3.5 (malloc doc)Victor Stinner2016-03-0956-160/+1087
| | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | 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 #26505: merge from 3.5Ned Deily2016-03-071-4/+4
| | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ Issue #24852: Remove outdated "HOWTO Use Python in the web" documentBerker Peksag2016-03-0754-151/+1076
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Issue #21034: Remove outdated paragraph from venv documentationBerker Peksag2016-03-071-5/+0
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ MergeRaymond 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 #26335: Make mmap.write() return the number of bytes written likeBerker Peksag2016-03-021-2/+7
| | | | | | | | | * | | | | | | | | | | | | | merge with 3.5Georg Brandl2016-02-2853-146/+1002
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ merge with 3.5Georg Brandl2016-02-2853-146/+1002
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Issue #22836: Merge exception reporting from 3.5Martin Panter2016-02-2853-146/+1002
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ #26246: merge with 3.5.Ezio Melotti2016-02-271-7/+11
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge with 3.5Georg Brandl2016-02-2653-146/+1002
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge with 3.5Georg Brandl2016-02-2653-146/+1009
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge with 3.5Georg Brandl2016-02-2652-143/+1006
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \