Petri Lehtinen
5c89c19eae
#14897 : Enhance error messages of struct.pack and struct.pack_into
...
Patch by Matti Mäki.
2012-10-29 21:20:19 +02:00
Ross Lagerwall
646eb1e856
Merge with 3.2 for issue #16262
2012-10-29 17:35:57 +00:00
Ross Lagerwall
1b863ebfc8
Fix regression from issue #16262
2012-10-29 17:31:54 +00:00
Chris Jerdonek
64c0b2ca3d
Backport from 3.2: remove "Release" and "Date" markers from index pages.
2012-10-28 11:16:36 -07:00
Chris Jerdonek
d285029ee8
Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.
2012-10-28 11:10:24 -07:00
Chris Jerdonek
8b7f9f581d
Remove unneeded "Release" and "Date" markers from doc index pages.
2012-10-28 11:08:26 -07:00
Brett Cannon
6c1da829ba
merge
2012-10-28 11:49:00 -04:00
Brett Cannon
f873d7c20e
Issue #16342 : Lib/_sysconfigdata.py is no longer put into Lib, so
...
don't ignore it if it's still there.
2012-10-28 11:46:51 -04:00
Nadeem Vawda
6294305c2f
Merge: Add test for BZ2Decompressor.decompress("") after end of stream.
2012-10-28 15:21:37 +01:00
Nadeem Vawda
a1952d4120
Add test for BZ2Decompressor.decompress("") after end of stream.
2012-10-28 15:20:48 +01:00
Nadeem Vawda
8e0dfea81c
Add test for BZ2Decompressor.decompress("") after end of stream.
2012-10-28 15:20:35 +01:00
Andrew Svetlov
41c25ba451
Issue #14570 : Document json sort_keys parameter properly.
...
Patch by Chris Rebert.
2012-10-28 14:58:52 +02:00
Vinay Sajip
484adb509e
Merged upstream changes.
2012-10-28 12:41:44 +00:00
Vinay Sajip
bdd13fd098
Closes #16340 : Handle exception while copying script to venv.
2012-10-28 12:39:39 +00:00
Georg Brandl
ff65a10418
Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2.
2012-10-28 13:37:18 +01:00
Georg Brandl
6a935d9230
merge heads
2012-10-28 13:37:05 +01:00
Georg Brandl
f4712d4a82
Remove confusing "Release" and "Date" markers from whatsnews.
2012-10-28 13:35:56 +01:00
Georg Brandl
75f0020d29
Remove confusing "Release" and "Date" markers from whatsnews.
2012-10-28 13:35:56 +01:00
Andrew Svetlov
21b102481b
merge heads
2012-10-28 14:12:50 +02:00
Andrew Svetlov
6d50a5447a
Merge issue #14570 : Document json sort_keys parameter properly.
...
Patch by Chris Rebert.
2012-10-28 14:11:00 +02:00
Andrew Svetlov
2ec53be2e2
Issue #14570 : Document json sort_keys parameter properly.
...
Patch by Chris Rebert.
2012-10-28 14:10:30 +02:00
Mark Dickinson
2a83f16e5e
Issue #14700 : merge tests from 3.2.
2012-10-28 10:22:22 +00:00
Mark Dickinson
fb90c0934c
Issue #14700 : Fix buggy overflow checks for large precision and width in new-style and old-style formatting.
2012-10-28 10:18:03 +00:00
Mark Dickinson
75d3600466
Issue #14700 : Fix buggy overflow checks for large precision and width in new-style and old-style formatting.
2012-10-28 10:00:46 +00:00
Georg Brandl
5b9561d1f1
merge with 3.2
2012-10-28 10:51:46 +01:00
Georg Brandl
579d5cd643
changeset: 80007:49e4541f2aef
...
parent: 80003:be83cbf4a789
parent: 80006:32df036e6b75
user: Georg Brandl <georg@python.org>
date: Sun Oct 28 10:50:11 2012 +0100
summary: merge with 3.3
2012-10-28 10:51:35 +01:00
Georg Brandl
08114d40e9
changeset: 80007:49e4541f2aef
...
parent: 80003:be83cbf4a789
parent: 80006:32df036e6b75
user: Georg Brandl <georg@python.org>
date: Sun Oct 28 10:50:11 2012 +0100
summary: merge with 3.3
2012-10-28 10:51:35 +01:00
Andrew Svetlov
61822667df
Issue #14616 : Document pipes.quote and mention this one in subprocess docs.
...
Patch by Chris Rebert.
2012-10-28 11:48:02 +02:00
Andrew Svetlov
c2415eb7e6
Issue #14616 : Mention shlex.quote in subprocess docs.
...
Patch by Chris Rebert.
2012-10-28 11:42:26 +02:00
Georg Brandl
0685e14645
Update current version of the "dailybuild" script.
2012-10-28 10:12:47 +01:00
Vinay Sajip
65e2bef4f0
Issue #16340 : exclude venv/scripts from byte-compilation at installation time on Windows.
2012-10-28 09:11:00 +00:00
Georg Brandl
b70290a7d4
Update current version of the "dailybuild" script.
2012-10-28 08:18:52 +01:00
Georg Brandl
01f47e82a3
Add a autobuild-quick target that only rebuilds HTML.
2012-10-28 08:09:02 +01:00
Georg Brandl
5fb657dfab
Add a autobuild-quick target that only rebuilds HTML.
2012-10-28 08:09:02 +01:00
Georg Brandl
819574a226
merge with 2.6
2012-10-28 08:06:11 +01:00
Georg Brandl
55f23c4233
#8040 : port versionswitcher patch to 2.6.
2012-10-28 08:04:38 +01:00
Georg Brandl
ab5da6a80e
merge with 3.2
2012-10-28 07:59:54 +01:00
Georg Brandl
fffc25da83
#8040 : fix jQuery incompatibility
2012-10-28 07:59:42 +01:00
R David Murray
74076cb85e
#12890 : skip tests which fail on windows until fixed or rewritten.
...
We may rewrite these using mock per issue 15749.
2012-10-27 17:39:25 -04:00
R David Murray
4d9f31846a
merge #15889 : make regrtest --start succeed in more cases.
...
Patch by Chris Jerdonek.
2012-10-27 17:08:37 -04:00
R David Murray
c3bf78a212
#15889 : make regrtest --start succeed in more cases.
...
Patch by Chris Jerdonek.
2012-10-27 17:07:05 -04:00
Ezio Melotti
971ba4c817
#16337 : fix typo.
2012-10-27 23:25:18 +03:00
Ezio Melotti
edde409f60
#8040 : merge with 3.2.
2012-10-27 23:13:22 +03:00
Ezio Melotti
fd3d102af8
#8040 : fix the version.
2012-10-27 23:12:48 +03:00
Ezio Melotti
e5b1023ae2
#8040 : fix the version.
2012-10-27 23:12:48 +03:00
Ezio Melotti
fe71bb52e4
#8040 : merge with 3.2.
2012-10-27 22:29:50 +03:00
Ezio Melotti
8645890f8b
#8040 : enable the versionswitcher for the autobuild-dev target.
2012-10-27 22:28:48 +03:00
Ezio Melotti
58864b3cad
#8040 : enable the versionswitcher for the autobuild-dev target.
2012-10-27 22:28:48 +03:00
Ezio Melotti
8630c1e346
#8040 : merge with 3.2.
2012-10-27 22:11:33 +03:00
Ezio Melotti
380ce651e9
#8040 : add a version switcher to the documentation. Patch by Yury Selivanov.
2012-10-27 22:09:16 +03:00