- 25 Aug, 2013 19 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Antoine Pitrou authored
Issue #18808: Non-daemon threads are now automatically joined when a sub-interpreter is shutdown (it would previously dump a fatal error).
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
preexec_fn callback, which may open file descriptors.
-
Charles-François Natali authored
preexec_fn callback, which may open file descriptors.
-
Serhiy Storchaka authored
Vajrasky Kok.
-
Serhiy Storchaka authored
-
R David Murray authored
-
R David Murray authored
Previously it generated them if they were given a value, but completely ignored them if they were present in the string passed in to be parsed. Now if the flag appears on a cookie, the corresponding Morsel key will reference a True value. Other pre-existing behavior is retained in this maintenance patch: if the source contains something like 'secure=foo', morsel['secure'] will return 'foo'. Since such a value doesn't round trip and never did (and would be a surprising occurrence) a subsequent non-bug-fix patch may change this behavior. Inspired by a patch from Julien Phalip, who reviewed this one.
-
Christian Heimes authored
properly handled as unsigned.
-
Christian Heimes authored
properly handled as unsigned.
-
Christian Heimes authored
thanks to Vajrasky Kok for proof-reading.
-
Christian Heimes authored
thanks to Vajrasky Kok for proof-reading.
-
Christian Heimes authored
-
Christian Heimes authored
-
- 24 Aug, 2013 13 commits
-
-
Vinay Sajip authored
Closes #18807: pyvenv now takes a --copies argument allowing copies instead of symlinks even where symlinks are available and the default.
-
Richard Oudkerk authored
-
Eli Bendersky authored
-
Eli Bendersky authored
The return value of close() is not always a toplevel element. It depends on what the underlying target returns. By default, TreeBuilder returns the toplevel document element.
-
Tim Peters authored
-
Tim Peters authored
(grafted from 23181bf411a16287a0a54e910fc0f9ecd2764bf0)
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Nick Coghlan authored
Patch by Michele Orrù.
-
Victor Stinner authored
-
Victor Stinner authored
-
Benjamin Peterson authored
Do we need a fallback implementation of getcwd() from 1991 that claims to support "really old Unix systems"? I don't think so.
-
- 23 Aug, 2013 8 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Stefan Behnel.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#18796: improve documentation of the file argument of dis.show_code. Initial patch by Vajrasky Kok.
-