Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
5a8a84b34fbc385bf112819fe3b65503e33a33fa
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
c060c7e
Fix a typo (#4323)
by Barry Warsaw
· 7 years ago
5a66c8a
bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006)
by Julien Palard
· 7 years ago
921e943
bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314)
by Antoine Pitrou
· 7 years ago
1e5d54c
bpo-31965: fix doc for multiprocessing.connection.Client and Listener (#4304)
by Jelle Zijlstra
· 7 years ago
22b1128
bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (#4319)
by Antoine Pitrou
· 7 years ago
39a156c
Fix the sizeof test for dicts with shared keys. (#4311)
by Serhiy Storchaka
· 7 years ago
a935654
bpo-20486: Implement Database.Close() method in msilib (GH-4141)
by Berker Peksag
· 7 years ago
3cc4c53
bpo-31626: Mark ends of the reallocated block in debug build. (#4210)
by Serhiy Storchaka
· 7 years ago
cb04f75
Fix a memory leak in _msi.c (#4127)
by Zackery Spytz
· 7 years ago
4135c89
bpo-31950: Improve event loop policy doc (#4306)
by Antoine Pitrou
· 7 years ago
69cfed1
Add asyncio.Handle.cancelled() method (#2388)
by Marat Sharafutdinov
· 7 years ago
088929c
bpo-31415: Improve error handling and caching of the importtime option. (#4138)
by Serhiy Storchaka
· 7 years ago
31af650
bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246)
by Mariatta
· 7 years ago
962e2a7
Fix a minor typo and hyphenate "multi-threading" (#4237)
by Barry Warsaw
· 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
7e666ee
Remove outdated with_threads checks in configure.ac (GH-4294)
by Berker Peksag
· 7 years ago
a5293b4
Fix miscellaneous typos (#4275)
by luzpaz
· 7 years ago
cf29653
bpo-28994: PyErr_NormalizeException() no longer use C stack for recursion. (#2035)
by Serhiy Storchaka
· 7 years ago
1b46131
bpo-22257: Mention startup refactoring in What's New (GH-4286)
by Nick Coghlan
· 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
aafece7
bpo-31923: Fix spelling in sqlite3 docs (GH-4227)
by davy wybiral
· 7 years ago
12d6056
Add version{changed,added} markers and make minor style changes (GH-4273)
by Berker Peksag
· 7 years ago
d4d79bc
bpo-28564: Use os.scandir() in shutil.rmtree(). (#4085)
by Serhiy Storchaka
· 7 years ago
82cd3ce
bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869)
by Phobosmir
· 7 years ago
63ff413
bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241)
by Antoine Pitrou
· 7 years ago
b838cc3
bpo-18699: Corrected documentation for window.chgat in curses module (#1430)
by Chillar Anand
· 7 years ago
ee1a9a2
bpo-9678: Fix determining the MAC address in the uuid module. (#4264)
by Serhiy Storchaka
· 7 years ago
93952f8
Fix a grammatical problem and reword for clarity. (#4257)
by Barry Warsaw
· 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
a7723d8
bpo-31924: Fix test_curses on NetBSD 8. (#4228)
by Serhiy Storchaka
· 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
9e33973
bpo-31890: define METH_STACKLESS (#4159)
by Anselm Kruis
· 7 years ago
4e38d71
bpo-28643: Record profile-opt build progress with stamp files (#4223)
by Neil Schemenauer
· 7 years ago
0d2c645
Update multissltests: 1.0.2m, 1.1.0g (#4232)
by Christian Heimes
· 7 years ago
ac03c03
Returning 1 from the set_progress_handler handler cancels query (GH-4120)
by Simon Willison
· 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
7e68790
bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlier. (#3826)
by Serhiy Storchaka
· 7 years ago
d1e3403
[asyncio] bpo-30423: add regression test for orphan future causes "RuntimeError: Event loop stopped before Future completed." (#3295)
by jimmylai
· 7 years ago
894ebd0
bpo-31919: Fix building the curses module on OpenIndiana. (#4211)
by Serhiy Storchaka
· 7 years ago
388cd85
Remove nested comments in blake2 (#4173)
by Lars Viklund
· 7 years ago
8bc7d63
bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164)
by Masayuki Yamamoto
· 7 years ago
280c22a
Fix test_socket.test_create_connection() (#4206)
by Victor Stinner
· 7 years ago
9ed83c4
bpo-18835: Cleanup pymalloc (#4200)
by Victor Stinner
· 7 years ago
ec2cbdd
bpo-20064: Document PyObject_Malloc() (#4199)
by Victor Stinner
· 7 years ago
2298fad
bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (#4196)
by Serhiy Storchaka
· 7 years ago
afd055a
pythoninfo: add Py_DEBUG (#4198)
by Victor Stinner
· 7 years ago
e1a470b
test_capi.test__testcapi() becomes more verbose (#4197)
by Victor Stinner
· 7 years ago
db91e0f
bpo-31897: Convert unexpected errors when read bogus binary plists into InvalidFileException. (#4171)
by Serhiy Storchaka
· 7 years ago
b484d56
bpo-31626: Fixed a bug in debug memory allocator. (#3844)
by Serhiy Storchaka
· 7 years ago
b9052a0
bpo-31893: Fixed select.kqueue(). (#4166)
by Serhiy Storchaka
· 7 years ago
baac01e
bpo-31891: Fix building the curses module on NetBSD. (#4165)
by Serhiy Storchaka
· 7 years ago
19f6830
bpo-31629: Add support.SaveSignals (#4183)
by Victor Stinner
· 7 years ago
f0f62cc
Remove tiny bit of deadcode from wsgiref.validate (#3996)
by Alex Gaynor
· 7 years ago
1122575
bpo-31304: Update starmap_async documentation. (GH-4168)
by Pablo Galindo
· 7 years ago
fe4ea9c
bpo-31245: Asyncio unix socket datagram (#3164)
by Quentin Dawans
· 7 years ago
a231428
bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)
by Serhiy Storchaka
· 7 years ago
5a4bbcd
bpo-31836: Test_code_module now passes with sys.ps1, ps2 set (#4070)
by Terry Jan Reedy
· 7 years ago
e86172d
IDLE -- Restrict shell prompt manipulaton to the shell. (#4143)
by Terry Jan Reedy
· 7 years ago
ed6554c
bpo-31860: Make the font sample in the IDLE font configuration dialog editable. (#4106)
by Serhiy Storchaka
· 7 years ago
93fd478
faulthandler: use _PyTime_t rather than double for timeout (#4139)
by Victor Stinner
· 7 years ago
7351f9e
bpo-31174: Improve the code of test_tools.test_unparse. (#4146)
by Serhiy Storchaka
· 7 years ago
03eb11f
bpo-16135: Cleanup: Code rot left over from OS/2 support (GH-4147)
by Erik Bray
· 7 years ago
843ea47
bpo-31545: Update documentation containing timedelta repr. (GH-3687)
by Utkarsh Upadhyay
· 7 years ago
63ae044
Fix _socket module compilation on Cygwin. (#4137)
by Erik Bray
· 7 years ago
031c4bf
bpo-31877: Add _Py_LegacyLocaleDetected and _PyCoerceLegacyLocale to pylifecycle.h (GH-4134)
by Erik Bray
· 7 years ago
2f3d699
Fixed sorting order of the LogRecord attributes in the documentation. (GH-4133)
by Arthur Darcet
· 7 years ago
afad147
bpo-30989: Sort in TimedRotatingFileHandler only when needed. (GH-2812)
by Lovesh Harchandani
· 7 years ago
d609b0c
bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907)
by cocoatomo
· 7 years ago
8c83c23
bpo-28936: Detect lexically first syntax error first (#4097)
by Ivan Levkivskyi
· 7 years ago
66c88ce
Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109)
by Alexander Belopolsky
· 7 years ago
52ad72d
bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589)
by Vitor Pereira
· 7 years ago
bdf4298
Fix trailing whitespaces in C files. (#4130)
by Serhiy Storchaka
· 7 years ago
56d1f5c
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
by xdegaye
· 7 years ago
275d2d9
bpo-30937: Make usage of newline='' consistent in csv docs (GH-2730)
by Ammar Askar
· 7 years ago
41c5694
bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)
by Serhiy Storchaka
· 7 years ago
4eaf7f9
fixes bpo-31866: remove code pertaining to AtheOS support (#4115)
by Benjamin Peterson
· 7 years ago
1896793
bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098)
by pdox
· 7 years ago
3231893
Closes bpo-31800: Support for colon when parsing time offsets (#4015)
by Mario Corchero
· 7 years ago
0f26158
bpo-31664: Fix test_crypt for the openwall implementation of crypt. (#4116)
by Serhiy Storchaka
· 7 years ago
086c3ae
bpo-31835: Optimize also FASTCALL using __future__ (#4087)
by Victor Stinner
· 7 years ago
95f1a7b
remove support for splitting the ceval switch into multiple switches (#4099)
by Benjamin Peterson
· 7 years ago
d7ac061
bpo-31845: Fix reading flags from environment (GH-4105)
by Nick Coghlan
· 7 years ago
850a18e
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
by Victor Stinner
· 7 years ago
3557b05
bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags for RE. (#3885)
by Serhiy Storchaka
· 7 years ago
fdd9b21
Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4(). (#4079)
by Alexander Belopolsky
· 7 years ago
Next »