Commit Graph

26 Commits

Author SHA1 Message Date
Victor Stinner 0efb6d7b3e The PEP 433 has been superseded by the PEP 446! 2013-08-28 21:58:48 +02:00
Victor Stinner 8cf9eb4561 PEP 433: more typos 2013-02-14 02:22:29 +01:00
Victor Stinner f901a53dd9 PEP 433: typo 2013-02-14 02:12:36 +01:00
Victor Stinner 8c29151924 PEP 433: typo 2013-02-01 00:59:47 +01:00
Victor Stinner f2ad21574e PEP 433: subprocess clears cloexec flag of pass_fds 2013-02-01 00:48:18 +01:00
Victor Stinner 2c9f128261 PEP 433: update the implementation 2013-02-01 00:19:01 +01:00
Victor Stinner 67c596c1b7 PEP 433: Solaris 11 supports also O_CLOEXEC 2013-01-31 21:05:49 +01:00
Victor Stinner 741f2e63c4 PEP 433: F_DUPFD_CLOEXEC & F_DUP2FD_CLOEXEC 2013-01-31 20:37:04 +01:00
Victor Stinner 0637c3f6c5 PEP 433: more info on apache/php and cloexec 2013-01-30 13:22:54 +01:00
Victor Stinner 38fabf98d1 PEP 433: more references 2013-01-30 12:54:34 +01:00
Victor Stinner e3240efb66 PEP 433: inherance => inheritance 2013-01-30 09:51:02 +01:00
Victor Stinner 8794e08fd7 PEP 433: fix typo, sys.setdefaultcloexec() has one mandatory parameter 2013-01-30 09:40:36 +01:00
Victor Stinner 563bed59db PEP 433: add another alternative 2013-01-29 17:47:27 +01:00
Victor Stinner 6b8569c21e PEP 433: change the proposal to sys.setdefaultcloexec(cloexec: bool) 2013-01-29 17:43:17 +01:00
Victor Stinner 36d505a562 PEP 433: Add link to the implementation issue 2013-01-29 13:49:34 +01:00
Victor Stinner 74a6f4b364 PEP 433: add test scripts; performances results on Linux 3.6 2013-01-27 13:35:21 +01:00
Victor Stinner 5bbeffbeb0 PEP 433: specify behaviour of old Linux kernels with SOCK_CLOEXEC 2013-01-26 01:22:05 +01:00
Victor Stinner c4b34e2827 PEP 433: add command line option and environment variable 2013-01-25 23:07:44 +01:00
Brett Cannon 7057ba616f FIx a changed link target. 2013-01-25 12:32:01 -05:00
Victor Stinner 720f0c5f3c PEP 433: rationale 2013-01-25 00:33:38 +01:00
Victor Stinner 647aa4e22b PEP 433: updates 2013-01-18 12:45:30 +01:00
Victor Stinner d68bfbbf9f PEP 433:
* argument=>parameter
 * "always set" => "set by default"
 * unset => clear
 * add more example of inherance issues
 * add more examples of security issues
2013-01-13 14:53:59 +01:00
Victor Stinner 38af865f01 PEP 433: finish to format to 70 columns 2013-01-13 01:34:36 +01:00
Victor Stinner d064882d16 PEP 433: reformat to 70 columns 2013-01-13 01:30:02 +01:00
Victor Stinner a58a370ff5 PEP 433: cleanup, complete, reorganize 2013-01-13 00:04:29 +01:00
Victor Stinner 81f79a9a15 Add a new PEP: 333: Add cloexec argument to functions creating file descriptors 2013-01-12 21:15:11 +01:00