Victor Stinner
6e741896c1
PEP 446: the PEP does not propose to change the default value of close_fds
...
So remove mention of performances
2013-08-27 23:27:59 +02:00
Victor Stinner
fd0784f0d5
PEP 446: add link https://wiki.freebsd.org/AtomicCloseOnExec
...
koobs just gave me this link on IRC
2013-08-27 22:28:58 +02:00
Victor Stinner
458823f410
PEP 446: clarify impact on performances of the PEP
...
It is not always possible to set close_fds to False, when this PEP makes it
safe in some cases.
2013-08-27 22:21:31 +02:00
Victor Stinner
fbeac3a6e1
PEP 446: update after Guido's review
2013-08-27 00:01:04 +02:00
Guido van Rossum
091eb3e838
Small benign edits to PEP 446.
2013-08-26 14:21:07 -07:00
Victor Stinner
bca9fd02fc
PEP 446: avoid "clear the flag" expression
2013-08-26 12:01:16 +02:00
Ronald Oussoren
c3e6947b82
PEP 447: Slight rewording of the text
...
* Adds a clearer description of what would change to the abstract
* Small wording tweaks in other parts
* Reflow the document, lines with normal text are now shorter than
80 characters (the output from pybench and the links section still
contain longer lines)
* Don't use TAB characters for indentation.
2013-08-22 12:49:43 +02:00
Victor Stinner
fe9c18f3ef
PEP 446: add get/set_inheritable() methods to socket.socket
2013-08-21 02:41:49 +02:00
Victor Stinner
967fad663d
PEP 446: add os.get/set_handle_inheritable() functions
2013-08-21 01:37:23 +02:00
Victor Stinner
7342e6b648
PEP 446: update os.dup2()
2013-08-21 01:04:11 +02:00
Terry Jan Reedy
0c0078bbb0
PEP5: Double word reported by Aseem Bansal on python-list.
2013-08-20 16:03:37 -04:00
Guido van Rossum
fb6e6e94e7
Add tulip.wait_for().
2013-08-20 12:38:58 -07:00
Victor Stinner
96cb5702ff
PEP 446: move links into the text directly, not at the end
2013-08-19 22:21:02 +02:00
Victor Stinner
b88843f02b
PEP 446: add a new "Only Inherit Some Handles on Windows" section
2013-08-19 22:20:41 +02:00
Christian Heimes
72cd6ad47a
mention digestmod
...
fix typo (thx to Francisco Martin Brugue)
2013-08-19 18:30:13 +02:00
Christian Heimes
7dce5d07bd
Add first draft of 'API for Cryptographic Hash Functions v2.0'
2013-08-17 14:30:44 +02:00
Christian Heimes
a666aa670b
whitespace cleanup
2013-08-17 14:29:35 +02:00
Christian Heimes
3212f41821
cp pep-0247.txt pep-0452.txt
2013-08-17 14:28:44 +02:00
Nick Coghlan
3dedba647a
Latest draft of PEP 449
2013-08-16 21:27:00 -05:00
Victor Stinner
d3274dc250
PEP 446: add a link explaining why leaked file descriptors cause issue on SELinux
2013-08-15 11:54:36 +02:00
Victor Stinner
2c51e21d3b
PEP 446: rephrase the Security Vulnerability section
2013-08-15 11:38:10 +02:00
Victor Stinner
1f5389735d
PEP 446: it's not easy to make listening sockets non-inheritable on Windows
2013-08-14 13:20:11 +02:00
Eric Snow
61cd5d3f7a
Add the initial version of PEP 451.
2013-08-14 19:59:31 -06:00
Brett Cannon
0cf17512f7
Fix a typo
2013-08-13 17:04:22 -04:00
Victor Stinner
c7790e3123
PEP 446: fix reST syntax
2013-08-12 03:31:34 +02:00
Victor Stinner
8dbcf87357
PEP 446: change os.dup2()
2013-08-11 22:57:36 +02:00
Victor Stinner
aed11c8530
PEP 446: closing all file descriptors between fork() and exec() is not reliable
...
in a multithreaded application
2013-08-11 22:08:38 +02:00
Victor Stinner
a9dd5b6b82
PEP 446: clarify the status of python 3.3 on Windows
...
Be more explicit
2013-08-11 22:08:03 +02:00
Victor Stinner
2f67e7cc67
PEP 446: fix typo
...
Mention also Mac OS 10.8 for the O_CLOEXEC flag (it was already mentionned in
the summary table).
2013-08-11 22:07:33 +02:00
Nick Coghlan
2dd26998ec
Tweak name rules for export groups and extensions
2013-08-10 17:16:46 -04:00
Guido van Rossum
1f417b8a9e
Somewhat rambling changes to event loop policy.
2013-08-09 17:27:42 -07:00
Guido van Rossum
003c30d64f
Get rid of Future.running(); see bug 18699.
2013-08-09 17:26:53 -07:00
Andrew Svetlov
31c754206a
Fix markup
2013-08-10 02:35:07 +03:00
Victor Stinner
6491413d94
PEP 446: fix typo
2013-08-10 01:12:01 +02:00
Victor Stinner
a3ed1793a7
PEP 446: add example of vulnerabilities
2013-08-10 00:51:14 +02:00
Victor Stinner
6196392414
PEP 446: Issues: add examples in other projects
2013-08-10 01:00:07 +02:00
Victor Stinner
4410f51ce3
PEP 446: add section "Issues fixed in the subprocess module"
2013-08-10 01:02:09 +02:00
Brett Cannon
9174d4da7c
Add PEP 450: Adding A Statistics Module To The Standard Library, by Steven D'Aprano
2013-08-09 10:46:53 -04:00
Victor Stinner
79d319c3b6
PEP 446: cleanup recent additions
2013-08-07 01:49:59 +02:00
Victor Stinner
62767d3960
PEP 446: complete the summary table of the status of python 3.3
2013-08-07 01:43:01 +02:00
Victor Stinner
e3d0699cde
PEP 446: Windows creates non-inheritable *handles* (not fds)
2013-08-07 01:41:46 +02:00
Victor Stinner
caa1de40f7
PEP 446: add a reference to a previous attempt in 2007
2013-08-07 01:38:48 +02:00
Victor Stinner
9fabe818dc
PEP 446: add a section "Performances of Closing All File Descriptors"
2013-08-07 01:31:07 +02:00
Victor Stinner
98724124b9
PEP 446: cleanup
2013-08-06 02:18:49 +02:00
Victor Stinner
21d9bf1202
Rewrite the PEP 446
2013-08-06 01:22:15 +02:00
Nick Coghlan
cd8c87fa1e
Add PEP 449: Removal of *.pypi.python.org mirrors
2013-08-06 00:39:29 +10:00
Larry Hastings
297ca2977e
Merge.
2013-08-04 01:46:12 -07:00
Larry Hastings
133d0a80ca
Updated release schedule, added some notes for PEP 101 (Doing Python releases).
2013-08-03 23:52:51 -07:00
Nick Coghlan
1019a67ffa
Try to clean up PEP 426 naming rules
2013-08-04 16:29:14 +10:00
Nick Coghlan
605e86dca8
PJE's feedback on PEP 426 exports
2013-08-03 23:42:56 +10:00