Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.5.0rc4
/
Lib
a1419d1
Merged in stevedower/cpython350 (pull request #23)
by Larry Hastings
· 10 years ago
bf74f37
Moves distutils test import within skippable class.
by Steve Dower
· 10 years ago
c31b6d1
Merge 3.5.0rc3 revisions back into current 3.5.0 head.
by Larry Hastings
· 10 years ago
fcbe1df
Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation.
by Steve Dower
· 10 years ago
7d83949
Updated topics (again) for Python 3.5.0rc3 (second try).
by Larry Hastings
· 10 years ago
c1635e4
Merged in stevedower/cpython350 (pull request #20)
by Larry Hastings
· 10 years ago
e5b5895
Issue #24917: time_strftime() buffer over-read.
by Steve Dower
· 10 years ago
714e493
Issue #24305: Prevent import subsystem stack frames from being counted
by Larry Hastings
· 10 years ago
62b2462
Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think.
by Larry Hastings
· 10 years ago
055a9e0
Merged in ncoghlan/cpython350 (pull request #17)
by Larry Hastings
· 10 years ago
373602f
Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.
by Steve Dower
· 10 years ago
2ebd8f5
Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(shell=True)
by Steve Dower
· 10 years ago
9d3c61c
Close #24748: Restore imp.load_dynamic compatibility
by Nick Coghlan
· 10 years ago
7d293ee
Issue #24912: Prevent __class__ assignment to immutable built-in objects.
by Guido van Rossum
· 10 years ago
1b66910
Fix issue #24635.
by Guido van Rossum
· 10 years ago
9f9a00a
Merged in storchaka/cpython350 (pull request #13)
by Larry Hastings
· 10 years ago
4e63f7a
Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
by Serhiy Storchaka
· 10 years ago
a43de00
Issue #21192: Change 'RUN' back to 'RESTART' when running editor file.
by Terry Jan Reedy
· 10 years ago
df6b544
Issue #24913: Fix overrun error in deque.index().
by Brett Cannon
· 10 years ago
b3d5313
Issue #24975: Fix AST compilation for PEP 448 syntax.
by Yury Selivanov
· 10 years ago
c332e09
Update setuptools to 18.2 and pip to 7.1.2
by Donald Stufft
· 10 years ago
db1ccc6
Regenerated pydoc topics for Python 3.5.0rc2.
by Larry Hastings
· 10 years ago
1df0b35
Issue #24769: Interpreter now starts properly when dynamic loading
by Larry Hastings
· 10 years ago
7ca6c55
Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines
by Yury Selivanov
· 10 years ago
6707906
Merged in brettcannon/cpython350/3.5 (pull request #2)
by larry
· 10 years ago
3008bc0
Issue #24492: make sure that ``from ... import ...` raises an
by Brett Cannon
· 10 years ago
cae101f
Issue #24839: platform._syscmd_ver raises DeprecationWarning
by Steve Dower
· 10 years ago
73b4a7a
Merged fixes for two bad bugs. This will be the new Python 3.5.0rc1.
by Larry Hastings
· 10 years ago
v3.5.0rc1
4a3d96c
Issue #24745: Prevent IDLE initialization crash with Tk 8.4:
by Ned Deily
· 10 years ago
131426e
Merge 3.4 (issues #24835, #24763)
by Yury Selivanov
· 10 years ago
9632ea2
Issue #24763: Fix asyncio test on Windows (fix reverted change)
by Yury Selivanov
· 10 years ago
f7ae14f
Regenerated pydoc topics for Python 3.5.0rc1.
by Larry Hastings
· 10 years ago
83ee5a3
Merge 3.4
by Zachary Ware
· 10 years ago
9a47ed8
regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore
by Zachary Ware
· 10 years ago
3a7ffa7
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
by Steve Dower
· 10 years ago
d84b29f
Issue #4395: Better testing and documentation of binary operators.
by Robert Collins
· 10 years ago
159fbdd
Issue #23812: Fix getter-cancellation with many pending getters code path
by Yury Selivanov
· 10 years ago
86b34da
Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes.
by Berker Peksag
· 10 years ago
5c28e9f
Issue #23672: Allow Idle to edit and run files with astral chars in name.
by Terry Jan Reedy
· 10 years ago
8c125eb
asyncio: Make sure BaseException is re-raised in SSLProtocol
by Yury Selivanov
· 10 years ago
3fc0f2d
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
by Yury Selivanov
· 10 years ago
36948d7
Issue #24791: Add tests for things that regressed with PEP 448
by Zachary Ware
· 10 years ago
920a335
Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.
by Zachary Ware
· 10 years ago
2a8911c
asyncio: Sync with upstream (compat module)
by Yury Selivanov
· 10 years ago
996083d
asyncio: Sync with mainstream
by Yury Selivanov
· 10 years ago
2fee5c9
Issue #24021: docstring for urllib.urlcleanup.
by Robert Collins
· 10 years ago
7e220c0
Merge
by Terry Jan Reedy
· 10 years ago
2f7de53
Issue #24759: Revert 13a8782a775e.
by Terry Jan Reedy
· 10 years ago
a0e5d98
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
by Robert Collins
· 10 years ago
43cbbe2
Issue #22397: Skip failing tests on AIX
by Robert Collins
· 10 years ago
4c0a09a
Revert da29a94367b2
by Yury Selivanov
· 10 years ago
6b3f29c
asyncio: Fix code style
by Yury Selivanov
· 10 years ago
0dcd80a
Issue #20557: Use specific asserts in io tests.
by Serhiy Storchaka
· 10 years ago
ce17f76
Issue #23182: PEP8-ify the annotation grammar tests. Patch by Ian Lee.
by Zachary Ware
· 10 years ago
d87d168
Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default
by Terry Jan Reedy
· 10 years ago
231007f
Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.
by Terry Jan Reedy
· 10 years ago
9a82bd4
Issue #24763: Fix asyncio test on Windows
by Victor Stinner
· 10 years ago
2080dc9
Issue #22932: Fix timezones in email.utils.formatdate.
by Robert Collins
· 10 years ago
6fb1e74
Fix ResourceWarning in asyncio.BaseSubprocessTransport
by Victor Stinner
· 10 years ago
062759f
Issue 24759: Gracefull exit Idle if ttk import fails.
by Terry Jan Reedy
· 10 years ago
5ccc18f
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
by Robert Collins
· 10 years ago
30f1f67
Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.
by Terry Jan Reedy
· 10 years ago
41ca828
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs.
by Berker Peksag
· 10 years ago
9c631a0
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
by Victor Stinner
· 10 years ago
1ee9283
Issue #23254: Document how to close the TCPServer listening socket.
by Robert Collins
· 10 years ago
aaf6114
Issue #23441: rcompleter now prints a tab character instead of displaying
by Berker Peksag
· 10 years ago
ddc7440
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
by Robert Collins
· 10 years ago
83236f7
Issue #24683: Fixed crashes in _json functions called with arguments of
by Serhiy Storchaka
· 10 years ago
5a294d8
Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories.
by Berker Peksag
· 10 years ago
eaf16ab
asyncio: sync with github
by Victor Stinner
· 10 years ago
71080fc
asyncio: Add asyncio.compat module
by Victor Stinner
· 10 years ago
178f0b6
Issue #24620: Random.setstate() now validates the value of state last element.
by Serhiy Storchaka
· 10 years ago
ca647ef
Issue #21750: Further fixup to be styled like other mock APIs.
by Robert Collins
· 10 years ago
750eae1
Issue #24678: Fixed raiseExceptions typo in logging tests.
by Serhiy Storchaka
· 10 years ago
19c1a87
Issue #20792: Expand idle_test.test_pathbowser. Tweak file to not copy twice.
by Terry Jan Reedy
· 10 years ago
c0b1e0f
Issue #24675: Avoid DeprecationWarning in test_os
by Victor Stinner
· 10 years ago
3018cc4
Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.
by Serhiy Storchaka
· 10 years ago
92b3e065
Typo fix in mock.patch.
by Robert Collins
· 10 years ago
5329aaa
Issue #21750: mock_open.read_data can now be read from each instance, as it
by Robert Collins
· 10 years ago
579db16
Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs
by Victor Stinner
· 10 years ago
b37f43f
- Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely.
by Robert Collins
· 10 years ago
71a36f7
Issue #24634: Importing uuid should not try to load libc on Windows
by Steve Dower
· 10 years ago
0c51595
Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.
by Stefan Krah
· 10 years ago
917c2c3
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
by Steve Dower
· 10 years ago
8c7f955
Issue #24667: Resize odict in all cases that the underlying dict resizes.
by Eric Snow
· 10 years ago
31202ea
Issue #24798: _msvccompiler.py doesn't properly support manifests
by Steve Dower
· 10 years ago
00cf3c3
Issue #4395: Better testing and documentation of binary operators.
by Robert Collins
· 10 years ago
e03f427
Merge 3.4 (issue #23812)
by Yury Selivanov
· 10 years ago
abfaecd
Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes.
by Berker Peksag
· 10 years ago
0901d84
Issue #23672:Merge with 3.4
by Terry Jan Reedy
· 10 years ago
50a2614
Issue #24791: More tests in test_parser
by Yury Selivanov
· 10 years ago
14acf5f
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
by Yury Selivanov
· 10 years ago
cedef65
Rebuild wininst-14.0[-amd64].exe with updated tools.
by Steve Dower
· 10 years ago
6d0c4c3
asyncio.test_pep492: Add a test for asyncio.iscoroutinefunction
by Yury Selivanov
· 10 years ago
6703d03
Merge 3.4 (asyncio)
by Yury Selivanov
· 10 years ago
22506d2
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
by Yury Selivanov
· 10 years ago
d70fe63
Issue #23973: Update typing.py from GitHub repo.
by Guido van Rossum
· 10 years ago
4064883
Issue #24751: Merge with 3.4
by Zachary Ware
· 10 years ago
78c89eb
Merge 3.4
by Yury Selivanov
· 10 years ago
3563ccc
Merge 3.4
by Yury Selivanov
· 10 years ago
Next »