- 03 Jul, 2012 5 commits
-
-
Jesus Cea authored
-
Éric Araujo authored
There was a window between the write and the chmod where the user’s password would be exposed, depending on default permissions. Philip Jenvey’s patch fixes it.
-
Éric Araujo authored
-
Éric Araujo authored
These files are created by some NFS clients a file is edited and removed concurrently (see added link in doc for more info). If such a file is removed between distutils calls listdir and copy, it will get confused. Other special files are ignored in sdist (namely VCS directories), but this has to be filtered out earlier.
-
Raymond Hettinger authored
-
- 02 Jul, 2012 4 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Raymond Hettinger authored
-
- 01 Jul, 2012 3 commits
-
-
Antoine Pitrou authored
Patch by Arfrever.
-
Georg Brandl authored
-
Georg Brandl authored
-
- 30 Jun, 2012 2 commits
-
-
Stefan Krah authored
-
Mark Dickinson authored
-
- 29 Jun, 2012 7 commits
-
-
Tim Golden authored
-
Antoine Pitrou authored
-
Senthil Kumaran authored
-
Tim Golden authored
the Ctrl-C signal handler on Windows
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Senthil Kumaran authored
-
- 28 Jun, 2012 3 commits
-
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Amaury Forgeot d'Arc authored
invalid parameters.
-
Petri Lehtinen authored
If messages were only added, a new file is no longer created and renamed over the old file when flush() is called on an mbox, MMDF or Babyl mailbox.
-
- 27 Jun, 2012 3 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
(helps getting results in real-time when stdio is transmitted over a pipe or socket)
-
Antoine Pitrou authored
-
- 26 Jun, 2012 2 commits
-
-
Senthil Kumaran authored
-
Gregory P. Smith authored
They no longer lose data when an underlying read system call is interrupted. IOError is no longer raised due to a read system call returning EINTR from within these methods.
-
- 25 Jun, 2012 3 commits
-
-
Antoine Pitrou authored
-
Vinay Sajip authored
-
Stefan Krah authored
-
- 23 Jun, 2012 1 commit
-
-
Charles-François Natali authored
-
- 22 Jun, 2012 2 commits
-
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
mktime() when timezone offest is supplied.
-
- 21 Jun, 2012 1 commit
-
-
Hynek Schlawack authored
Loosely based on the work by Hirokazu Yamamoto.
-
- 18 Jun, 2012 2 commits
-
-
Richard Oudkerk authored
-
Petri Lehtinen authored
-
- 17 Jun, 2012 2 commits
-
-
Ezio Melotti authored
-
Nick Coghlan authored
-