Commit Graph

5453 Commits

Author SHA1 Message Date
Victor Stinner 710a1c0720 PEP 454: Prior Work 2013-10-22 02:30:12 +02:00
Nick Coghlan d150e47692 PEP 453 postdate and wording tweaks 2013-10-20 22:20:53 +10:00
Nick Coghlan e83a58638e PEP 453 updates
- remove proposal to change the script installation directory on
  Windows due to the backwards incompatility issues pointed out
  by Paul Moore
- include an explicit requirement to resolve the requests
  certificate management issues prior to beta 2
- cleaner formatting of the integration timeline
2013-10-20 15:00:20 +10:00
Barry Warsaw a4ec9acf45 Spell check and wrap. 2013-10-18 13:24:59 -04:00
Guido van Rossum 0e2e677032 Various Tulip updates. 2013-10-18 09:35:37 -07:00
Brett Cannon 7dfb6b0960 Document formatter as deprecated 2013-10-18 11:49:14 -04:00
Victor Stinner a4dc87cc11 PEP 454: remove DisplayTop and TakeSnapshot classes, and tasks and metric
functions

Metric.format does not no list available formats, the format is now undefined
(each tool can use its own format).
2013-10-18 13:54:17 +02:00
Nick Coghlan 9fba6aeaad Tweak the proposed integration timeline 2013-10-15 22:43:46 +10:00
Nick Coghlan 92d4dbf0ec Add pip integration timeline to PEP 453
- timeline based on discussion with the 3.4 release team
  and the pip devs
- also clarified the two trust models on offer (i.e. that
  the PEP ensures trusting PyPI remains explicitly opt-in, just
  as it has always been in the past)
2013-10-15 22:33:12 +10:00
Victor Stinner 0a513228dc PEP 445 has been implemented 2013-10-13 16:10:58 +02:00
Nick Coghlan 8d82cbcca0 PEP 453 typo fix 2013-10-13 22:32:05 +10:00
Nick Coghlan e6cc2772ac PEP 453 post date and wording tweak 2013-10-13 22:27:37 +10:00
Georg Brandl 2679eb0c91 PEP 4: convert to reST, update SourceForge -> bugs.python.org, update DeprecationWarning policy
and add removal of code using the module.

Closes #8090.
2013-10-12 18:11:53 +02:00
Nick Coghlan b6e2ec03f3 Additional PEP 453 fixes 2013-10-11 01:15:34 +10:00
Nick Coghlan 57ba690829 Revise PEP 453 to be docs-only for 2.7 & 3.3
- all functional changes are now 3.4 only
- still proposes docs changes for 2.7 & 3.3
- notes current effort to create a Windows installer for pip
- notes possibility of a future PEP to provide a combined
  CPython 2.7, pip and Python Launcher installer from python.org
2013-10-11 00:47:47 +10:00
Larry Hastings ce15f00a60 Fixed fixed a a doubled doubled word word in in PEP PEP 457 457. 2013-10-09 02:56:36 +02:00
Barry Warsaw 2e98417e67 More space 2013-10-08 20:37:44 -04:00
Barry Warsaw 0e0896b582 Head merge. 2013-10-08 20:22:24 -04:00
Barry Warsaw 840b602172 Support RESERVED PEP numbers. 2013-10-08 20:21:56 -04:00
Larry Hastings 04283170ab Fixed two syntax errors in PEP 457. 2013-10-09 02:20:56 +02:00
Larry Hastings 45d05cbdf7 Added PEP 457, Syntax For Positional-Only Parameters. 2013-10-09 01:23:55 +02:00
Victor Stinner 9be59399c7 PEP 454: remove tracemalloc.get_allocated_blocks()
sys.getallocatedblocks() already exists
2013-10-08 22:00:38 +02:00
gbrandl 298f064289 PEP 436: fix markup and make it consistent. 2013-10-08 16:09:05 +02:00
gbrandl 3f90114628 PEP 454: add missing footer, formatting and typo fixes. 2013-10-08 15:54:15 +02:00
gbrandl 1e063f7102 PEP 455: add BDFL-Delegate and fix some minor typos. 2013-10-08 15:40:45 +02:00
gbrandl 5efee1848e PEP 456: typo and grammar fixes. 2013-10-08 15:32:43 +02:00
Eric Snow d96d7091d6 Clarify the meaning of "name". 2013-10-07 11:01:48 -06:00
Christian Heimes d52a386e82 merge 2013-10-07 15:20:46 +02:00
Christian Heimes 47829f733d Make Nick BDFG delegate
add string length distribution
add http://bugs.python.org/issue19183
2013-10-07 15:20:25 +02:00
Antoine Pitrou 024131331b Add references to other languages 2013-10-06 23:20:32 +02:00
Christian Heimes e8c49a7e04 drop testcapi addition 2013-10-06 15:56:31 +02:00
Christian Heimes 10346678ba Get the C API straight
Python already has sys.hash_info
2013-10-06 15:56:00 +02:00
Christian Heimes 781581bd26 PEP 456: drop pluggable and go for compile time configuration of the hash algorithm. 2013-10-06 14:28:39 +02:00
Eric Snow 75c006347a [PEP 451] Record posting to python-dev. 2013-10-04 23:21:29 -06:00
Christian Heimes 9cc5e30237 merge 2013-10-03 22:29:22 +02:00
Christian Heimes 64c6e9cd8d Simplify code for PyUnicode (thx Serhiy) 2013-10-03 22:26:22 +02:00
Christian Heimes 139d3ebea9 Fix typos
unify use of hyphens in '32-bit', '64-bit' and '128-bit
2013-10-03 22:07:30 +02:00
Victor Stinner 2492efe21e PEP 454: cleanup 2013-10-03 17:47:02 +02:00
Victor Stinner db71db8e68 PEP 454: tracemalloc is not ignored by default 2013-10-03 16:49:21 +02:00
Victor Stinner 6317f57fea PEP 454: reformat
* limit of 72 columns
* add () to functions and methods
2013-10-03 16:45:04 +02:00
Victor Stinner 983af6289d PEP 454: update the API to its implementation
* remove Frame, Trace and TraceStats classes
* add Metric class
* replace start_timer()/stop_timer() with a new Task class
* Task can now be scheduled using a threshold on the size of the traced memory,
  and only called repeat times
* add DisplayTop.display() method
* a lot of other (minor) changes
2013-10-03 16:00:07 +02:00
Christian Heimes 0071641f77 Add internal size and seed size of hash algo 2013-10-03 15:15:51 +02:00
Christian Heimes afc47ea51a Add results from first tests with Python benchmark suite
document requirement of 64bit data type
explain hash algorithm requirements with RFC 2119 keywords
2013-10-03 12:52:00 +02:00
Eric Snow 24c5df69c6 [PEP 451] Minor edits in response to feedback.
Also removed spec_from_module(), which isn't very useful outside the
import system.
2013-10-01 22:07:46 -06:00
Guido van Rossum 29e97673eb Clarify motivation for serializing callbacks. 2013-10-01 08:37:33 -07:00
Guido van Rossum b782cdde3b Remove pause/resume_writing() and discard_output(). Mention asyncio name. Clarify callback serialization. 2013-09-30 16:15:24 -07:00
Christian Heimes 74bd2e874e document requirements
talk about AES-NI CMAC and HMAC as possible alternatives (too slow)
document necessary changes to C code
2013-09-30 17:07:51 +02:00
Larry Hastings 2bbbeeb805 Updated PEP 429 (3.4 release schedule) as 3.4.0a3 just went out. 2013-09-30 01:15:30 +01:00
Nick Coghlan 6482692ff6 More PEP 453 cleanups 2013-09-29 17:02:03 +10:00
Nick Coghlan d4fc58c7e7 PEP 453 typo 2013-09-29 16:37:32 +10:00