summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix full-stop whitespace in configparser docsƁukasz Langa2014-09-141-42/+44
* | Closes #20537: logging methods now accept an exception instance as well as a ...Vinay Sajip2014-09-141-4/+9
* | merge 3.4Benjamin Peterson2014-09-131-1/+1
|\ \ | |/
| * make hg link secureBenjamin Peterson2014-09-131-1/+1
* | Issue #16104: Allow compileall to do parallel bytecode compilation.Brett Cannon2014-09-122-2/+24
* | Closes #22386: merged fix from 3.4.Vinay Sajip2014-09-111-2/+2
|\ \ | |/
| * Issue #22386: fixed regression.Vinay Sajip2014-09-111-2/+2
* | Issue #13968: The glob module now supports recursive search inSerhiy Storchaka2014-09-112-4/+27
* | merge 3.4 (#22380)Benjamin Peterson2014-09-101-37/+0
|\ \ | |/
| * y2k compliance, lol (closes #22380)Benjamin Peterson2014-09-101-37/+0
* | Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-1011-24/+24
|\ \ | |/
| * Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-1011-24/+24
* | imaplib.IMAP4 now supports the context manager protocol.Serhiy Storchaka2014-09-092-0/+21
* | - Issue #16662: load_tests() is now unconditionally run when it is present inBarry Warsaw2014-09-081-28/+39
* | Merge issue #22295 fix from 3.4Nick Coghlan2014-09-063-12/+39
|\ \ | |/
| * Issue #22295: Adopt 'python -m pip' as the preferred invocationNick Coghlan2014-09-063-12/+39
| * Issue #22346: also include asyncio PEP 411 notice in 3.4Nick Coghlan2014-09-061-0/+7
* | Add PEP-411-compliant note about asyncio being provisional. Fixes issue #22346.Guido van Rossum2014-09-051-0/+7
* | Issue #20643: Removed unneeded (and wrong) class directives.Serhiy Storchaka2014-09-051-4/+1
|\ \ | |/
| * Issue #20643: Removed unneeded (and wrong) class directives.Serhiy Storchaka2014-09-051-4/+1
* | Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...Antoine Pitrou2014-09-041-4/+14
* | Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-022-2/+7
* | Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu ...Guido van Rossum2014-09-021-1/+9
* | sigma actually works in latex...Benjamin Peterson2014-09-011-3/+3
* | try to pick a unicode char that latex understandsBenjamin Peterson2014-09-011-1/+1
* | a more universal unicode char exampleBenjamin Peterson2014-09-011-2/+1
* | Issue #22320: merge from 3.4Ned Deily2014-09-011-1/+2
|\ \ | |/
| * Issue #22320: Fix broken link in the General Python FAQ.Ned Deily2014-09-011-1/+2
* | (Merge 3.4) Closes #22275: asyncio: enhance documentation of OS supportVictor Stinner2014-08-312-8/+26
|\ \ | |/
| * Closes #22275: asyncio: enhance documentation of OS supportVictor Stinner2014-08-312-8/+26
* | merge 3.4 (closes #22307)Benjamin Peterson2014-08-301-4/+4
|\ \ | |/
| * getuid() returns real process id not effective (closes #22307)Benjamin Peterson2014-08-301-4/+4
* | (Merge 3.4) Issue #22063: Fix asyncio documentation of socket and pipeVictor Stinner2014-08-261-5/+14
|\ \ | |/
| * Issue #22063: Fix asyncio documentation of socket and pipe operations regardingVictor Stinner2014-08-261-5/+14
* | (Merge 3.4) asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_...Victor Stinner2014-08-261-0/+12
|\ \ | |/
| * asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() methodVictor Stinner2014-08-261-0/+12
* | (Merge 3.4) asyncio: update the docVictor Stinner2014-08-252-8/+15
|\ \ | |/
| * asyncio: update the docVictor Stinner2014-08-252-8/+15
* | Issue #16808: inspect.stack() now returns a named tuple instead of a tuple.Antoine Pitrou2014-08-241-2/+8
* | Merge with 3.4Terry Jan Reedy2014-08-231-2/+2
|\ \ | |/
| * Issue #13540: add missing markup.Terry Jan Reedy2014-08-231-2/+2
* | Merge with 3.4Terry Jan Reedy2014-08-231-1/+1
|\ \ | |/
| * Issue #22243: fix except grammar in reference.Terry Jan Reedy2014-08-231-1/+1
* | Merge with 3.4Terry Jan Reedy2014-08-231-1/+1
|\ \ | |/
| * Issue #22232 (partial fix): update Universal newlines Glossary entry.Terry Jan Reedy2014-08-231-1/+1
* | Merge PEP 466 What's New in 2.7 changes from 3.4Nick Coghlan2014-08-231-6/+16
|\ \ | |/
| * Forward port PEP 466 What's New in 2.7 updatesNick Coghlan2014-08-231-6/+16
* | Issue #2527: Add a *globals* argument to timeit functions, in order to overri...Antoine Pitrou2014-08-221-5/+31
* | Issue #22150: Fix deprecated-removed directive in Sphinx 1.2.Berker Peksag2014-08-222-1/+5
|\ \ | |/
| * Issue #22150: Fix deprecated-removed directive in Sphinx 1.2.Berker Peksag2014-08-222-1/+5