Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
73a7e9b10b2ec9636e3c6396cf7b3695f8ed1856
/
Misc
73a7e9b
bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579)
by Serhiy Storchaka
· 7 years ago
6a89481
bpo-32186: Release the GIL during lseek and fstat (#4652)
by Nir Soffer
· 7 years ago
a897aee
bpo-32072: Fix issues with binary plists. (#4455)
by Serhiy Storchaka
· 7 years ago
b4d1e1f
bpo-20891: Fix PyGILState_Ensure() (#4650)
by Victor Stinner
· 7 years ago
986375e
bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (#4080)
by Serhiy Storchaka
· 7 years ago
86afc1f
Skip test_socket.test_sha256() on linux < 4.5 (#4643)
by Victor Stinner
· 7 years ago
5e3806f
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
by Victor Stinner
· 7 years ago
706e10b
bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534)
by Jesse-Bakker
· 7 years ago
859f7ce
bpo-32159: Revert Misc/svnmap.txt (#4639)
by Victor Stinner
· 7 years ago
ef83806
bpo-32138: Skip on Android test_faulthandler tests that raise SIGSEGV (GH-4604)
by xdegaye
· 7 years ago
041efd2
bpo-32164: Delete unused file idlelib/tabbedpages.py (#4628)
by Terry Jan Reedy
· 7 years ago
219c2de
bpo-32110: codecs.StreamReader.read(n) now returns not more than n (#4499)
by Serhiy Storchaka
· 7 years ago
23df2d1
bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)
by Barry Warsaw
· 7 years ago
71bd588
bpo-32155: Revert distutils.config change (#4618)
by Victor Stinner
· 7 years ago
fe2d5ba
bpo-32159: Remove tools for CVS and Subversion (#4615)
by Victor Stinner
· 7 years ago
ac577d7
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
by Victor Stinner
· 7 years ago
a489599
bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417)
by Dong-hee Na
· 7 years ago
696b501
bpo-32155: Bugfixes found by flake8 F841 warnings (#4608)
by Victor Stinner
· 7 years ago
c9409f7
Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593)
by Victor Stinner
· 7 years ago
39f0bb5
bpo-32136: Separate embedding tests from C API tests (GH-4567)
by Nick Coghlan
· 7 years ago
9522a21
bpo-32107 - Better merge of #4494 (#4576)
by Barry Warsaw
· 7 years ago
c975878
bpo-27535: Fix memory leak with warnings ignore (#4489)
by Victor Stinner
· 7 years ago
21c7730
bpo-32089: Use default action for ResourceWarning (#4584)
by Victor Stinner
· 7 years ago
ede2ac9
bpo-23033: Improve SSL Certificate handling (GH-937)
by Mandeep Singh
· 7 years ago
0cd2e81
bpo-29879: Update typing documentation. (GH-4573)
by Ivan Levkivskyi
· 7 years ago
a6fba9b
bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559)
by xdegaye
· 7 years ago
77f5139
bpo-32059: setup.py now also searches the sysroot paths (GH-4452)
by xdegaye
· 7 years ago
5b48dc6
bpo-32071: Add unittest -k option (#4496)
by Jonas Haag
· 7 years ago
8d9bb11
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)
by Berker Peksag
· 7 years ago
84c4b19
bpo-32124: Document C functions safe before init (#4540)
by Victor Stinner
· 7 years ago
da9c8c3
bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544)
by Victor Stinner
· 7 years ago
0f86cd3
bpo-28684: asyncio tests handle PermissionError raised on binding unix sockets (GH-4503)
by xdegaye
· 7 years ago
19fb134
bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)
by Berker Peksag
· 7 years ago
9e87e77
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
by Victor Stinner
· 7 years ago
4864a61
bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528)
by Berker Peksag
· 7 years ago
3df02db
bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529)
by Berker Peksag
· 7 years ago
dcaed6b
bpo-19610: setup() now raises TypeError for invalid types (GH-4519)
by Berker Peksag
· 7 years ago
bdb8315
bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)
by Berker Peksag
· 7 years ago
5ce1069
bpo-28762: Revert last commit (now using Android Unified Headers) (GH-4488)
by xdegaye
· 7 years ago
c06c22e
bpo-29040: Support building Android with Unified Headers (GH-4492)
by xdegaye
· 7 years ago
5ad7ef8
bpo-28538: Revert all the changes (now using Android Unified Headers) (GH-4479)
by xdegaye
· 7 years ago
0784a2e
bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464)
by Jesse-Bakker
· 7 years ago
20d48a4
bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484)
by Cheryl Sabella
· 7 years ago
431665b
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491)
by AraHaan
· 7 years ago
423fd36
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447)
by Yury Selivanov
· 7 years ago
895862a
bpo-32088: Display Deprecation in debug mode (#4474)
by Victor Stinner
· 7 years ago
51d546a
bpo-32069: Drop legacy SSL transport (#4451)
by Andrew Svetlov
· 7 years ago
cede8c9
bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)
by Serhiy Storchaka
· 7 years ago
ccb0442
bpo-32043: New "developer mode": "-X dev" option (#4413)
by Victor Stinner
· 7 years ago
05cb728
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)
by Serhiy Storchaka
· 7 years ago
3daaafb
bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407)
by Serhiy Storchaka
· 7 years ago
0a2abdf
bpo-30143: 2to3 now generates a code that uses abstract collection classes (#1262)
by Serhiy Storchaka
· 7 years ago
43605e6
bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable #4409
by Yury Selivanov
· 7 years ago
4bd41c9
bpo-32025: Add time.thread_time() (#4410)
by Antoine Pitrou
· 7 years ago
762b957
bpo-32018: Fix inspect.signature repr to follow PEP 8 (#4408)
by Dong-hee Na
· 7 years ago
f8a4c03
bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650)
by Serhiy Storchaka
· 7 years ago
00987f6
bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (#4381)
by Serhiy Storchaka
· 7 years ago
ddbce13
bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400)
by Serhiy Storchaka
· 7 years ago
edad8ee
bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (#4289)
by Serhiy Storchaka
· 7 years ago
9165f77
bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382)
by Serhiy Storchaka
· 7 years ago
e1d62e0
bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386)
by Andrey Egorov
· 7 years ago
ce12629
bpo-28369: Enhance transport socket check in add_reader/writer (#4365)
by Yury Selivanov
· 7 years ago
e0582a3
bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160)
by xdegaye
· 7 years ago
1588be6
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)
by xdegaye
· 7 years ago
9703f09
bpo-31976: Fix race condition when flushing a file is slow. (#4331)
by benfogle
· 7 years ago
9f914a0
bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)
by Brian Curtin
· 7 years ago
d318715
bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235)
by Serhiy Storchaka
· 7 years ago
8c663fd
Replace KB unit with KiB (#4293)
by Victor Stinner
· 7 years ago
0de9285
bpo-31934: Abort when building out of a not clean source tree (GH-4255)
by xdegaye
· 7 years ago
b5d9e08
bpo-31884 subprocess: add Windows constants for process priority (#4150)
by James
· 7 years ago
7973e27
bpo-21862: Add -m option to cProfile for profiling modules (#4297)
by Sanyam Khurana
· 7 years ago
5a8a84b
Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093)
by Justus Schwabedal
· 7 years ago
c62f0cb
bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (#3813)
by Suren Nihalani
· 7 years ago
921e943
bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314)
by Antoine Pitrou
· 7 years ago
a935654
bpo-20486: Implement Database.Close() method in msilib (GH-4141)
by Berker Peksag
· 7 years ago
69cfed1
Add asyncio.Handle.cancelled() method (#2388)
by Marat Sharafutdinov
· 7 years ago
31af650
bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246)
by Mariatta
· 7 years ago
a22a127
bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299)
by Anders Lorentsen
· 7 years ago
edb13ae
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (#3958)
by Oren Milman
· 7 years ago
e56ab74
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (#3968)
by Oren Milman
· 7 years ago
ad455cd
bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279)
by Nir Soffer
· 7 years ago
30f4fa4
bpo-31957: Fixes version detection. (#4298)
by Steve Dower
· 7 years ago
a5293b4
Fix miscellaneous typos (#4275)
by luzpaz
· 7 years ago
aed0856
bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280)
by Steve Dower
· 7 years ago
0d2a908
bpo-31944: Fixes build and Modify button (#4278)
by Steve Dower
· 7 years ago
d4d79bc
bpo-28564: Use os.scandir() in shutil.rmtree(). (#4085)
by Serhiy Storchaka
· 7 years ago
63ff413
bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241)
by Antoine Pitrou
· 7 years ago
ee1a9a2
bpo-9678: Fix determining the MAC address in the uuid module. (#4264)
by Serhiy Storchaka
· 7 years ago
dcfb0e3
bpo-31933: fix blake2 multi-byte params on big endian platforms (#4250)
by Jack O'Connor
· 7 years ago
f6f90ff
bpo-30057: Fix potential missed signal in signal.signal(). (#4258)
by Antoine Pitrou
· 7 years ago
cbe1756
bpo-31310: multiprocessing's semaphore tracker should be launched again if crashed (#3247)
by Antoine Pitrou
· 7 years ago
fc6b348
bpo-31308: If multiprocessing's forkserver dies, launch it again when necessary (#3246)
by Antoine Pitrou
· 7 years ago
4f57409
bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230)
by Tal Einat
· 7 years ago
700d2e4
bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime (#4240)
by Barry Warsaw
· 7 years ago
4e38d71
bpo-28643: Record profile-opt build progress with stamp files (#4223)
by Neil Schemenauer
· 7 years ago
c29b585
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
by Victor Stinner
· 7 years ago
e314853
bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420)
by Vincent Michel
· 7 years ago
a64ce97
bpo-31917: Add 3 new clock identifiers (#4207)
by Victor Stinner
· 7 years ago
e8b1965
bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793)
by stratakis
· 7 years ago
4f469c0
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (#4220)
by Serhiy Storchaka
· 7 years ago
Next »