Serhiy Storchaka
|
6b680cd6b2
|
Fixed compilation error in signalmodule.c (issue #20182).
|
11 years ago |
Tal Einat
|
c7027b7904
|
Issue #20182: converted the signal module to use Argument Clinic
|
11 years ago |
Raymond Hettinger
|
c784c6db60
|
Tighten-up code by eliminating an unnecessary variable.
|
11 years ago |
Raymond Hettinger
|
d69755d1a3
|
Minor code clean-up.
|
11 years ago |
Zachary Ware
|
77772c0e7b
|
Issue #20172: Update clinicizations to current clinic.
|
11 years ago |
Serhiy Storchaka
|
dce0405f03
|
Issue #23488: Random generator objects now consume 2x less memory on 64-bit.
|
11 years ago |
Zachary Ware
|
f2244eaf9e
|
Issue #20172: Convert the _winapi module to Argument Clinic.
|
11 years ago |
Raymond Hettinger
|
636488043b
|
More timings suggest that 2500 is closer to the break-even point.
|
11 years ago |
Serhiy Storchaka
|
f0b5015edb
|
Converted os._getfullpathname() and os._isdir() to Argument Clinic.
|
11 years ago |
Serhiy Storchaka
|
48e47aaa28
|
Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is
deprecated. Based on patch by Mark Dickinson.
|
11 years ago |
Berker Peksag
|
ea6d5592f2
|
Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
if they called on a closed object.
Patch by John Hergenroeder.
|
11 years ago |
Berker Peksag
|
d10d6ae2fa
|
Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
if they called on a closed object.
Patch by John Hergenroeder.
|
11 years ago |
Serhiy Storchaka
|
1aa5e1d63e
|
Fixed compilation on Windows for issue #20173.
|
11 years ago |
Serhiy Storchaka
|
0c59ff6430
|
Issue #20173: Converted the _codecs module to Argument Clinic.
|
11 years ago |
Raymond Hettinger
|
b9db9e152f
|
Defend against a mutation during comparison
|
11 years ago |
Yury Selivanov
|
7544508f02
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
11 years ago |
Raymond Hettinger
|
99bf9a2567
|
Minor code cleanups.
|
11 years ago |
Raymond Hettinger
|
a032e46df6
|
Minor stylistic clean-up.
|
11 years ago |
Raymond Hettinger
|
bc33e57d56
|
Issue #24155: Optimize heapify for better cache utililzation.
|
11 years ago |
Benjamin Peterson
|
65bcdd7195
|
ensure .keywords is always a dict
|
11 years ago |
Benjamin Peterson
|
0171d7faa0
|
fix libffi compilation on FreeBSD (#23042)
Patch from Marc-Andre Lemburg.
|
11 years ago |
Larry Hastings
|
01b0883602
|
Issue #20274: Remove ignored and erroneous "kwargs" parameters from three
METH_VARARGS methods on _sqlite.Connection.
|
11 years ago |
Larry Hastings
|
38337d1e15
|
Issue #24000: Improved Argument Clinic's mapping of converters to legacy
"format units". Updated the documentation to match.
|
11 years ago |
Serhiy Storchaka
|
8d0f620285
|
Use specialized functions intead of Py_BuildValue() in _tkinter.
|
11 years ago |
Serhiy Storchaka
|
645058d11a
|
Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.
Tkinter's getdouble() now supports any numbers (in particular int).
|
11 years ago |
Serhiy Storchaka
|
008d88b462
|
Issue #24009: Got rid of using rare "y#" format unit in TextIOWrapper.tell().
Parsed value should be bytes, not general robuffer, this is required in other
places.
|
11 years ago |
Benjamin Peterson
|
025e9ebd0a
|
PEP 448: additional unpacking generalizations (closes #2292)
Patch by Neil Girdhar.
|
11 years ago |
Larry Hastings
|
dbfdc380df
|
Issue #24001: Argument Clinic converters now use accept={type}
instead of types={'type'} to specify the types the converter accepts.
|
11 years ago |
Serhiy Storchaka
|
cb98556373
|
Issue #20159. Converted the _elementtree module to Argument Clinic.
|
11 years ago |
Larry Hastings
|
2d0a69a456
|
Fix Windows build breakage from checkins on Issues #20148 and #20168.
|
11 years ago |
Serhiy Storchaka
|
4b7b82f133
|
Issue #20179: Converted the _ssl module to Argument Clinic.
|
11 years ago |
Serhiy Storchaka
|
a860aeaf98
|
Issue #20148: Converted the _sre module to Argument Clinic.
|
11 years ago |
Serhiy Storchaka
|
5abdf48430
|
Issue #20168: Converted the _tkinter module to Argument Clinic.
|
11 years ago |
Benjamin Peterson
|
501182a47b
|
just sort the items tuple directly (closes #24094)
|
11 years ago |
Raymond Hettinger
|
c6249a6268
|
Defer deleted item decref until after the deque is restored to a consistent state.
|
11 years ago |
Raymond Hettinger
|
1dd8e71eb3
|
Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq.
|
11 years ago |
Benjamin Peterson
|
1dfd247c1b
|
remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore
|
11 years ago |
Benjamin Peterson
|
0c6a5d1deb
|
remove extern definition, since it's in a header file (closes #24058)
|
11 years ago |
Gregory P. Smith
|
f9681776c9
|
Fix computation of max_fd on OpenBSD. Issue #23852.
|
11 years ago |
Gregory P. Smith
|
9c6b916662
|
Switch binascii over to using the common _Py_strhex implementation for its hex
and hexlify functions. issue9951.
|
11 years ago |
Gregory P. Smith
|
4dff6f6fa6
|
Issue9951: update _hashopenssl and md5module to use _Py_strhex().
Also update _posixsubprocess to use Py_hexdigits instead of its own constant.
|
11 years ago |
Gregory P. Smith
|
8cb6569fe1
|
Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.
Also updates a few internal implementations of the same thing to use the
new built-in code.
Contributed by Arnon Yaari.
|
11 years ago |
Victor Stinner
|
4403d7def0
|
Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes
Patch written by William Orr.
|
11 years ago |
Serhiy Storchaka
|
247789cee9
|
Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the
same line as function name.
|
11 years ago |
Serhiy Storchaka
|
3af7a38c61
|
Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8
(tclTomMath.h was broken) and non-final Tcl 8.6.
|
11 years ago |
Christian Heimes
|
8714cfdc4a
|
Get rid of unused-but-set-variable warning. len and len2 should be equal and len2 is technically more correct, too.
|
11 years ago |
Serhiy Storchaka
|
77e8311deb
|
Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.
|
11 years ago |
Serhiy Storchaka
|
2b0d2007a1
|
Issue #23908: os functions now reject paths with embedded null character
on Windows instead of silently truncate them.
|
11 years ago |
Serhiy Storchaka
|
2ef7c47844
|
Issue #23728: binascii.crc_hqx() could return an integer outside of the range
0-0xffff for empty data.
|
11 years ago |
Serhiy Storchaka
|
bb72c47996
|
Use PyArg_ParseTuple (new API) instead of PyArg_Parse (old API) for parsing tuples.
|
11 years ago |