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
Ned Deily
76f6614ff0
Updates to pep 101 for GitHub-based releases
2017-07-22 08:59:02 -04:00
Thomas Kluyver
e505618795
Move comparison to PEP 516 into an appendix ( #313 )
2017-07-20 23:37:31 +10:00
Nick Coghlan
11c03654f4
PEP 517: Fix metadata preparation example ( #312 )
...
- use plain strings rather than pathlib.Path
- drop config_settings as irrelevant
- return relevant absolute paths from the example
helper functions
2017-07-20 23:09:00 +10:00
Nick Coghlan
83ae4a58a6
PEP 517: remove prepare_wheel_metadata references ( #311 )
...
- replace with prepare_metadata_for_build_wheel where appropriate
- update the API evolution example to be based on build_sdist
rather than prepare_wheel_metadata
- also clarified the frontend example code covering one way to
handle prepare_metadata_for_build_wheel being optional
2017-07-20 22:12:48 +10:00
Matthias Kramm
1a92d6ea0d
PEP 484: Remove statement about unicode, in the python2.7 section. ( #302 )
...
See https://github.com/python/typing/issues/418#issuecomment-313753006 .
Let's leave it up to type-checkers whether they want `unicode`, in Python 2
code, to mean "only unicode" or "str or unicode".
2017-07-18 13:59:39 -07:00
Jelle Zijlstra
7221386f27
PEP 484: Clarify that submodules in a package are exported ( #309 )
...
See discussion in https://github.com/python/typeshed/pull/1484#discussion_r127114355 .
2017-07-17 15:51:21 -07:00
Ned Deily
f09b893072
3.6.2 is released
2017-07-17 03:47:56 -04:00
Nick Coghlan
0189da7b60
PEP 517: update backend example ( #310 )
...
- update hook names and signatures
- clearly separate sdist building & wheel building
- add support for out-of-tree wheel builds
- clarify build_wheel spec based on updated example
- be explicit that out-of-tree builds should match
the results of building via sdist
2017-07-16 15:12:00 +10:00
Larry Hastings
20c110f591
Add release dates for Python 3.4.7.
2017-07-15 14:35:47 +02:00
Thomas Kluyver
ea76e4431b
Add note about fresh subprocess per build ( #308 )
2017-07-15 14:31:54 +10:00
Thomas Kluyver
36212596ba
PEP 517: Update hooks in line with discussion ( #307 )
...
- renamed hooks
- replaced input preparation hook with build_directory parameter
- split out hook entries into separate sections
2017-07-14 17:25:30 +10:00
Ned Deily
850e02890d
Update 3.3.7 release dates and EOL dates.
2017-07-12 20:12:34 -04:00
Julien
36898a4291
PEP 545: Update contribution agreement according to the PSF recommendations ( #304 )
2017-07-12 14:51:28 -07:00
Mariatta
4012be879e
Mark PEP 495 as Final ( #305 )
...
Shipped in Python 3.6
2017-07-12 12:00:30 -07:00
Joshua Dong
b61bb7d343
fix minor typos ( #294 )
2017-07-12 11:58:51 -07:00
Erik Bray
3433417193
Updates to PEP 539 draft ( #291 )
2017-07-12 11:58:09 -07:00
Brett Cannon
ed36ec04ac
Fix a markup mistake ( #306 )
2017-07-12 11:56:48 -07:00