- 23 Kas, 2017 1 kayıt (commit)
-
-
xdegaye yazdı
-
- 08 Kas, 2017 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 01 Kas, 2017 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Masayuki Yamamoto yazdı
Modify the code to use ncurses is_pad() instead of checking WINDOW _flags field. If your platform does not provide the is_pad(), the existing way that checks the field will be enabled. Note: This change does not drop support for platforms where do not have both WINDOW _flags field and is_pad().
-
- 31 Eki, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 19 Eki, 2017 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 06 Eki, 2017 1 kayıt (commit)
-
-
Masayuki Yamamoto yazdı
See PEP 539 for details. Highlights of changes: - Add Thread Specific Storage (TSS) API - Document the Thread Local Storage (TLS) API as deprecated - Update code that used TLS API to use TSS API
-
- 05 Eki, 2017 1 kayıt (commit)
-
-
pdox yazdı
-
- 24 Eyl, 2017 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Python requires C implementations provide memmove, so we shouldn't need to check for it. The only place using this configure check was expat, where we can simply always define HAVE_MEMMOVE.
-
- 07 Eyl, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* Remove Setup.config * Always define WITH_THREAD for compatibility.
-
- 06 Eyl, 2017 1 kayıt (commit)
-
-
caavery yazdı
* bpo-27584: New addition of vSockets to the python socket module Support for AF_VSOCK on Linux only * bpo-27584: Fixes for V2 Fixed syntax and naming problems. Fixed #ifdef AF_VSOCK checking Restored original aclocal.m4 * bpo-27584: Fixes for V3 Added checking for fcntl and thread modules. * bpo-27584: Fixes for V4 Fixed white space error * bpo-27584: Fixes for V5 Added back comma in (CID, port). * bpo-27584: Fixes for V6 Added news file. socket.rst now reflects first Linux introduction of AF_VSOCK. Fixed get_cid in test_socket.py. Replaced PyLong_FromLong with PyLong_FromUnsignedLong in socketmodule.c Got rid of extra AF_VSOCK #define. Added sockaddr_vm to sock_addr. * bpo-27584: Fixes for V7 Minor cleanup. * bpo-27584: Fixes for V8 Put back #undef AF_VSOCK as it is necessary when vm_sockets.h is not installed.
-
- 05 Eyl, 2017 1 kayıt (commit)
-
-
Christian Heimes yazdı
Include sys/sysmacros.h for major(), minor(), and makedev(). GNU C libray plans to remove the functions from sys/types.h. Signed-off-by: Christian Heimes <christian@python.org>
-
- 04 Eyl, 2017 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
See PEP 11.
-
Benjamin Peterson yazdı
We never actually check HAVE_SELECT.
-
Benjamin Peterson yazdı
This is a required feature is C99, which we require.
-
- 18 Tem, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* Remove obsolete fallback code in readline module * Add NEWS * Remove obsolete include * Fix macro on Windows
-
- 29 Haz, 2017 1 kayıt (commit)
-
-
INADA Naoki yazdı
`PYTHONFRAMEWORK` is defined in `Makefile` and it shoulnd't be used in `pyconfig.h`. `sysconfig.py --generate-posix-vars` reads config vars from Makefile and `pyconfig.h`. Conflicting variables should be avoided. Especially, string config variables in Makefile are unquoted, but in `pyconfig.h` are keep quoted. So it should be private (starts with underscore).
-
- 28 Haz, 2017 1 kayıt (commit)
-
-
INADA Naoki yazdı
Avoid importing `sysconfig` from `site` by copying minimum code. Python startup is 5% faster on Linux and 30% faster on macOS
-
- 11 Haz, 2017 1 kayıt (commit)
-
-
Nick Coghlan yazdı
- new PYTHONCOERCECLOCALE config setting - coerces legacy C locale to C.UTF-8, C.utf8 or UTF-8 by default - always uses C.UTF-8 on Android - uses `surrogateescape` on stdin and stdout in the coercion target locales - configure option to disable locale coercion at build time - configure option to disable C locale warning at build time
-
- 21 Nis, 2017 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
We require C99, so a configure test for this standard feature is not needed.
-
- 22 Ara, 2016 1 kayıt (commit)
-
-
Xavier de Gaye yazdı
F_LOCK macro is not defined in android-ndk-r13.
-
- 20 Ara, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 01 Eki, 2016 1 kayıt (commit)
-
-
Zachary Ware yazdı
Patch by Masayuki Yamamoto, reviewed and rebased by Erik Bray. This is a first step on the long road toward resupporting Cygwin, which does not provide siginfo_t.si_band.
-
- 21 Eyl, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 14 Eyl, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 10 Eyl, 2016 1 kayıt (commit)
-
-
Łukasz Langa yazdı
Tested on macOS 10.11 dtrace, Ubuntu 16.04 SystemTap, and libbcc. Largely based by an initial patch by Jesús Cea Avión, with some influence from Dave Malcolm's SystemTap patch and Nikhil Benesch's unification patch. Things deliberately left out for simplicity: - ustack helpers, I have no way of testing them at this point since they are Solaris-specific - PyFrameObject * in function__entry/function__return, this is SystemTap-specific - SPARC support - dynamic tracing - sys module dtrace facility introspection All of those might be added later.
-
- 09 Eyl, 2016 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 08 Eyl, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 07 Eyl, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 06 Eyl, 2016 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 05 Eyl, 2016 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 09 Tem, 2016 1 kayıt (commit)
-
-
Xavier de Gaye yazdı
as 'ANDROID_API_LEVEL'.
-
- 07 Tem, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 07 Haz, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #26839: On Linux, os.urandom() now calls getrandom() with GRND_NONBLOCK to fall back on reading /dev/urandom if the urandom entropy pool is not initialized yet. Patch written by Colm Buckley.
-
- 04 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
not via macros (in particular on Android). Patch by Chi Hsuan Yen.
-
- 25 Nis, 2016 1 kayıt (commit)
-
-
Stefan Krah yazdı
If they aren't present, set them to an empty string.
-