Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3ada93fc864b3132af245412980f19d4fc07012f
/
Lib
3ada93f
merge
by Raymond Hettinger
· 9 years ago
8ba03cf
Fix whitespace in comment.
by Raymond Hettinger
· 9 years ago
d941d7a
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
by Serhiy Storchaka
· 9 years ago
2504cec
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
by Serhiy Storchaka
· 9 years ago
6c8b66c
Raise more correct exception on overflow in setting buffer_size attribute of
by Serhiy Storchaka
· 9 years ago
de5f9f4
Raise more correct exception on overflow in setting buffer_size attribute of
by Serhiy Storchaka
· 9 years ago
3b1bc78
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
by Serhiy Storchaka
· 9 years ago
931331a
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
by Serhiy Storchaka
· 9 years ago
ae0d752
Issue #25018: Fixed testing shutil.make_archive() with relative base_name on
by Serhiy Storchaka
· 9 years ago
eba8fee
Issue #25018: Fixed testing shutil.make_archive() with relative base_name on
by Serhiy Storchaka
· 9 years ago
c8c47f5
Merge heads.
by Larry Hastings
· 9 years ago
7d83949
Updated topics (again) for Python 3.5.0rc3 (second try).
by Larry Hastings
· 9 years ago
8c85a20
Explicitly test archive name in shutil.make_archive() tests to expose failure
by Serhiy Storchaka
· 9 years ago
a091a82
Explicitly test archive name in shutil.make_archive() tests to expose failure
by Serhiy Storchaka
· 9 years ago
ffcff22
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
b41eada
Issue #24889: When starting Idle, force focus onto Idle window if not already
by Terry Jan Reedy
· 9 years ago
96d4943
Reapplied change to test_warnings.py to test_warnings/__init__.py.
by Steve Dower
· 9 years ago
f35bd30
Merge from 3.5.0 branch.
by Steve Dower
· 9 years ago
c1635e4
Merged in stevedower/cpython350 (pull request #20)
by Larry Hastings
· 9 years ago
da19767
Issue #25004: Merge 3.4 into 3.5
by Martin Panter
· 9 years ago
e8d58d1
Issue #25004: Handle out-of-disk-space error in LargeMmapTests
by Martin Panter
· 9 years ago
e5b5895
Issue #24917: time_strftime() buffer over-read.
by Steve Dower
· 9 years ago
20a2c64
#23144: merge with 3.4.
by Ezio Melotti
· 9 years ago
6f2bb98
#23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True.
by Ezio Melotti
· 9 years ago
2ba3980
Fix, refactor and extend tests for shutil.make_archive().
by Serhiy Storchaka
· 9 years ago
527ef07
Fix, refactor and extend tests for shutil.make_archive().
by Serhiy Storchaka
· 9 years ago
5fbadb6
Use support.change_cwd() in tests.
by Serhiy Storchaka
· 9 years ago
2a23adf
Use support.change_cwd() in tests.
by Serhiy Storchaka
· 9 years ago
714e493
Issue #24305: Prevent import subsystem stack frames from being counted
by Larry Hastings
· 9 years ago
62b2462
Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think.
by Larry Hastings
· 9 years ago
dcaf4cc
Issue #24917: Backed out changeset 09b62202d9b7
by Steve Dower
· 9 years ago
237060a
Merge from 3.5.0 release branch
by Steve Dower
· 9 years ago
055a9e0
Merged in ncoghlan/cpython350 (pull request #17)
by Larry Hastings
· 9 years ago
e989bf5
merge from 3.4
by Terry Jan Reedy
· 9 years ago
ca3f435
Issue #16180: Exit pdb if file has syntax error, instead of trapping user
by Terry Jan Reedy
· 9 years ago
37fdcbc
Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Merge 3.5.0 -> 3.5)
by Guido van Rossum
· 9 years ago
373602f
Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.
by Steve Dower
· 9 years ago
2ebd8f5
Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(shell=True)
by Steve Dower
· 9 years ago
9d3c61c
Close #24748: Restore imp.load_dynamic compatibility
by Nick Coghlan
· 9 years ago
7d293ee
Issue #24912: Prevent __class__ assignment to immutable built-in objects.
by Guido van Rossum
· 9 years ago
1b66910
Fix issue #24635.
by Guido van Rossum
· 9 years ago
647bae6
Issue #24635: Fixed flakiness in test_typing.py.
by Guido van Rossum
· 9 years ago
4fda56f
Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily.
by Terry Jan Reedy
· 9 years ago
9f9a00a
Merged in storchaka/cpython350 (pull request #13)
by Larry Hastings
· 9 years ago
4e63f7a
Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
by Serhiy Storchaka
· 9 years ago
a43de00
Issue #21192: Change 'RUN' back to 'RESTART' when running editor file.
by Terry Jan Reedy
· 9 years ago
594e54c
Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
by Serhiy Storchaka
· 9 years ago
df6b544
Issue #24913: Fix overrun error in deque.index().
by Brett Cannon
· 9 years ago
aba2466
Merge 3.4 (test_gdb)
by Victor Stinner
· 9 years ago
479fea6
test_gdb: oops, the regex to parse the gdb version was still too strict
by Victor Stinner
· 9 years ago
a7b76e0
test_wsgiref: add missing import (support)
by Victor Stinner
· 9 years ago
b541e58
Merge with 3.5. Fix test_wsgiref execution from the test module.
by Senthil Kumaran
· 9 years ago
22f2c0e
Fix test_wsgiref execution from the test module.
by Senthil Kumaran
· 9 years ago
ccc546c
Merge 3.4 (test_gdb)
by Victor Stinner
· 9 years ago
26afae4
test_gdb: fix regex to parse GDB version for 'GNU gdb 6.1.1 [FreeBSD]\n'
by Victor Stinner
· 9 years ago
379583e
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
ac5004f
Issue #21192: Change 'RUN' back to 'RESTART' when running editor file.
by Terry Jan Reedy
· 9 years ago
4912e7a
Merge 3.4 (test_warnings)
by Victor Stinner
· 9 years ago
1c40552
Fix test_warnings: don't modify warnings.filters
by Victor Stinner
· 9 years ago
329ca71
Merge 3.4 (test_gdb)
by Victor Stinner
· 9 years ago
5b6b4a8
test_gdb: use subprocess.Popen context manager to fix ResourceWarning warnings
by Victor Stinner
· 9 years ago
2f3ac1e
test_gdb: fix regex to parse gdb version for SUSE Linux Entreprise
by Victor Stinner
· 9 years ago
2051b84
Merge 3.5 heads (issue #24975)
by Yury Selivanov
· 9 years ago
b3d5313
Issue #24975: Fix AST compilation for PEP 448 syntax.
by Yury Selivanov
· 9 years ago
9157545
merge
by Raymond Hettinger
· 9 years ago
7a3602e
Issue #24931: Resolve __dict__ conflict in namedtuple subclasses.
by Raymond Hettinger
· 9 years ago
c332e09
Update setuptools to 18.2 and pip to 7.1.2
by Donald Stufft
· 9 years ago
f0f55a0
Issue #24881: Fixed setting binary mode in Python implementation of FileIO
by Serhiy Storchaka
· 9 years ago
079fc7f
Issue #21112: Fix regression in unittest.expectedFailure on subclasses.
by Robert Collins
· 9 years ago
ed599b7
Issue #21112: Fix regression in unittest.expectedFailure on subclasses.
by Robert Collins
· 9 years ago
73c2194
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
8e92967
Issue #24790: correct typo noticed by Eric Smith
by Terry Jan Reedy
· 9 years ago
eb3849c
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
2050a10
Issue #24790: Restore unused function.
by Terry Jan Reedy
· 9 years ago
2ceb55f
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
41a27e0
Issue #24782: In Idle extension config dialog, replace tabs with sorted list.
by Terry Jan Reedy
· 9 years ago
87674ec
Issue #24913: Fix overrun error in deque.index().
by Raymond Hettinger
· 9 years ago
06a7d61
Merge from Python 3.5.0 (rc2) to Python 3.5.1.
by Larry Hastings
· 9 years ago
db1ccc6
Regenerated pydoc topics for Python 3.5.0rc2.
by Larry Hastings
· 9 years ago
1df0b35
Issue #24769: Interpreter now starts properly when dynamic loading
by Larry Hastings
· 9 years ago
d8c5f82
Merge updated to pip and setuptools
by Donald Stufft
· 9 years ago
b372356
Update pip to 7.1.2 and setuptools to 18.2
by Donald Stufft
· 9 years ago
be6caca
Issue #20362: Honour TestCase.longMessage correctly in assertRegex.
by Robert Collins
· 9 years ago
ab7cc759
Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses.
by Yury Selivanov
· 9 years ago
77a8cd6
Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses.
by Yury Selivanov
· 9 years ago
f5e0c41
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
a78ebe6
Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).
by Terry Jan Reedy
· 9 years ago
1e26dc7
(Merge 3.4) cgi.FieldStorage.read_multi ignores Content-Length
by Victor Stinner
· 9 years ago
6579459
cgi.FieldStorage.read_multi ignores Content-Length
by Victor Stinner
· 9 years ago
7ca6c55
Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines
by Yury Selivanov
· 9 years ago
13e0970
Entries for idlelib/NEWS.txt
by Terry Jan Reedy
· 9 years ago
5080deb
Entries for idlelib/NEWS.txt
by Terry Jan Reedy
· 9 years ago
5409177
Issue #24774: Fix docstring in http.server.test.
by Robert Collins
· 9 years ago
9644f24
Issue #24774: Fix docstring in http.server.test.
by Robert Collins
· 9 years ago
a0bcfaf
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
c6dd5b1
Issue #24833: Add attribute reference needed for 3.x.
by Terry Jan Reedy
· 9 years ago
bb78ade
Merge 3.4 (Issue #24867)
by Yury Selivanov
· 9 years ago
2339833
Issue #24867: Fix Task.get_stack() for 'async def' coroutines
by Yury Selivanov
· 9 years ago
7c97a05
Merge from 3.5.0 for issue #24492
by Brett Cannon
· 9 years ago
f7a9267
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
by Robert Collins
· 9 years ago
Next »