Serhiy Storchaka
|
6481bfb2b5
|
Issue #16335: Fix integer overflow in unicode-escape decoder.
|
2013-01-21 11:44:40 +02:00 |
|
Serhiy Storchaka
|
c35f3a9f61
|
Issue #16335: Fix integer overflow in unicode-escape decoder.
|
2013-01-21 11:42:57 +02:00 |
|
Serhiy Storchaka
|
4f5f0e54e0
|
Issue #16335: Fix integer overflow in unicode-escape decoder.
|
2013-01-21 11:38:00 +02:00 |
|
Stefan Krah
|
b357db885c
|
Backport 6df456f8fc6d.
|
2013-01-20 23:29:28 +01:00 |
|
Stefan Krah
|
a12ff2c682
|
Merge 3.3.
|
2013-01-20 23:19:22 +01:00 |
|
Stefan Krah
|
e4aa08e52b
|
Issue #7353: Remove references to Include/intobject.h in the C-porting howto.
|
2013-01-20 23:18:00 +01:00 |
|
Benjamin Peterson
|
668d2cc3d8
|
merge 3.3
|
2013-01-20 10:09:51 -05:00 |
|
Benjamin Peterson
|
648fa19745
|
end is a keyword argument
|
2013-01-20 10:09:44 -05:00 |
|
Benjamin Peterson
|
e7ce184fe8
|
merge 3.3
|
2013-01-20 10:05:28 -05:00 |
|
Benjamin Peterson
|
0781900068
|
expressions -> arguments
|
2013-01-20 10:05:13 -05:00 |
|
Ezio Melotti
|
c7ca59a8ae
|
#16557: merge with 3.3.
|
2013-01-20 16:35:09 +02:00 |
|
Ezio Melotti
|
5246f66e5e
|
#16557: update functional howto -- "return value" is valid after PEP 380. Initial patch by Ramchandra Apte.
|
2013-01-20 16:34:21 +02:00 |
|
Ezio Melotti
|
60a64d7cbb
|
#4153: merge with 3.3.
|
2013-01-20 12:18:34 +02:00 |
|
Ezio Melotti
|
81b46ec0e5
|
#4153: merge with 3.2.
|
2013-01-20 12:18:17 +02:00 |
|
Ezio Melotti
|
410eee566f
|
#4153: update the Unicode howto.
|
2013-01-20 12:16:03 +02:00 |
|
Nick Coghlan
|
256559696b
|
Merge hg touch fix from 3.3
|
2013-01-20 17:22:42 +10:00 |
|
Nick Coghlan
|
35f8f37236
|
Touch correct file in 'make touch'
|
2013-01-20 17:22:07 +10:00 |
|
Antoine Pitrou
|
21f3283d31
|
Remove cruft and circumvolutions from the unittest docs.
(I would have preferred to post this for review but the bug tracker is pretty much dead at the moment)
|
2013-01-20 01:31:20 +01:00 |
|
Antoine Pitrou
|
2c5e9504d8
|
Remove cruft and circumvolutions from the unittest docs.
(I would have preferred to post this for review but the bug tracker is pretty much dead at the moment)
|
2013-01-20 01:29:39 +01:00 |
|
Serhiy Storchaka
|
926f3a37de
|
Issue #15989: Fix possible integer overflow in str formatting as in unicode formatting.
|
2013-01-19 23:35:46 +02:00 |
|
Benjamin Peterson
|
f0472f6995
|
merge 3.3
|
2013-01-19 14:58:51 -05:00 |
|
Benjamin Peterson
|
c71741f413
|
remove unnecessary clearing of list
|
2013-01-19 14:58:38 -05:00 |
|
Benjamin Peterson
|
6b78bffa20
|
remove unnecessary clearing of list
|
2013-01-19 14:58:38 -05:00 |
|
Serhiy Storchaka
|
18a13933f9
|
Ensure that width and precision in string formatting test have type int, not long.
Fix a regression from changeset d544873d62e9 (issue #15989).
|
2013-01-19 21:06:35 +02:00 |
|
Ezio Melotti
|
7cc2964f12
|
Null merge the backported changest.
|
2013-01-19 20:16:03 +02:00 |
|
Ezio Melotti
|
b5455e509e
|
Merge Misc/NEWS fixes from 3.3.
|
2013-01-19 19:55:27 +02:00 |
|
Ezio Melotti
|
71027979b7
|
Merge Misc/NEWS fixes from 3.2.
|
2013-01-19 19:54:33 +02:00 |
|
Ezio Melotti
|
663a9e2f25
|
Fix a few typos in Misc/NEWS.
|
2013-01-19 19:50:34 +02:00 |
|
Ezio Melotti
|
302ad8d126
|
Fix a few typos in Misc/NEWS.
|
2013-01-19 19:44:58 +02:00 |
|
Charles-François Natali
|
c07fcbb698
|
Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.
Patch by Jeffrey Armstrong.
|
2013-01-19 12:39:29 +01:00 |
|
Charles-François Natali
|
95195b35b8
|
Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.
Patch by Jeffrey Armstrong.
|
2013-01-19 12:21:26 +01:00 |
|
Charles-François Natali
|
986a56cefe
|
Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.
Patch by Jeffrey Armstrong.
|
2013-01-19 12:19:10 +01:00 |
|
Charles-François Natali
|
a41cf29c0b
|
Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.
Patch by Jeffrey Armstrong.
|
2013-01-19 12:15:56 +01:00 |
|
Serhiy Storchaka
|
74f49ab28b
|
Issue #15989: Fix several occurrences of integer overflow
when result of PyInt_AsLong() or PyLong_AsLong() narrowed
to int without checks.
This is a backport of changesets 13e2e44db99d and 525407d89277.
|
2013-01-19 12:55:39 +02:00 |
|
Serhiy Storchaka
|
d4aa83cd5f
|
Null merge
|
2013-01-19 12:43:21 +02:00 |
|
Serhiy Storchaka
|
9101e23ff6
|
Issue #15989: Fix several occurrences of integer overflow
when result of PyLong_AsLong() narrowed to int without checks.
This is a backport of changesets 13e2e44db99d and 525407d89277.
|
2013-01-19 12:41:45 +02:00 |
|
Serhiy Storchaka
|
441d30fac7
|
Issue #15989: Fix several occurrences of integer overflow
when result of PyLong_AsLong() narrowed to int without checks.
This is a backport of changesets 13e2e44db99d and 525407d89277.
|
2013-01-19 12:26:26 +02:00 |
|
Raymond Hettinger
|
ac7b49f407
|
Improve tooltips by listing the most common argument pattern first.
|
2013-01-18 23:23:11 -08:00 |
|
Raymond Hettinger
|
b077f9ce9f
|
Ignore Mac's Data Services Store
|
2013-01-18 18:07:58 -08:00 |
|
Raymond Hettinger
|
8a7d74446c
|
merge
|
2013-01-18 17:53:18 -08:00 |
|
Raymond Hettinger
|
e638168e98
|
Ignore Mac's Data Services Store
|
2013-01-18 17:44:25 -08:00 |
|
Raymond Hettinger
|
bd8f29028e
|
Show the function signature in the docstring
|
2013-01-18 17:35:25 -08:00 |
|
Raymond Hettinger
|
bca22096a1
|
Show the function signature in the docstring
|
2013-01-18 17:35:25 -08:00 |
|
Jason R. Coombs
|
86af58156b
|
#16985: Remove incorrect phrase indication presence of non-present concrete UTC tzinfo instance.
|
2013-01-18 15:33:39 -05:00 |
|
Ezio Melotti
|
e6eb408c18
|
#16978: merge with 3.3.
|
2013-01-18 19:59:13 +02:00 |
|
Ezio Melotti
|
6d043fc781
|
#16978: merge with 3.2.
|
2013-01-18 19:58:47 +02:00 |
|
Ezio Melotti
|
ff12fae80e
|
#16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe.
|
2013-01-18 19:55:46 +02:00 |
|
Ezio Melotti
|
9e0f462cb2
|
#16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe.
|
2013-01-18 19:55:46 +02:00 |
|
Łukasz Langa
|
4cdd4c03c9
|
math.fsum docs did not show up because of a misplaced testsetup directive
(merged 3.2 fix through 3.3)
|
2013-01-18 13:42:56 +01:00 |
|
Łukasz Langa
|
37bfa238da
|
math.fsum docs did not show up because of a misplaced testsetup directive
(merged 3.2 fix)
|
2013-01-18 13:41:14 +01:00 |
|