summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix minor documentation markup error.Larry Hastings2013-08-031-1/+1
* Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-01102-1115/+4071
|\
| * #17616: Improve context manager tests, fix bugs in close method and mode docs.R David Murray2013-07-311-8/+7
| * #17616: wave.open now supports the 'with' statement.R David Murray2013-07-313-2/+11
| * Merge with 3.3Terry Jan Reedy2013-07-301-3/+3
| |\
| * \ Merge: #16273: Fix tutorial discussion of seek/tell (opaque text-mode values).R David Murray2013-07-301-4/+9
| |\ \
| * \ \ Merge: #18601: fix error made when difflib example was converted to use 'with'.R David Murray2013-07-301-1/+1
| |\ \ \
| * | | | fixed examples to work with changed attribute namesEthan Furman2013-07-301-5/+5
| * | | | Merge #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.R David Murray2013-07-30102-1107/+4055
| |\ \ \ \
| | * \ \ \ Merge doc fixAntoine Pitrou2013-07-30102-1107/+4055
| | |\ \ \ \
| | | * | | | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-307-43/+114
| | | * | | | Merge #18584: make doctest examples in email documentation pass.R David Murray2013-07-2999-1080/+3957
| | | |\ \ \ \
| | | | * \ \ \ Merge #15415 from 3.3Nick Coghlan2013-07-2899-1080/+3957
| | | | |\ \ \ \
| | | | | * | | | Close #13266: Add inspect.unwrapNick Coghlan2013-07-282-3/+28
| | | | | * | | | (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tagVictor Stinner2013-07-281-0/+2
| | | | | |\ \ \ \
| | | | | * \ \ \ \ Merge with 3.3Terry Jan Reedy2013-07-2798-1080/+3932
| | | | | |\ \ \ \ \
| | | | | | * | | | | #17818: aifc.getparams now returns a namedtuple.R David Murray2013-07-252-1/+9
| | | | | | * | | | | Merge #15130: remove repeat of abstract paragraph from socket howto body.R David Murray2013-07-251-6/+0
| | | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ \ #16937: merge with 3.3.Ezio Melotti2013-07-251-2/+2
| | | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ Closes #18541: merged update from 3.3.Vinay Sajip2013-07-2498-1079/+3923
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | closes issue18042 -- a `unique` decorator is added to enum.pyEthan Furman2013-07-181-27/+66
| | | | | | | * | | | | | | Closes #18471: Fix typo in heapq documentation (reported by Fran?ois Pinard).Ned Deily2013-07-1598-1079/+3884
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ - Issue #18440: Clarify that `hash()` can truncate the value returned from anBarry Warsaw2013-07-152-8/+24
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * | | | | | | | Close issue 17482: don't overwrite __wrapped__Nick Coghlan2013-07-152-2/+16
| | | | | | | | * | | | | | | | Closes #18452: fix several "occurrence" typos (reported by F?vry Thibault).Ned Deily2013-07-143-4/+4
| | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ #18389: Clarify that relpath does not access the file system.R David Murray2013-07-121-2/+4
| | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ Closes #18433: Merged documentation update from 3.3.Vinay Sajip2013-07-121-3/+10
| | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ Merged changes.Vinay Sajip2013-07-1298-1077/+3868
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Closes #18434: Merged documentation update from 3.3.Vinay Sajip2013-07-121-21/+28
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ Issue #18085: Add missed const modifier for some entries in refcounts.dat.Serhiy Storchaka2013-07-1198-1077/+3868
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ Merge #17987: properly document support.captured_xxx.R David Murray2013-07-1198-1078/+3869
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ Issue #18336. Fix a link to StreamReader's read() method.Serhiy Storchaka2013-07-1198-1078/+3869
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ #18403: merge with 3.3.Ezio Melotti2013-07-0898-1078/+3869
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ (3.3->default) Cleanup of documentation change from #17860Ronald Oussoren2013-07-0798-1078/+3869
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | | | | | | | | | Issue #3329: Implement the PEP 445Victor Stinner2013-07-072-15/+174
| | | | | | | | | | | | | | * | | | | | | | | | | | (3.3->default) Issue #17860: explicitly mention that std* streams are opened ...Ronald Oussoren2013-07-0697-1077/+3709
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * | | | | | | | | | | | Issue #15767: back out 8a0ed9f63c6e, finishing the removal ofBrett Cannon2013-07-043-16/+2
| | | | | | | | | | | | | | | * | | | | | | | | | | | Issue #15767: Revert 3a50025f1900 for ModuleNotFoundErrorBrett Cannon2013-07-044-16/+9
| | | | | | | | | | | | | | | * | | | | | | | | | | | Issue #14206: Clarify docs for Queue.join_cancel_thread().Richard Oudkerk2013-07-0298-1085/+3738
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ Issue #17273: Clarify that pool methods can only be used by parent process.Richard Oudkerk2013-07-021-0/+6
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | Issue 18240: The HMAC module is no longer restricted to bytes and acceptsChristian Heimes2013-07-011-6/+12
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | (merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File".Terry Jan Reedy2013-07-011-2/+2
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with 3.3Terry Jan Reedy2013-06-291-1/+1
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Added rationale for defaulting to 1 in the functional API.Ethan Furman2013-06-281-0/+4
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Added example to enum docs show access to name and value attributes of enum m...Ethan Furman2013-06-281-2/+10
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | #18111: Add What's New entry for max/min default.R David Murray2013-06-281-0/+3
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() whereCharles-Fran?ois Natali2013-06-281-1/+1
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Merge #18311: fix typo.R David Murray2013-06-2697-1078/+3710
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Issue 18111: Add a default argument to min() and max()Raymond Hettinger2013-06-241-14/+20
| | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Issue #18164: merge from 3.3Ned Deily2013-06-241-1/+3
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \