- d0764e2 Merged revisions 59313-59320 via svnmerge from by Christian Heimes · 17 years ago
- 4e30a84 Merged revisions 59239-59244 via svnmerge from by Christian Heimes · 17 years ago
- 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
- 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
- 9b30784 Add macros for checking for long double and defining the size of long double on the platform. Ctypes and Struct module will both need them. by Travis E. Oliphant · 17 years ago
- 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
- 25523d2 regenerated by Gregory P. Smith · 17 years ago
- 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
- eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
- 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
- cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
- cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
- b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
- 1ba5b3b Merged revisions 46607-46608 via svnmerge from by Thomas Wouters · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- 0c4eb62 Fix the version number to be 3.0. by Guido van Rossum · 19 years ago
- 39fd231 On OSX, use --arch_only `arch` in stead of --arch_only ppc, so things will by Jack Jansen · 19 years ago
- 86d6626 Patch #1432345: Make python compile on DragonFly. by Martin v. Löwis · 19 years ago
- 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
- 82bca63 Avoid linking python with readline. by Martin v. Löwis · 19 years ago
- 4ddc78a Delete aclocal.m4, and require autoconf 2.59, fixing #811160 in a different way. by Martin v. Löwis · 19 years ago
- 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 19 years ago
- 671b9e3 Fix bugs #1244610, #1392915, fix build problem on OpenBSD 3.7 and 3.8. by Neal Norwitz · 19 years ago
- fd9a72a Patch #881820: look for openpty and forkpty also in libbsd. Will backport. by Martin v. Löwis · 19 years ago
- 020c46a icc accepts -OPT... but generates a warning, so just disable the check by Neal Norwitz · 19 years ago
- fe8e3d9 If there is no libtermcap all the readline tests failed. by Neal Norwitz · 19 years ago
- c5bf5a0 Always set SVNVERSION to "exported" if it otherwise fails. by Martin v. Löwis · 19 years ago
- dea59e5 Stop maintaining the buildno file. by Martin v. Löwis · 19 years ago
- d5845ec Use -xcode=pic32 for SunPro. Will backport to 2.4. by Martin v. Löwis · 19 years ago
- d24499d Jack said we don't need the Mac/Python/ directory any more. by Neal Norwitz · 19 years ago
- a716eab Revert r41662 and the part of 41552 that originally caused the problem by Neal Norwitz · 19 years ago
- e237d50 Add a workaround for file.ftell() to raise IOError for ttys. by Hye-Shik Chang · 19 years ago
- 7dece66 Patch #1227966: Do not defined _XOPEN_SOURCE_EXTENDED on Solaris 10. by Martin v. Löwis · 19 years ago
- ebd9d5b Patch #1180695: Implement nanosecond stat resolution on FreeBSD, by Martin v. Löwis · 19 years ago
- 147fbe5 Patch #1239112: Correct LINKCC C++ test. Fixes #1189330. Backported to 2.4. by Martin v. Löwis · 19 years ago
- 5f937a7 Patch #1212117: Add optional attribute st_flags to os.stat_result by Hye-Shik Chang · 19 years ago
- 7026a0a patch [1171735] - Darwin 8's headers disable functionality when by Bob Ippolito · 20 years ago
- 1d45906 Configure bug reporting address. by Martin v. Löwis · 20 years ago
- 4380242 Modified test for tzset to not rely on tm->tm_zone's existence. Also added by Brett Cannon · 20 years ago
- c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 20 years ago
- da49e19 Patch #1097739 by Bob Ippolito: by Jack Jansen · 20 years ago
- c110f86 Always set CONFIGURE_MACOSX_DEPLOYMENT_TARGET otherwise it may be set by Jack Jansen · 20 years ago
- be95462 After discussion on the PythonMac-SIG it was decided that it is better by Jack Jansen · 20 years ago
- 7dbeed7 Use = instead of == as operator to test by Matthias Klose · 20 years ago
- fd1c69e7 Bump version number to 2.5. by Martin v. Löwis · 20 years ago
- c601e0f Move the AC_MSG_RESULT function call for checking for pthread options up into by Brett Cannon · 20 years ago
- eef2d3b regenerated configure from configure.in by Anthony Baxter · 20 years ago
- 3376149 Patch #1044395: Allow configure option --enable-shared in FreeBSD. by Hye-Shik Chang · 20 years ago
- 8a560de Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h by Anthony Baxter · 20 years ago
- 5d52e78 Make curses.h inclusion conditional as in the original patch #1012280. by Martin v. Löwis · 20 years ago
- ae2830c Patch #1012280: Include curses.h for term.h check. Fixes #933795. by Martin v. Löwis · 20 years ago
- 9996828 Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems. by Martin v. Löwis · 20 years ago
- c5625ba Re-generate configure with recent configure.in change (for patch #1016224). by Trent Mick · 20 years ago
- a2542be The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD by Matthias Klose · 20 years ago
- f0d5f79 Match the def'n of _XOPEN_SOURCE on Solaris 8/9 to suppress redefinition by Skip Montanaro · 20 years ago
- d632050 Define _BSD_TYPES. Fixes #1005308. Backported to 2.3. by Martin v. Löwis · 20 years ago
- b36687a Don't hardcode "Python" as the framework name, we have a variable for it: by Jack Jansen · 20 years ago
- 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
- d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 20 years ago
- 4c70b69 Making C profiling a configure option (at least temporarily) by Nicholas Bastin · 20 years ago
- 56f6a4f allow developers to more easily build a profiling version of the interpreter by Skip Montanaro · 20 years ago
- f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
- 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 20 years ago
- 253d1f4 Record UnixWare 7.1.4 as broken. Fixes #929689. Backported to 2.3. by Martin v. Löwis · 21 years ago
- 54f9439 Bug #934635: Fix a bug where the configure script couldn't detect by Hye-Shik Chang · 21 years ago
- e62c5c8 Added configure check for broken poll() on some unix systems (MacOS X 10.3) by Nicholas Bastin · 21 years ago
- 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 21 years ago
- db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 21 years ago
- 7e11a01 Remove HAVE_STRPTIME - no longer necessary with the pure Python version of by Skip Montanaro · 21 years ago
- 8126860 Add FreeBSD support for bluetooth sockets. by Hye-Shik Chang · 21 years ago
- 12af048 Patch #874083: Bluetooth support for socket module. by Martin v. Löwis · 21 years ago
- b9949db Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld by Skip Montanaro · 21 years ago
- f8712e5 Remove support for systems defining __d6_pthread_create. by Skip Montanaro · 21 years ago
- 4d474be remove DGUX support. by Skip Montanaro · 21 years ago
- b9820a3 Remove support for minix. Remove unused and unnecessary checks for sizeof(char). by Skip Montanaro · 21 years ago
- c8607b7 Revamped framework search path handling for MacOSX. This should allow by Jack Jansen · 21 years ago
- c19c5a6 Patch #836434: Use dlopen/dlsym on AIX if available. Also disable by Martin v. Löwis · 21 years ago
- 49ee14d Patch #839038: Add getsid(2). by Martin v. Löwis · 21 years ago
- 2389c41 Patch #833710: Set INSTSONAME on Solaris. Backported to 2.3. by Martin v. Löwis · 21 years ago
- 6169c6b FreeBSD 4.8 and MacOS X 10.2 have a broken ncurses.h - if you don't by Anthony Baxter · 21 years ago
- 76bafc6 Patch #814764: Undefine xopen_source on OpenBSD 3.4. Backported to 2.3. by Martin v. Löwis · 21 years ago
- c050119 fix for bug #811160 - autoconf vs. hp/ux system header files. by Anthony Baxter · 21 years ago
- 6dead95 Type. HAVE_SYNC -> HAVE_FSYNC by Skip Montanaro · 21 years ago
- d7160f8 Added test whether wchar_t is signed or not. A signed wchar_t is not usable as internal unicode type base for Py_UNICODE since the unicode implementation assumes an unsigned type. by Marc-André Lemburg · 21 years ago
- a64988c Check for declarations of fchdir and fsync. Fixes #800710. Backported to 2.3. by Martin v. Löwis · 21 years ago
- 519adae Patch #805604: Do not check for sem_init, do not use -Kthread, by Martin v. Löwis · 21 years ago
- 1836781 Improve detection of whether tzset is broken. by Brett Cannon · 21 years ago
- fa3bdea Patch #798202: detect redhat9 Tcl/Tk in configure script. Will backport to 2.2. by Martin v. Löwis · 21 years ago
- 3076559 This patch enables the building of Cygwin Python with a static core by Jason Tishler · 21 years ago
- fc9b75f Patch #771998: Put braces around variables. Will backport to 2.3. by Martin v. Löwis · 21 years ago
- 9bd4462 Update version number here as well; patchlevel.h is not the only place. by Fred Drake · 21 years ago
- e004041 Bugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX. by Jack Jansen · 21 years ago
- fac083d Patch 775605: Cygwin pthread_sigmask() workaround patch by Jason Tishler · 21 years ago
- f332228 Treat irix64 like irix. Fixes #764560. Will backport to 2.2. by Martin v. Löwis · 21 years ago
- d8d39a0 avoid testing for -Kthread or -pthread if the default build environment by Skip Montanaro · 21 years ago
- 70fedcd Use -fno-strict-aliasing if available. Fixes #766696. Will backport to 2.2. by Martin v. Löwis · 21 years ago