8082 Commits (d979e4335d02bee7301c2b2dec61fe2155fbae98)

Author SHA1 Message Date
Charles-François Natali b4062e8f8a Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the 12 years ago
Ned Deily 22d415cf19 Issue #20374: delete spurious empty line 12 years ago
Ned Deily 7b9ddea80b Issue #20374: Avoid compiler warnings when compiling readline with libedit. 12 years ago
Serhiy Storchaka 54c1391ba9 Issue #20489: Explicitly qualified expressions for default values in methods. 12 years ago
Christian Heimes d33491ea76 Issue #20515: Fix NULL pointer dereference introduced by issue #20368 12 years ago
Benjamin Peterson 091d017ab1 restore namespacing of pyexpat symbols (closes #19186) 12 years ago
Nick Coghlan a9b15241c6 Close #20404: blacklist non-text encodings in io.TextIOWrapper 12 years ago
Martin v. Löwis ca7b04644c Issue #17162: Add PyType_GetSlot. 12 years ago
Serhiy Storchaka 1317e14468 Issue #20368: The null character now correctly passed from Tcl to Python. 12 years ago
Benjamin Peterson f045de4fc2 remove code which does nothing but cause refleaks 12 years ago
Larry Hastings 7726ac9163 #Issue 20456: Several improvements and bugfixes for Argument Clinic, 12 years ago
Victor Stinner dd382ef8ec Issue #20354: Fix alignment issue in the tracemalloc module on 64-bit 12 years ago
Brett Cannon 1088d98899 The function name for cmath.isinf in PyArg_ParseTuple() was wrong. 12 years ago
Larry Hastings 4205065f9b Issue #20390: Removing detritus from Argument Clinic "file preset" name change. 12 years ago
Victor Stinner dcd9740ad2 Issue #20452: select and selectors round (again) timeout away from zero for 12 years ago
Victor Stinner 91445fbeb0 overlapped.c: Fix usage of the union 12 years ago
Larry Hastings 581ee3618c Issue #20326: Argument Clinic now uses a simple, unique signature to 12 years ago
Serhiy Storchaka 3c1f0f1b42 Issue #20395: Extract generated clinic code in Modules/_pickle.c to separate file. 12 years ago
Christian Heimes c4ab9a4f1d Issue #20394: Attempt to silence CID 1164423: Division or modulo by zero in audioop_ratecv_impl() 12 years ago
Christian Heimes 936e2f36ad Issue #20193: Fix commit r6f217456b9ba by including clinic/zlibmodule.c.h instead 12 years ago
Christian Heimes 27ea78b352 silence compiler warning that 's' may be used uninitialized in the load function. 12 years ago
Serhiy Storchaka 2c5ddbe030 Issue #20193: The zlib module now uses Argument Clinic. 12 years ago
Benjamin Peterson b62deac9a3 cleanup after custom buffer converter 12 years ago
Benjamin Peterson 08673c57f0 fix refleak on error 12 years ago
Larry Hastings f0537e8d1c Issue #20390: Final fix, for generating NoPositional/NoKeyword for __init__ calls. 12 years ago
Larry Hastings f256c22f34 Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch). 12 years ago
Larry Hastings c20472640c Issue #20390: Small fixes and improvements for Argument Clinic. 12 years ago
Victor Stinner 933209689e Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout 12 years ago
Serhiy Storchaka 98c779e8da Issue #20193: The _lzma module now uses Argument Clinic. 12 years ago
Serhiy Storchaka 1bc4bb2af1 Issue #20193: The _bz2 module now uses Argument Clinic. 12 years ago
Serhiy Storchaka 8d00d73249 Issue #20133: The audioop module now uses Argument Clinic. 12 years ago
Serhiy Storchaka 12785617c8 Fixed converting errors in the binascii module (issue20151). 12 years ago
Serhiy Storchaka 3ffd913d66 Issue #20151: The binascii module now uses Argument Clinic. 12 years ago
Benjamin Peterson f0b463ad84 new plan: just remove typecasts (closes #20374) 12 years ago
Larry Hastings 5c66189e88 Issue #20189: Four additional builtin types (PyTypeObject, 12 years ago
Benjamin Peterson 5f6bf55965 use new readline function types (closes #20374) 12 years ago
Serhiy Storchaka 744135d7bb Issue #19936: Restored executable bits for several libffi files. 12 years ago
Larry Hastings 462582651c Two minor Argument Clinic bugfixes: use the name of the class in the 12 years ago
Victor Stinner 665486e0e7 Issue #20311: select.epoll.poll() now rounds the timeout away from zero, 12 years ago
Serhiy Storchaka 7e52705ee3 Issue #20315: Removed support for backward compatibility with early 2.x versions. 12 years ago
Larry Hastings b7ccb20423 Issue #20294: Argument Clinic now supports argument parsing for __new__ and 12 years ago
Benjamin Peterson e83ed43281 improve description of buffers argument for readv/writev (closes #17811) 12 years ago
Larry Hastings bebf73511a Issue #20287: Argument Clinic's output is now configurable, allowing 12 years ago
Gregory P. Smith f34890937b avoid a compiler warning about assigning const char * to char *. 12 years ago
Larry Hastings 2a727916c5 Issue #20226: Major improvements to Argument Clinic. 12 years ago
Serhiy Storchaka 7f470d0f9c Issue #19936: Remove executable bits from C source files and several forgotten 12 years ago
Serhiy Storchaka b992a0e102 Issue #19936: Added executable bits or shebang lines to Python scripts which 12 years ago
Stefan Krah 16540408f4 Issue #19936: Disable shebang lines in order to prevent using a random 12 years ago
Antoine Pitrou f5207e617b Clinic-ize the crypt module. Derby! 12 years ago
Benjamin Peterson a677d7628b remove overly strict assertion (closes #20251) 12 years ago