Jelle Zijlstra
20d684c243
Fix grammar in PEP 557 (GH-519)
...
"No init method", instead of "not init method".
2017-12-20 18:06:59 -08:00
jhertel
8ba5d20a21
Fix typo in PEP 443: resultion-> resolution (GH-518)
2017-12-20 08:02:36 -08:00
James Ray
07b66af4f3
abbreviation -> acronym ( #517 )
2017-12-19 13:05:09 -08:00
Ned Deily
a6d6147f53
Update schedule for 3.6.4 and beyond.
2017-12-19 03:21:52 -05:00
Christopher H.Barker, PhD
eff08db773
tiny bit more clarity about the format specifiers in PEP 498 ( #515 )
2017-12-15 14:07:55 -08:00
Janzert
11c7319b1e
pep-485: Fix function name typo ( #513 )
2017-12-15 11:21:15 -08:00
Larry Hastings
0418440014
Add future release dates for 3.4 and 3.5.
2017-12-14 13:26:39 -08:00
Yury Selivanov
5a43c3b83a
pep-567: Rejected Ideas, Token usability, fixes ( #511 )
2017-12-13 17:06:41 -05:00
Yury Selivanov
75fe7fe8b8
pep-567: More additions ( #510 )
...
* Add Token.MISSING and Token.old_value
* Change the signature of PyContextVar_Reset
2017-12-13 12:25:17 -05:00
Yury Selivanov
3b59266d43
pep-567: Add a Token section to the Specification ( #509 )
2017-12-12 23:42:13 -05:00
Yury Selivanov
29ab20e269
pep-567: Add C API section. ( #508 )
2017-12-12 23:16:51 -05:00
Yury Selivanov
40eb4e992a
pep-567: Additions ( #507 )
...
* Add **kwargs to Context.run()
* Add a concurrent.futures example
* Better clarify the need for Token
* What's N in O(N)
* Context() creates an empty Context
* Mention Context.name in the Specification
* Fix "build upon" as Guido suggests on the ML
* Clarify NO_DEFAULT and NO_VALUE markers
* Rename .__ to ._; drop HAMT from Implemenentation
* Add Implementation Notes
2017-12-12 23:03:05 -05:00
Guido van Rossum
dda6d8b229
More uncontroversial updates to PEP 567 ( #506 )
2017-12-12 22:40:33 -05:00
Yury Selivanov
4a8143fc16
pep-567: More fixes ( #505 )
2017-12-12 21:39:08 -05:00
Yury Selivanov
c1f434c437
pep-567: More fixes ( #504 )
2017-12-12 20:41:25 -05:00
Chris Angelico
036a750513
Copyedit PEP 567 with small and hopefully non-controversial changes ( #503 )
2017-12-12 20:03:42 -05:00
Victor Stinner
355eced94c
PEP 565 has been accepted by Guido van Rossum
2017-12-13 00:51:53 +01:00
Yury Selivanov
08ace1389d
pep 567: Mention Future.add_done_callback() ( #502 )
2017-12-12 18:17:01 -05:00
Yury Selivanov
b0528e63c6
pep 567: Fix markup ( #501 )
2017-12-12 12:29:19 -08:00
Yury Selivanov
d793b139f7
pep-0567: Fix markup ( #500 )
2017-12-12 12:21:33 -05:00
Yury Selivanov
af7f732146
Add PEP 567 -- Context Variables ( #499 )
2017-12-12 12:11:31 -05:00
Guido van Rossum
4a34183775
Mark PEP 560 accepted
2017-12-11 11:36:00 -08:00
Victor Stinner
40a9e6f4b3
PEP 540: truncate to 72 columns
2017-12-11 10:13:43 +01:00
larryhastings
2f52641e11
Clean up / clarify grammar in PEP 540. ( #498 )
...
* Clean up / clarify grammar in PEP 540.
* Fix RST errors, slightly enhance grammar.
2017-12-11 10:02:20 +01:00
Victor Stinner
ddb198d073
PEP 540: Accepted by Naoki
2017-12-10 18:56:20 +01:00
Victor Stinner
08224bf6bd
PEP 540: The UTF-8 Mode
2017-12-10 18:52:56 +01:00
Victor Stinner
71cda51fbb
PEP 540: Fix effects of the PEP 538
2017-12-10 18:18:26 +01:00
Benjamin Peterson
b65d0681d4
all done with PEP 552
2017-12-09 14:09:11 -08:00
Benjamin Peterson
647e1bbe39
not that fast, though
2017-12-09 13:39:01 -08:00
Benjamin Peterson
b6a5e7690a
time advances for 2.7
2017-12-09 13:37:49 -08:00
Victor Stinner
09022d3f72
PEP 540: getpreferredencoding() returns UTF-8
...
* List explicitly effects of the UTF-8 mode, but also "side effects"
* Add a new "Relationship with the locale coercion (PEP 538)" section
* Add a new "Version History" section
2017-12-08 16:13:31 +01:00
Eric V. Smith
b46be0d897
Add a paragraph describing another rational for using InitVar pseudo-fields.
2017-12-08 03:05:16 -05:00
Eric V. Smith
4b33897304
Add an early example of a mutable type inspired by namedtuple.
2017-12-08 02:59:10 -05:00
Victor Stinner
366c82f00c
PEP 540: Remove the strict mode
2017-12-08 01:43:42 +01:00
Victor Stinner
22b31e0e82
PEP 540: open() error handler remains strict
2017-12-08 01:36:37 +01:00
Eric Snow
3b263c0ae1
PEP 554: Push the PEP back to 3.8. ( #497 )
2017-12-07 14:07:44 -07:00
Dustin Ingram
316d95b11a
PEP 566: Address RFC feedback, typos ( #495 )
2017-12-06 10:48:24 -08:00
Eric Snow
99d92e2813
PEP 554: Fix the examples. ( #496 )
2017-12-06 10:06:56 -07:00
Nicola Soranzo
8c96ef61a6
PEP 556: Fix typo in the word 'package'. (GH-494)
2017-12-06 07:41:52 -08:00
Nick Coghlan
df92d74351
PEP 566: Nominate Daniel Holth as BDFL-Delegate
2017-12-07 00:28:38 +10:00
Nick Coghlan
690d32cd84
PEP 540: Update based on PEP 538 experience ( #493 )
...
* PEP 540: Update based on PEP 538 experience
- CentOS 7 is a better example of problems than Alpine Linux
(default locale is C/POSIX, C.UTF-8 isn't available for coercion)
- reword the annex discussing the design trade-offs between
PEP 538's locale coercion and PEP 540's introduction of a
UTF-8 specific mode
* Tweak wording of PEP 538 comparison
2017-12-06 10:48:45 +01:00
Nick Coghlan
6e93c8d2e6
PEP 565: mention warnings.hide_warnings proposal
2017-12-06 14:48:36 +10:00
Eric Snow
fb6cdf64c3
PEP 554: Address Feedback. ( #492 )
...
* cleanup
* resolve open questions
* add "is_shareable()"
2017-12-05 19:16:00 -07:00
Victor Stinner
d7a3a67a38
PEP 540: Remove Alpine Linux
...
Alpine Linux uses C.UTF-8 locale by default, not the POSIX locale.
2017-12-06 03:06:09 +01:00
Ned Deily
4d5b9d45c6
Updates for 3.7.0a3
2017-12-05 20:14:51 -05:00
Victor Stinner
0bb19ff93a
Rewrite the PEP 540!
2017-12-06 01:44:32 +01:00
Lukasz Langa
cfa69b62a1
[pep 563] Accepted
2017-12-05 14:07:49 -08:00
Victor Stinner
f92b5fbdc2
PEP 540: fix two typos
2017-12-05 16:41:21 +01:00
Victor Stinner
75eac2d3bf
PEP 540: truncate to 72 columns
2017-12-05 16:39:51 +01:00
Victor Stinner
7a7072cf9f
PEP 540: Add Post History section
2017-12-05 16:24:40 +01:00