summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #6157: Fixed Tkinter.Text.debug(). Original patch by Guilherme Polo.Serhiy Storchaka2013-11-034-2/+29
|
* Issue #6160: The bbox() method of Tkinter.Spinbox now returns a tuple ofSerhiy Storchaka2013-11-033-1/+16
| | | | integers instead of a string. Based on patch by Guilherme Polo.
* Issue #19085: Fixed some Tkinter tests on Windows.Serhiy Storchaka2013-11-021-7/+7
|
* MergeJason R. Coombs2013-11-023-1/+36
|\
| * Update NEWSJason R. Coombs2013-11-021-0/+3
| |
| * Issue #19286: [distutils] Only match files in build_py.find_data_files.Jason R. Coombs2013-11-021-1/+2
| |
| * Issue #19286: Adding test demonstrating the failure when a directory is ↵Jason R. Coombs2013-11-021-0/+31
| | | | | | | | found in the package_data globs.
* | Issue #19085: Fix Tkinter tests with Tcl/Tk 8.4.Serhiy Storchaka2013-11-023-14/+15
|/
* Issue #10734: Fix and re-enable test_ttk test_heading_callback.Serhiy Storchaka2013-11-021-3/+1
|
* Issue #19085: Added basic tests for all tkinter widget options.Serhiy Storchaka2013-11-025-21/+1933
|
* merge 2.7.6 release branchBenjamin Peterson2013-11-011-3/+6
|\
| * fix xmlcharrefreplace tests on wide build when tests are loaded from .py[co] ↵Benjamin Peterson2013-11-013-4/+10
| | | | | | | | files.
* | Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests areSerhiy Storchaka2013-10-313-4/+10
| | | | | | | | loaded from .py[co] files.
* | Issue #19455: Corrected inaccuracies in documentation and corrected some ↵Vinay Sajip2013-10-311-8/+7
| | | | | | | | incorrect cross-references.
* | merge 2.7.6 release branchBenjamin Peterson2013-10-303-5/+19
|\ \ | |/
| * use the collapsed path in the run_cgi method (closes #19435)Benjamin Peterson2013-10-303-5/+19
| |
* | merge 2.7.6 branchBenjamin Peterson2013-10-290-0/+0
|\ \ | |/
| * Issue #19373: Apply upstream change to Tk 8.5.15 fixing OS X 10.9Ned Deily2013-10-282-2/+19
| | | | | | | | screen refresh problem.
* | fix languageChristian Heimes2013-10-291-1/+1
| |
* | merge 2.7.6 release branchBenjamin Peterson2013-10-290-0/+0
|\ \ | |/
| * Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove ↵Christian Heimes2013-10-291-65/+0
| | | | | | | | | | | | OpenSSL re-seeding It is causing trouble like e.g. hanging processes.
* | Issue #18747: document issue with OpenSSL's CPRNG state and forkChristian Heimes2013-10-292-0/+12
| |
* | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove ↵Christian Heimes2013-10-291-65/+0
| | | | | | | | | | | | OpenSSL re-seeding It is causing trouble like e.g. hanging processes.
* | merge 2.7.6 release branchBenjamin Peterson2013-10-291-0/+6
|\ \ | |/
| * backport #19426Benjamin Peterson2013-10-292-1/+12
| |
* | 2.6.9 finalBarry Warsaw2013-10-291-0/+1
|\ \
| * | Added tag v2.6.9 for changeset fcb3ec2842f9Barry Warsaw2013-10-291-0/+1
| | |
| * | version bumpv2.6.9Barry Warsaw2013-10-296-14/+10
| | |
| * | updating topicsBarry Warsaw2013-10-291-1/+1
| | |
* | | Issue #19426: Fixed the opening of Python source file with specified encoding.Serhiy Storchaka2013-10-292-1/+6
| | |
* | | Closes #19416: fix references in the nntplib docs.Georg Brandl2013-10-291-7/+7
| | |
* | | Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam ↵Georg Brandl2013-10-291-1/+1
| | | | | | | | | | | | on docs@.
* | | Fix typo: js_JP is not a valid locale.Georg Brandl2013-10-291-1/+1
| | |
* | | Issue #19425 -- a pickling error should not cause pool to hang.Richard Oudkerk2013-10-282-5/+19
| | |
* | | Fix unintended switch from a constant to a global in 56a3c0bc4634Raymond Hettinger2013-10-281-1/+1
| | |
* | | Issue #19373: Apply upstream change to Tk 8.5.15 fixing OS X 10.9Ned Deily2013-10-282-2/+19
| | | | | | | | | | | | screen refresh problem.
* | | Issue #19405: Fixed outdated comments in the _sre module.Serhiy Storchaka2013-10-272-6/+5
| | |
* | | add 2.7.7 news headerBenjamin Peterson2013-10-261-0/+12
| |/ |/|
* | Added tag v2.7.6rc1 for changeset 4913d0e9be30Benjamin Peterson2013-10-261-0/+1
| |
* | 2.7.6rc1v2.7.6rc1Benjamin Peterson2013-10-266-11/+11
| |
* | check for berkelydb versions besides 4.3 (#18734)Benjamin Peterson2013-10-261-1/+1
| |
* | update pydoc-topicsBenjamin Peterson2013-10-261-9/+9
| |
* | just return toplevel symbol table rather than all blocks (closes #19393)Benjamin Peterson2013-10-263-5/+5
| |
* | Issue #15663: OS X installer builtin Tcl/Tk supportNed Deily2013-10-262-19/+51
| | | | | | | | | | | | | | | | | | | | Make it easier for users to make use of the backup _tkinter linked with the third-party Tcl and Tk frameworks in /Library/Frameworks. The two tkinter variants are now installed in separate directories under a new lib-tkinter. This allows per-user selection by manipulating sys.path, directly or with PYTHONPATH. If this proves useful, we can supply a more convenient user interface to supply the paths. For now, this remains somewhat experimental.
* | Issue #19400: Prevent extension module build failures with Xcode 5 on OS XNed Deily2013-10-252-7/+17
| | | | | | | | | | 10.8+ when using a universal Python that included a PPC architecture, such as with a python.org 32-bit-only binary installer.
* | Sync 2.7.x, 3.3.x, and 3.4.x versions of OS X build-installer.py.Ned Deily2013-10-251-8/+48
| |
* | Issue #19019: Change the OS X installer build script to use CFLAGS insteadNed Deily2013-10-252-1/+6
| | | | | | | | | | | | of OPT for special build options. By setting OPT, some compiler-specific options like -fwrapv were overridden and thus not used, which could result in broken interpreters when building with clang.
* | Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+Ned Deily2013-10-255-27/+149
| | | | | | | | | | | | | | 64-bit/32-bit installer for 10.6+. It is no longer necessary to install a third-party version of Tcl/Tk 8.5 to work around the problems in the Apple-supplied Tcl/Tk 8.5 shipped in OS X 10.6 and later releases.
* | Issue #1584: Provide options to override default search paths for Tcl and TkNed Deily2013-10-255-1/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when building _tkinter. configure has two new options; if used, both must be specified: ./configure \ --with-tcltk-includes="-I/opt/local/include" \ --with-tcltk-libs="-L/opt/local/lib -ltcl8.5 -ltk8.5" In addition, the options can be overridden with make: make \ TCLTK_INCLUDES="-I/opt/local/include" \ TCLTK_LIBS="-L/opt/local/lib -ltcl8.6 -ltk8.6"
* | Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-243-1/+5
| |