Raymond Hettinger
|
d4d84accb3
|
merge
|
2014-05-19 22:21:24 +01:00 |
Raymond Hettinger
|
2a54582d72
|
Issue 20620: Update the min()/max() docs for the new default argument.
Patch provided by Berker Peksag.
|
2014-05-19 22:20:52 +01:00 |
Raymond Hettinger
|
356902dd75
|
Small code and comment cleanups
|
2014-05-19 22:13:45 +01:00 |
Raymond Hettinger
|
1f54814094
|
Improve readability
|
2014-05-19 20:21:43 +01:00 |
Raymond Hettinger
|
22f2da3ccc
|
merge
|
2014-05-19 07:34:08 +01:00 |
Larry Hastings
|
f87379063d
|
Merge.
|
2014-05-18 23:20:45 -07:00 |
Larry Hastings
|
debcb9dd54
|
Merge.
|
2014-05-18 23:19:55 -07:00 |
Larry Hastings
|
d98f686316
|
Null merge 3.4.1 (and 3.4.1rc1) release-engineering revisions.
|
2014-05-18 23:15:35 -07:00 |
Terry Jan Reedy
|
ab4fd4448a
|
Issue #21477: idle htests - lower case function names, other cleanups.
|
2014-05-19 00:12:10 -04:00 |
Raymond Hettinger
|
426d9958a2
|
Add development comments to setobject.c
|
2014-05-18 21:40:20 +01:00 |
Raymond Hettinger
|
507d997714
|
Add comment and make minor code clean-up to improve clarity.
|
2014-05-18 21:32:40 +01:00 |
Raymond Hettinger
|
ae4bab71e3
|
Don't grow strings by concatenation. Use ''.join() instead.
|
2014-05-18 21:02:25 +01:00 |
Larry Hastings
|
d7912b9b64
|
Added tag v3.4.1 for changeset c0e311e010fc
|
2014-05-17 21:46:49 -07:00 |
Larry Hastings
|
5c26a8afbb
|
Version bump for 3.4.1.
|
2014-05-17 21:46:35 -07:00 |
Larry Hastings
|
d08aa47f93
|
Rebuild pydoc topics.
|
2014-05-17 21:45:01 -07:00 |
Larry Hastings
|
3a260d228b
|
Merge.
|
2014-05-17 21:05:10 -07:00 |
Larry Hastings
|
2110603344
|
Post-release version bump for 3.4.1rc1. Sorry it's late!
|
2014-05-17 20:54:44 -07:00 |
Benjamin Peterson
|
4c5a187c0a
|
(null merge 3.4)
|
2014-05-17 20:02:28 -07:00 |
Antoine Pitrou
|
f48ff0dd6c
|
Issue #21430: additions to the description of non-blocking SSL sockets
|
2014-05-18 00:56:53 +02:00 |
Antoine Pitrou
|
75e03388d8
|
Issue #21430: additions to the description of non-blocking SSL sockets
|
2014-05-18 00:55:13 +02:00 |
Stefan Krah
|
bcaf5999e6
|
Issue #20186: memoryobject.c: add function signatures.
|
2014-05-18 00:35:09 +02:00 |
Benjamin Peterson
|
da89123bd6
|
merge 3.4 (#10744)
|
2014-05-17 15:07:34 -07:00 |
Benjamin Peterson
|
5eb6b39210
|
support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744)
Patch by Matti Picus.
|
2014-05-17 14:59:12 -07:00 |
Ned Deily
|
4915035e84
|
Miscellaneous corrections and updates to the OS X README file.
|
2014-05-17 14:31:34 -07:00 |
Ned Deily
|
5d52022406
|
Miscellaneous corrections and updates to the OS X README file.
|
2014-05-17 14:30:09 -07:00 |
Brian Quinlan
|
20efceb757
|
Issue #21362: concurrent.futures does not validate that max_workers is proper
|
2014-05-17 13:51:10 -07:00 |
Donald Stufft
|
b1a1ec3151
|
Upgrade pip to 1.5.6
|
2014-05-16 23:02:25 -04:00 |
Donald Stufft
|
120e8edfb8
|
Upgrade pip to 1.5.6
|
2014-05-16 23:02:25 -04:00 |
Donald Stufft
|
6668800e0f
|
Upgrade setuptools to 3.6
|
2014-05-16 23:01:28 -04:00 |
Eric Snow
|
3497c0bf95
|
Issue #21503: Use test_both() consistently in test_importlib.
|
2014-05-16 11:40:40 -06:00 |
Eric Snow
|
d50cee2045
|
Fix a small typo in test_importlib.
|
2014-05-16 11:22:05 -06:00 |
Victor Stinner
|
0d4e01ca07
|
Issue #13916: Fix surrogatepass error handler on Windows
|
2014-05-16 14:46:20 +02:00 |
Terry Jan Reedy
|
b96ebd4f9d
|
Merge with 3.4
|
2014-05-15 20:50:30 -04:00 |
Terry Jan Reedy
|
6936159dcd
|
Issue #18104: revise docstrings, remove obsolete comments.
|
2014-05-15 20:50:10 -04:00 |
Antoine Pitrou
|
0dfce56cd1
|
Mention ipaddress improvements.
|
2014-05-15 22:55:40 +02:00 |
Antoine Pitrou
|
b9d9ce73d7
|
Better organization of the what's new
|
2014-05-15 22:47:33 +02:00 |
Antoine Pitrou
|
d87fcf438b
|
Issue #21364: remove recommendation of broken pattern.
|
2014-05-15 22:39:41 +02:00 |
Antoine Pitrou
|
2d1ec06484
|
Issue #21364: remove recommendation of broken pattern.
|
2014-05-15 22:38:56 +02:00 |
Antoine Pitrou
|
1e71c53463
|
Issue #20826: Optimize ipaddress.collapse_addresses().
|
2014-05-15 20:40:53 +02:00 |
Antoine Pitrou
|
824db30b3e
|
Issue #21487: Optimize ipaddress.summarize_address_range() and ipaddress.{IPv4Network,IPv6Network}.subnets().
|
2014-05-15 20:21:48 +02:00 |
Antoine Pitrou
|
45aba189c6
|
Issue #21486: Optimize parsing of netmasks in ipaddress.IPv4Network and ipaddress.IPv6Network.
|
2014-05-15 20:18:41 +02:00 |
Serhiy Storchaka
|
88d8fb6af6
|
Issue #13916: Disallowed the surrogatepass error handler for non UTF-*
encodings.
|
2014-05-15 14:37:42 +03:00 |
Victor Stinner
|
8e4efbe115
|
Merge 3.4
|
2014-05-14 23:37:14 +02:00 |
Victor Stinner
|
fcbeab57d0
|
Issue #21488: Oops, the patch for codecs.encode/decode doc was written by
Berker Peksag (already present in Misc/ACKS). The issue was reported by Brad
Aylsworth.
|
2014-05-14 23:29:38 +02:00 |
Serhiy Storchaka
|
2e03a0a8a7
|
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
with ignore case. Original patch by Matthew Barnett.
|
2014-05-14 21:51:37 +03:00 |
Serhiy Storchaka
|
429b59ec69
|
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
with ignore case. Original patch by Matthew Barnett.
|
2014-05-14 21:48:17 +03:00 |
Serhiy Storchaka
|
b9183bb4fd
|
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
binary mode is specified. Patch by Sam Kimbrel.
|
2014-05-14 21:11:08 +03:00 |
Serhiy Storchaka
|
946cfc3e23
|
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
binary mode is specified. Patch by Sam Kimbrel.
|
2014-05-14 21:08:33 +03:00 |
Victor Stinner
|
45e8e2f218
|
Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()
Keep _Py_STRINGIZE() in PC/pyconfig.h to not introduce a dependency between
pyconfig.h and pymacros.h.
|
2014-05-14 17:24:35 +02:00 |
Victor Stinner
|
79b49ab553
|
(Merge 3.4) Issue #21497: faulthandler functions now raise a better error if
sys.stderr is None: RuntimeError("sys.stderr is None") instead of
AttributeError("'NoneType' object has no attribute 'fileno'").
|
2014-05-14 17:16:58 +02:00 |