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
/
pyconfig.h.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 60475-60479,60481-60488 via svnmerge from
Christian Heimes
2008-02-01
1
-0/+3
*
Merged revisions 60124-60142 via svnmerge from
Christian Heimes
2008-01-20
1
-3/+18
*
Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config...
Georg Brandl
2008-01-07
1
-3/+0
*
Copied doc for reload() from trunk's function.rst to imp.rst
Christian Heimes
2008-01-07
1
-1/+3
*
Merged revisions 59541-59561 via svnmerge from
Christian Heimes
2007-12-19
1
-0/+13
*
Merged revisions 59239-59244 via svnmerge from
Christian Heimes
2007-11-30
1
-0/+9
*
Add macros for checking for long double and defining the size of long double ...
Travis E. Oliphant
2007-10-12
1
-0/+6
*
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters
2007-09-08
1
-0/+3
*
test for strlcpy (so i can use it in _bsddb.c)
Gregory P. Smith
2007-09-03
1
-0/+3
*
Remove support for BeOS
Skip Montanaro
2007-08-17
1
-3/+0
*
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum
2007-08-06
1
-14/+21
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-0/+6
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-0/+6
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-1/+4
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+30
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-2/+24
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-0/+6
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-0/+6
*
Patch #1103116: AF_NETLINK sockets basic support.
Martin v. Löwis
2006-01-14
1
-0/+6
*
If there is no libtermcap all the readline tests failed.
Neal Norwitz
2006-01-07
1
-0/+6
*
Revert r41662 and the part of 41552 that originally caused the problem
Neal Norwitz
2005-12-15
1
-3/+0
*
Add a workaround for file.ftell() to raise IOError for ttys.
Hye-Shik Chang
2005-12-13
1
-0/+3
*
Patch #1180695: Implement nanosecond stat resolution on FreeBSD,
Martin v. Löwis
2005-08-09
1
-0/+9
*
Patch #1212117: Add optional attribute st_flags to os.stat_result
Hye-Shik Chang
2005-06-02
1
-0/+3
*
Patch #579435: Shadow Password Support Module
Martin v. Löwis
2005-01-23
1
-0/+9
*
Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h
Anthony Baxter
2004-10-13
1
-0/+3
*
Patch #1012280: Include curses.h for term.h check. Fixes #933795.
Martin v. Löwis
2004-09-18
1
-0/+3
*
Define _BSD_TYPES. Fixes #1005308. Backported to 2.3.
Martin v. Löwis
2004-08-12
1
-3/+6
*
Patch #1003700: Add socketpair function to socket module.
Dave Cole
2004-08-09
1
-0/+3
*
This change implements the following gettext features, as
Gustavo Niemeyer
2004-07-22
1
-0/+3
*
This closes patch:
Michael W. Hudson
2004-07-07
1
-0/+6
*
Massive performance improvement for C extension and builtin tracing code
Nicholas Bastin
2004-06-25
1
-3/+0
*
Making C profiling a configure option (at least temporarily)
Nicholas Bastin
2004-06-22
1
-0/+3
*
Patch #510695: Add TSC profiling for the VM.
Martin v. Löwis
2004-06-08
1
-0/+3
*
Added configure check for broken poll() on some unix systems (MacOS X 10.3)
Nicholas Bastin
2004-03-21
1
-0/+12
*
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
Skip Montanaro
2004-02-10
1
-24/+0
*
Remove support for --without-universal-newlines (see PEP 11).
Skip Montanaro
2004-02-07
1
-3/+0
*
Remove HAVE_STRPTIME - no longer necessary with the pure Python version of
Skip Montanaro
2004-02-07
1
-3/+0
*
Add FreeBSD support for bluetooth sockets.
Hye-Shik Chang
2004-02-02
1
-0/+3
*
Patch #874083: Bluetooth support for socket module.
Martin v. Löwis
2004-01-31
1
-7/+3
*
Remove support for SunOS 4.
Skip Montanaro
2004-01-17
1
-4/+0
*
Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld
Skip Montanaro
2004-01-17
1
-14/+0
*
Remove support for minix.
Skip Montanaro
2004-01-17
1
-6/+0
*
Patch #839038: Add getsid(2).
Martin v. Löwis
2003-11-10
1
-4/+8
*
Typo. HAVE_SYNC -> HAVE_FSYNC
Skip Montanaro
2003-09-25
1
-1/+1
*
Check for declarations of fchdir and fsync. Fixes #800710. Backported to 2.3.
Martin v. Löwis
2003-09-20
1
-5/+5
*
Improve detection of whether tzset is broken.
Brett Cannon
2003-09-19
1
-0/+3
*
Patch 775605: Cygwin pthread_sigmask() workaround patch
Jason Tishler
2003-07-22
1
-3/+6
*
FreeBSD 5.x has moved some library routines and typedefs outside the
Andrew MacIntyre
2003-07-02
1
-0/+3
*
Patch #752671: NetBSD needs to link libintl to _locale.so.
Martin v. Löwis
2003-06-14
1
-0/+3
[next]