summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #15166: Re-implement imp.get_tag() using sys.implementation.Brett Cannon2012-07-025-195/+194
* Issue #15210: If _frozen_importlib is not found in sys.modules byBrett Cannon2012-07-023-2/+26
* Closes #15030: Make importlib.abc.PyPycLoader respect the new .pycBrett Cannon2012-07-025-3/+21
* Remove ISSUES.txt.Stefan Krah2012-07-011-56/+0
* - Issue #15235: Allow Berkley DB versions up to 5.3 to build the dbm module.doko@ubuntu.com2012-07-012-1/+3
* Fix filename.Georg Brandl2012-07-011-1/+1
* Merge with 3.2.Georg Brandl2012-07-012-3/+4
|\
| * Make call of os.getppid() conditional: it is not available on Windows.Georg Brandl2012-07-011-1/+2
| * Fix inconsistent function name in embedding howto.Georg Brandl2012-07-011-2/+2
* | Limit which operators get colorizedRaymond Hettinger2012-07-011-1/+1
* | Set title to the source filenameRaymond Hettinger2012-07-011-5/+6
* | Small cleanupsRaymond Hettinger2012-07-012-4/+13
* | Fix local variableRaymond Hettinger2012-07-011-1/+1
* | Add author tagRaymond Hettinger2012-07-011-0/+1
* | Add syntax highlighter toolRaymond Hettinger2012-06-301-0/+109
* | - Issue #15194: check in the missing m4/ax_append_flag.m4 file.doko@ubuntu.com2012-06-303-1/+92
* | null mergedoko@ubuntu.com2012-06-303-0/+19
|\ \
| * | Issue #15229: An OSError subclass whose __init__ doesn't call backAntoine Pitrou2012-06-303-0/+19
* | | - Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file.doko@ubuntu.com2012-06-303-167/+1341
* | | - Issue #14330: Don't derive the include and library search dirsdoko@ubuntu.com2012-06-303-157/+160
|/ /
* | - fix the OS X build failure, only try to remove the temporary file if it existsdoko@ubuntu.com2012-06-301-2/+3
* | MergeAntoine Pitrou2012-06-3015-9745/+1855
|\ \
| * \ null mergedoko@ubuntu.com2012-06-301-4/+4
| |\ \
| | * | After 79d2eb29c755 it is no longer necessary to zero the output array:Stefan Krah2012-06-301-4/+4
| * | | - Regenerate the libffi configure filedoko@ubuntu.com2012-06-302-9479/+1023
| * | | - Issue #14330: For cross builds, don't use host python, use host search pathsdoko@ubuntu.com2012-06-304-4/+11
| |/ /
| * | - Issue #14330: For cross builds, don't use host python, use host search pathsdoko@ubuntu.com2012-06-306-27/+200
| * | - Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds,doko@ubuntu.com2012-06-303-33/+77
| * | Null merge.Stefan Krah2012-06-300-0/+0
| |\ \ | | |/
| | * Issue #15171: Quote the variable that expands to the current directory.Stefan Krah2012-06-301-1/+1
| * | previous patch needs patch from issue #14330Matthias Klose2012-06-301-0/+2
| * | - merge branchesMatthias Klose2012-06-307-199/+428
| |\ \
| | * | Whitespace.Stefan Krah2012-06-301-1/+1
| | * | Proactive reliability fix for broken FPUs: The base conversion functionsStefan Krah2012-06-305-198/+409
| * | | - Issue #3754: Use readelf instead of ldd for the cross build readline checkdoko@ubuntu.com2012-06-304-6/+135
* | | | Try to fix compilation failure under OS XAntoine Pitrou2012-06-301-1/+1
| |/ / |/| |
* | | MergeAntoine Pitrou2012-06-302-2/+2
|\ \ \ | |/ /
| * | - check for libtinfo as a termcap librarydoko@ubuntu.com2012-06-302-2/+2
* | | Issue #9239: add tests for modifying zipfile comments in append mode.Antoine Pitrou2012-06-301-0/+18
|\ \ \ | |/ / |/| / | |/
| * Issue #9239: add tests for modifying zipfile comments in append mode.Antoine Pitrou2012-06-301-0/+18
| * MergedTim Golden2012-06-291-22/+15
| |\
* | | Issue #15225: improve error message when hmac is passed a wrong key type.Antoine Pitrou2012-06-303-1/+14
* | | - Issue #3754: Some unrelated configure.ac cleanups.doko@ubuntu.com2012-06-302-7/+16
* | | - Issue #14324: use a linker test to check for profiling supportdoko@ubuntu.com2012-06-302-39/+38
* | | - Issue #3754: Use AC_PATH_TOOL and AC_CHECK_TOOLS instead ofdoko@ubuntu.com2012-06-302-168/+440
* | | - Issue #3754, refactor sys.platform / get_platform bits, use adoko@ubuntu.com2012-06-301-64/+59
* | | Update GzipFile docstring to mention gzip.open()'s new text-mode support.Nadeem Vawda2012-06-301-1/+1
* | | MergedTim Golden2012-06-291-23/+22
|\ \ \
| * \ \ Dummy merge from 3.2Tim Golden2012-06-290-0/+0
| |\ \ \ | | | |/ | | |/|
| | * | Issue #1677: Handle better a race condition between the interactive interpret...Tim Golden2012-06-291-22/+15