Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
08a7a4e5926392e2d7247bb3536032dc48781280
08a7a4e
asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running.
by Yury Selivanov
· 10 years ago
e8944cb
asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running.
by Yury Selivanov
· 10 years ago
baa2e56
use our normal bracing style
by Benjamin Peterson
· 10 years ago
1dde177
Issue #24017: Plug ref leak.
by Yury Selivanov
· 10 years ago
688cd4e
Issue #23983: Update the pty module example.
by Berker Peksag
· 10 years ago
c2dd680
Issue #23983: Update the pty module example.
by Berker Peksag
· 10 years ago
daf0d05
Issue #23796: Null merge.
by Berker Peksag
· 10 years ago
ea6d559
Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
by Berker Peksag
· 10 years ago
d10d6ae
Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
by Berker Peksag
· 10 years ago
1aa5e1d
Fixed compilation on Windows for issue #20173.
by Serhiy Storchaka
· 10 years ago
bedbf96
Issue #23870: The pprint module now supports all standard collections
by Serhiy Storchaka
· 10 years ago
0c59ff6
Issue #20173: Converted the _codecs module to Argument Clinic.
by Serhiy Storchaka
· 10 years ago
5096088
doc: Briefly mention C API changes in whatsnew.
by Yury Selivanov
· 10 years ago
b5d6a9d
Mention PEP 492 in whatsnew.
by Yury Selivanov
· 10 years ago
73287d7
Issue 24017: Update NEWS file.
by Yury Selivanov
· 10 years ago
df52e67
Fix warnings for gen_get_iter()
by Yury Selivanov
· 10 years ago
f487a00
Fix warnings for PyEval_GetCoroutineWrapper
by Yury Selivanov
· 10 years ago
b9db9e1
Defend against a mutation during comparison
by Raymond Hettinger
· 10 years ago
7544508
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
by Yury Selivanov
· 10 years ago
4e6bf4b
merge
by Raymond Hettinger
· 10 years ago
dc6a9c0
asyncio: Merge 3.4 -- Support PEP 492. Issue #24017.
by Yury Selivanov
· 10 years ago
1af2bf7
asyncio: Support PEP 492. Issue #24017.
by Yury Selivanov
· 10 years ago
99bf9a2
Minor code cleanups.
by Raymond Hettinger
· 10 years ago
21ee10b
Merge 3.4 (asyncio docs)
by Yury Selivanov
· 10 years ago
d7e19bb
docs/asyncio: Document new ensure_future() and deprecated async()
by Yury Selivanov
· 10 years ago
7185461
docs/asyncio: Document set_task_factory/get_task_factory
by Yury Selivanov
· 10 years ago
f7a6c59
Null merge.
by Yury Selivanov
· 10 years ago
5d87ec2
Fix NEWS file.
by Yury Selivanov
· 10 years ago
9657caf
Merge 3.4 (asyncio changes)
by Yury Selivanov
· 10 years ago
59eb9a4
asyncio: async() function is deprecated in favour of ensure_future().
by Yury Selivanov
· 10 years ago
926b990
asyncio: Drop JoinableQueue from 3.5
by Yury Selivanov
· 10 years ago
7a093d9
Merge 3.4 (asyncio)
by Yury Selivanov
· 10 years ago
740169c
Sync asyncio changes from the main repo.
by Yury Selivanov
· 10 years ago
90ecfe6
asyncio: Sync with github repo
by Yury Selivanov
· 10 years ago
a032e46
Minor stylistic clean-up.
by Raymond Hettinger
· 10 years ago
bc33e57
Issue #24155: Optimize heapify for better cache utililzation.
by Raymond Hettinger
· 10 years ago
a33df31
#21795: advertise 8BITMIME if decode_data is False.
by R David Murray
· 10 years ago
0d905d4
merge heads
by Benjamin Peterson
· 10 years ago
8ec4ae0
merge 3.4
by Benjamin Peterson
· 10 years ago
37c4f78
add trailing slash
by Benjamin Peterson
· 10 years ago
a6429db
#21800: Add RFC 6855 support to imaplib.
by R David Murray
· 10 years ago
18c30a2
Issue #22906: Do incref before SetCause/SetContext
by Yury Selivanov
· 10 years ago
582d3fb
Fix news entry for issue 24018.
by Guido van Rossum
· 10 years ago
80e4dbe
Issue 22906: Increment refcount after PyException_SetContext
by Yury Selivanov
· 10 years ago
e9ad5a5
Issue 22906: Add test file.
by Yury Selivanov
· 10 years ago
8170e8c
PEP 479: Change StopIteration handling inside generators.
by Yury Selivanov
· 10 years ago
bd60e8d
Issue #24018: Add a collections.Generator abstract base class.
by Raymond Hettinger
· 10 years ago
dae2ef1
merge 3.4
by Benjamin Peterson
· 10 years ago
65bcdd7
ensure .keywords is always a dict
by Benjamin Peterson
· 10 years ago
43e3d22
merge 3.4 (#23042)
by Benjamin Peterson
· 10 years ago
07abcf5
merge heads
by Benjamin Peterson
· 10 years ago
0171d7f
fix libffi compilation on FreeBSD (#23042)
by Benjamin Peterson
· 10 years ago
9020a9a
merge - upgrade setuptools to 15.2
by Donald Stufft
· 10 years ago
b0fc24b
Upgrade setuptools to 15.2
by Donald Stufft
· 10 years ago
d924198
Minor updates to the OS X installer ReadMe.rtf.
by Ned Deily
· 10 years ago
cd797f9
Minor updates to the OS X installer ReadMe.rtf.
by Ned Deily
· 10 years ago
3b12e95
Issue #20274: When calling a _sqlite.Connection, it now complains if passed
by Larry Hastings
· 10 years ago
01b0883
Issue #20274: Remove ignored and erroneous "kwargs" parameters from three
by Larry Hastings
· 10 years ago
8093254
Merge from 3.4.
by Larry Hastings
· 10 years ago
7e63b36
Issue #21520: test_zipfile no longer fails if the word 'bad' appears
by Larry Hastings
· 10 years ago
0048835
Merge 3.4
by Andrew Svetlov
· 10 years ago
b79e012
Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine
by Andrew Svetlov
· 10 years ago
38337d1
Issue #24000: Improved Argument Clinic's mapping of converters to legacy
by Larry Hastings
· 10 years ago
95283fb
Merge 3.4
by Benjamin Peterson
· 10 years ago
9e77f72
shorten capsule name macro; it doesn't need to be so long
by Benjamin Peterson
· 10 years ago
2533d88
merge heads
by Benjamin Peterson
· 10 years ago
ec9b772
merge 3.4
by Benjamin Peterson
· 10 years ago
ad643b5
remove word we don't need
by Benjamin Peterson
· 10 years ago
7a04a89
Merge from 3.4.
by Zachary Ware
· 10 years ago
828946e
Fix copy/paste errors.
by Zachary Ware
· 10 years ago
fe373a5
Fixed English in error message.
by Serhiy Storchaka
· 10 years ago
4b5367c
Fixed English in error message.
by Serhiy Storchaka
· 10 years ago
24d3b7f
Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and
by Serhiy Storchaka
· 10 years ago
e130503
Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and
by Serhiy Storchaka
· 10 years ago
8d0f620
Use specialized functions intead of Py_BuildValue() in _tkinter.
by Serhiy Storchaka
· 10 years ago
645058d
Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.
by Serhiy Storchaka
· 10 years ago
008d88b
Issue #24009: Got rid of using rare "y#" format unit in TextIOWrapper.tell().
by Serhiy Storchaka
· 10 years ago
9749b5a
Issue #24125: Saved error's line and column numbers when an error is occured
by Serhiy Storchaka
· 10 years ago
ab91478
Issue #24125: Saved error's line and column numbers when an error is occured
by Serhiy Storchaka
· 10 years ago
076dbd0
Fix remaining tests and remove an unused import.
by Berker Peksag
· 10 years ago
c4c5905
Merge heads.
by Berker Peksag
· 10 years ago
ce64391
Issue #9517: Move script_helper to the support package.
by Berker Peksag
· 10 years ago
3350700
Remove an unnecessary flag.
by Eric Snow
· 10 years ago
025e9eb
PEP 448: additional unpacking generalizations (closes #2292)
by Benjamin Peterson
· 10 years ago
4ccc151
- merge 3.4
by doko@ubuntu.com
· 10 years ago
e8042e5
- Issue #24122, fix quoting for LIBPL
by doko@ubuntu.com
· 10 years ago
19dac07
Issue 24088: Clarify semantics of yield expression (merge from 3.4).
by Guido van Rossum
· 10 years ago
d0150ad
Issue 24088: Clarify semantics of yield expression.
by Guido van Rossum
· 10 years ago
ad17be7
Issue #24113: Remove unreachable code in shlex.
by Raymond Hettinger
· 10 years ago
00607e9
Issue #23911: Fix mixed bytes/strings.
by Eric Snow
· 10 years ago
dbfdc38
Issue #24001: Argument Clinic converters now use accept={type}
by Larry Hastings
· 10 years ago
cb98556
Issue #20159. Converted the _elementtree module to Argument Clinic.
by Serhiy Storchaka
· 10 years ago
1d4880d
Enables shortcuts to be deselected when installing on Windows.
by Steve Dower
· 10 years ago
2d0a69a
Fix Windows build breakage from checkins on Issues #20148 and #20168.
by Larry Hastings
· 10 years ago
b174b85
merge 3.4 (#24118)
by Benjamin Peterson
· 10 years ago
ac87ed7
update example, since python.org is HTTPS-only now (closes #24118)
by Benjamin Peterson
· 10 years ago
63a6a6f
merge 3.4 (#24096)
by Benjamin Peterson
· 10 years ago
8c59816
merge 3.3 (#24096)
by Benjamin Peterson
· 10 years ago
deff2b7
be more robust against the filters list changing under us (closes #24096)
by Benjamin Peterson
· 10 years ago
4b7b82f
Issue #20179: Converted the _ssl module to Argument Clinic.
by Serhiy Storchaka
· 10 years ago
Next »