summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #24989: Fixed buffer overread in BytesIO.readline() if a position isSerhiy Storchaka2015-09-031-0/+13
* Merge 3.4 (test_gdb)Victor Stinner2015-09-031-2/+3
|\
| * test_gdb: oops, the regex to parse the gdb version was still too strictVictor Stinner2015-09-031-2/+3
| * test_wsgiref: add missing import (support)Victor Stinner2015-09-031-0/+2
* | Merge with 3.5. Fix test_wsgiref execution from the test module.Senthil Kumaran2015-09-031-3/+2
|\ \ | |/
| * Fix test_wsgiref execution from the test module.Senthil Kumaran2015-09-031-3/+2
* | Merge 3.4 (test_gdb)Victor Stinner2015-09-031-1/+2
|\ \ | |/
| * test_gdb: fix regex to parse GDB version for 'GNU gdb 6.1.1 [FreeBSD]\n'Victor Stinner2015-09-031-1/+2
* | Merge with 3.4Terry Jan Reedy2015-09-031-1/+1
|\ \ | |/
| * Issue #21192: Change 'RUN' back to 'RESTART' when running editor file.Terry Jan Reedy2015-09-031-1/+1
* | Merge 3.4 (test_warnings)Victor Stinner2015-09-021-0/+6
|\ \ | |/
| * Fix test_warnings: don't modify warnings.filtersVictor Stinner2015-09-021-0/+6
* | Merge 3.4 (test_gdb)Victor Stinner2015-09-021-17/+33
|\ \ | |/
| * test_gdb: use subprocess.Popen context manager to fix ResourceWarning warningsVictor Stinner2015-09-021-20/+29
| * test_gdb: fix regex to parse gdb version for SUSE Linux EntrepriseVictor Stinner2015-09-021-4/+11
* | Merge 3.5 heads (issue #24975)Yury Selivanov2015-09-021-9/+15
|\ \
| * | Issue #24975: Fix AST compilation for PEP 448 syntax.Yury Selivanov2015-09-011-9/+15
| * | Update setuptools to 18.2 and pip to 7.1.2Donald Stufft2015-08-293-2/+2
* | | mergeRaymond Hettinger2015-08-302-11/+12
|\ \ \ | | |/ | |/|
| * | Issue #24931: Resolve __dict__ conflict in namedtuple subclasses.Raymond Hettinger2015-08-302-11/+12
* | | Issue #24881: Fixed setting binary mode in Python implementation of FileIOSerhiy Storchaka2015-08-281-1/+2
* | | Issue #21112: Fix regression in unittest.expectedFailure on subclasses.Robert Collins2015-08-272-2/+38
|\ \ \ | |/ /
| * | Issue #21112: Fix regression in unittest.expectedFailure on subclasses.Robert Collins2015-08-272-2/+38
* | | Merge with 3.4Terry Jan Reedy2015-08-271-1/+1
|\ \ \ | |/ /
| * | Issue #24790: correct typo noticed by Eric SmithTerry Jan Reedy2015-08-271-1/+1
* | | Merge with 3.4Terry Jan Reedy2015-08-271-0/+3
|\ \ \ | |/ /
| * | Issue #24790: Restore unused function.Terry Jan Reedy2015-08-271-0/+3
* | | Merge with 3.4Terry Jan Reedy2015-08-271-35/+50
|\ \ \ | |/ /
| * | Issue #24782: In Idle extension config dialog, replace tabs with sorted list.Terry Jan Reedy2015-08-271-35/+50
* | | Issue #24913: Fix overrun error in deque.index().Raymond Hettinger2015-08-261-0/+5
* | | Merge from Python 3.5.0 (rc2) to Python 3.5.1.Larry Hastings2015-08-252-2/+2
|\ \ \ | | |/ | |/|
| * | Regenerated pydoc topics for Python 3.5.0rc2.Larry Hastings2015-08-251-1/+1
| * | Issue #24769: Interpreter now starts properly when dynamic loadingLarry Hastings2015-08-251-1/+1
| * | Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutinesYury Selivanov2015-08-173-1/+54
| * | Merged in brettcannon/cpython350/3.5 (pull request #2)larry2015-08-121-0/+13
| |\ \
* | \ \ Merge updated to pip and setuptoolsDonald Stufft2015-08-243-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Update pip to 7.1.2 and setuptools to 18.2Donald Stufft2015-08-243-2/+2
| * | | Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses.Yury Selivanov2015-08-182-1/+19
* | | | Issue #20362: Honour TestCase.longMessage correctly in assertRegex.Robert Collins2015-08-192-8/+25
* | | | Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses.Yury Selivanov2015-08-182-1/+19
* | | | Merge with 3.4Terry Jan Reedy2015-08-181-6/+2
|\ \ \ \ | |/ / /
| * | | Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).Terry Jan Reedy2015-08-181-6/+2
* | | | (Merge 3.4) cgi.FieldStorage.read_multi ignores Content-LengthVictor Stinner2015-08-182-0/+23
|\ \ \ \ | |/ / /
| * | | cgi.FieldStorage.read_multi ignores Content-LengthVictor Stinner2015-08-182-0/+24
* | | | Entries for idlelib/NEWS.txtTerry Jan Reedy2015-08-171-0/+13
|\ \ \ \ | |/ / /
| * | | Entries for idlelib/NEWS.txtTerry Jan Reedy2015-08-171-1/+14
* | | | Issue #24774: Fix docstring in http.server.test.Robert Collins2015-08-171-2/+1
|\ \ \ \ | |/ / /
| * | | Issue #24774: Fix docstring in http.server.test.Robert Collins2015-08-171-2/+1
* | | | Merge with 3.4Terry Jan Reedy2015-08-141-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #24833: Add attribute reference needed for 3.x.Terry Jan Reedy2015-08-141-1/+1