Commit Graph

6888 Commits

Author SHA1 Message Date
Ned Deily e4c4632b00 Fix typo for 3.6.1rc1 2016-12-23 14:48:32 -05:00
Ned Deily 2f4572db72 3.6.0 is now released; add tentative 3.6.1 dates 2016-12-23 05:29:52 -05:00
Ned Deily 035cb2d7ad Add PEP 537: 3.7 Release Schedule 2016-12-23 02:01:42 -05:00
Brett Cannon f946edbdb9 Status update for PEP 512 (#163) 2016-12-20 09:52:41 -08:00
Romet e75da5cab3 PEP 487: fixed typo (#162) 2016-12-21 02:29:35 +11:00
Brett Cannon f0ffbff6fd Add some TODOs (#161)
Detect shorter commit hashes and building the docs from git.
2016-12-19 18:49:14 -08:00
Brett Cannon 55621246d4 Mark hglookup.py as in-progress (#160) 2016-12-19 18:44:54 -08:00
Ned Deily 165566ce53 Update for 3.6.0rc2 actual 2016-12-16 23:03:55 -05:00
Ned Deily deb8017057 Schedule 3.6.0rc2 and push final back to 12-23 2016-12-16 02:43:25 -05:00
Philipp A 64eebdf945 Add PEP 536: f-literals (#155) 2016-12-14 11:48:19 -08:00
Yury Selivanov 3799435f69 pep-525: Fix the shutdown_asyncgens example. 2016-12-13 20:06:37 -05:00
Nick Coghlan 65b178826a PEP 532: Rework De Morgan's Laws section 2016-12-12 16:03:39 +10:00
Guido van Rossum b171bc0f79 Remove out of date comment about PEP 535 starting out as PEP 534 2016-12-11 18:44:30 -08:00
Nick Coghlan 80f963d066 PEP 532 revision and restructure (#156)
- Language level inconsistencies eliminated by proposing both
  `if` and `else` as circuit-breaking operators
- PEP 532 no longer competes with PEP 505 at all
- Rich comparison chaining split out as PEP 535
- Mark E. Haase is now listed as a co-author (as I was better
  able to integrate some of his earlier suggestions)
- acknowledged key feedback on the initial draft
2016-12-12 00:11:36 +10:00
Brett Cannon 77122d16c9 Add links to core-workflow issue tracker (#154) 2016-12-09 17:15:37 -08:00
Brett Cannon 767ac03d8b Fix a header level (#153) 2016-12-09 17:09:16 -08:00
Brett Cannon 5db63b9637 Link to the hg.python.org/lookup code (#152) 2016-12-09 16:33:45 -08:00
Larry Hastings fda7cefb77 Update release schedules for 3.4 and 3.5 branches. 2016-12-08 15:10:58 -08:00
Yury Selivanov 3e23210fe3 pep 525: We don't have a hard requirement for finalizers anymore 2016-12-08 13:29:38 -08:00
Ned Deily 6b94a13802 Mention updating indexsidebar for releases 2016-12-07 23:02:21 -05:00
Ned Deily 1f63cb45c9 Update for 3.6.0rc1 2016-12-07 02:14:07 -05:00
Ivan Levkivskyi b99ba05106 variable __annotations__ should be ordered (#151)
Fixes python/typing#339

Following the discussion on python/typing issue (and taking into account that dict in 3.6 is ordered being an implementation detail) it is proposed to make __annotations__ ordered.
2016-12-05 08:14:14 -08:00
Mariatta c32987ee36 Fix typos in PEP 524 and PEP 529 (#150)
Reported at https://github.com/python/pythondotorg/issues/1038
2016-12-05 09:59:06 +11:00
Mariatta 4e21b23c38 restify PEP 349 (#148) 2016-12-03 16:03:37 -08:00
Naomi Seyfer 26b4086667 Document `__foo` syntax for positional-only args (#147) 2016-12-03 16:02:52 -08:00
Brett Cannon a28b7995ca Update the status list on PEP 512 (#149) 2016-12-03 16:01:48 -08:00
Naomi Seyfer 22d8c63e03 Fix transposed letters in `agrument` (#146) 2016-12-02 17:16:35 +11:00
Benjamin Peterson 20d7598b88 Revert "push 2.7.13 to January"
This reverts commit daebe20410.
2016-11-29 22:58:41 -08:00
Mariatta a6f1efa5ff Restify PEP 206 (#144) 2016-11-29 14:49:20 -08:00
Benjamin Peterson daebe20410 push 2.7.13 to January 2016-11-28 23:56:46 -08:00
Thomas Kluyver b12bc6a9fe 517: Change build_backend to build-backend (#139)
The key is in the build-system table, so making this a dash would
improve consistency. On English keyboards, it also avoids needing to
press shift. There seemed to be a consensus on distutils-sig in favour
of this change.
2016-11-28 10:28:44 -08:00
Thomas Kluyver 024a7d586f 517: Remove install_editable hook (Option 1c) (#141)
* 517: Remove install_editable hook (Option 1c)

This is the other option for --user editable installs: don't try to
standardise a mechanism. This could always be added back in a later PEP.

Alternative to gh-140

* Add note about removal of editable install
2016-11-28 10:27:07 -08:00
Mariatta c6fbead696 Restify PEP 3145 (#143) 2016-11-28 20:17:27 +03:00
Mariatta 84de20b55d Restify PEP 303 (#142) 2016-11-28 19:09:28 +03:00
Chris Angelico 61dcc6ef2d Rename rst -> txt to fix the 'Source' link 2016-11-29 02:45:56 +11:00
torsava 486482a776 PEP 534: Distributing a Subset of the Standard Library (#145)
Create PEP 534: Distributing a Subset of the Standard Library

Initial submission.

* PEP 534: Updated one personal email address to match previous PEP
2016-11-29 01:21:56 +11:00
Benjamin Peterson 4dcc7c3689 add 2.7.13 dates 2016-11-27 23:04:59 -08:00
Brett Cannon 34196079db Update PEP 512 w/ status of CI and code coverage tests (#138) 2016-11-22 15:05:47 -08:00
Ned Deily 409a43413e Add reminder to consider running autoconf. 2016-11-22 14:28:17 -05:00
Ned Deily 1d0aee98b3 Update pep 494 for 3.6.0b4 2016-11-22 01:41:56 -05:00
Eric V. Smith 7943dd4986 Clarified wording. 2016-11-19 12:16:38 -05:00
Eric V. Smith 4e860330f6 Note that literal closing curly braces must be doubled. 2016-11-19 12:07:19 -05:00
Brett Cannon fdb0cd2f08 Should check whitespace as part of CI 2016-11-18 17:14:58 -08:00
Brett Cannon 856ef2ef9c Probably want .github/CONTRIBUTING.md (#137) 2016-11-18 17:13:03 -08:00
Brett Cannon 74da33d722 Add more GH migration details (#136) 2016-11-18 15:19:01 -08:00
Brett Cannon 43e0df1f07 Update link to CI experiments (#135) 2016-11-18 12:04:44 -08:00
Brett Cannon 3ebcb7c954 Update GitHub migration status (#134) 2016-11-18 11:07:51 -08:00
Yury Selivanov 2e74d2b133 pep 525: Mention collections.abc.AsyncGenerator. 2016-11-17 18:11:52 -05:00
Yury Selivanov e10a1a2650 525, 530: Add acknowledgments section 2016-11-08 13:39:23 -05:00
Yury Selivanov 39b84d15f5 pep492: Clarify that only native coroutines can emit ResourceWarning on GC 2016-11-08 12:20:03 -05:00