Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.5.0b3
9626971
Version bump for Python 3.5.0b3 release.
by Larry Hastings
· 10 years ago
v3.5.0b3
aaa377f
Documentation fixes for 3.5.0b3.
by Larry Hastings
· 10 years ago
2e770ce
Issue #24330: merge from 3.4
by Ned Deily
· 10 years ago
f1ce6de
Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference
by Ned Deily
· 10 years ago
ac4f550
Merge: #24584: replace dead link with pointer to archive.org.
by R David Murray
· 10 years ago
a1005ed
#24584: replace dead link with pointer to archive.org.
by R David Murray
· 10 years ago
06606e7
Ignore user environment/site-packages for ensurepip and compile_all
by Steve Dower
· 10 years ago
1b7f6fe
Updates to the OS X installer for 3.5.0b3:
by Ned Deily
· 10 years ago
704dde1
Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
by Ned Deily
· 10 years ago
0454d48
Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
by Ned Deily
· 10 years ago
f92673c
Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
by Steve Dower
· 10 years ago
a09ef03
Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
by Steve Dower
· 10 years ago
ac2bd5b
Fixes warnings when building python3.dll due to the .def file accumulating multiple copies of each line.
by Steve Dower
· 10 years ago
fdbeb2b
Issue #24400: Resurrect inspect.isawaitable()
by Yury Selivanov
· 10 years ago
2ab5b09
Close #24458: PEP 489 documentation
by Nick Coghlan
· 10 years ago
ccc897f
Add a rudimentary test for StopAsyncIteration in test_exceptions.
by Yury Selivanov
· 10 years ago
f488fb4
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
by Yury Selivanov
· 10 years ago
27be130
Merge 3.4 (Issue #24450)
by Yury Selivanov
· 10 years ago
09e6058
Issue #24450: Proxy gi_yieldfrom & cr_await in asyncio.CoroWrapper
by Yury Selivanov
· 10 years ago
53e6230
Issue #24450: Proxy cr_await and gi_yieldfrom in @types.coroutine
by Yury Selivanov
· 10 years ago
e13f8f3
Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines.
by Yury Selivanov
· 10 years ago
b32b998
merge 3.4
by Benjamin Peterson
· 10 years ago
d3a2a95
use correct __new__ method (closes #24552)
by Benjamin Peterson
· 10 years ago
42e913a
merge 3.4 (#24552)
by Benjamin Peterson
· 10 years ago
80f78a3
fix use after free (closes #24552)
by Benjamin Peterson
· 10 years ago
e31db2a
Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false
by Stefan Krah
· 10 years ago
49c521f
Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
by Lars Gustäbel
· 10 years ago
b7a688b
Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
by Lars Gustäbel
· 10 years ago
44f323c
Merge 3.4
by Benjamin Peterson
· 10 years ago
3ef8058
remove stray '(' (closes #24547)
by Benjamin Peterson
· 10 years ago
6aeda91
docs/conf: Undo changes in b2a3baa1c2b0; issue #24400
by Yury Selivanov
· 10 years ago
cc1d028
Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and Coroutine
by Yury Selivanov
· 10 years ago
f270152
Issue #24400: Add one more unittest for CoroutineType.__await__
by Yury Selivanov
· 10 years ago
d6e5156
merge in setuptools/pip update
by Donald Stufft
· 10 years ago
fe6399e
Update setuptools to 18.0.1 and pip to 7.1.0
by Donald Stufft
· 10 years ago
04356e1
Issue #24487: Rename async() -> ensure_future() in asyncio docs.
by Yury Selivanov
· 10 years ago
59a3b67
Issue #24541: Drop test_inspect.test_eightteen unittest; update docs
by Yury Selivanov
· 10 years ago
22f68d5
Issue #24541: Update comment in test_inspect.test_eightteen
by Yury Selivanov
· 10 years ago
8a8f453
Issue #24400: Fix failing unittest
by Yury Selivanov
· 10 years ago
88632d7
Note removal of inspect.isawaitable() in the NEWS file
by Yury Selivanov
· 10 years ago
a74b5e5
Issue #24400: Remove inspect.isawaitable().
by Yury Selivanov
· 10 years ago
86cd7d6
test_coroutines: remove whitespace
by Yury Selivanov
· 10 years ago
9dec035
Issue #24528: Improve error message for awaits in comprehensions
by Yury Selivanov
· 10 years ago
4a01cab
Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.
by Serhiy Storchaka
· 10 years ago
05744ac
Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.
by Serhiy Storchaka
· 10 years ago
bc9e75e
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
by Serhiy Storchaka
· 10 years ago
7b6e3b9
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
by Serhiy Storchaka
· 10 years ago
a95a476
Issue #20387: Merge test and patch from 3.4.4
by Jason R. Coombs
· 10 years ago
50373e6
Issue #20387: Merge
by Jason R. Coombs
· 10 years ago
b9b9e7b
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
by Serhiy Storchaka
· 10 years ago
449e2be
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
by Serhiy Storchaka
· 10 years ago
80c29ac
Issue #20387: Merge patch and test
by Jason R. Coombs
· 10 years ago
eab7704
Issue #24336: The contextmanager decorator now works with functions with
by Serhiy Storchaka
· 10 years ago
101ff35
Issue #24336: The contextmanager decorator now works with functions with
by Serhiy Storchaka
· 10 years ago
4801383
upgrade to Unicode 8.0.0
by Benjamin Peterson
· 10 years ago
7b78d43
prevent integer overflow in escape_unicode (closes #24522)
by Benjamin Peterson
· 10 years ago
758d60b
merge 3.4
by Benjamin Peterson
· 10 years ago
acac1e0
merge 3.3
by Benjamin Peterson
· 10 years ago
dac3ab8
add issue number
by Benjamin Peterson
· 10 years ago
7763c68
merge 3.4
by Benjamin Peterson
· 10 years ago
ff0f322
merge 3.3
by Benjamin Peterson
· 10 years ago
59b08c1
use safe allocation and reallocation macros
by Benjamin Peterson
· 10 years ago
d1d628d
Issue #20387: Update Misc/NEWS
by Jason R. Coombs
· 10 years ago
a7c7817
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects.
by Berker Peksag
· 10 years ago
89584c9
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects.
by Berker Peksag
· 10 years ago
e79f355
Merge 3.4 (issue #24509)
by Yury Selivanov
· 10 years ago
1096f76
Issue #24509: Clarify Handle.cancel() and loop.call_* methods.
by Yury Selivanov
· 10 years ago
f76628f
Merge 3.4
by Yury Selivanov
· 10 years ago
bb96134
asyncio.docs: Use less confusing title
by Yury Selivanov
· 10 years ago
edb09c5
Issue #24439: Update tulip_coro.dia
by Yury Selivanov
· 10 years ago
f847f1f
Issue #24400, #24325: More tests for types._GeneratorWrapper
by Yury Selivanov
· 10 years ago
00e3372
Issue #24325, #24400: Add more unittests for types.coroutine; tweak wrapper implementation.
by Yury Selivanov
· 10 years ago
66f8828
Issue #24439: Improve PEP 492 related docs.
by Yury Selivanov
· 10 years ago
fcba972
Issue #24495, #24400: Test asyncio.Task.repr in debug mode
by Yury Selivanov
· 10 years ago
5ac7162
Fix asyncio unittests in debug mode
by Yury Selivanov
· 10 years ago
339d5e7
Fix asyncio unittests in debug mode
by Yury Selivanov
· 10 years ago
8f1c993
Issue #24400: Fix CoroWrapper for 'async def' coroutines
by Yury Selivanov
· 10 years ago
29a602a
Issue #24400: Fix CoroWrapper for 'async def' coroutines
by Yury Selivanov
· 10 years ago
3bdbced
Merge 3.4
by Yury Selivanov
· 10 years ago
dfbd27f
asyncio: Merge changes from issue #24400.
by Yury Selivanov
· 10 years ago
7aec764
Closes #24244: Removes invalid test from test_time
by Steve Dower
· 10 years ago
27947d5
docs.whatsnew: Update ref to tp_as_async
by Yury Selivanov
· 10 years ago
bce294b
docs.capi: Fix tp_as_async doc
by Yury Selivanov
· 10 years ago
a72f0cd
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
by Antoine Pitrou
· 10 years ago
6bc217d
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
by Antoine Pitrou
· 10 years ago
5376ba9
Issue #24400: Introduce a distinct type for 'async def' coroutines.
by Yury Selivanov
· 10 years ago
e411b66
Issue #20387: Restore retention of indentation during untokenize.
by Dingyuan Wang
· 10 years ago
b6d1cdd
Issue #20387: Correct test to properly capture expectation.
by Jason R. Coombs
· 10 years ago
cd881b8
Fixed documentation of functions with const char* arguments.
by Serhiy Storchaka
· 10 years ago
03863d2
Fixed documentation of functions with const char* arguments.
by Serhiy Storchaka
· 10 years ago
289dd19
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
by Serhiy Storchaka
· 10 years ago
5fa22fc
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
by Serhiy Storchaka
· 10 years ago
ccfdf09
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
by Serhiy Storchaka
· 10 years ago
73c95f1
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
by Serhiy Storchaka
· 10 years ago
ac803cd
Issue #24408: Fixed test for tkinter.Font on OS X.
by Serhiy Storchaka
· 10 years ago
753a1df
Issue #24408: Fixed test for tkinter.Font on OS X.
by Serhiy Storchaka
· 10 years ago
5713b3c
Issue #20387: Add test capturing failure to roundtrip indented code in tokenize module.
by Jason R. Coombs
· 10 years ago
7cf3638
Remove unused import and remove doctest-only import into doctests.
by Jason R. Coombs
· 10 years ago
6d58f8d
Issue 24476: Statically links vcruntime140.dll and removes it from the installer
by Steve Dower
· 10 years ago
4ab4ac8
Merge 3.4
by Zachary Ware
· 10 years ago
Next »