Benjamin Peterson
42e268ee1d
add trailing slash
2015-05-10 21:19:18 -04:00
doko@ubuntu.com
d29d0393f3
- Do not italicize punctuation in the python man page
2015-05-11 00:00:38 +02:00
Benjamin Peterson
ddc6171b59
add news section for 2.7.11
2015-05-10 13:16:20 -04:00
Benjamin Peterson
f2fa17ce2a
Added tag v2.7.10rc1 for changeset 80ccce248ba2
2015-05-10 13:14:43 -04:00
Benjamin Peterson
a40ea98fc1
bump version to 2.7.10rc1
2015-05-10 13:14:16 -04:00
Benjamin Peterson
91fd159935
update pydoc-topics
2015-05-10 13:13:10 -04:00
Benjamin Peterson
72c0141f03
ensure .keywords is always a dict
2015-05-09 00:23:41 -04:00
Benjamin Peterson
36691efe7b
fix libffi compilation on FreeBSD ( #23042 )
...
Patch from Marc-Andre Lemburg.
2015-05-08 21:31:36 -04:00
Donald Stufft
1c5af3de6d
Upgrade setuptools to 15.2
2015-05-08 21:28:57 -04:00
Ned Deily
39e4fcd499
Minor updates to the OS X installer ReadMe.rtf.
2015-05-08 14:42:07 -07:00
Larry Hastings
101b054c32
Issue #20274 : When calling a _sqlite.Connection, it now complains if passed
...
any keyword arguments. Previously it silently ignored them. Also: Remove
ignored and erroneous "kwargs" parameters from three METH_VARARGS methods
on _sqlite.Connection.
2015-05-08 09:56:29 -07:00
Serhiy Storchaka
2e2dcf6eac
Fixed English in error message.
2015-05-06 19:21:00 +03:00
Serhiy Storchaka
7f71e04cb5
Issue #24134 : assertRaises() and assertRaisesRegexp() checks are not longer
...
successful if the callable is None.
Added tests for assertRaises().
2015-05-06 19:10:40 +03:00
Serhiy Storchaka
3234abb9a0
Issue #24125 : Saved error's line and column numbers when an error is occured
...
during closing expatreader. Fixed a regression introduced in issue #23865 .
2015-05-06 09:35:52 +03:00
Benjamin Peterson
69af580131
update example, since python.org is HTTPS-only now ( closes #24118 )
2015-05-03 13:00:21 -04:00
Serhiy Storchaka
aa767a555b
Issue #23330 : h2py now supports arbitrary filenames in #include.
2015-05-03 15:35:02 +03:00
R David Murray
10324f88a8
#24108 : Update fnmatch.translate example to show correct output.
...
Patch by Merlijn van Deen.
2015-05-02 15:09:22 -04:00
R David Murray
11d041a045
#24081 : Remove obsolete caveat from import docs.
...
Per Eric Snow's research, this changed in Python 2.4 in changeset 331e60d8ce,
but these docs were not updated.
2015-05-02 15:02:30 -04:00
Raymond Hettinger
79f2c5b8e0
Defer deleted item decref until after the deque is restored to a consistent state.
2015-05-02 10:53:27 -07:00
Raymond Hettinger
89543dd992
Issues #24099 , #24100 , and #24101 : Fix free-after-use bug in heapq.
2015-05-02 10:26:57 -07:00
Vinay Sajip
68099ae7e0
Issue #24060 : Made logging.Formatter documentation a little clearer.
2015-05-02 09:42:24 +01:00
Benjamin Peterson
3a6b481806
update links
2015-04-30 17:37:11 -04:00
Benjamin Peterson
94e0f1e592
improve phrasing
2015-04-29 18:00:44 -04:00
Benjamin Peterson
b529c24921
allow 2.7 to be built with asan ( closes #24061 )
2015-04-26 20:33:38 -04:00
Benjamin Peterson
3a34a72e78
remove extern definition, since it's in a header file ( closes #24058 )
2015-04-26 15:55:06 -04:00
Berker Peksag
31200ff81b
Issue #23356 : Simplify convert_arg_line_to_args example.
...
Patch by py.user.
2015-04-26 12:12:45 +03:00
Benjamin Peterson
cf0d31c8ba
fix relative link ( closes #24057 )
2015-04-25 14:15:16 -04:00
Serhiy Storchaka
89c3b8e480
Issue #23713 : Fixed fragility of test_imap_unordered_handle_iterable_exception.
...
Patch by Davin Potts.
2015-04-23 11:35:43 +03:00
Serhiy Storchaka
dacd7d0cd6
Use more precise Tcl version checks in tests.
2015-04-23 10:57:15 +03:00
Serhiy Storchaka
6294d9f5f0
Issue #16840 : Skip bignum tests on minor releases where they are not supported.
2015-04-22 10:51:49 +03:00
Serhiy Storchaka
dcb12f46d1
Fixed full Tcl version parsing in tests for pre-final versions.
2015-04-22 08:35:53 +03:00
Serhiy Storchaka
656ffdb4de
Issue #16840 . Turn off bignum support in tkinter with with Tcl earlier than 8.5.8
...
(tclTomMath.h was broken) and non-final Tcl 8.6.
2015-04-21 21:17:33 +03:00
Serhiy Storchaka
a8e65755c4
Issue #23008 : Fixed resolving attributes with boolean value is False in pydoc.
2015-04-21 21:09:23 +03:00
Benjamin Peterson
2c6ca8adb3
recommend requests library ( closes #23989 )
...
Patch by Van Lindberg.
2015-04-20 18:20:27 -04:00
Serhiy Storchaka
02d0298f41
Issue #16840 : Turn on support of bignums only in final release of Tcl 8.5.
2015-04-20 14:05:37 +03:00
Serhiy Storchaka
bd617adf6b
Issue #23728 : Added a test for binascii.crc_hqx().
2015-04-20 09:32:29 +03:00
Serhiy Storchaka
9aa16d93c9
Issue #23842 : os.major(), os.minor() and os.makedev() now support ints again.
2015-04-20 09:21:23 +03:00
Christian Heimes
3ce7873fdd
Issue #23998 : PyImport_ReInitLock() now checks for lock allocation error
2015-04-19 21:08:28 +02:00
Vinay Sajip
1b4aa45441
Issue #23536 : Clarified scope of fileConfig()'s API.
2015-04-18 13:05:19 +01:00
Serhiy Storchaka
abb7e65042
Backported tests from issue #20175 .
2015-04-16 11:56:35 +03:00
Charles-François Natali
6d12c80c91
Fix PyGILState_GetThisThreadState() prototype in the API documentation.
2015-04-15 19:30:38 +01:00
Berker Peksag
1bc53c6e0b
Issue #23811 : Add missing newline to the PyCompileError error message.
...
Patch by Alex Shkop.
2015-04-14 19:03:06 +03:00
Andrew Kuchling
a5e27c6101
Reword NEWS item a bit
2015-04-14 10:18:46 -04:00
Andrew Kuchling
270b0586b0
#17898 : reset k and v so that the loop doesn't use an old value
2015-04-14 10:03:35 -04:00
Andrew Kuchling
2ca7bb0ba2
#23883 : add names missing from __all__ (l*gettext, bind_textdomain_codeset)
2015-04-13 09:58:36 -04:00
Benjamin Peterson
b0368491e4
remove useless word ( closes #23929 )
2015-04-13 20:24:10 -04:00
Zachary Ware
e093f11f4b
Issue #23730 : Document the return value of ZipFile.extract
...
Patch by Stéphane Wirtel.
2015-04-13 16:40:49 -05:00
doko@ubuntu.com
a50b0de577
- Regenerate the configure file.
2015-04-13 21:55:59 +02:00
doko@ubuntu.com
9e7ece271f
- Use PLATDIR for the platform directory everywhere (refactoring only)
2015-04-13 21:55:08 +02:00
doko@ubuntu.com
10657c08cb
- the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third
...
party sources. Run aclocal to import it to aclocal.m4 and add aclocal.m4
to the archive.
2015-04-13 20:53:13 +02:00