Serhiy Storchaka
f5efe3b796
Issue #16564 : Fixed a performance regression relative to Python 3.1 in the
...
caching of compiled regular expressions.
2013-03-16 22:55:04 +02:00
Serhiy Storchaka
969ff72642
Issue #16564 : Fixed a performance regression relative to Python 3.1 in the
...
caching of compiled regular expressions.
2013-03-16 22:53:48 +02:00
Serhiy Storchaka
0f606a636a
Issue #16564 : Fixed a performance regression relative to Python 3.1 in the
...
caching of compiled regular expressions.
2013-03-16 22:52:09 +02:00
Serhiy Storchaka
b6fbd46a15
Null merge
2013-03-16 22:50:30 +02:00
Serhiy Storchaka
fa320aea9c
Null merge
2013-03-16 22:50:13 +02:00
Ezio Melotti
2acd293077
Fix markup/wording.
2013-03-16 22:23:30 +02:00
Terry Jan Reedy
399dd7bd8e
Merge heads default.
2013-03-16 16:08:12 -04:00
Terry Jan Reedy
cf9054396d
Merge heads 3.3.
2013-03-16 16:06:52 -04:00
Terry Jan Reedy
de6849fcf6
Merge heads 3.2.
2013-03-16 16:05:27 -04:00
Terry Jan Reedy
8b8df5a8fb
Merge with 3.3
2013-03-16 15:57:27 -04:00
Terry Jan Reedy
f39cab1076
Merge with 3.2
2013-03-16 15:56:50 -04:00
Terry Jan Reedy
dff04f44bc
Issue #17418 : specify that buffer sizes are bytes as soon as possible.
2013-03-16 15:56:27 -04:00
Ezio Melotti
469da97c1e
#11420 : merge with 3.3.
2013-03-16 21:50:04 +02:00
Ezio Melotti
e5e7a7cbf4
#11420 : merge with 3.2.
2013-03-16 21:49:20 +02:00
Ezio Melotti
c28f6fa505
#11420 : make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters.
2013-03-16 19:48:51 +02:00
Benjamin Peterson
2d6acd2ac2
reject non-docs strings between future imports ( closes #17434 )
2013-03-16 09:15:47 -07:00
Georg Brandl
694bafa04e
merge with 3.3
2013-03-16 08:03:51 +01:00
Georg Brandl
e3eb0615af
merge heads
2013-03-16 08:03:13 +01:00
Georg Brandl
1f68a2f27f
Remove row-spanning cell, which the Sphinx text writer does not support.
2013-03-16 08:01:49 +01:00
Terry Jan Reedy
95bca131f0
#10652 null merge from 3.3 which had wrong issue #
2013-03-16 03:01:02 -04:00
Terry Jan Reedy
996cd449b7
#12345 : null merge with 3.2.
2013-03-16 02:58:15 -04:00
Terry Jan Reedy
58e1e50be1
typo
2013-03-16 02:53:09 -04:00
Terry Jan Reedy
1faba025e9
Merge with 3.3
2013-03-16 02:52:24 -04:00
Terry Jan Reedy
b73ac54835
Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.
2013-03-16 02:51:18 -04:00
Terry Jan Reedy
743c85a32e
Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.
2013-03-16 02:37:06 -04:00
R David Murray
2fab35877d
Add missing FeedParser and BytesFeedParser to email.parser.__all__.
2013-03-15 21:00:48 -04:00
R David Murray
5efee58014
Merge: #17431 : Fix missing import of BytesFeedParser in email.parser.
2013-03-15 20:45:11 -04:00
R David Murray
8093d6f822
Merge: #17431 : Fix missing import of BytesFeedParser in email.parser.
2013-03-15 20:42:29 -04:00
R David Murray
612528d95d
#17431 : Fix missing import of BytesFeedParser in email.parser.
...
Initial patch contributed by Edmond Burnett.
2013-03-15 20:38:15 -04:00
Terry Jan Reedy
b0dc5c3bc5
Merge with 3.3
2013-03-15 16:51:21 -04:00
Terry Jan Reedy
ca99440c2c
Merge with 3.2
2013-03-15 16:50:54 -04:00
Terry Jan Reedy
f3f0681794
Issue #17398 : document url argument of RobotFileParser
2013-03-15 16:50:23 -04:00
Senthil Kumaran
2688644eef
#1291 http.server's send_error takes an optional explain argument
2013-03-15 07:53:21 -07:00
Terry Jan Reedy
12bb353d43
Merge with 3.2: closes issue #17047
2013-03-15 03:41:35 -04:00
Terry Jan Reedy
ad6b28c946
Merge with 3.2: issue #17047 news entry
2013-03-15 03:39:38 -04:00
Terry Jan Reedy
4b3975b944
Issue #17047 : Add news entry
2013-03-15 03:33:11 -04:00
Terry Jan Reedy
d49af5dc2e
Issue #17414 : Add timeit, repeat, and default_timer to timeit.__all__.
...
Revise module docstring and update itertools import and use.
2013-03-15 03:04:25 -04:00
Eli Bendersky
e95f7c3d27
Merge
2013-03-14 14:41:23 -07:00
Eli Bendersky
f50d6bcbb7
Small cosmetic fixes
2013-03-14 14:39:51 -07:00
Serhiy Storchaka
c12956ddf2
Issue #1285086 : Get rid of the refcounting hack and speed up
...
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().
2013-03-14 21:34:55 +02:00
Serhiy Storchaka
a9d24e6766
Issue #1285086 : Get rid of the refcounting hack and speed up
...
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().
2013-03-14 21:33:35 +02:00
Serhiy Storchaka
8ea4616f16
Issue #1285086 : Get rid of the refcounting hack and speed up
...
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().
2013-03-14 21:31:37 +02:00
Terry Jan Reedy
dfde54b66f
Merge with 3.3: Issue #17386
2013-03-13 21:35:46 -04:00
Terry Jan Reedy
ac356fcf8e
Merge with 3.2: Issue #17386
2013-03-13 21:35:07 -04:00
Terry Jan Reedy
3b220e11eb
Issue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3.
...
If PYTHON is undefined, this fails without the launcher (installed with 3.3 or
from PyPI), but this is better than always failing. Patch from Zachary Ware.
2013-03-13 21:33:50 -04:00
Senthil Kumaran
1428e1335f
#17307 - merge from 3.3
2013-03-13 13:43:23 -07:00
Senthil Kumaran
e66cc8172d
#17307 - merge from 3.2
2013-03-13 13:42:47 -07:00
Senthil Kumaran
b5fe2479c1
#17307 - Example of HTTP PUT Request using http.client
2013-03-13 13:38:33 -07:00
Benjamin Peterson
7701e6ef93
make some freezing related stuff const
2013-03-13 14:06:39 -05:00
Brett Cannon
327992330e
Issue #17099 : Have importlib.find_loader() raise ValueError when
...
__loader__ is not set on a module. This brings the exception in line
with when __loader__ is None (which is equivalent to not having the
attribute defined).
2013-03-13 11:09:08 -07:00