index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
clinic
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. ...
Serhiy Storchaka
2018-05-10
2
-12/+4095
*
bpo-33441: Make the sigset_t converter available in other modules. (GH-6720)
Serhiy Storchaka
2018-05-08
1
-10/+45
*
bpo-33332: Add signal.valid_signals() (GH-6581)
Antoine Pitrou
2018-05-04
1
-1/+30
*
bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(...
Serhiy Storchaka
2018-05-01
1
-2/+2
*
bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630)
Serhiy Storchaka
2018-04-29
1
-3/+3
*
bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355)
Ćukasz Langa
2018-04-04
1
-4/+6
*
signal: add strsignal() (#6017)
Antoine Pietri
2018-03-12
1
-1/+31
*
bpo-30249: Improve struct.unpack_from() error messages (GH-6059)
Xiang Zhang
2018-03-10
1
-2/+3
*
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-...
Serhiy Storchaka
2018-02-26
2
-10/+11
*
bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (#5876)
Christian Heimes
2018-02-25
1
-5/+5
*
bpo-30622: Improve NPN support detection (#5859)
Christian Heimes
2018-02-24
1
-3/+3
*
bpo-24334: Cleanup SSLSocket (#5252)
Christian Heimes
2018-02-24
1
-33/+53
*
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128)
Christian Heimes
2018-02-24
1
-14/+1
*
bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage n...
Steve Dower
2018-02-22
1
-15/+24
*
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi
2018-02-18
1
-0/+162
*
bpo-20104: Expose `posix_spawn` in the os module (GH-5109)
Pablo Galindo
2018-01-29
1
-1/+53
*
bpo-31368: Expose preadv and pwritev in the os module (#5239)
Pablo Galindo
2018-01-27
1
-1/+119
*
bpo-32433: Optimized HMAC digest (#5023)
Christian Heimes
2018-01-27
1
-1/+43
*
bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipim...
Barry Warsaw
2018-01-24
1
-1/+32
*
bpo-32643: Drop support for a few private Task and Future APIs. (#5293)
Yury Selivanov
2018-01-24
1
-76/+1
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
2
-3/+47
*
bpo-9566: Fix size_t=>int downcast warnings (#5230)
Victor Stinner
2018-01-18
1
-4/+4
*
bpo-14976: Reentrant simple queue (#3346)
Antoine Pitrou
2018-01-15
1
-0/+218
*
return the new file descriptor from os.dup2 (closes bpo-32441) (#5041)
Benjamin Peterson
2017-12-29
1
-3/+8
*
bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923)
Yury Selivanov
2017-12-25
1
-2/+18
*
bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992)
Yury Selivanov
2017-12-23
1
-17/+31
*
bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...
Segev Finer
2017-12-18
1
-1/+35
*
bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799)
Andrew Svetlov
2017-12-16
1
-1/+139
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
40
-407/+407
*
bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827)
Yury Selivanov
2017-12-13
1
-1/+79
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
1
-1/+19
*
bpo-32030: Enhance Py_Main() (#4412)
Victor Stinner
2017-11-16
1
-4/+4
*
bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230)
Tal Einat
2017-11-03
1
-1/+5
*
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner
2017-10-24
1
-3/+3
*
bpo-31558: Add gc.freeze() (#3705)
brainfvck
2017-10-16
1
-1/+71
*
bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865)
Victor Stinner
2017-10-13
1
-6/+6
*
bpo-30397: Add re.Pattern and re.Match. (#1646)
Serhiy Storchaka
2017-10-04
1
-3/+3
*
bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (#3864)
Serhiy Storchaka
2017-10-03
1
-9/+9
*
bpo-31428: Prevent raising a SystemError in case the memo arg of ElementTree....
Oren Milman
2017-09-12
1
-1/+19
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-3/+3
*
Regen Moduls/clinic/_ssl.c.h (GH-3320)
Zachary Ware
2017-09-04
1
-3/+3
*
bpo-30622: Change NPN detection: (#2079)
Melvyn Sopacua
2017-09-04
1
-2/+2
*
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076)
Serhiy Storchaka
2017-09-03
1
-4/+4
*
bpo-31109: Convert zipimport to use Argument Clinic (GH-2990)
Yaron de Leeuw
2017-08-18
1
-0/+294
*
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka
2017-07-03
39
-1312/+404
*
Regenerate Argument Clinic code for bpo-19180. (#2073)
Serhiy Storchaka
2017-06-10
1
-1/+1
*
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
Sylvain
2017-06-10
29
-766/+766
*
bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148)
Chandan Kumar
2017-06-09
1
-1/+1
*
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Gregory P. Smith
2017-05-29
1
-17/+21
*
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou
2017-05-27
1
-1/+49
[next]