Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b08746bfdf64e55ce33516f2065fa2aa4f51be95
/
Modules
b08746b
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217)
by Xiang Zhang
· 6 years ago
0353b4e
bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239)
by Serhiy Storchaka
· 6 years ago
31368a4
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
by Victor Stinner
· 6 years ago
b232df9
bpo-31680: Add curses.ncurses_version. (GH-4217)
by Serhiy Storchaka
· 6 years ago
53835e9
Fix a possible "double decref" in termios.tcgetattr(). (GH-10194)
by Zackery Spytz
· 6 years ago
3d4fabb
bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174)
by Alexey Izbyshev
· 6 years ago
163eca3
bpo-34672: fix a compiler warning in timemodule.c (GH-10176)
by Xiang Zhang
· 6 years ago
a4b2bc7
bpo-9263: Use _PyObject_ASSERT() in gcmodule.c (GH-10112)
by Victor Stinner
· 6 years ago
3b1cba3
bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)
by Victor Stinner
· 6 years ago
c89a932
bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107)
by Victor Stinner
· 6 years ago
626bff8
bpo-9263: Dump Python object on GC assertion failure (GH-10062)
by Victor Stinner
· 6 years ago
18618e65
bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)
by Victor Stinner
· 6 years ago
9e00e80
bpo-35053: Enhance tracemalloc to trace free lists (GH-10063)
by Victor Stinner
· 6 years ago
df13df4
bpo-34794: Fix a leak in Tkinter. (GH-10025)
by Serhiy Storchaka
· 6 years ago
9f3ed3e
Fix error handling bugs in _elementtree.c. (GH-10060)
by Zackery Spytz
· 6 years ago
3df8540
bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959)
by Paul Ganssle
· 6 years ago
2447773
bpo-29843: raise AttributeError if given negative _length_ (GH-10029)
by Tal Einat
· 6 years ago
9445118
closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961)
by Max Bélanger
· 6 years ago
d5b4f1b
bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872)
by Pablo Galindo
· 6 years ago
8346031
bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784)
by Alexey Izbyshev
· 6 years ago
a267056
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
by Alexey Izbyshev
· 6 years ago
d6a61f2
Elaborate datetime.timedelta docstring (GH-7458)
by Chris Barker
· 6 years ago
8deab96
bpo-34070: open() only checks for isatty if buffering < 0 (GH-8187)
by David Herberth
· 6 years ago
5a30620
bpo-25750: Add test on bad descriptor __get__() (GH-9084)
by jdemeyer
· 6 years ago
3bd0d62
Fix typos in comments (GH-9905)
by Quan Tian
· 6 years ago
f192aeb
bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
55f8249
bpo-34741: Get rid of tp_getattro and tp_setattro in pyexpat.xmlparser. (GH-9422)
by Serhiy Storchaka
· 6 years ago
f081fd8
bpo-35013: Add more type checks for children of Element. (GH-9944)
by Serhiy Storchaka
· 6 years ago
68def05
Fix several reference counting bugs in pyexpat.c. (GH-9955)
by Zackery Spytz
· 6 years ago
6f906b3
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
by Serhiy Storchaka
· 6 years ago
9d4712b
bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939)
by Gregory P. Smith
· 6 years ago
74a8b6e
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
by Stéphane Wirtel
· 6 years ago
b11c566
bpo-34941: Fix searching Element subclasses. (GH-9766)
by Serhiy Storchaka
· 6 years ago
9b8c2e7
bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751)
by Serhiy Storchaka
· 6 years ago
de2e448
bpo-34925: Optimize common case for bisect() argument parsing (#9753)
by Raymond Hettinger
· 6 years ago
365ad2e
bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606)
by Zackery Spytz
· 6 years ago
683281f
bpo-34906: Doc: Fix typos (2) (GH-9735)
by Stéphane Wirtel
· 6 years ago
addf8af
Fix a compiler warning added in bpo-34872. (GH-9722)
by Serhiy Storchaka
· 6 years ago
07fbbfd
bpo-34906: Doc: Fix typos (GH-9712)
by Stéphane Wirtel
· 6 years ago
7a7693e
bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4348)
by E. M. Bray
· 6 years ago
5f5a778
bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (GH-9421)
by Serhiy Storchaka
· 6 years ago
b2953fa
bpo-34739: Get rid of tp_getattro in xml.etree.ElementTree.XMLParser. (GH-9420)
by Serhiy Storchaka
· 6 years ago
0c797a6
bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679)
by Elvis Pranskevichus
· 6 years ago
81574b8
closes bpo-34862: Guard definition of convert_sched_param with POSIX_SPAWN_SETSCHEDULER. (GH-9658)
by William Orr
· 6 years ago
df81015
Speed-up math.dist() by 30% (GH-9628)
by Raymond Hettinger
· 6 years ago
4b430e5
Fix incorrect error handling in _pickle.Unpickler.__init__() (GH-9630)
by Zackery Spytz
· 6 years ago
e2f48bf
bpo-34797: Convert heapq to the argument clinic (GH-9560)
by Pablo Galindo
· 6 years ago
1fba2ff
bpo-34736: improve error message for invalid length b64decode inputs (GH-9563)
by Tal Einat
· 6 years ago
9df346b
bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590)
by Zsolt Cserna
· 6 years ago
994269c
bpo-34762: Update PyContext* to PyObject* in asyncio and decimal (GH-9609)
by Yury Selivanov
· 6 years ago
bb81651
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
by Bjorn Andersson
· 6 years ago
c8c0249
bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372)
by Joe Pamer
· 6 years ago
a0fd7f1
Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535)
by Tim Hoffmann
· 6 years ago
9718b59
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
by Lisa Roach
· 6 years ago
9fb051f
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
by Christian Heimes
· 6 years ago
c0da582
bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468)
by Nathaniel J. Smith
· 6 years ago
2ec872b
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
by Yury Selivanov
· 6 years ago
b46ad54
Minor performance tweak for deque.index() with a start argument (GH-9440)
by Raymond Hettinger
· 6 years ago
fb3e9c0
bpo-34755: Add few minor optimizations in _asynciomodule.c. (GH-9455)
by Serhiy Storchaka
· 6 years ago
91e6c87
bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)
by Zackery Spytz
· 6 years ago
c510c6b
Simplify PyInit_timezone. (GH-9467)
by Benjamin Peterson
· 6 years ago
a4ae828
closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261)
by Benjamin Peterson
· 6 years ago
b10a64d
bpo-34743: Fix test_database_source_name under SQLite 3.7.9 (GH-9426)
by Berker Peksag
· 6 years ago
8d1e190
bpo-32215: Fix performance regression in sqlite3 (GH-8511)
by Berker Peksag
· 6 years ago
06e7608
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
by Victor Stinner
· 6 years ago
79d1c2e
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
by Serhiy Storchaka
· 6 years ago
cb5778f
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
by Christian Heimes
· 6 years ago
0185f34
bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant to invalid paths. (#7695)
by Serhiy Storchaka
· 6 years ago
7bdf282
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
by Serhiy Storchaka
· 6 years ago
7a0791b
bpo-34589: C locale coercion off by default (GH-9073)
by Victor Stinner
· 6 years ago
188ebfa
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
by Victor Stinner
· 6 years ago
1fb399b
bpo-34715: Revert "Simplify PyInit_timezone. (GH-9323)" (GH-9366)
by Victor Stinner
· 6 years ago
c6fd1c1
bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
by Steve Dower
· 6 years ago
12a69db
Convert os.readlink() to Argument Clinic. (GH-8778)
by Serhiy Storchaka
· 6 years ago
b3a271f
bpo-34710: fix SSL module build (GH-9347)
by Alexandru Ardelean
· 6 years ago
7843cae
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)
by Vladimir Matveev
· 6 years ago
afde1c1
Simplify PyInit_timezone. (GH-9323)
by Benjamin Peterson
· 6 years ago
5903296
bpo-34651: Only allow the main interpreter to fork. (gh-9279)
by Eric Snow
· 6 years ago
b93062b
bpo-34672: Don't pass NULL to gmtime_r. (GH-9312)
by Benjamin Peterson
· 6 years ago
5633c4f
bpo-34672: Try to pass the C library's own timezone strings back to it. (GH-9288)
by Benjamin Peterson
· 6 years ago
ea13740
bpo-34674: Assume unistd.h exists on Unix. (GH-9290)
by Benjamin Peterson
· 6 years ago
1401018
Remove wording that could be deemed to be perjorative (GH-9287)
by Raymond Hettinger
· 6 years ago
a20b6ad
bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255)
by Gregory P. Smith
· 6 years ago
6f82bff
bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225)
by Alexey Izbyshev
· 6 years ago
0bd1a2d
bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)
by Oren Milman
· 6 years ago
e502451
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
by Benjamin Peterson
· 6 years ago
7f0d59f
Simplified implementation of _sre.ascii_iscased(). (GH-9097)
by Sergey Fedoseev
· 6 years ago
731ff68
closes bpo-25041: Document AF_PACKET socket address format. (GH-4092)
by Cheryl Sabella
· 6 years ago
b9bf9d0
Delete old expat comment. (GH-9197)
by Benjamin Peterson
· 6 years ago
4859ba0
closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178)
by Max Bélanger
· 6 years ago
ec014a1
bpo-34636: Use fast path for more chars in SRE category macros. (GH-9170)
by Sergey Fedoseev
· 6 years ago
c4bccd3
bpo-20180: convert most of itertoolsmodule.c to use Argument Clinic (GH-9164)
by Tal Einat
· 6 years ago
24bd50b
closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-3788)
by Oren Milman
· 6 years ago
b690b9b
bpo-29386: Pass -1 to epoll_wait() when timeout is < -1 (GH-9040)
by Berker Peksag
· 6 years ago
0baa72f
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
by Andrew Svetlov
· 6 years ago
735171e
closes bpo-29832: Remove "getsockaddrarg" from error messages. (GH-3163)
by Oren Milman
· 6 years ago
5033aa7
bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)
by Benjamin Peterson
· 6 years ago
ce34410
bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242)
by Gregory P. Smith
· 6 years ago
3286ce4
bpo-20180: itertools.groupby Argument Clinic conversion (GH-4170)
by Tal Einat
· 6 years ago
0e0bc4e
Fix misleading mentions of tp_size in comments (GH-9093)
by Peter Eisentraut
· 6 years ago
Next »