Commit Graph

4802 Commits

Author SHA1 Message Date
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
Daniel Holth 60f6b766a4 PEP 426: only two Version-Scheme(s) 2013-01-29 12:00:24 -05: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
Daniel Holth ec6708fdd5 PEP 426: add Version-Scheme 2013-01-28 22:53:04 -05:00
Victor Stinner 74a6f4b364 PEP 433: add test scripts; performances results on Linux 3.6 2013-01-27 13:35:21 +01:00
Brett Cannon d5f14bd374 Simplify test case example code 2013-01-27 13:24:31 -05: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 039fc5d9da Update from Lennart 2013-01-25 12:32:59 -05: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
Guido van Rossum 202ebf92f7 Tweak TODOs. 2013-01-24 10:53:40 -08:00
Guido van Rossum aca10418a9 One more TODO: pass socket to start_serving(). 2013-01-23 21:26:32 -08:00
Guido van Rossum 9c9f54697a Add two new TODOs (socket address and fork()). 2013-01-23 21:20:07 -08:00
Benjamin Peterson 8a14fbd281 tentative 2.7.4 dates 2013-01-19 14:31:08 -05:00
Benjamin Peterson 4613ba6656 Ned takes care of Mac installers now 2013-01-19 14:27:14 -05:00
Victor Stinner 647aa4e22b PEP 433: updates 2013-01-18 12:45:30 +01:00
Guido van Rossum e34084ed52 Suggest that some APIs be marked as "transports-only". 2013-01-17 15:42:47 -08:00
Guido van Rossum d5374ae4cc Rename create_transport() to create_connection(). Remove type argument. 2013-01-17 11:57:00 -08:00
Nick Coghlan bc14612a44 Handle transfer of config to subinterpreters 2013-01-16 22:54:01 +10:00
Nick Coghlan 62a5df58bd PEP 432: Reduce typing in proposed API
- consistently abbreviate Config
- follow the Py*Object naming convention for Py*Config structs by
  dropping the underscore after the Py/_Py prefix
2013-01-15 22:28:45 +10:00
Nick Coghlan 8d83264979 PEP 432: Move the description of the status quo to the end 2013-01-15 21:50:35 +10:00
Daniel Holth 1f05458a77 add Obsoleted-By 2013-01-14 21:44:40 -05:00
Guido van Rossum a279669765 Updates for cancelling handlers and remove_reader/writer/connector. 2013-01-14 17:10:45 -08: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
Georg Brandl 6bf3a71f57 Closes #16950: update wording about raise syntax. 2013-01-13 11:28:10 +01:00
Georg Brandl c9c784550d Closes #16949: update wording about string exceptions. 2013-01-13 11:27:31 +01:00
Nick Coghlan 14dccffd6c No need for the abbreviation 2013-01-13 17:24:10 +10:00
Nick Coghlan cc027218c7 PEP 432: Flesh out a design for main execution 2013-01-13 16:35:06 +10: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
Nick Coghlan 62c62e8b65 Updates based on implementation progress 2013-01-13 00:48:28 +10:00
Georg Brandl 841f5a673f Closes #16916: clarify "slicing equivalent to extended unpacking" example: the latter always creates a list. 2013-01-11 19:08:14 +01:00
Guido van Rossum 0bc0664520 Specify wait() and as_completed() with less reliance on PEP 3148. 2013-01-09 17:07:40 -08:00
Guido van Rossum ab6fdfc85f Spec out Future better. 2013-01-09 11:58:51 -08:00
Guido van Rossum b7ec592492 Allow Handlers as callbacks. Add EventLoop.close(). 2013-01-08 19:39:28 -08:00
Guido van Rossum b9c08eaf8f Instead of init_event_loop(), define new_event_loop(). 2013-01-08 15:45:25 -08:00
Guido van Rossum 9dd10fc3c8 Specify signal handling API. 2013-01-08 11:21:53 -08:00
Guido van Rossum 226073c0f3 Merge 2013-01-06 17:28:08 -08:00
Guido van Rossum 9ec99caeb0 Add some references. 2013-01-06 17:27:43 -08:00
Nick Coghlan 9414577c18 Clarify PEP 369 withdrawal notice 2013-01-06 22:29:09 +10:00
Nick Coghlan ddd917a0b9 Correctly mark PEP 369 as Withdrawn (not Rejected) 2013-01-06 22:18:28 +10:00
Nick Coghlan 3cedb64b57 Updates in response to Barry Warsaw's feedback 2013-01-06 17:22:45 +10:00
Guido van Rossum 903ee84c82 Open issues: signals, timeouts. Reminder: factories can be partial funcs. 2013-01-05 15:32:00 -08:00
Guido van Rossum 65c857530b Merge. 2013-01-04 16:06:11 -08:00