summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Merge headsSerhiy Storchaka2013-10-132-2/+3
|\
| * Fix spacing of toplevel items.Georg Brandl2013-10-131-0/+2
| * merge with 3.3Georg Brandl2013-10-131-2/+1
| |\
| | * Wing IDE is switching to PyQt...Georg Brandl2013-10-131-2/+1
* | | Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-1339-124/+139
|\ \ \ | |/ / |/| |
| * | Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-1336-120/+134
| |/
* | Closes #17730: in code.interact(), when banner="", do not print anything.Georg Brandl2013-10-131-1/+4
* | Issue #19197: Improved cross-references in the shlex module documentation.Serhiy Storchaka2013-10-131-51/+59
|\ \ | |/
| * Issue #19197: Improved cross-references in the shlex module documentation.Serhiy Storchaka2013-10-131-51/+59
* | Issue #19207: Improved cross-references in the os, os.path, and posix modulesSerhiy Storchaka2013-10-133-35/+37
|\ \ | |/
| * Issue #19207: Improved cross-references in the os, os.path, and posix modulesSerhiy Storchaka2013-10-133-34/+36
* | Improve #19204: Improved cross-references in the urllib package documentation.Serhiy Storchaka2013-10-134-25/+30
|\ \ | |/
| * Improve #19204: Improved cross-references in the urllib package documentation.Serhiy Storchaka2013-10-134-25/+30
* | merge with 3.3Georg Brandl2013-10-132-3/+6
|\ \ | |/
| * Refer to strftime(3) manpage for platform specific format codes.Georg Brandl2013-10-132-3/+6
* | Issue #19198: Improved cross-references in the cgi module documentation.Serhiy Storchaka2013-10-131-17/+19
|\ \ | |/
| * Issue #19198: Improved cross-references in the cgi module documentation.Serhiy Storchaka2013-10-131-17/+19
* | Issue #17827: document codecs.encode and codecs.decodeNick Coghlan2013-10-131-0/+19
|\ \ | |/
| * Issue #17827: Document codecs.encode and codecs.decodeNick Coghlan2013-10-131-0/+19
* | Docs tweaks for contextlib additionsNick Coghlan2013-10-131-2/+12
* | merge with 3.3Georg Brandl2013-10-131-0/+4
|\ \ | |/
| * Closes #13740: SND_NOWAIT seems to be ignored on modern Windows.Georg Brandl2013-10-131-0/+4
* | Back out accidentally pushed changeset b51218966201.Georg Brandl2013-10-131-28/+0
* | Add re.fullmatch() function and regex.fullmatch() method, which anchor theGeorg Brandl2013-10-131-0/+28
* | Issue #19218: Rename collections.abc to _collections_abc in order to speed up...Christian Heimes2013-10-131-1/+1
* | mergeRaymond Hettinger2013-10-122-0/+15
|\ \ | |/
| * Issue #19202: Add cross-reference and a rough code equivalentRaymond Hettinger2013-10-122-0/+15
* | Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.Christian Heimes2013-10-121-0/+43
* | merge with 3.3Georg Brandl2013-10-121-4/+11
|\ \ | |/
| * Closes #13026: fix documentation of MAKE_FUNCTION for 3.x.Georg Brandl2013-10-121-4/+11
* | merge with 3.3Georg Brandl2013-10-121-5/+7
|\ \ | |/
| * Closes #19179: make table of XML vulnerabilities clearer by using "everyday" ...Georg Brandl2013-10-121-5/+7
* | Rename contextlib.ignored() to contextlib.ignore().Raymond Hettinger2013-10-111-3/+3
* | #18764: p(rint) -> p in pdb docs.R David Murray2013-10-101-1/+7
* | upgrade unicode db to 6.3.0 (closes #19221)Benjamin Peterson2013-10-101-4/+4
* | 18764: remove the problematic 'print' alias for the PDB 'p' command.R David Murray2013-10-101-3/+3
* | Issue #15805: Add contextlib.redirect_stdout()Raymond Hettinger2013-10-101-0/+31
* | Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar Ge...Georg Brandl2013-10-091-1/+1
* | #19194: Improved cross-references in the fcntl module documentation.Serhiy Storchaka2013-10-091-20/+24
|\ \ | |/
| * #19194: Improved cross-references in the fcntl module documentation.Serhiy Storchaka2013-10-091-20/+24
* | Issue #19190: Improve cross-references in builtin types and functions documen...Serhiy Storchaka2013-10-092-50/+53
|\ \ | |/
| * Issue #19190: Improve cross-references in builtin types and functions documen...Serhiy Storchaka2013-10-092-50/+53
* | Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre...Antoine Pitrou2013-10-081-7/+15
* | merge with 3.3Georg Brandl2013-10-081-1/+1
|\ \ | |/
| * Fix wrong link.Georg Brandl2013-10-081-1/+1
* | merge with 3.3Georg Brandl2013-10-061-1/+5
|\ \ | |/
| * Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV...Georg Brandl2013-10-061-1/+5
* | merge with 3.3Georg Brandl2013-10-061-4/+4
|\ \ | |/
| * Use the platform-independent way of calling a script from the shell: "python ...Georg Brandl2013-10-061-4/+4
* | merge with 3.3Georg Brandl2013-10-061-2/+2
|\ \ | |/