summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make ANSI the default output styleRaymond Hettinger2012-07-041-12/+9
|
* Add examples to the module docstringRaymond Hettinger2012-07-031-5/+21
|
* Fix spelling.Raymond Hettinger2012-07-031-1/+1
|
* Add support for ANSI escape sequencesRaymond Hettinger2012-07-031-8/+44
|
* Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks ↵Vinay Sajip2012-07-032-2/+6
| | | | to Yuriy Syrovetskiy for the report and Juancarlo Añez for the patch on which this fix is based.
* Refactor to isolate HTML encoding step from the parsing step.Raymond Hettinger2012-07-031-16/+21
|
* Closes #15241: Added information on venv prefixes to pyvenv section.Vinay Sajip2012-07-031-0/+22
|
* Issue #15241: Added test for venv prefixes.Vinay Sajip2012-07-031-0/+25
|
* Issue 15241: Improved site.py documentation relating to venvs.Vinay Sajip2012-07-032-2/+11
|
* NULL MERGE: Issue #1677: Unused variable warning in Non-WindowsJesus Cea2012-07-030-0/+0
|\
| * Issue #1677: Unused variable warning in Non-WindowsJesus Cea2012-07-031-1/+4
| |
* | Fix keyword argumentRaymond Hettinger2012-07-031-1/+1
| |
* | Minor cleanupsRaymond Hettinger2012-07-032-11/+11
| |
* | Use new-style string formatting for the HTML templateRaymond Hettinger2012-07-031-4/+4
| |
* | Clean-up unused variableRaymond Hettinger2012-07-021-1/+0
| |
* | Do HTML escaping after the tokenization step.Raymond Hettinger2012-07-021-14/+23
| |
* | Issue #15166: Re-implement imp.get_tag() using sys.implementation.Brett Cannon2012-07-025-195/+194
| | | | | | | | | | | | | | Also eliminates some C code in Python/import.c as well. Patch by Eric Snow with verification by comparing against another patch from Jeff Knupp.
* | Issue #15210: If _frozen_importlib is not found in sys.modules byBrett Cannon2012-07-023-2/+26
| | | | | | | | importlib.__init__, then catch the KeyError raised, not ImportError.
* | Closes #15030: Make importlib.abc.PyPycLoader respect the new .pycBrett Cannon2012-07-025-3/+21
| | | | | | | | | | | | | | file size header field. Thanks to Marc Abramowitz and Ronan Lamy for helping out with various parts of the patch.
* | 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
| | | | | | | | Regenerate aclocalm4 and configure.
* | null mergedoko@ubuntu.com2012-06-303-0/+19
|\ \
| * | Issue #15229: An OSError subclass whose __init__ doesn't call backAntoine Pitrou2012-06-303-0/+19
| | | | | | | | | | | | | | | OSError.__init__ could produce incomplete instances, leading to crashes when calling str() on them.
* | | - Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file.doko@ubuntu.com2012-06-303-167/+1341
| | | | | | | | | | | | Regenerate aclocalm4 and configure.
* | | - Issue #14330: Don't derive the include and library search dirsdoko@ubuntu.com2012-06-303-157/+160
|/ / | | | | | | from GCC for native builds
* | - 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
| | | | | | | | | | | | | | | | | | | | | | | | None of the _mpd_shortadd() or _mpd_shortmul() functions read uninitialized values. Previously zeroing was required since _mpd_real_size() was called on the output array.
| * | | - 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
| |/ / | | | | | | | | | | | | | | | for host compiler. Add NEWS entry, rename _PROJECT_BASE to _PYTHON_PROJECT_BASE.
| * | - Issue #14330: For cross builds, don't use host python, use host search pathsdoko@ubuntu.com2012-06-306-27/+200
| | | | | | | | | | | | for host compiler.
| * | - Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds,doko@ubuntu.com2012-06-303-33/+77
| | | | | | | | | | | | require values set in CONFIG_SITE.
| * | 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
| | | | | | | | | | | | set cross_compiling = False for now.
| * | - 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use log10() to calculate the size of the output array. The current code has been tested on x86/amd64 (and to a lesser extent on qemu-mips qemu-sparc) and produces sufficiently large values for all inputs tested so far (coefficient sizes of 10**18 - 1 are hard to test exhaustively). The new code does not rely on the correctness of log10() and resizes the output arrays if the allocated space is insufficient.