Commit Graph

7457 Commits

Author SHA1 Message Date
Antoine Pitrou a8c93a3627 Some nits 2017-09-08 18:13:32 +02:00
Antoine Pitrou 6337ff8cdc Mention the shutdown question 2017-09-08 17:53:11 +02:00
Antoine Pitrou afde4b375a Discuss GC pauses 2017-09-08 17:47:33 +02:00
Antoine Pitrou 3d20430793 Populate Post-History 2017-09-08 17:35:08 +02:00
Antoine Pitrou e5a827cb69 Add discussion of impact 2017-09-08 17:31:01 +02:00
Antoine Pitrou 14c7456268 Merge branch 'master' of github.com:python/peps 2017-09-08 16:55:48 +02:00
Antoine Pitrou d252fb065b Updates on PEP 556 2017-09-08 16:55:38 +02:00
Eric V. Smith 6be5d81449 Added PEP 557: Data Classes 2017-09-08 07:48:26 -07:00
Nick Coghlan 4ab747322b Accept PEP 539 (Thread-Specific Storage API) 2017-09-08 07:42:51 -07:00
Antoine Pitrou 88b326e653 Remove explicit highlighting as pygments doesn't seem to be installed 2017-09-08 16:36:02 +02:00
Antoine Pitrou cb7ebc00b4 PEP 556: Threaded garbage collection (#399) 2017-09-08 16:24:56 +02:00
Eric Snow a70a538ec7 Add clarification to PEP 554. (#398) 2017-09-08 00:30:21 -06:00
Barry Warsaw cfff651113 Merge branch 'master' of github.com:python/peps 2017-09-07 19:56:21 -07:00
Steve Dower c73cf45727 PEP 551: Add userdata parameter to C API (#397)
Remove recursion limit and switch interval hooks
2017-09-07 19:47:30 -07:00
Barry Warsaw 4d937a7453 A bit more discussion on $PYTHONBREAKPOINTHOOK 2017-09-07 19:21:03 -07:00
Benjamin Peterson 4c66411b5c security; we don't care about that 2017-09-07 17:12:55 -07:00
Benjamin Peterson e4bcab24d7 explain why hash is not the default 2017-09-07 15:36:48 -07:00
Benjamin Peterson 8492ed6abf discuss exact interfaces 2017-09-07 15:20:44 -07:00
Mariatta ae533e2a44 PEP 512: Move some optional features from `not started` to `completed` (#395)
Moved to completed:
- Link web content back to files that it is generated from: https://bugs.python.org/issue28929
- Handling Misc/NEWS: https://pypi.org/project/blurb/
- Bot to generate cherry-pick pull requests: https://github.com/python/miss-islington
- Write `.github/CONTRIBUTING.md`  - .github/CONTRIBUTING.rst exists
2017-09-08 08:13:10 +10:00
Erik Bray 86ca2506f3 PEP 539: Update for draft implementation feedback
* Don't use `bool` types in the implementation, per discussion at https://github.com/python/cpython/pull/1362#discussion_r136357583
* Update for removal of --without-threads
* miscellaneous other clarifications and updates
2017-09-08 08:12:06 +10:00
Benjamin Peterson e9cf15666f rm parens 2017-09-07 12:48:17 -07:00
Benjamin Peterson fa765d2d43 more acks 2017-09-07 12:36:50 -07:00
Benjamin Peterson e6060a3355 reorder fields a bit 2017-09-07 12:30:49 -07:00
Benjamin Peterson 70b6d5aac9 Revert "switch to md5; adjust format a bit"
This reverts commit d027ce144b.
2017-09-07 12:26:21 -07:00
Benjamin Peterson d027ce144b switch to md5; adjust format a bit 2017-09-07 12:17:30 -07:00
Barry Warsaw 435f751ee5 Reword. 2017-09-07 11:40:12 -07:00
Barry Warsaw bc4e02f147 Merge branch 'master' of github.com:python/peps 2017-09-07 11:39:08 -07:00
Barry Warsaw 41000e4fcf Elaborate on breakpoint() signature. 2017-09-07 11:38:37 -07:00
Benjamin Peterson 797616c1c6 clarify the siphash key is hardcoded 2017-09-07 11:34:28 -07:00
Barry Warsaw b2c6a25160 Change signature to breakpoint(*args, **kws) 2017-09-07 11:27:55 -07:00
Benjamin Peterson 9df19f27eb rm invalid _ 2017-09-07 11:05:26 -07:00
Benjamin Peterson e11e688983 fix references 2017-09-07 10:55:30 -07:00
Benjamin Peterson 2755e53ee2 add another problem 2017-09-07 10:27:17 -07:00
Eric Snow 4df4ecf209 bpo-31375: Add PEP 554: stdlib interpreters module. (#393) 2017-09-07 10:27:39 -06:00
Antoine Pitrou 3d5661c01b Remove support for --without-threads builds (#394) 2017-09-07 18:26:18 +02:00
Barry Warsaw 728dd46ff2 A few more open issues, and use subheaders for each. 2017-09-06 17:16:32 -07:00
R. David Murray 134ce1253b Record rejection of pep-0548. 2017-09-06 19:35:27 -04:00
Ned Deily be52a23811 Mark 3.3.7rc1 as released 2017-09-06 15:57:07 -07:00
k7hoven 73ecfbaa7f PEP 555: Context-local variables (contextvars) (#391)
Koos Zevenhoven's counterproposal to PEP 550.
2017-09-06 15:39:52 -07:00
Benjamin Peterson d4132ef718 correct indentation even more 2017-09-06 15:23:54 -07:00
Barry Warsaw f51eeadf56 Merge branch 'master' of github.com:python/peps 2017-09-06 15:16:48 -07:00
Barry Warsaw b1858ec0ff Add another open issue. 2017-09-06 15:15:31 -07:00
Benjamin Peterson ab94c36ba1 fix indentation 2017-09-06 14:46:47 -07:00
Steve Dower f41260ee2d PEP 551 and PEP 7 (#392) 2017-09-06 11:27:23 -07:00
Benjamin Peterson ebbb636b7b remove errant letter 2017-09-06 11:21:49 -07:00
Benjamin Peterson 5554a20956 fix ordered list formatting 2017-09-06 10:56:12 -07:00
Barry Warsaw 2833cb48ce Guido prefers built-in breakpoint(). 2017-09-06 09:50:56 -07:00
Barry Warsaw f6cdc14509 Add the PR link. 2017-09-05 18:09:13 -07:00
Barry Warsaw 06f77300aa Don't use `return Py_None` as the example.
We now have the `Py_RETURN_NONE` macro, which is better style, so don't use an
example that may conflict with that style.  Use a generic example.
2017-09-05 18:01:21 -07:00
Ned Deily 8033f84558 Refix formatting error in pep-0101 2017-09-05 15:12:47 -07:00