Mariatta
2b42b30975
PEP 551: Add "discussions-to" header ( #362 )
...
Discussions to: security-sig@python.org
2017-08-25 08:31:15 -07:00
Thomas Kluyver
597ffbaec1
PEP 517: Remove build_directory parameter ( #364 )
...
We seem to be reaching the conclusion that this is not needed, and removing
it allows the spec to be simpler.
2017-08-25 22:36:55 +10:00
Steve Dower
571c14fa26
PEP 551 v2 ( #363 )
...
* Adds socket.getaddrinfo and socket.getnameinfo to list of hooks.
* Updates post-history
Adds note about allowing -i in debug builds
Clarifies some recommendations and wraps the text.
2017-08-24 19:12:08 -07:00
Steve Dower
cd795ec53c
PEP 551: Security transparency in the Python runtime
2017-08-24 09:59:23 -07:00
Huang Huang
f22e81b255
reSTify PEP 282 ( #358 )
2017-08-21 10:07:20 -07:00
Huang Huang
a5101b1988
reSTify PEP 276 ( #357 )
2017-08-21 10:02:31 -07:00
Benjamin Peterson
8af972b089
2.7.14 release schedule
2017-08-20 12:03:22 -07:00
Yury Selivanov
287ed87bb4
PEP 550 v3 ( #355 )
...
* pep-550: Rename LocalContext -> LogicalContext
* pep-550: Rename ContextItem -> ContextKey
* pep-550: Update ContextKey caching
* pep-550: Reorder Generators and Coroutines sections; drop await/ceval
* pep-550: Some rewording in the HAMT Performance section
* pep-550: Add a couple of paragraphs to Approach 3
* pep-550: Add version 3 summary of changes
* pep-550: A few more edits
* pep-550: Update the Version History section
2017-08-18 16:23:50 -04:00
Brett Cannon
71098c1207
Clarify C++-style one-line comments
2017-08-18 12:05:03 -07:00
Huang Huang
3ea921ba72
reSTify PEP 293 ( #353 )
2017-08-18 12:02:48 -07:00
Huang Huang
e6fe4f377f
reSTify PEP 296 ( #352 )
2017-08-18 12:00:20 -07:00
Huang Huang
5aea3b9792
reSTify PEP 323 ( #351 )
2017-08-18 11:59:08 -07:00
Huang Huang
86a462a7b4
reSTify PEP 319 ( #350 )
2017-08-18 11:56:24 -07:00
Huang Huang
cc56b43dcb
reSTify PEP 3101 ( #328 )
2017-08-16 15:57:10 -07:00
Huang Huang
a5e937ea43
reSTify PEP 452 ( #327 )
2017-08-16 15:53:46 -07:00
Huang Huang
7f8e97ca3f
reSTify PEP 397 ( #326 )
2017-08-16 15:52:31 -07:00
Huang Huang
dd454efb3a
reSTify PEP 371 ( #325 )
2017-08-16 15:47:03 -07:00
Huang Huang
0f7b74537f
reSTify PEP 355 ( #324 )
2017-08-16 15:39:21 -07:00
Yury Selivanov
e3aa3b2b4e
pep-550: Couple of small fixes ( #349 )
...
* pep-550: Fix typo
* pep-550: Use a better mail archive link
2017-08-16 09:21:25 -04:00
Yury Selivanov
7a3116172f
pep-550: Add Version History section ( #348 )
2017-08-15 23:43:46 -04:00
Yury Selivanov
5207a074cf
pep-550: Add a note why HAMT is better than dict.copy() ( #347 )
...
* pep-550: Add a note why HAMT is better than dict.copy()
* pep-550: Drop now unused images
2017-08-15 23:27:54 -04:00
Yury Selivanov
f67bb4e465
pep-550: Add a return ( #346 )
...
* pep-550: Add a return
* pep-550: Clarify that ContextItem.get() cache uses a borrowed ref
2017-08-15 21:00:59 -04:00
Yury Selivanov
46e3edcbb0
pep-550: A couple of minor additions to the impl strategy section ( #345 )
2017-08-15 19:42:56 -04:00
Yury Selivanov
09c05c8740
pep-550: Full rewrite: v2. ( #344 )
2017-08-15 19:32:04 -04:00
Huang Huang
a600f25404
reSTify PEP 242 ( #323 )
2017-08-15 14:24:15 -07:00
diana
422c4819d4
pep 511 typo: extra space ( #343 )
2017-08-15 19:48:24 +10:00
John T. Wodder II
59ce87e60b
Fix code formatting and a typo ( #340 )
2017-08-14 12:17:13 -07:00
John T. Wodder II
03396aaac3
PEP 496: Fix footnote/reference links ( #341 )
2017-08-14 11:14:45 -07:00
Huang Huang
0d93a6344c
reSTify PEP 343 ( #320 )
2017-08-14 11:11:09 -07:00
Yury Selivanov
e8a06c9a79
pep-550: Fix PEP 521 example. ( #337 )
2017-08-12 01:36:43 -04:00
Yury Selivanov
fd0f25e2dc
pep-550: Fix typos ( #336 )
2017-08-12 00:17:03 -04:00
CHI Cheng
3c3d9274b4
Add PEP 538 to 3.7 release schedule ( #317 )
...
Also fix 3.7 release schedule version number typo
2017-08-11 23:31:20 -04:00
Yury Selivanov
c46c5a33fb
pep-550: Clarify ExecutionContext.run() ( #335 )
2017-08-11 22:16:34 -04:00
Yury Selivanov
f90860ed1a
pep-550: Make images wider; fix typo in functions.png ( #334 )
2017-08-11 19:55:09 -04:00
Yury Selivanov
cc0823979c
pep-550: Drop context isolation for now ( #333 )
2017-08-11 19:48:12 -04:00
Yury Selivanov
3c5f66da61
pep550: Move pics one level up to show up on Python.org ( #332 )
2017-08-11 19:29:03 -04:00
Yury Selivanov
1e260e7a1e
pep-550: Add a section about context isolation ( #331 )
2017-08-11 19:13:45 -04:00
Brett Cannon
70d0a63390
Fix a reST markup issue
2017-08-11 15:54:20 -07:00
Yury Selivanov
f7c4d9603e
pep-550: Fix typos ( #330 )
2017-08-11 18:38:55 -04:00
Yury Selivanov
b96cdf5fbb
Add PEP 550: Execution Context ( #329 )
2017-08-11 18:03:58 -04:00
Huang Huang
f9865e18fd
reSTify PEP 340 ( #321 )
2017-08-11 11:58:49 -07:00
Huang Huang
75b53a7813
reSTify PEP 280 ( #318 )
2017-08-11 11:47:47 -07:00
Huang Huang
7f68262609
reSTify PEP 363 ( #322 )
2017-08-11 11:41:01 -07:00
Huang Huang
e889fa82a5
reSTify PEP 214 ( #319 )
2017-08-11 18:35:05 +03:00
Larry Hastings
4dbfaec329
Update 3.4 release schedule to reflect 3.4.7 final.
2017-08-09 00:37:48 -07:00
Larry Hastings
26d9ae0fb5
Updated Python 3.5 release schedule.
2017-08-08 04:23:33 -07:00
Larry Hastings
5679470806
Update release schedules for 3.4 and 3.5.
2017-07-25 02:13:51 -07:00
Larry Hastings
884e4851ef
Correct PEP 101 steps for security-fixes branches.
2017-07-25 02:02:59 -07:00
Larry Hastings
f197bf4c54
Update PEP 101 for this post-blurb world.
2017-07-23 20:25:16 -07:00
Masayuki Yamamoto
e648e57384
PEP 539: update draft to omit two functions ( #314 )
2017-07-22 13:20:37 -07:00