summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | merge headsGregory P. Smith2012-07-2215-86/+174
| | |\ \ \ \
| | | * | | | #13922: argparse no longer incorrectly strips '--' after the first one.R David Murray2012-07-224-14/+34
| | | * | | | #12353: argparse now correctly handles null argument values.R David Murray2012-07-223-1/+4
| | | * | | | #14391: clarify docstring discussion of Action's 'type' argument's value.R David Murray2012-07-211-4/+4
| | | * | | | #15342: Add clarifying sentence to posixpath.join docstring.R David Murray2012-07-211-1/+2
| | | * | | | Fix typo introduced in 79d54fba49b3.Georg Brandl2012-07-211-1/+1
| | | * | | | Fix whitespaceRaymond Hettinger2012-07-211-20/+16
| | | * | | | Issue #14579: Fix error handling bug in the utf-16 decoder.Antoine Pitrou2012-07-203-3/+30
| | | * | | | Issue #15399: Added versionchanged for processName.Vinay Sajip2012-07-201-0/+3
| | | * | | | Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.Meador Inge2012-07-193-28/+46
| | | * | | | Closes #9254: backport __import__ docstring/doc mentions of importlib.R David Murray2012-07-182-12/+9
| | | * | | | remove unused variableMeador Inge2012-07-181-1/+1
| | | * | | | Issue #15368: fixing variable typo.Meador Inge2012-07-181-1/+1
| | | * | | | Issue #15368: make bytecode generation deterministic.Meador Inge2012-07-182-3/+26
| | | * | | | #15375: remove duplicated word 'child'R David Murray2012-07-171-1/+1
| | * | | | | Consistently raise a TypeError when a non str is passed to hashlib.newGregory P. Smith2012-07-222-1/+2
| | |/ / / /
| | * | | | Fix the with_poll tests for platforms without poll. missing import.Gregory P. Smith2012-07-161-0/+1
| | * | | | Issue 15337: help() shown as undocumentedRaymond Hettinger2012-07-162-4/+5
| | * | | | Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-164-1/+224
| | * | | | allow any number to be returned from __length_hint__ (closes #15354)Benjamin Peterson2012-07-151-1/+1
| | * | | | Try other approach to fix issue #15334.Antoine Pitrou2012-07-131-3/+8
| | * | | | #15345: fix SyntaxError in argparse tutorial example. Patch by Simon Hayward.Ezio Melotti2012-07-131-1/+1
| | * | | | Issue #15334: skip test_dynamic_key when run in non-interactive mode.Antoine Pitrou2012-07-131-0/+1
| | * | | | Issue #15338: skip test_UNC_path when the current user doesn't have enough pe...Antoine Pitrou2012-07-131-0/+7
| | * | | | Use _RPCFile.write properly.Martin v. Löwis2012-07-111-2/+2
| | * | | | Don't use TextIOBase implementations in _RPCFile.Martin v. Löwis2012-07-111-2/+8
| | * | | | Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.Martin v. Löwis2012-07-112-2/+2
| | * | | | Issue 13532: Allow bytearrays to be written also.Terry Jan Reedy2012-07-092-4/+4
| | * | | | Widen test to support unicode.Martin v. Löwis2012-07-092-2/+2
| | * | | | - Issue #13532: Check that arguments to sys.stdout.write are strings.Martin v. Löwis2012-07-093-3/+25
| | * | | | Issue #13557: Clarify effect of giving two different namespaces to exec orTerry Jan Reedy2012-07-083-2/+10
| | * | | | merge heads.Senthil Kumaran2012-07-080-0/+0
| | |\ \ \ \
| | | * | | | Fix the buildbot failure - msg164973Senthil Kumaran2012-07-082-5/+4
| | * | | | | revert the changes done in d931a3b64fd6 - buildbot failure.Senthil Kumaran2012-07-083-13/+1
| | |/ / / /
| | * | | | Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...Senthil Kumaran2012-07-083-2/+14
| | * | | | Fix leftover quote.Georg Brandl2012-07-061-1/+1
| | * | | | Issue #15247: FileIO now raises an error when given a file descriptor pointin...Antoine Pitrou2012-07-063-12/+16
| | * | | | Fix closes issue # 15033 - Return the proper exitcode for failure when module...Senthil Kumaran2012-07-053-2/+21
| | * | | | Issue #1677: Unused variable warning in Non-WindowsJesus Cea2012-07-031-0/+3
| | * | | | Backed out changeset 7ccc2cea6969Jesus Cea2012-07-031-3/+0
| | * | | | Issue #1667: Unused variable warning in Non-WindowsJesus Cea2012-07-031-0/+3
| | * | | | Create ~/.pypirc securely (#13512).Éric Araujo2012-07-033-1/+5
| | * | | | Branch mergeÉric Araujo2012-07-031-1/+2
| | |\ \ \ \
| | | * | | | Make it easier to search for the grouper() recipe.Raymond Hettinger2012-07-031-1/+2
| | * | | | | Ignore .nfs* files in distutils (#7719).Éric Araujo2012-07-036-5/+36
| | * | | | | Use source role to get links to filesÉric Araujo2012-07-021-3/+3
| | * | | | | Adapt mentions of future changes in docÉric Araujo2012-07-024-5/+4
| | * | | | | Avoid SyntaxError in script using print functionÉric Araujo2012-07-021-0/+2
| | |/ / / /
| | * | | | The StopIteration API applies to both tokenize() and generate_tokens()Raymond Hettinger2012-07-021-1/+2
| | * | | | Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLO...Antoine Pitrou2012-07-013-5/+5