summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 78610,78635 via svnmerge fromVictor Stinner2010-03-212-13/+17
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78610 | victor.stinner | 2010-03-03 01:43:44 +0100 (mer., 03 mars 2010) | 3 lines Issue #3299: fix thread.allocate_lock() error handler, replace PyObject_Del() by Py_DECREF() to fix a crash in pydebug mode. ........ r78635 | victor.stinner | 2010-03-03 22:53:41 +0100 (mer., 03 mars 2010) | 5 lines Issue #3299: fix curses.panel.new_panel() error handler, replace PyObject_DEL() by Py_DECREF() to avoid a crash in pydebug mode. Use po->wo==NULL to detect than the panel is in the lop list or not. ........
* Merged revisions 78603 via svnmerge fromVictor Stinner2010-03-213-16/+50
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78603 | victor.stinner | 2010-03-03 00:20:02 +0100 (mer., 03 mars 2010) | 5 lines Issue #7820: The parser tokenizer restores all bytes in the right if the BOM check fails. Fix an assertion in pydebug mode. ........
* Revert r79131Matthias Klose2010-03-213-10/+0
| | | | - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.
* Blocked revisions 79172 via svnmergeGeorg Brandl2010-03-210-0/+0
| | | | | | | | ........ r79172 | georg.brandl | 2010-03-21 10:08:00 +0100 (So, 21 Mär 2010) | 1 line Add a paragraph about set displays. ........
* Merged revisions 79160 via svnmerge fromAntoine Pitrou2010-03-211-3/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79160 | antoine.pitrou | 2010-03-21 01:21:43 +0100 (dim., 21 mars 2010) | 3 lines Fix overzealous .hgignore file ........
* Blocked revisions 78778 via svnmergeR. David Murray2010-03-200-0/+0
| | | | | | | | | | | | | | | ........ r78778 | r.david.murray | 2010-03-07 21:04:06 -0500 (Sun, 07 Mar 2010) | 9 lines Issue #7143: get_payload used to strip any trailing newline from a base64 transfer-encoded payload *after* decoding it; it no longer does. email had a special method in utils, _bdecode, specifically to do this, so it must have served a purpose at some point, yet it is clearly wrong per RFC. Fixed with Barry's approval, but no backport. Email package minor version number is bumped, now version 4.0.1. Patch by Joaquin Cuenca Abela. ........
* Merged revisions 79096 via svnmerge fromMatthias Klose2010-03-203-0/+10
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79096 | matthias.klose | 2010-03-19 15:45:06 +0100 (Fr, 19 Mär 2010) | 2 lines - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument. ........
* Merged revisions 78988 via svnmerge fromMatthias Klose2010-03-202-3/+8
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78988 | matthias.klose | 2010-03-16 11:48:52 +0100 (Di, 16 Mär 2010) | 3 lines - Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox with Tcl/Tk-8.5. ........
* Merged revisions 78979 via svnmerge fromMatthias Klose2010-03-202-1/+4
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78979 | matthias.klose | 2010-03-15 14:42:23 +0100 (Mo, 15 Mär 2010) | 3 lines - Issue #7356: ctypes.util: Make parsing of ldconfig output independent of the locale. ........
* Post 2.6.5 final cleanup.Barry Warsaw2010-03-192-1/+13
|
* Tagging 2.6.5 final.Barry Warsaw2010-03-181-0/+1
|
* Bumping to 2.6.5 final.v2.6.5Barry Warsaw2010-03-187-9/+15
|
* fixed #8107 description in Misc/NEWSTarek Ziadé2010-03-131-1/+3
|
* following Barry suggestion for test_build_ext (see #8107)Tarek Ziadé2010-03-132-380/+4
|
* Add 2.6.5rc2.Martin v. Löwis2010-03-131-0/+1
|
* Merged revisions 78921 via svnmerge fromGeorg Brandl2010-03-132-13/+11
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78921 | georg.brandl | 2010-03-13 14:39:46 +0100 (Sa, 13 Mär 2010) | 1 line Change/fix handling of docs download location: for daily builds, put them right next to the HTML. ........
* Merged revisions 78908 via svnmerge fromGeorg Brandl2010-03-131-9/+30
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78908 | georg.brandl | 2010-03-13 11:12:39 +0100 (Sa, 13 Mär 2010) | 1 line Add Makefile targets for automatic doc build. Add script that will be used for daily build. ........
* Merged revisions 78910 via svnmerge fromGeorg Brandl2010-03-133-13/+15
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78910 | georg.brandl | 2010-03-13 11:54:12 +0100 (Sa, 13 Mär 2010) | 1 line Bump externals versions for doc build. ........
* Merged revisions 77152 via svnmerge fromGeorg Brandl2010-03-131-5/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77152 | georg.brandl | 2009-12-30 19:36:09 +0100 (Mi, 30 Dez 2009) | 1 line #7602: improve "clean" and "checkout" targets now that all tools are in externals. ........
* Blocked revisions 78416 via svnmergeGeorg Brandl2010-03-130-0/+0
| | | | | | | | ........ r78416 | dirkjan.ochtman | 2010-02-24 05:12:11 +0100 (Mi, 24 Feb 2010) | 1 line Issue #8004: add a serve target to the Doc Makefile. ........
* Blocked revisions 78886 via svnmergeVictor Stinner2010-03-130-0/+0
| | | | | | | | ........ r78886 | victor.stinner | 2010-03-13 01:13:22 +0100 (sam., 13 mars 2010) | 2 lines Issue #7818: set().test_c_api() doesn't expect a set('abc'), modify the set. ........
* Merged revisions 78880 via svnmerge fromGeorg Brandl2010-03-121-6/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78880 | georg.brandl | 2010-03-12 22:27:23 +0100 (Fr, 12 Mär 2010) | 1 line Deactivate automatic upload of the docs to python.org, they will now be built by a job on that machine. ........
* Merged revisions 78707,78709 via svnmerge fromTarek Ziadé2010-03-123-2/+381
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78707 | tarek.ziade | 2010-03-05 20:18:27 -0500 (Fri, 05 Mar 2010) | 1 line provide a fallback for xxmodule.c in case the buildir is not present ........ r78709 | tarek.ziade | 2010-03-05 20:23:21 -0500 (Fri, 05 Mar 2010) | 1 line simplified the fallback case ........
* Tagging for 2.6.5 rc 2.Barry Warsaw2010-03-091-0/+1
|
* Bumping to 2.6.5rc2v2.6.5rc2Barry Warsaw2010-03-097-10/+21
|
* Merged revisions 78817 via svnmerge fromBenjamin Peterson2010-03-092-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78817 | benjamin.peterson | 2010-03-09 15:43:36 -0600 (Tue, 09 Mar 2010) | 1 line handle an empty OPT variable correctly #8100 ........
* Fix copy&paste error in fix for Issue8089Ronald Oussoren2010-03-092-3/+3
|
* Fix for issue8089: a framework build with --with-universal-archs=3-way|intel ↵Ronald Oussoren2010-03-094-31/+73
| | | | | | | | had no way to select a 32-bit executable (which is needed because not all (GUI) libraries are available in 64-bit mode) Also fixes a typo in Mac/README
* I shall not rush commits....Ronald Oussoren2010-03-082-3/+3
| | | | | | | | | I shall not rush commits.... I shall not rush commits.... I shall not rush commits.... This actually fixes issue 8067, previous commit for this issue was broken.
* Merged revisions 78784 via svnmerge fromRonald Oussoren2010-03-081-1/+4
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78784 | ronald.oussoren | 2010-03-08 08:06:47 +0100 (Mon, 08 Mar 2010) | 3 lines Fix for issue 8066: readline should not be linked against libedit when the deployment target is 10.4, libedit on 10.4 is too broken. ........
* Fix for issue 8084: fixes build issues on OSX 10.6 when targetting OSX 10.4Ronald Oussoren2010-03-082-15/+19
|
* Merged revisions 78718 via svnmerge fromGregory P. Smith2010-03-071-2/+16
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78718 | gregory.p.smith | 2010-03-05 23:35:19 -0800 (Fri, 05 Mar 2010) | 3 lines Call setreuid and setregid in a subprocess to avoid altering the test runner's process state. Should fix issue8045. ........
* Merged revisions 78746 via svnmerge fromBenjamin Peterson2010-03-071-2/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78746 | benjamin.peterson | 2010-03-06 18:00:37 -0600 (Sat, 06 Mar 2010) | 1 line more specific exception for wrong kind of raise #8082 ........
* Blocked revisions 78706,78710 via svnmergeTarek Ziadé2010-03-060-0/+0
| | | | | | | | | | | | ........ r78706 | tarek.ziade | 2010-03-06 02:04:14 +0100 (Sat, 06 Mar 2010) | 1 line copied back the build_ext tests from 2.6 ........ r78710 | tarek.ziade | 2010-03-06 02:27:09 +0100 (Sat, 06 Mar 2010) | 1 line files used by win32 tests ........
* Issue #7670: sqlite3: Fixed crashes when operating on closed connections.Gerhard Häring2010-03-053-0/+91
|
* Merged revisions 78683 via svnmerge fromBenjamin Peterson2010-03-052-0/+0
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ................ r78683 | benjamin.peterson | 2010-03-04 21:24:17 -0600 (Thu, 04 Mar 2010) | 13 lines Merged revisions 78679,78681 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r78679 | benjamin.peterson | 2010-03-04 21:10:46 -0600 (Thu, 04 Mar 2010) | 1 line set svn:eol-style ........ r78681 | benjamin.peterson | 2010-03-04 21:19:06 -0600 (Thu, 04 Mar 2010) | 1 line remove svn:executable property ........ ................
* Blocked revisions 78667 via svnmergeTarek Ziadé2010-03-050-0/+0
| | | | | | | | ........ r78667 | tarek.ziade | 2010-03-05 01:29:38 +0100 (Fri, 05 Mar 2010) | 1 line reverted the usage of compiler_obj in Python's setup.py ........
* Blocked revisions 78666 via svnmergeTarek Ziadé2010-03-050-0/+0
| | | | | | | | ........ r78666 | tarek.ziade | 2010-03-05 01:16:02 +0100 (Fri, 05 Mar 2010) | 1 line reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged ........
* issue8053 - logic was inverted on which platforms to run a test on.Gregory P. Smith2010-03-041-1/+1
| | | | caused test_thread to fail on windows.
* Reverting the changes made in r78432. Discussed in the tracker issue7540.Senthil Kumaran2010-03-042-4/+0
|
* Reverting r78597. This is not a critical fix and we're in rc mode.Barry Warsaw2010-03-031-5/+0
|
* Revert r78621. This was not a critical fix and we're in rc mode.Barry Warsaw2010-03-031-1/+1
|
* Blocked revisions 78623 via svnmergeLars Gustäbel2010-03-030-0/+0
| | | | | | | | | ........ r78623 | lars.gustaebel | 2010-03-03 12:55:48 +0100 (Wed, 03 Mar 2010) | 3 lines Issue #7232: Add support for the context manager protocol to the TarFile class. ........
* Missing property from previous changeset r78621.Florent Xicluna2010-03-030-0/+0
| | | | | | | | | | | Recorded merge of revisions 78620 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78620 | florent.xicluna | 2010-03-03 12:49:53 +0100 (mer, 03 mar 2010) | 2 lines Revert a nonexistent docstring typo, r42805. ........
* Merged revisions 78620 via svnmerge fromFlorent Xicluna2010-03-031-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78620 | florent.xicluna | 2010-03-03 12:49:53 +0100 (mer, 03 mar 2010) | 2 lines Revert a nonexistent docstring typo, r42805. ........
* Post 2.6.5rc1 cleanup.Barry Warsaw2010-03-032-1/+13
|
* Merged revisions 78596 via svnmerge fromVictor Stinner2010-03-021-0/+5
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78596 | victor.stinner | 2010-03-02 23:44:42 +0100 (mar., 02 mars 2010) | 4 lines Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() and method->d2i(): OpenSSL API changed in OpenSSL 0.9.6m. Patch written by Daniel Black. ........
* Blocked revisions 78576 via svnmergeSteven Bethard2010-03-020-0/+0
| | | | | | | | | | ........ r78576 | steven.bethard | 2010-03-02 00:38:09 -0800 (Tue, 02 Mar 2010) | 3 lines Initial commit of the argparse library, based on argparse 1.1. Docs still need some updating to make getopt and optparse match the wording promised in the PEP. There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation. ........
* Tagging for 2.6.5 rc 1Barry Warsaw2010-03-011-0/+1
|
* More copyright year updates.v2.6.5rc1Barry Warsaw2010-03-014-2/+5
|