summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Backing out 86dc014cdd74. Not ready yetJesus Cea2012-04-262-9/+0
* Close #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-04-262-0/+9
* Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.Marc-Andre Lemburg2012-04-251-8/+5
* Issue #14605: Revert renaming of _SourcelessFileLoader, since it causedMarc-Andre Lemburg2012-04-251-5/+8
* Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoaderMarc-Andre Lemburg2012-04-241-8/+5
* Issue #4892: multiprocessing Connections can now be transferred over multipro...Antoine Pitrou2012-04-241-0/+4
* Issue #14448: merge with 3.2Sandro Tosi2012-04-241-1/+9
|\
| * Issue #14448: mention pytz; patch by Andrew SvetlovSandro Tosi2012-04-241-1/+9
* | Issue #14554: merge with 3.2Sandro Tosi2012-04-241-1/+1
|\ \ | |/
| * Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhon...Sandro Tosi2012-04-241-1/+1
* | Issue #13478: merge with 3.2Sandro Tosi2012-04-241-8/+16
|\ \ | |/
| * Issue #13478: document timeit.default_timer()Sandro Tosi2012-04-241-8/+16
| * issue2193 - Update 3.2 docs about legal characters allowed in Cookie nameSenthil Kumaran2012-04-221-2/+8
* | Issue #14605: Expose importlib.abc.FileLoader andBrett Cannon2012-04-221-0/+185
* | issue2193 - Update docs about the legal characters allowed in Cookie nameSenthil Kumaran2012-04-221-2/+11
* | Closes issue 14634. unittest.mock.create_autospec now supports keyword only a...Michael Foord2012-04-211-4/+9
* | Closes issue 14636. mock objects raise exceptions from an iterable side_effectMichael Foord2012-04-212-50/+14
* | Issue #14127: Add st_{cma}time_ns fields to os.stat() result object.Larry Hastings2012-04-191-6/+26
* | Remove webbrowser doc reference to the previously removed internet-config opt...Ned Deily2012-04-181-7/+2
|\ \ | |/
| * Remove webbrowser doc reference to the previously removed internet-config opt...Ned Deily2012-04-181-7/+2
* | Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.Charles-François Natali2012-04-171-0/+6
* | Correct warnings when building the docs for the nonexistet :arg: role. Change...Brian Curtin2012-04-161-5/+5
* | Issue #14386: Expose the dict_proxy internal type as types.MappingProxyTypeVictor Stinner2012-04-152-6/+62
* | Issue #10576: Add a progress callback to gcmoduleKristján Valur Jónsson2012-04-151-2/+37
* | Clarify that one should not use __import__() directly. Also mentionBrett Cannon2012-04-151-3/+5
* | merge with 3.2Sandro Tosi2012-04-141-1/+1
|\ \ | |/
| * fix typo; thanks to Jérôme Mainka from docs@Sandro Tosi2012-04-141-1/+1
* | Merge highlight and spacing fixes in json example with 3.2.Ezio Melotti2012-04-141-4/+4
|\ \ | |/
| * Fix highlight and spacing in json example.Ezio Melotti2012-04-141-4/+4
* | #14535: merge with 3.2.Ezio Melotti2012-04-141-1/+4
|\ \ | |/
| * #14535: fix code highlight in multiprocessing examples. Patch by Tshepang Le...Ezio Melotti2012-04-141-1/+4
* | Minor docstring / docs corrections for unittest.mockMichael Foord2012-04-132-5/+5
* | unittest.mock.PropertyMock return value and attributes are now standard Magic...Michael Foord2012-04-131-0/+11
* | Issue #1559549: Add 'name' and 'path' attributes to ImportError.Brett Cannon2012-04-131-0/+8
* | Doc: sort time.CLOCK_xxx constantsVictor Stinner2012-04-121-8/+8
* | Merge doc fixes #14553 and #14552.R David Murray2012-04-122-4/+4
|\ \ | |/
| * #14553: fix word order.R David Murray2012-04-121-1/+1
| * #14552: remove redundant wording in 'test' docs.R David Murray2012-04-121-3/+3
* | Improve the threading.Condition docs.Antoine Pitrou2012-04-111-3/+5
|\ \ | |/
| * Improve the threading.Condition docs.Antoine Pitrou2012-04-111-3/+5
* | #14545: merge 3.2Georg Brandl2012-04-111-2/+2
|\ \ | |/
| * Closes #14545: make clearer what was added.Georg Brandl2012-04-111-2/+2
* | MergeAntoine Pitrou2012-04-101-139/+167
|\ \ | |/
| * Small improvements to the threading docs: better publicize support for the wi...Antoine Pitrou2012-04-101-19/+33
| * Fix some markup in the threading docs.Antoine Pitrou2012-04-101-70/+78
| * Issue #8799: Fix and improve the threading.Condition documentation.Antoine Pitrou2012-04-101-54/+59
* | Merged updates to logging reference and HOWTO from 3.2.Vinay Sajip2012-04-101-2/+15
|\ \ | |/
| * Updated logging reference and HOWTO.Vinay Sajip2012-04-101-2/+15
* | merge - minor .rst fixSenthil Kumaran2012-04-101-1/+1
|\ \ | |/
| * minor .rst fixSenthil Kumaran2012-04-101-1/+1