Brett Cannon
d913f38db8
Mark PEP 519 as accepted
2016-05-16 14:25:39 -07:00
Brett Cannon
992c83274c
Add PEP 519: Adding a file system path protocol
2016-05-16 13:24:35 -07:00
Brett Cannon
c856ebcc9e
Accept PEP 518: https://mail.python.org/pipermail/distutils-sig/2016-May/028969.html
2016-05-16 07:37:38 -07:00
Brett Cannon
0b0a0a5451
Add PEP 518: Specifying minimum build requirements for Python projects
2016-05-16 07:35:09 -07:00
Larry Hastings
73fa563c8a
Better link for UTF-8b from Serhiy.
2016-05-14 16:43:21 +02:00
Larry Hastings
1b5adb91d9
PEP 383: the link to Markus Kuhn's "UTF-8b" died. I found it a fresh one.
2016-05-14 13:55:16 +02:00
Ned Deily
69b9e11768
Remove deferred PEP 501 from 3.6 feature list
2016-05-13 02:59:53 -04:00
Zachary Ware
08c7fae8e3
Remove extra colon.
...
The following list is not a literal block.
2016-05-12 23:08:08 -05:00
Zachary Ware
51ae3fefc6
Fix indentation.
2016-05-12 23:07:07 -05:00
Brett Cannon
e79563ae6d
Mark PEP 515 as accepted.
2016-05-12 17:25:05 -07:00
Ned Deily
5b702d2c42
Also fix order of headers
2016-05-12 17:35:29 -04:00
Ned Deily
cbf88e2e7a
Fix header typo
2016-05-12 17:16:33 -04:00
Brett Cannon
ccb2515249
Remove now outdated version restrictions on ctypes and modulefinder.
2016-05-11 18:04:57 -07:00
Ned Deily
fced0947bf
Fix date typos
2016-05-11 17:24:59 -04:00
Guido van Rossum
1b9ff5e69b
Fix some cursive markup.
2016-05-09 20:42:47 -07:00
Benjamin Peterson
e4a6fddb83
2.7.12
2016-05-08 23:19:46 -07:00
Brett Cannon
6de3bb0125
Mention reno as a possible solution to the NEWS problem
2016-05-08 18:56:47 -07:00
Brett Cannon
b529907818
Update status of GH migration
2016-05-08 13:46:14 -07:00
Brett Cannon
b08220c867
Update status
2016-05-06 18:03:51 -07:00
Guido van Rossum
aee868bdea
Edits by Ivan Levkivskyi to be more precise about types vs. classes.
...
From https://github.com/python/typing/pull/214 .
2016-05-06 16:06:56 -07:00
Larry Hastings
2d3abe1497
Add release schedule for 3.4.5.
2016-05-06 08:41:31 -07:00
Guido van Rossum
31b76f17bf
Update status of PEP 438
2016-05-04 08:22:20 -07:00
Donald Stufft
ebf3b70858
Direct people from PEP 481 to PEP 512
2016-05-04 07:15:53 -04:00
Donald Stufft
382427f550
Withdraw PEP 481 in favor of PEP 512
2016-05-04 07:12:23 -04:00
Serhiy Storchaka
4088a7dddc
Backed out changeset: c4aef26d128b
...
Unknown interpreted text role "kbd".
2016-05-03 14:10:04 +03:00
Serhiy Storchaka
cc1c734886
Issue #26921 : Fixed a/an articles.
2016-05-03 13:52:22 +03:00
Serhiy Storchaka
e54e86b163
Convert to Unix newlines.
2016-05-03 13:27:59 +03:00
Serhiy Storchaka
3dad438872
Issue #26916 : Fixed words duplications.
2016-05-03 12:03:16 +03:00
Georg Brandl
5999b23389
Fixup some more lists-in-blockquotes. Fixes #26914 .
2016-05-03 10:35:10 +02:00
Georg Brandl
af90430776
Fix lists-in-blockquotes in 0xxx PEPs. Ref: #26914
2016-05-03 10:18:02 +02:00
Georg Brandl
4d8ea1d0fe
Fix lists-in-blockquotes in 3xxx PEPs. Ref: #26914
2016-05-03 09:51:54 +02:00
Serhiy Storchaka
56d4eced1d
cgi.escape is deprecated, use html.escape instead.
2016-05-03 10:51:13 +03:00
Serhiy Storchaka
1adb6b0172
Make roman.py Python3 compatible.
2016-05-03 10:49:19 +03:00
Serhiy Storchaka
65c6f592cd
Use the kbd role.
2016-05-03 10:47:48 +03:00
Berker Peksag
936292e0c4
Issue #26914 : Fix formatting of lists in PEP 420
...
Patch by Ned Batchelder.
2016-05-03 10:36:46 +03:00
Larry Hastings
30ad98f0b1
Update 3.5 release schedule with dates for 3.5.2.
2016-04-28 18:44:22 -07:00
Ned Deily
c58d50c464
Update email address
2016-04-25 20:13:27 -04:00
Guido van Rossum
6372e0621d
Rip out the promotion from bytearray/memoryview to bytes. See http://bugs.python.org/issue26800 .
2016-04-24 17:55:04 -07:00
Brett Cannon
084c8e2b83
Tweak the reasoning for pathlib not sublcassing str.
2016-04-23 09:04:27 -07:00
Brett Cannon
6d08f32de7
The CLA bot is done for the GitHub migration
2016-04-22 16:47:32 -07:00
Brett Cannon
c26ed6d453
Clarify why pathlib doesn't inherit from str
2016-04-22 11:45:53 -07:00
Victor Stinner
aee296ace8
PEP 509: don't require to always increase the version
...
Don't require to increase the dict version if the dictionary content does not
change. Leave this choice to the Python implementation.
2016-04-21 01:15:25 +02:00
Victor Stinner
b0f0a095d0
PEP 509: fix typo reported by Jim J. Jewett
2016-04-21 00:37:56 +02:00
Senthil Kumaran
7690a00d47
PEP-8 Update on Knuth style breaking of a long formula. #issue26780
...
Patch by Brandon Rhodes provides clarity and rationale for this suggestion.
Also fixes the example to use "+", "-" operators which have same precedence
level.
Reviewed by Guido van Rossum.
2016-04-19 23:14:50 -07:00
Victor Stinner
37ca004dd3
PEP 509
...
* __setitem__() now always increases the version: remove the micro-optimization
dict[key] is new_value
* be more explict on version++: explain that the operation must be atomic, and
that dict methods are already atomic thanks to the GIL
* "Guard against changing dict during iteration": don't guess if the new dict
version can be used or not. Let's discuss that later.
* rephrase/complete some sections
* add links to new threads on python-dev
2016-04-19 10:43:02 +02:00
Victor Stinner
24ca07b6c9
PEP 509: fix typos reported by Brett
2016-04-14 18:43:28 +02:00
Chris Angelico
2caed0265e
Fix typo, resea[r]ch
2016-04-16 05:23:30 +10:00
Guido van Rossum
21bdcd2e9b
Fix typo. Revert my previous diff that removed another example breaking before "and".
2016-04-15 09:54:42 -07:00
Guido van Rossum
c59c4376ad
According to Knuth, it is better to break *before* a binary operator.
2016-04-15 09:43:52 -07:00
Guido van Rossum
1a6cc45d06
Fix style inconsistency with "and" on continuation line.
2016-04-14 10:21:55 -07:00