Larry Hastings
523919a147
Twice now I've assumed that release.py --bump would check in its
...
changes, and scotched the release. Changing PEP 101 to hopefully
prevent this for 3.4.0a3.
2013-09-07 23:33:30 +12:00
Victor Stinner
3d5f0c8eb7
PEP 454: add link to faulthandler doc
2013-09-05 23:29:40 +02:00
Victor Stinner
9d51af2d8a
PEP 454: tracemalloc has been written for CPython
2013-09-05 23:26:55 +02:00
Victor Stinner
a423604955
PEP 454: API inspired by the faulthandler module
2013-09-05 23:23:35 +02:00
Victor Stinner
2a8d38e264
PEP 454: add get/set_number_frame()
2013-09-05 23:15:45 +02:00
Victor Stinner
960ec4e01e
PEP 454: add link to the project on PyPI
2013-09-04 14:01:56 +02:00
Victor Stinner
4ab328f1f2
PEP 454: add frame class
...
Other changes:
* add the type and default value of almost all attributes
* move the "Command line options" section to the end
2013-09-04 13:19:17 +02:00
Victor Stinner
a80266cdc2
PEP 454: uh ho, fix many typos in the Rationale
2013-09-04 02:02:50 +02:00
Victor Stinner
bb7b188f66
PEP 454
2013-09-04 01:19:30 +02:00
Victor Stinner
d0f4b45bdc
PEP 454
2013-09-03 13:18:48 +02:00
Victor Stinner
618fedf642
EP 454: reformat
2013-09-03 00:53:13 +02:00
Victor Stinner
ae45d8d917
PEP 454: add Snapshot.load() method
2013-09-03 00:41:20 +02:00
Victor Stinner
5a68a9d15d
PEP 454: Add a new tracemalloc module to trace Python memory allocations
2013-09-03 00:35:54 +02:00
Donald Stufft
bf265f5e25
Accept PEP449
2013-09-01 05:20:36 -04:00
Donald Stufft
a426e80979
Update PEP453 for Grammar and add --without-pip to PyVenv
2013-08-30 11:45:51 -04:00
Donald Stufft
ad3709035e
Grammar fixes for PEP453
2013-08-30 09:38:12 -04:00
Nick Coghlan
c02c7f2145
Reject PEP 439
2013-08-30 23:20:37 +10:00
Nick Coghlan
50d7f5d693
Add PEP 453: explicit pip bootstrapping
2013-08-30 23:10:06 +10:00
Victor Stinner
0efb6d7b3e
The PEP 433 has been superseded by the PEP 446!
2013-08-28 21:58:48 +02:00
Eric Snow
beef1cda6c
Update post-history on PEP 451.
2013-08-28 02:54:09 -06:00
Eric Snow
dffee71a33
Big update to PEP 451 in response to feedback.
2013-08-28 02:43:45 -06:00
Victor Stinner
4bc584af1d
PEP 446: set status to Final
...
I pushed my implementation in python default.
2013-08-28 01:37:17 +02:00
Guido van Rossum
a107da59c1
Accept PEP 446.
2013-08-27 15:17:07 -07:00
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