summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Issue #17071: Signature.bind() now works when one of the keyword arguments ↵Antoine Pitrou2013-01-292-4/+14
|\ | | | | | | is named self.
| * Issue #17071: Signature.bind() now works when one of the keyword arguments ↵Antoine Pitrou2013-01-292-4/+14
| | | | | | | | is named ``self``.
* | Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-292-2/+26
|\ \ | |/ | | | | Python file. Patch by Ben Morgan.
| * Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-292-2/+26
| |\ | | | | | | | | | Python file. Patch by Ben Morgan.
| | * Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-292-2/+25
| | | | | | | | | | | | Python file. Patch by Ben Morgan.
* | | Add tests for raw-unicode-escape codec.Serhiy Storchaka2013-01-291-0/+50
|\ \ \ | |/ /
| * | Add tests for raw-unicode-escape codec.Serhiy Storchaka2013-01-291-0/+50
| |\ \ | | |/
| | * Add tests for raw-unicode-escape codec.Serhiy Storchaka2013-01-291-0/+51
| | |
* | | Clean up escape-decode decoder tests.Serhiy Storchaka2013-01-291-36/+40
|\ \ \ | |/ /
| * | Clean up escape-decode decoder tests.Serhiy Storchaka2013-01-291-36/+40
| |\ \ | | |/
| | * Clean up escape-decode decoder tests.Serhiy Storchaka2013-01-291-36/+40
| | |
* | | Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.Serhiy Storchaka2013-01-292-2/+86
|\ \ \ | |/ /
| * | Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.Serhiy Storchaka2013-01-292-2/+86
| |\ \ | | |/
| | * Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.Serhiy Storchaka2013-01-292-2/+87
| | |
* | | Fix skip conditions in some docstings tests.Serhiy Storchaka2013-01-281-2/+2
|\ \ \ | |/ /
| * | Fix skip conditions in some docstings tests.Serhiy Storchaka2013-01-282-3/+3
| |\ \ | | |/
| | * Fix skip conditions in some docstings tests.Serhiy Storchaka2013-01-282-3/+3
| | |
* | | Tweak a comment to be in line with Python 3Brett Cannon2013-01-271-1/+1
| | |
* | | mergeBrett Cannon2013-01-275-28/+50
|\ \ \
| * \ \ Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-275-28/+50
| |\ \ \ | | |/ / | | | | | | | | --without-doc-strings.
| | * | Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-275-28/+50
| | |\ \ | | | |/ | | | | | | | | --without-doc-strings.
| | | * Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-276-20/+51
| | | | | | | | | | | | | | | | --without-doc-strings.
* | | | Tweak an exception messageBrett Cannon2013-01-271-1/+1
|/ / /
* | | Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-0/+7
|\ \ \ | |/ / | | | | | | | | | Also fix sporadic failures in test_builtin due to dependence on whether the readline module has previously been imported.
| * | Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-0/+7
| |\ \ | | |/ | | | | | | | | | Also fix sporadic failures in test_builtin due to dependence on whether the readline module has previously been imported.
| | * Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-0/+7
| | | | | | | | | | | | | | | Also fix sporadic failures in test_builtin due to dependence on whether the readline module has previously been imported.
* | | Issue #16772: in int(x, base), non-integer bases must have an __index__ method.Mark Dickinson2013-01-271-0/+17
| | |
* | | Merge typo fixes from 3.3.Ezio Melotti2013-01-274-4/+4
|\ \ \ | |/ /
| * | Fix a few typos and a double semicolon. Patch by Eitan Adler.Ezio Melotti2013-01-274-4/+4
| | |
* | | mergeBrett Cannon2013-01-264-4/+11
|\ \ \
| * \ \ Merge 3.3.Stefan Krah2013-01-261-0/+4
| |\ \ \ | | |/ /
| | * | Fix test_pydoc for build --without-doc-strings.Stefan Krah2013-01-261-0/+4
| | | |
| * | | Merge 3.3.Stefan Krah2013-01-262-0/+5
| |\ \ \ | | |/ /
| | * | Adapt test_bytes for a build --without-doc-strings.Stefan Krah2013-01-262-0/+5
| | | |
| * | | Optimize the test for issue #13454.Serhiy Storchaka2013-01-261-4/+2
| |\ \ \ | | |/ / | | | | | | | | Now it requires almost 4x less memory and is almost 2x faster.
| | * | Optimize the test for issue #13454.Serhiy Storchaka2013-01-261-4/+2
| | |\ \ | | | |/ | | | | | | | | Now it requires almost 4x less memory and is almost 2x faster.
| | | * Optimize the test for issue #13454.Serhiy Storchaka2013-01-261-4/+2
| | | | | | | | | | | | | | | | Now it requires almost 4x less memory and is almost 2x faster.
* | | | Port py_compile over to importlibBrett Cannon2013-01-262-46/+31
| | | |
* | | | Skip a test unless the network resource is available.Brett Cannon2013-01-261-0/+2
|/ / /
* | | Issue #16975: Fix error handling bug in the escape-decode bytes decoder.Serhiy Storchaka2013-01-251-0/+44
|\ \ \ | |/ /
| * | Issue #16975: Fix error handling bug in the escape-decode bytes decoder.Serhiy Storchaka2013-01-251-0/+44
| |\ \ | | |/
| | * Issue #16975: Fix error handling bug in the escape-decode bytes decoder.Serhiy Storchaka2013-01-251-0/+44
| | |
* | | Issue #16972: Have site.addpackage() consider known paths even whenBrett Cannon2013-01-251-1/+1
| | | | | | | | | | | | none are explicitly passed in.
* | | Touch up exception messagingBrett Cannon2013-01-251-4/+4
| | |
* | | - Issue #17031: Fix running regen in cross builds.doko@python.org2013-01-251-1/+1
|\ \ \ | |/ /
| * | - Issue #17031: Fix running regen in cross builds.doko@python.org2013-01-251-1/+1
| | |
| * | Merge headsSerhiy Storchaka2013-01-252-71/+78
| |\ \
* | \ \ Merge headsSerhiy Storchaka2013-01-252-71/+78
|\ \ \ \
| * \ \ \ Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBaseSerhiy Storchaka2013-01-252-71/+78
| |\ \ \ \ | | | |/ / | | |/| | | | | | | interface and support all mandatory methods and properties.
| | * | | Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBaseSerhiy Storchaka2013-01-252-71/+78
| | |\ \ \ | | | | |/ | | | |/| | | | | | interface and support all mandatory methods and properties.