Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
028f0ef4f3111d2b3fc5b971642e337ba7990873
028f0ef
bpo-9566: Fix compiler warnings in peephole.c (GH-10652)
by Victor Stinner
· 6 years ago
1133a8c
bpo-22005: Fix condition for unpickling a date object. (GH-11025)
by Serhiy Storchaka
· 6 years ago
cb0b78a
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
by Victor Stinner
· 6 years ago
8452ca1
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017)
by Serhiy Storchaka
· 6 years ago
4c49da0
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
by Zackery Spytz
· 6 years ago
3a521f0
bpo-35346, platform: replace os.popen() with subprocess (GH-10786)
by Victor Stinner
· 6 years ago
9ebe879
bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (#10464)
by Tal Einat
· 6 years ago
16501b7
bpo-35434 Fix wrong issue number in what's new in 3.8 (GH-11012)
by Mariatta
· 6 years ago
468a15a
bpo-34977: Add Windows App Store package (GH-10245)
by Steve Dower
· 6 years ago
c9566b8
Add missing period in distutils.dep_util.newer_group doc (GH-11003)
by Andre Delfino
· 6 years ago
91f259b
Clarify expectedFailure in the unittest docs. (#10953)
by Gregory P. Smith
· 6 years ago
42b1d61
bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934)
by Serhiy Storchaka
· 6 years ago
2042852
Remove unused function in `testmock/support.py` (GH-10975)
by Mario Corchero
· 6 years ago
0644b33
bpo-35363: test_eintr uses print(flush=True) (GH-10990)
by Victor Stinner
· 6 years ago
388c8c2
bpo-35424: test_multiprocessing: join 3 pools (GH-10986)
by Victor Stinner
· 6 years ago
3ffa8b9
bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii character. (GH-10863)
by Serhiy Storchaka
· 6 years ago
9dfc754
Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)" (GH-10971)
by Victor Stinner
· 6 years ago
8752dfb
bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278)
by native-api
· 6 years ago
6ea9d54
bpo-34162: Update idlelib NEWS to 2018-12-05. (GH-10964)
by Terry Jan Reedy
· 6 years ago
aa8ae90
bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965)
by Victor Stinner
· 6 years ago
848acf7
bpo-35389: test.pythoninfo logs platform.libc_ver (GH-10951)
by Victor Stinner
· 6 years ago
2d8f976
Fix typo in xml.dom.minidom documentation (GH-10956)
by E Kawashima
· 6 years ago
ea0ca21
bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780)
by Victor Stinner
· 6 years ago
40a61da
Fix typos in concurrent.Futures documentation (GH-10920)
by Matt Wheeler
· 6 years ago
7f52415
bpo-35310: Clear select() lists before returning upon EINTR (GH-10877)
by Oran Avraham
· 6 years ago
67a93b3
bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419)
by Serhiy Storchaka
· 6 years ago
55f41e4
Correct a couple of unbalanced parenthesis. (GH-10779)
by Andre Delfino
· 6 years ago
1ce853f
Move __missing__ after __delitem__ in Data model. (GH-10923)
by Andre Delfino
· 6 years ago
54fd455
bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537)
by Alex H
· 6 years ago
34c7f0c
bpo-34604: Use %R because of invisible characters or trailing whitespaces. (GH-9165)
by William Grzybowski
· 6 years ago
25d3897
bpo-34987: Fix a possible null pointer dereference in _pickle.c's save_reduce(). (GH-9886)
by Zackery Spytz
· 6 years ago
5b25f1d
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113)
by Sergey Fedoseev
· 6 years ago
f2f4555
bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919)
by Victor Stinner
· 6 years ago
398bd27
bpo-32787: Better error handling in ctypes. (#3727)
by Serhiy Storchaka
· 6 years ago
476b113
bpo-35389: platform.libc_ver() uses os.confstr() (GH-10891)
by Victor Stinner
· 6 years ago
2a89343
bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914)
by Zackery Spytz
· 6 years ago
c11b3b1
bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907)
by Victor Stinner
· 6 years ago
09473ac
Remove unnecessary and over-restrictive type check (GH-10905)
by Raymond Hettinger
· 6 years ago
b8e689a
bpo-35346, platform: import subprocess in _syscmd_file() (GH-10892)
by Victor Stinner
· 6 years ago
4752e65
bpo-35363, test_eintr: skip test_open() on macOS (GH-10896)
by Victor Stinner
· 6 years ago
f92c7aa
bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)
by stratakis
· 6 years ago
e63e617
bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (#10873)
by Andrew Dunai
· 6 years ago
eeb719e
bpo-35365: Use a wchar_t* buffer in the code page decoder. (GH-10837)
by Serhiy Storchaka
· 6 years ago
7fc633f
Add comments regarding speed/space/entropy trade-offs (GH-10885)
by Raymond Hettinger
· 6 years ago
1747334
bpo-35395: fix typos in asyncio eventloop documentation (GH-10880)
by Naglis
· 6 years ago
8ca0fa9
bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555)
by Chris Withers
· 6 years ago
3bc0eba
bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867)
by Andrew Svetlov
· 6 years ago
3bb150d
bpo-35373: Fix PyInit_time() error handling (GH-10865)
by Victor Stinner
· 6 years ago
ab66149
bpo-35373: Fix PyInit_timezone() if HAVE_DECL_TZNAME is defined (GH-10861)
by Victor Stinner
· 6 years ago
4013c17
bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)
by Serhiy Storchaka
· 6 years ago
062cbb6
bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_repr(). (GH-10853)
by Zackery Spytz
· 6 years ago
c667b09
bpo-32153: Add unit test for create_autospec with partial function returned in getattr (#10398)
by Xtreak
· 6 years ago
68b56d0
bpo-35341: Add generic version of OrderedDict to typing (GH-10850)
by Ismo Toijala
· 6 years ago
32bc11c
bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)
by Serhiy Storchaka
· 6 years ago
edeca92
bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302)
by Xtreak
· 6 years ago
9890520
Fix compiler warning in structseq_repr() (GH-10841)
by Victor Stinner
· 6 years ago
503ce5c
get_gmtoff() now returns time_t (GH-10838)
by Victor Stinner
· 6 years ago
7212148
bpo-35352: Cleanup test_asyncio/utils.py (GH-10831)
by Victor Stinner
· 6 years ago
b062ba7
bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826)
by stratakis
· 6 years ago
9eea6ea
bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008)
by Siddhesh Poyarekar
· 6 years ago
1600f60
Fix compiler warning in call_readline() (GH-10820)
by Victor Stinner
· 6 years ago
b7c2182
Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814)
by E Kawashima
· 6 years ago
304315d
bpo-35347: Cleanup test_socket.NonBlockingTCPTests (GH-10818)
by Victor Stinner
· 6 years ago
ebd5d6d
bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791)
by Victor Stinner
· 6 years ago
55e4980
bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806)
by Victor Stinner
· 6 years ago
a407004
Fix typo in Memory Management doc. (GH-10798)
by Kevin Adler
· 6 years ago
a2e3585
bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808)
by Zackery Spytz
· 6 years ago
9724348
bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150)
by Pablo Galindo
· 6 years ago
b2774c8
Use assertEqual to fix DeprecationWarning. (GH-10794)
by Xtreak
· 6 years ago
82daa60
bpo-30167: Remove __cached__ from __main__ when removing __file__ (GH-7415)
by INADA Naoki
· 6 years ago
9fbcfc0
bpo-16086: Fix PyType_GetFlags() documentation (GH-10758)
by Eddie Elizondo
· 6 years ago
73104fa
bpo-35345: Remove platform.popen() (GH-10781)
by Victor Stinner
· 6 years ago
7cc1fa4
bpo-28167: Remove platform._dist_try_harder() (GH-10787)
by Victor Stinner
· 6 years ago
2956bff
bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782)
by Victor Stinner
· 6 years ago
48498dd
bpo-33723: Remove busy loop from test_time (GH-10773)
by Victor Stinner
· 6 years ago
f7e4d36
bpo-34100: compile: Re-enable frozenset merging (GH-10760)
by INADA Naoki
· 6 years ago
1cdfcfc
bpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITEM() (GH-10765)
by Victor Stinner
· 6 years ago
54ba556
bpo-35134: Create Include/cpython/tupleobject.h (GH-10764)
by Victor Stinner
· 6 years ago
bde9d6b
bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759)
by Victor Stinner
· 6 years ago
a22df48
bpo-35240: Add "doctest" job to Travis CI (GH-10753)
by Victor Stinner
· 6 years ago
b727873
bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755)
by Victor Stinner
· 6 years ago
9bdd2de
bpo-35134: Don't define types twice in header files (GH-10754)
by Victor Stinner
· 6 years ago
1c60715
bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751)
by Serhiy Storchaka
· 6 years ago
c57e6e2
bpo-35312: Make lib2to3.pgen2.parse.ParseError round-trip pickle-able. (GH-10710)
by Anthony Sottile
· 6 years ago
d4f9cf5
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
by Serhiy Storchaka
· 6 years ago
1005c84
bpo-34100: Partially revert merge_consts_recursive() (GH-10743)
by Victor Stinner
· 6 years ago
4808338
bpo-35134: Update "make tags": add Include/cpython/ (GH-10739)
by Victor Stinner
· 6 years ago
163403a
bpo-33954: Fix compiler warning in _PyUnicode_FastFill() (GH-10737)
by Victor Stinner
· 6 years ago
cfaafda
bpo-35317: Fix mktime() error in test_email (GH-10721)
by Victor Stinner
· 6 years ago
62be742
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
by Serhiy Storchaka
· 6 years ago
8152402
bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736)
by Serhiy Storchaka
· 6 years ago
4a934d4
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
by Serhiy Storchaka
· 6 years ago
b619b09
bpo-31241: Fix AST node position for list and generator comprehensions. (GH-10633)
by Serhiy Storchaka
· 6 years ago
d1cbc6f
Include the highest pickle protocol in a couple of tests. (GH-10735)
by Zackery Spytz
· 6 years ago
da324d5
closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712)
by E. M. Bray
· 6 years ago
f2a9d5c
bpo-35134: Create Include/cpython/pystate.h (GH-10733)
by Victor Stinner
· 6 years ago
ffedd9a
bpo-35134: Create Include/cpython/dictobject.h (GH-10732)
by Victor Stinner
· 6 years ago
dd12aa0
bpo-35134: Create Include/cpython/pylifecycle.h (GH-10731)
by Victor Stinner
· 6 years ago
4060283
bpo-35134: Create Include/cpython/abstract.h (GH-10728)
by Victor Stinner
· 6 years ago
8c281ed
bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693)
by Zhiming Wang
· 6 years ago
Next »