Yury Selivanov
|
9b82a99a64
|
Merge 3.5
|
2015-09-08 22:40:45 -04:00 |
|
Yury Selivanov
|
100fc3fbc2
|
whatsnew/3.5: Fix library news till Py3.5a1. Update other docs.
|
2015-09-08 22:40:30 -04:00 |
|
Martin Panter
|
0ff89099c7
|
Issue #23738: Merge 3.4 into 3.5
|
2015-09-09 01:56:53 +00:00 |
|
Martin Panter
|
bf19d16950
|
Issue #23738: Document and test actual keyword parameter names
Also fix signature because os.utime(..., ns=None) is not allowed.
|
2015-09-09 01:01:13 +00:00 |
|
Yury Selivanov
|
1638bdfa1a
|
Merge 3.5
|
2015-09-08 15:33:33 -04:00 |
|
Yury Selivanov
|
dfcfe13300
|
docs/whatsnew/3.5: Update peps section
Patch by Elvis Pranskevichus.
|
2015-09-08 15:33:15 -04:00 |
|
Martin Panter
|
015e3f65bc
|
Issue #23406: Merge 3.5 into 3.6
|
2015-09-07 04:05:57 +00:00 |
|
Martin Panter
|
6cb196306a
|
Issue #23406: Remove specific line number from susp-ignored.csv
|
2015-09-07 03:40:17 +00:00 |
|
Martin Panter
|
3368eb7c25
|
Issue #23406: Merge 3.5 into 3.6
|
2015-09-07 02:12:08 +00:00 |
|
Martin Panter
|
06dc2fa3f6
|
Issue #23406: Merge 3.4 into 3.5
|
2015-09-07 02:10:59 +00:00 |
|
Martin Panter
|
7f02d6d0d9
|
Issue #23406: Clarify documentation on multiplying a sequence
Patch from Matheus Vieira Portela.
|
2015-09-07 02:08:55 +00:00 |
|
Alexander Belopolsky
|
7827a5b7c2
|
Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'.
|
2015-09-06 13:07:21 -04:00 |
|
R David Murray
|
d3639dc21a
|
Merge: #24998: fix cut and paste error in subprocess example.
|
2015-09-04 10:03:03 -04:00 |
|
R David Murray
|
d529ebb438
|
Merge: #24998: fix cut and paste error in subprocess example.
|
2015-09-04 10:02:27 -04:00 |
|
R David Murray
|
17227a7334
|
#24998: fix cut and paste error in subprocess example.
|
2015-09-04 10:01:19 -04:00 |
|
Victor Stinner
|
1101c58737
|
Merge 3.5 (asyncio doc)
|
2015-09-02 15:41:08 +02:00 |
|
Victor Stinner
|
44a25faf7c
|
Merge 3.4 (asyncio doc)
|
2015-09-02 15:40:56 +02:00 |
|
Victor Stinner
|
5492d358e4
|
asyncio doc: fix subprocess sections
|
2015-09-02 15:39:01 +02:00 |
|
Raymond Hettinger
|
799b05b052
|
merge
|
2015-09-01 02:33:20 -07:00 |
|
Raymond Hettinger
|
502bf511b3
|
Improve tutorial suggestion for looping techniques
|
2015-09-01 02:33:02 -07:00 |
|
Yury Selivanov
|
c994cd21de
|
Merge 3.5
|
2015-08-31 11:45:11 -04:00 |
|
Yury Selivanov
|
c52e41d6b9
|
Make asyncio provisional
|
2015-08-31 11:42:31 -04:00 |
|
Martin Panter
|
81174d749a
|
Issue #24952: Merge 3.5 into 3.6
|
2015-08-31 03:26:46 +00:00 |
|
Martin Panter
|
e721b7cb8b
|
Issue #24952: Merge 3.4 into 3.5
|
2015-08-31 03:25:34 +00:00 |
|
Martin Panter
|
31e7f50d4c
|
Issue #24952: Clarify default argument of stack_size() in threading, _thread
Patch from Mattip.
|
2015-08-31 03:15:52 +00:00 |
|
Benjamin Peterson
|
902adbb393
|
merge 3.5 (#24963)
|
2015-08-30 14:42:59 -07:00 |
|
Benjamin Peterson
|
1498461a7a
|
merge 3.4 (#24963)
|
2015-08-30 14:42:49 -07:00 |
|
Benjamin Peterson
|
0612ffe8c8
|
fix spelling that was a bit confused (closes #24963)
|
2015-08-30 14:42:38 -07:00 |
|
Raymond Hettinger
|
7f9f27d767
|
merge
|
2015-08-30 09:17:02 -07:00 |
|
Raymond Hettinger
|
9157545c11
|
merge
|
2015-08-30 09:15:36 -07:00 |
|
Raymond Hettinger
|
7a3602e7cf
|
Issue #24931: Resolve __dict__ conflict in namedtuple subclasses.
|
2015-08-30 09:13:48 -07:00 |
|
Zachary Ware
|
46c9c0d61c
|
Issue #24272: Merge with 3.5
|
2015-08-29 22:40:37 -05:00 |
|
Zachary Ware
|
ce50802679
|
Issue #24272: Remove usage of default reST role from typing docs
|
2015-08-29 22:39:47 -05:00 |
|
Zachary Ware
|
e2f2554d5e
|
Closes #24962: Merge with 3.5
|
2015-08-29 22:27:12 -05:00 |
|
Zachary Ware
|
072d432f3c
|
Issue #24962: Merge 3.4
|
2015-08-29 22:26:54 -05:00 |
|
Zachary Ware
|
1a83746418
|
Issue #24962: Remove space from filename
|
2015-08-29 22:25:04 -05:00 |
|
Alexander Belopolsky
|
357cb986b2
|
Fixed typos in TZ format description
|
2015-08-28 16:56:45 -04:00 |
|
Zachary Ware
|
a51ffd3099
|
Closes #24947: Merge with 3.5
|
2015-08-27 15:55:48 -05:00 |
|
Zachary Ware
|
dcc47c6064
|
Issue #24947: Merge 3.4
|
2015-08-27 15:55:24 -05:00 |
|
Zachary Ware
|
5e580da0b6
|
Issue #24947: Fix grammar in asyncio doc
Patch by tagatac
|
2015-08-27 15:54:39 -05:00 |
|
Yury Selivanov
|
7f344a89ef
|
Merge 3.5
|
2015-08-26 13:04:06 -04:00 |
|
Yury Selivanov
|
beaa5094a2
|
docs: Better comment for tp_as_async slot
|
2015-08-26 13:03:57 -04:00 |
|
Martin Panter
|
ccf426e7e7
|
Issue #24808: Merge 3.5 into 3.6
|
2015-08-25 05:41:51 +00:00 |
|
Martin Panter
|
36f22a2820
|
Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field
|
2015-08-25 05:25:21 +00:00 |
|
Martin Panter
|
78d5033337
|
Issue #24808: Update the documentation of some PyTypeObject fields
Patch by Joseph Weston.
|
2015-08-25 05:06:39 +00:00 |
|
Larry Hastings
|
f962473149
|
Merge.
|
2015-08-24 12:59:38 -07:00 |
|
Larry Hastings
|
f51fd7bc1a
|
Merge.
|
2015-08-24 12:58:57 -07:00 |
|
Larry Hastings
|
d5b129c9a1
|
Fix for one-letter type in What's New In Python 3.5.
|
2015-08-24 12:49:22 -07:00 |
|
R David Murray
|
4c4cfad2df
|
Merge: #24926: Fix typo in example.
|
2015-08-24 12:56:24 -04:00 |
|
R David Murray
|
7d9376f2d8
|
Merge: #24926: Fix typo in example.
|
2015-08-24 12:55:47 -04:00 |
|