index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyconfig.h.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.
Larry Hastings
2015-04-13
1
-0
/
+3
*
Issue #22181: The availability of the getrandom() is now checked in configure,
Victor Stinner
2015-03-19
1
-0
/
+3
*
Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in
Victor Stinner
2015-03-08
1
-0
/
+3
*
Issue #22038, configure: HAVE_STD_ATOMIC now also check that "atomic_int" and
Victor Stinner
2015-01-14
1
-1
/
+1
*
Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for
Victor Stinner
2015-01-09
1
-0
/
+6
*
Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),
Victor Stinner
2014-12-21
1
-0
/
+3
*
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner
2014-11-28
1
-0
/
+3
*
only support append_history if readline has it
Benjamin Peterson
2014-11-26
1
-0
/
+3
*
support setting fpu precision on m68k (closes #20904)
Benjamin Peterson
2014-04-17
1
-0
/
+3
*
Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t
Christian Heimes
2013-12-07
1
-0
/
+3
*
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
1
-0
/
+16
*
Issue #16595: Add prlimit() to resource module
Christian Heimes
2013-10-22
1
-0
/
+3
*
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-28
1
-0
/
+3
*
remove support for compiling on systems without getcwd()
Benjamin Peterson
2013-08-23
1
-3
/
+0
*
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes
2013-08-21
1
-3
/
+6
|
\
|
*
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...
Christian Heimes
2013-06-18
1
-0
/
+3
|
|
\
|
*
|
remove support GCC PyArg_ParseTuple format patch, last seen in 2006
Benjamin Peterson
2013-05-12
1
-3
/
+0
|
*
|
Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possible
Victor Stinner
2013-04-08
1
-3
/
+3
|
*
|
Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian
Charles-Fran?ois Natali
2013-02-05
1
-0
/
+3
*
|
|
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes
2013-08-21
1
-0
/
+3
|
|
/
|
/
|
*
|
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...
Christian Heimes
2013-06-18
1
-0
/
+3
*
|
-Wformat is needed by gcc 4.8 (closes #17547)
Benjamin Peterson
2013-05-11
1
-3
/
+0
|
/
*
Issue 10052: merge fix from 3.2.
Mark Dickinson
2012-12-02
1
-25
/
+209
|
\
|
*
- Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds,
doko
2012-06-30
1
-2
/
+2
|
*
Issue #7652: Integrate the decimal floating point libmpdec library to speed
Stefan Krah
2012-03-21
1
-0
/
+13
|
*
merge 3.2
Matthias Klose
2012-03-14
1
-23
/
+194
|
|
\
|
|
*
Issue #13609: Add two functions to query the terminal size:
Antoine Pitrou
2012-02-08
1
-0
/
+3
|
|
*
Issue #13777: Add PF_SYSTEM sockets on OS X.
Martin v. Löwis
2012-02-03
1
-0
/
+6
|
|
*
Improve the test for dirfd(). Some systems #define it rather than
Gregory P. Smith
2012-01-21
1
-1
/
+1
|
|
|
\
|
|
*
\
Fixes issue #8052: The posix subprocess module's close_fds behavior was
Gregory P. Smith
2012-01-21
1
-0
/
+3
|
|
|
\
\
|
|
*
\
\
Add a test for the dirfd library function (to be used in an upcoming
Gregory P. Smith
2012-01-16
1
-23
/
+185
|
|
|
\
\
\
|
|
|
*
|
|
fix for old kernels which don't have epoll_create1
Benjamin Peterson
2011-12-27
1
-0
/
+3
|
|
|
*
|
|
Better resolution for issue #11849: Ensure that free()d memory arenas are rea...
Antoine Pitrou
2011-11-26
1
-3
/
+3
|
|
|
*
|
|
Close #13415: Test in configure if unsetenv() has a return value or not.
Victor Stinner
2011-11-24
1
-0
/
+3
|
|
|
*
|
|
Issue #6397: Support '/dev/poll' polling objects in select module, under Sola...
Jesus Cea
2011-11-14
1
-0
/
+3
|
|
|
*
|
|
Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to
Victor Stinner
2011-10-25
1
-0
/
+9
|
|
|
*
|
|
Issue #13134: optimize finding single-character strings using memchr
Antoine Pitrou
2011-10-11
1
-0
/
+3
|
|
|
*
|
|
Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias
Charles-François Natali
2011-10-06
1
-0
/
+6
|
|
|
*
|
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-6
/
+0
|
|
|
*
|
|
Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720)
Benjamin Peterson
2011-09-13
1
-4
/
+4
|
|
|
*
|
|
Issue #12871: sched_get_priority_(min|max) might not be defined even though
Charles-François Natali
2011-09-06
1
-0
/
+3
|
|
|
*
|
|
expose linux extended file system attributes (closes #12720)
Benjamin Peterson
2011-08-31
1
-0
/
+3
|
|
|
*
|
|
check individually for some for sched_ functions
Benjamin Peterson
2011-08-02
1
-0
/
+9
|
|
|
*
|
|
sched.h can exist without sched affinity support
Benjamin Peterson
2011-08-02
1
-0
/
+3
|
|
|
*
|
|
expose sched.h functions (closes #12655)
Benjamin Peterson
2011-08-02
1
-0
/
+3
|
|
|
*
|
|
Issue #11863: Remove support for legacy systems deprecated in Python 3.2
Antoine Pitrou
2011-07-08
1
-12
/
+0
|
|
|
*
|
|
Issue #8746: Correct faulty configure checks so that os.chflags() and
Ned Deily
2011-06-28
1
-2
/
+2
|
|
|
|
\
\
\
|
|
|
*
|
|
|
Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.
Ross Lagerwall
2011-06-25
1
-0
/
+6
|
|
|
*
|
|
|
Issue #9344: Add os.getgrouplist().
Ross Lagerwall
2011-06-10
1
-0
/
+3
|
|
|
*
|
|
|
Issue #12196: Add pipe2() to the os module.
Charles-François Natali
2011-05-29
1
-1
/
+1
[next]