Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
374c6e178a7599aae46c857b17c6c8bc19dfe4c2
/
Modules
/
clinic
a70232f
bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827)
by Yury Selivanov
· 7 years ago
91106cd
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
by Victor Stinner
· 7 years ago
a7368ac
bpo-32030: Enhance Py_Main() (#4412)
by Victor Stinner
· 7 years ago
4f57409
bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230)
by Tal Einat
· 7 years ago
850a18e
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
by Victor Stinner
· 7 years ago
c75edab
bpo-31558: Add gc.freeze() (#3705)
by brainfvck
· 7 years ago
ef611c9
bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865)
by Victor Stinner
· 7 years ago
0b5e61d
bpo-30397: Add re.Pattern and re.Match. (#1646)
by Serhiy Storchaka
· 7 years ago
929b40a
bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (#3864)
by Serhiy Storchaka
· 7 years ago
d056818
bpo-31428: Prevent raising a SystemError in case the memo arg of ElementTree.Element.__deepcopy__() isn't a dictionary. (#3512)
by Oren Milman
· 7 years ago
a6a4dc8
bpo-31370: Remove support for threads-less builds (#3385)
by Antoine Pitrou
· 7 years ago
af64aff
Regen Moduls/clinic/_ssl.c.h (GH-3320)
by Zachary Ware
· 7 years ago
b2d096b
bpo-30622: Change NPN detection: (#2079)
by Melvyn Sopacua
· 7 years ago
bca4939
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076)
by Serhiy Storchaka
· 7 years ago
02f3b7d
bpo-31109: Convert zipimport to use Argument Clinic (GH-2990)
by Yaron de Leeuw
· 7 years ago
6969eaf
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
by Serhiy Storchaka
· 7 years ago
5f31d5c
Regenerate Argument Clinic code for bpo-19180. (#2073)
by Serhiy Storchaka
· 7 years ago
7445381
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
by Sylvain
· 7 years ago
63c2c8a
bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148)
by Chandan Kumar
· 7 years ago
163468a
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
by Gregory P. Smith
· 7 years ago
346cbd3
bpo-16500: Allow registering at-fork handlers (#1715)
by Antoine Pitrou
· 7 years ago
6d336a0
bpo-30285: Optimize case-insensitive matching and searching (#1482)
by Serhiy Storchaka
· 7 years ago
7186cc2
bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode_tolower(). (#1468)
by Serhiy Storchaka
· 8 years ago
13f1f42
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326)
by Xiang Zhang
· 8 years ago
1374dbb
restore *data* parameter of binascii.b2a_base64 to positional-only (#1352)
by Xiang Zhang
· 8 years ago
fdbd011
bpo-10076: Compiled regular expression and match objects now are copyable. (#1000)
by Serhiy Storchaka
· 8 years ago
762ec97
bpo-29204: Emit warnings for already deprecated ElementTree features. (#773)
by Serhiy Storchaka
· 8 years ago
ea720fe
bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)
by Serhiy Storchaka
· 8 years ago
aefa7eb
bpo-6532: Make the thread id an unsigned integer. (#781)
by Serhiy Storchaka
· 8 years ago
1989763
bpo-20185: Convert the resource moduel to Argument Clinic. (#545)
by Serhiy Storchaka
· 8 years ago
8d26aa9
bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)
by Yury Selivanov
· 8 years ago
9735384
Issue #20186: Regenerated Argument Clinic.
by Serhiy Storchaka
· 8 years ago
b451f91
Issue #20186: Converted the tracemalloc module to Argument Clinic.
by Serhiy Storchaka
· 8 years ago
5106ad1
Issue #20186: Converted the symtable module to Argument Clinic.
by Serhiy Storchaka
· 8 years ago
9326028
Issue #20185: Converted the gc module to Argument Clinic.
by Serhiy Storchaka
· 8 years ago
a5a5590
Issue #29300: Use Argument Clinic for getting struct object from the format.
by Serhiy Storchaka
· 8 years ago
c0f59ad
Rename struct.unpack() 2nd parameter to "buffer"
by Victor Stinner
· 8 years ago
3f2d101
Issue #29300: Convert _struct module to Argument Clinic
by Victor Stinner
· 8 years ago
1dfaa6c
Issue #29092: Merge 3.6.
by Xiang Zhang
· 8 years ago
4459e00
Issue #29092: Sync os.stat's doc and docstring on path type.
by Xiang Zhang
· 8 years ago
5e65cd3
Issue #29282: Backed out changeset b33012ef1417
by Mark Dickinson
· 8 years ago
d1b230e
Issue #29282: add fused multiply-add function, math.fma.
by Mark Dickinson
· 8 years ago
c9ea933
Issue #20186: Converted the math module to Argument Clinic. Patch by Tal Einat.
by Serhiy Storchaka
· 8 years ago
b813a0e
Issue #20186: Converted the _operator module to Argument Clinic.
by Serhiy Storchaka
· 8 years ago
0c4a828
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
by Victor Stinner
· 8 years ago
259f0e4
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
by Victor Stinner
· 8 years ago
3e1fad6
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
by Victor Stinner
· 8 years ago
b37f3f6
Issue #29195: Removed support of deprecated undocumented keyword arguments
by Serhiy Storchaka
· 8 years ago
c06ae20
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 8 years ago
d741ed4
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 8 years ago
e10ca3a
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 8 years ago
9e40afe
Issue #29004: Merge crc_hqx() doc from 3.6
by Martin Panter
· 8 years ago
520569e
Issue #29004: Merge crc_hqx() doc from 3.5
by Martin Panter
· 8 years ago
3310e14
Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT
by Martin Panter
· 8 years ago
726a57d
Issue #28765: _sre.compile() now checks the type of groupindex and indexgroup
by Victor Stinner
· 8 years ago
b74fecc
Issue #28585: Restored docstring of os._isdir().
by Serhiy Storchaka
· 8 years ago
852cc33
Issue #28585: Restored docstring of os._isdir().
by Serhiy Storchaka
· 8 years ago
579f038
Issue #28585: Restored docstring of os._isdir().
by Serhiy Storchaka
· 8 years ago
49d02d1
Issue #28586: Converted os.scandir() to Argument Clinic.
by Serhiy Storchaka
· 8 years ago
29d3cbf
Merge 3.6 (issue #28544)
by Yury Selivanov
· 8 years ago
a0c1ba6
Issue #28544: Implement asyncio.Task in C.
by Yury Selivanov
· 8 years ago
f8d7d41
Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*.
by Serhiy Storchaka
· 8 years ago
3940499
Issue #28156: Export os.getpid() conditionally
by Berker Peksag
· 8 years ago
37e4ef7
Issue #27810: Rerun Argument Clinic on all modules
by Victor Stinner
· 8 years ago
768f3b4
do not pretend to support passing a fd to access()
by Benjamin Peterson
· 8 years ago
cc16be8
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
by Steve Dower
· 8 years ago
cc85449
clinic: PY_LONG_LONG -> long long
by Benjamin Peterson
· 8 years ago
f5aba58
Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup
by Steve Dower
· 8 years ago
9b1f474
Add os.getrandom()
by Victor Stinner
· 8 years ago
581139c
Run Argument Clinic on posixmodule.c
by Victor Stinner
· 8 years ago
39093e9
Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0).
by Christian Heimes
· 8 years ago
b1cb8b2
merge 3.5
by Benjamin Peterson
· 8 years ago
25bfcd5
Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enabled ciphers.
by Christian Heimes
· 8 years ago
15f3228
Issue #16764: Support keyword arguments to zlib.decompress(). Patch by
by Serhiy Storchaka
· 8 years ago
9171a8b
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
by Serhiy Storchaka
· 8 years ago
525a949
Issue #27130: Merge zlib 64-bit fixes from 3.5
by Martin Panter
· 8 years ago
84544c1
Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module
by Martin Panter
· 8 years ago
2954f83
- Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 8 years ago
1a2b24f
Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 8 years ago
50600a7
merge 3.5 (#24557)
by Benjamin Peterson
· 8 years ago
b8a2f51
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557)
by Benjamin Peterson
· 8 years ago
95657cd
Issue #26243: Only the level argument to zlib.compress() is keyword argument
by Serhiy Storchaka
· 8 years ago
b4f43e9
Clarify documentation for os.fspath().
by Brett Cannon
· 8 years ago
5dee655
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
by Serhiy Storchaka
· 8 years ago
410ef8e
issue27186: add C version of os.fspath(); patch by Jelle Zijlstra
by Ethan Furman
· 8 years ago
f4affb7
Issue #5784: Merge zlib from 3.5
by Martin Panter
· 8 years ago
0fdf41d
Issue #5784: Expand documentation and tests for zlib wbits parameter
by Martin Panter
· 8 years ago
3e04d5b
Issue #27076: Merge spelling from 3.5
by Martin Panter
· 8 years ago
46f5072
Issue #27076: Doc, comment and tests spelling fixes
by Martin Panter
· 8 years ago
2eb6b0d
Issues #26716, #26057: Regenerate Argument Clinic code.
by Serhiy Storchaka
· 9 years ago
d6117a4
Issue #26716: Regenerate Argument Clinic code.
by Serhiy Storchaka
· 9 years ago
b0cb42d
Issue 26243: Forgot to update zlib doc strings in Argument Clinic
by Martin Panter
· 9 years ago
1fe0d13
Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda
by Martin Panter
· 9 years ago
8254f79
Issue #26244: Merge zlib documentation from 3.5
by Martin Panter
· 9 years ago
567d513
Issue #26244: Clarify default zlib compression level in documentation
by Martin Panter
· 9 years ago
9ec5e25
Issue #25638: Optimized ElementTree.iterparse(); it is now 2x faster.
by Serhiy Storchaka
· 9 years ago
36befa5
Issue #25626: Merge zlib fix from 3.5
by Martin Panter
· 9 years ago
e99e977
Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX
by Martin Panter
· 9 years ago
e56a919
Issue #25523: Merge a-to-an corrections from 3.5
by Martin Panter
· 9 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
Next »