Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c70081cfc15f972543a8cd30f5c6d5b5850160b4
c70081c
Issue #23903: Added missed names to PC/python3.def.
by Serhiy Storchaka
· 8 years ago
6664e8c
Issue #23903: Added missed names to PC/python3.def.
by Serhiy Storchaka
· 8 years ago
26f15a4
Issue #23903: Fixed errors and remove non-existing names in python3.def.
by Serhiy Storchaka
· 8 years ago
d54d3d3
Issue #23903: Fixed errors and remove non-existing names in python3.def.
by Serhiy Storchaka
· 8 years ago
bb2839b
Issue #29055: Suppress upstream exception for random.choice()
by Raymond Hettinger
· 8 years ago
246cbf2
Issue #29071: IDLE now colors f-string prefixes (but not invalid ur prefixes).
by Terry Jan Reedy
· 8 years ago
b8a1aeb
Issue #29078: Merge 3.5.
by Xiang Zhang
· 8 years ago
6721c7c
Issue #29078: Add the missing import in datetime.time doc example.
by Xiang Zhang
· 8 years ago
a8803d2
Merge from 3.5.
by Serhiy Storchaka
· 8 years ago
4398c12
Issue #29068: Fixed a typo in PyErr_Fetch example. Patch by Chi Hsuan Yen.
by Serhiy Storchaka
· 8 years ago
a7613aa
Merge: #25591: improve imap tests.
by R David Murray
· 8 years ago
b079c07
#25591: improve imap tests.
by R David Murray
· 8 years ago
da31ba9
Issue #28815: Merge test_socket fix from 3.5
by Martin Panter
· 8 years ago
e9ae5f9
Issue #28815: Skip TIPC tests if /proc/modules is not readable
by Martin Panter
· 8 years ago
7e930d7
Issue #28954: Merge keyword argument syntax from 3.5
by Martin Panter
· 8 years ago
7106a51
Issue #28954: Add missing comma to keyword argument syntax
by Martin Panter
· 8 years ago
0efb5b3
Issue #1446619: Merge slicing description from 3.5
by Martin Panter
· 8 years ago
3dbd87f
Issue #1446619: Account for negative slice direction in description
by Martin Panter
· 8 years ago
520569e
Issue #29004: Merge crc_hqx() doc from 3.5
by Martin Panter
· 8 years ago
3a72ee5
Issue #28960: Merge Thread.join() doc from 3.5
by Martin Panter
· 8 years ago
3310e14
Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT
by Martin Panter
· 8 years ago
972e04e
Issue #28960: Drop comma attached to dash in Thread.join() description
by Martin Panter
· 8 years ago
0dc1fa6
Sort and remove duplicates from PC/python3.def (issue #23903).
by Serhiy Storchaka
· 8 years ago
ab23347
Sort and remove duplicates from PC/python3.def (issue #23903).
by Serhiy Storchaka
· 8 years ago
6df6676
merge 3.5
by Ned Deily
· 8 years ago
e31b15c
Update documentation index sidebar for 3.6.0 release.
by Ned Deily
· 8 years ago
93357d8
Merge 3.6.0 release engineering head
by Ned Deily
· 8 years ago
135580f
Added tag v3.6.0 for changeset 41df79263a11
by Ned Deily
· 8 years ago
5c4568a
Update docs and patchlevel for 3.6.0 final.
by Ned Deily
· 8 years ago
73224c4
Merge
by Brett Cannon
· 8 years ago
7e93c84
Grammatical fixes following #d95f19892fd0
by Brett Cannon
· 8 years ago
bdf0d0f
Issue #28762: lockf() is available on Android API level 24, but the
by Xavier de Gaye
· 8 years ago
437a5d2
Issue #29044: Merge 3.5.
by Xiang Zhang
· 8 years ago
ea1cf87
Issue #29044: Fix a use-after-free in string '%c' formatter.
by Xiang Zhang
· 8 years ago
0ba0def
Issue 28923: Remove editor artifacts from Tix.py,
by Terry Jan Reedy
· 8 years ago
c67983b
Issue 28923: Remove editor artifacts from Tix.py.
by Terry Jan Reedy
· 8 years ago
40e320b
Issue #28538: On Darwin net/if.h requires that sys/socket.h be included beforehand.
by Xavier de Gaye
· 8 years ago
7087842
Issue #28538: Fix the compilation error that occurs because if_nameindex() is
by Xavier de Gaye
· 8 years ago
690e81f
Merge from 3.5.
by Serhiy Storchaka
· 8 years ago
18f018c
Issue #28871: Fixed a crash when deallocate deep ElementTree.
by Serhiy Storchaka
· 8 years ago
b0eb986
merge 3.5 (#28932)
by Benjamin Peterson
· 8 years ago
fb2ae15
add a specific configure check for sys/random.h (closes #28932)
by Benjamin Peterson
· 8 years ago
7f5954d
null merge
by INADA Naoki
· 8 years ago
6165d55
Issue #28147: Fix a memory leak in split-table dictionaries
by INADA Naoki
· 8 years ago
772bf2e
Issue #28950: Disallow -j0 combined with -T/-l in regrtest.
by Xiang Zhang
· 8 years ago
270a21f
Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest.
by Xiang Zhang
· 8 years ago
01e4c11
Merge 3.5
by Victor Stinner
· 8 years ago
509476b
doc: Suggest to hash(tuple of attr) rather than XOR
by Victor Stinner
· 8 years ago
47888da
Issue #29009: Merge 3.5.
by Xiang Zhang
· 8 years ago
bfbc29c
Issue #29009: Remove outdated doc of PyUnicode_RichCompare.
by Xiang Zhang
· 8 years ago
d4580ec
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
by Antoine Pitrou
· 8 years ago
c1ee488
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
by Antoine Pitrou
· 8 years ago
5bccb0e
Issue #28996: Skip two tests that fail on Android with the locale strcoll() and
by Xavier de Gaye
· 8 years ago
619555d
Issue #25677: Merge SyntaxError caret positioning from 3.5
by Martin Panter
· 8 years ago
879199b
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
by Serhiy Storchaka
· 8 years ago
b94eef2
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
by Serhiy Storchaka
· 8 years ago
cd259bf
Merge: #29005: clarify terminology in tutorial 'method' discussion.
by R David Murray
· 8 years ago
4ec1590
#29005: clarify terminology in tutorial 'method' discussion.
by R David Murray
· 8 years ago
59b0eb5
Issue #28987: Typos, grammar, spelling in documentation
by Martin Panter
· 8 years ago
fff07e3
Merge spelling and grammar from 3.5
by Martin Panter
· 8 years ago
d4f8132
Merge #28407 Improve test coverage of make_msgid.
by R David Murray
· 8 years ago
c69fd86
#28407 Improve test coverage of make_msgid.
by R David Murray
· 8 years ago
2f9171d
Fix spelling and grammar in code comments and documentation
by Martin Panter
· 8 years ago
40fa266
Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)
by Steve Dower
· 8 years ago
ce042af
Merge for porting HOWTO update
by Brett Cannon
· 8 years ago
5866719
Update porting HOWTO to drop unicode_literals and mention static type checking
by Brett Cannon
· 8 years ago
025f895
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
by Serhiy Storchaka
· 8 years ago
b1a1619
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
by Serhiy Storchaka
· 8 years ago
75862c4
Merge 3.6.0rc2 Misc/NEWS entries into 3.6.1
by Ned Deily
· 8 years ago
40ed602
Null merge v3.6.0rc2 release into mainline 3.6
by Ned Deily
· 8 years ago
c28dbd0
merge
by Raymond Hettinger
· 8 years ago
af56e0e
Issue #28991: Fix obscure reentrancy bug in functools.lru_cache().
by Raymond Hettinger
· 8 years ago
9af1221
Null merge v3.6.0rc2 tag into mainline 3.6
by Ned Deily
· 8 years ago
add9d43
Added tag v3.6.0rc2 for changeset 800a67f7806d
by Ned Deily
· 8 years ago
f7b2809
Version bump for 3.6.0rc2
by Ned Deily
· 8 years ago
1e9aba5
Update pydoc topics for 3.6.0rc2
by Ned Deily
· 8 years ago
5fcd87b
null merge additional 3.6.0rc1+ cherrypicks
by Ned Deily
· 8 years ago
f6105a5
Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks.
by Ned Deily
· 8 years ago
10a22dc
Issue #28971: Merge 3.5
by Xavier de Gaye
· 8 years ago
ac13bee
Issue #28971: Temporarily skip test_over until a permanent solution is found
by Xavier de Gaye
· 8 years ago
890c85d
Null merge
by Serhiy Storchaka
· 8 years ago
edc87f6
Merge heads
by Serhiy Storchaka
· 8 years ago
16b7b7d
Merge heads
by Serhiy Storchaka
· 8 years ago
9bb6fe5
Issue #14061: Misc fixes and cleanups in archiving code in shutil.
by Serhiy Storchaka
· 8 years ago
20cdffd
Issue #14061: Misc fixes and cleanups in archiving code in shutil.
by Serhiy Storchaka
· 8 years ago
7ae5c96
Merge 3.5 (issue #28990)
by Yury Selivanov
· 8 years ago
11c1351
Merge 3.5 (issue #28990)
by Yury Selivanov
· 8 years ago
b1461aa
Issue #28990: Fix SSL hanging if connection is closed before handshake completed.
by Yury Selivanov
· 8 years ago
cb5fe9c
Merge 3.5
by Victor Stinner
· 8 years ago
610f5d7
python-gdb.py: catch gdb.error on gdb.selected_frame()
by Victor Stinner
· 8 years ago
42f66a6
null merge 3.6.0rc1+ head
by Ned Deily
· 8 years ago
86368b8
bump version to 3.6.0rc1+
by Ned Deily
· 8 years ago
daaaff9
Issue #28898: add Misc/NEWS entry
by Ned Deily
· 8 years ago
6db7a4b
docs: asyncio is no longer provisional
by Yury Selivanov
· 8 years ago
8e1baa7
docs: asyncio is no longer provisional
by Yury Selivanov
· 8 years ago
1217470
Issue #28635: asyncio-related fixes and additions.
by Yury Selivanov
· 8 years ago
6e31235
Issue #28635: asyncio-related fixes and additions.
by Yury Selivanov
· 8 years ago
0366004
Issue #28091: Document PEP 525 & PEP 530.
by Yury Selivanov
· 8 years ago
4f9e428
Issue #28091: Document PEP 525 & PEP 530.
by Yury Selivanov
· 8 years ago
76febd0
Issue #26919: On Android, operating system data is now always encoded/decoded
by Xavier de Gaye
· 8 years ago
Next »