Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0fe870f3f95ba883b2b06bc0d814bdab8d53df98
0fe870f
bpo-30264: ExpatParser closes the source on error (#1451) (#1474)
by Victor Stinner
· 8 years ago
39b73dd
[3.6] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1469)
by Serhiy Storchaka
· 8 years ago
9d02f56
[3.6] bpo-23404: make touch becomes make regen-all (#1405) (#1461)
by Victor Stinner
· 8 years ago
a7e48b5
[3.6] bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (GH-1319) (#1454)
by Antoine Pitrou
· 8 years ago
31906b4
bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) (#1449)
by Victor Stinner
· 8 years ago
1bebd8a
[3.6] bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (GH-1316). (#1441)
by Serhiy Storchaka
· 8 years ago
af71364
[3.6] bpo-28315: Improve code examples in docs (GH-1372) (#1445)
by Mariatta
· 8 years ago
833dcb6
Bump version in AppVeyor config (GH-1436)
by Zachary Ware
· 8 years ago
e612c28
[3.6] bpo-28556: Routine updates to typing (GH-1366) (#1416)
by Mariatta
· 8 years ago
5bcf01d
[3.6] Fix typo in selectors.rst (GH-1383) (#1414)
by Mariatta
· 8 years ago
564e89f
regrtest: always show before/after of modified env (#1192) (#1406)
by Victor Stinner
· 8 years ago
0c2ff08
Backport bpo-30205 to 3.6 (#1403)
by Antoine Pitrou
· 8 years ago
4dae0d1
[3.6] bpo-30232: Support Git worktree in configure.ac (#1398)
by Victor Stinner
· 8 years ago
3c422b9
bpo-30199: test_ssl closes all asyncore channels (#1381) (#1390)
by Victor Stinner
· 8 years ago
3076895
bpo-30132: distutils BuildExtTestCase use temp_cwd (#1387)
by Victor Stinner
· 8 years ago
33a5d40
bpo-30108: Restore sys.path in test_site (#1197) (#1378)
by Victor Stinner
· 8 years ago
809101f
bpo-30104: Use -fno-strict-aliasing on clang (#1376)
by Victor Stinner
· 8 years ago
78b23ab
[3.6] Clean up some confusing text left by PROTOCOL_SSLv23 -> PROTOCOL_TLS transition (GH-1355) (#1371)
by Mariatta
· 8 years ago
750ff5f
[3.6] Improve the grammar in windows.rst (GH-1330) (GH-1360)
by Mariatta
· 8 years ago
5a8dcec
[3.6] bpo-30208: DOC: fix small typos in IDLE (#1356)
by csabella
· 8 years ago
712114b
[3.6] bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (GH-1341) (#1345)
by Serhiy Storchaka
· 8 years ago
e005dd9
bpo-30125: disable faulthandler in ctypes test_SEH (#1237) (#1343)
by Victor Stinner
· 8 years ago
cb21f5f
bpo-30131: test_logging now joins queue threads (#1298) (#1317)
by Victor Stinner
· 8 years ago
caa59c1
[3.6] bpo-30106: Fix test_asyncore.test_quick_connect() (#1336)
by Victor Stinner
· 8 years ago
c9ca57e
bpo-30107: Make SuppressCrashReport quiet on macOS (#1279) (#1335)
by Victor Stinner
· 8 years ago
4dc3b9c
bpo-30175: Skip client cert tests of test_imaplib (#1320) (#1323)
by Victor Stinner
· 8 years ago
33a5568
[3.6] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312) (GH-1313)
by Mariatta
· 8 years ago
2fc3c54
[3.6] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1303)
by Dong-hee Na
· 8 years ago
04f389b
bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)
by Berker Peksag
· 8 years ago
9f68281
bpo-28698: Fix c_wchar_p doc example (GH-1160)
by Louie Lu
· 8 years ago
16b6f97
[3.6] bpo-28851: Improve namedtuple documentation (GH-1274) (GH-1286)
by Mariatta
· 8 years ago
ea0efa3
[3.6] bpo-29751: Improve PyLong_FromString documentation (GH-915) (#1266)
by Mariatta
· 8 years ago
f2ed285
[3.6] bpo-15718: Document the upper bound constrain on the __len__ return value. (GH-1256) (#1259)
by Serhiy Storchaka
· 8 years ago
9d022f1
[3.6] Fix trailing colon and newline in test.rst (GH-1250) (#1254)
by Louie Lu
· 8 years ago
a3d8dda
bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH-1170) (#1247)
by Mariatta
· 8 years ago
414e028
[3.6] Correct the README link in Unix install docs (GH-1245) (GH-1248)
by Mariatta
· 8 years ago
3a8f8ea
bpo-30125: Fix faulthandler.disable() on Windows (#1243)
by Victor Stinner
· 8 years ago
1ccbe60
bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (GH-1222) (GH-1244)
by Steve Dower
· 8 years ago
b984a05
bpo-30107: don't dump core on expected test_io crash (#1235) (#1241)
by Victor Stinner
· 8 years ago
4837295
[3.6] Add missing .gitignore entries for VS2015 IntelliSense DB (GH-1223) (#1225)
by Mariatta
· 8 years ago
7a113a0
bpo-29802: Fix the cleaning up issue in PyUnicode_FSDecoder(). (#1217)
by Serhiy Storchaka
· 8 years ago
4300205
[3.6] bpo-30109: Fix reindent.py (GH-1207) (GH-1208)
by Mariatta
· 8 years ago
df5df13
[3.6] bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168) (#1198)
by Dong-hee Na
· 8 years ago
83a90b9
Remove redundant comma in argparse HOWTO (GH-1141)
by Berker Peksag
· 8 years ago
596e714
bpo-30078: Add an example of passing a path to unittest (GH-1178)
by Berker Peksag
· 8 years ago
5fb4bf9
bpo-19225: Remove duplicated description for standard warning categories (GH-1068)
by cocoatomo
· 8 years ago
e254617
[3.6] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (GH-1110) (#1186)
by Serhiy Storchaka
· 8 years ago
39dedb6
[3.6] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (#1184)
by Serhiy Storchaka
· 8 years ago
680fea4
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) (#1180)
by Serhiy Storchaka
· 8 years ago
8e5b52a
bpo-30017: Allowed calling the close() method of the zip entry writer object (#1041) (#1092)
by Serhiy Storchaka
· 8 years ago
d5fa5f3
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) (#1150)
by Xiang Zhang
· 8 years ago
05bfbcd
[3.6] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1149)
by Michael Seifert
· 8 years ago
8e72013
[3.6] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1142)
by Mariatta
· 8 years ago
2e30eb6
improve alignment autoconf test (#1129) (#1139)
by Benjamin Peterson
· 8 years ago
7ac96ec
Fix misplaced positional argument in OS X support library (#1137)
by Jack McCracken
· 8 years ago
413a891
Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1132)
by Antoine Pitrou
· 8 years ago
cbc46af
[3.6] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089). (GH-1126)
by Mariatta
· 8 years ago
2cdf087
[3.6] bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119) (GH-1122)
by Mariatta
· 8 years ago
c5c24cf
[3.6] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1123)
by Mariatta
· 8 years ago
04ac853
convert from long long to PyLong loselessly (#1106) (#1121)
by Benjamin Peterson
· 8 years ago
9366332
bpo-30021: Add examples for re.escape(). (#1048) (#1115)
by Serhiy Storchaka
· 8 years ago
119d94a
bpo-29791: Clarify that flush is keyword-only argument (GH-1093)
by Berker Peksag
· 8 years ago
84c2d75
Revert "bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-752)" (GH-1109)
by Mariatta
· 8 years ago
97a40b7
bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-752)
by Nevada Sanchez
· 8 years ago
9b409ff
[3.6] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH-949) (#1105)
by Mariatta
· 8 years ago
bd1173f
[3.6] Clarify exception handler scope in contextlib (GH-1103)
by Mariatta
· 8 years ago
bc90250
[3.6] Remove superfluous comment in urllib.error. (GH-1076) (GH-1101)
by Mariatta
· 8 years ago
14944c6
bpo-26985: Add missing info of code object in inspect documentation (GH-1090) (GH-1099)
by Xiang Zhang
· 8 years ago
f0c4167
[3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1098)
by Mariatta
· 8 years ago
03066a0
Remove OSError related comment in urllib.request. (#1072)
by Senthil Kumaran
· 8 years ago
28ddd3c
[3.6] Improvements to typing documentation (GH-967) (GH-1053)
by Mariatta
· 8 years ago
577fc04
[3.6] bpo-29549: Fixes docstring for str.index (GH-256) (GH-1028)
by Mariatta
· 8 years ago
90eb7a9
[3.6] Correct typo in configparser.rst (GH-1012) (GH-1025)
by Mariatta
· 8 years ago
854ca17
Remove invalid comment in urllib.request. (#1055)
by Senthil Kumaran
· 8 years ago
a524d63
bpo-29506: Clarify deep copy note in copy module
by Nick Coghlan
· 8 years ago
4c116cb
bpo-29798: Handle git worktree in patchcheck (#1058) (#1060)
by Nick Coghlan
· 8 years ago
af685f9
bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) (#1042)
by Serhiy Storchaka
· 8 years ago
c26b19d
Expand the PySlice_GetIndicesEx macro. (#1023) (#1044)
by Serhiy Storchaka
· 8 years ago
d0d575a
bpo-29939: suppress compiler warnings in _ctypes_test (#1038)
by Vinay Sajip
· 8 years ago
616d3eb
Fix a minor typo. (#1032) (#1037)
by Barry Warsaw
· 8 years ago
19d61b2
Remove Invalid comment in test_urllib2.py. (#1022)
by Senthil Kumaran
· 8 years ago
ed27844
correct parse_qs and parse_qsl test case descriptions. (#968) (#997)
by Senthil Kumaran
· 8 years ago
ba980e8
Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) (#1003)
by Serhiy Storchaka
· 8 years ago
ce92be1
remove merge=union attribute for Misc/NEWS (GH-460) (GH-988)
by Mariatta
· 8 years ago
cb1e002
bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#985)
by Senthil Kumaran
· 8 years ago
d184c20
Keep the c-api exception doc up-to-date (#966)
by cocoatomo
· 8 years ago
c4e557e
Minor spell fix and formatting fixes in urllib tests. (#959) (#961)
by Senthil Kumaran
· 8 years ago
90e3518
bpo-29941: Assert fixes (#886) (#955)
by T. Wouters
· 8 years ago
a71a3ad
bpo-26947: DOC: clarify wording on hashable in glossary (#948) (#957)
by Senthil Kumaran
· 8 years ago
4415b82
Add helpful explaination to test_password_manager tests. (#936) (#941)
by Senthil Kumaran
· 8 years ago
efde51a
bpo-29949: Fix set memory usage regression (GH-945)
by INADA Naoki
· 8 years ago
7d5d13d
bpo-29953: Fix memory leaks in the replace() method of datetime and t… (#933)
by Serhiy Storchaka
· 8 years ago
0a17e58
bpo-28810: Update lnotab_notes.txt (GH-665) (GH-919)
by Mariatta
· 8 years ago
4c75fbb
bpo-29952: Use usual terminology of dict (GH-922)
by INADA Naoki
· 8 years ago
8d1f935
Remove catching OSError in ftphandler test. Only URLError is raised in urllib.request module. (#918) (#920)
by Senthil Kumaran
· 8 years ago
599bb18
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#911)
by T. Wouters
· 8 years ago
7b5b137
bpo-29928: Add f-string to the Glossary (GH-864) (GH-914)
by Mariatta
· 8 years ago
bf4bb2e
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) (#907)
by Serhiy Storchaka
· 8 years ago
a6b4e19
bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903)
by Serhiy Storchaka
· 8 years ago
1b43a95
Remove an unrequired TODO in test_urllib2. (#897) (#900)
by Senthil Kumaran
· 8 years ago
Next »