- 03 Oct, 2012 2 commits
- 13 Sep, 2012 1 commit
-
-
Ezio Melotti authored
-
- 10 Sep, 2012 1 commit
-
-
Jesus Cea authored
-
- 05 Sep, 2012 1 commit
-
-
Antoine Pitrou authored
and io.StringIO objects now raise ValueError when the object has been closed. Patch by Alessandro Moura.
-
- 01 Sep, 2012 1 commit
-
-
R David Murray authored
Before, the type function was called twice in the case where the default was specified and the argument was given as well. This was especially problematic for the FileType type, as a default file would always be opened, even if a file argument was specified on the command line. Patch by Arnaud Fontaine, with additional test by Mike Meyer.
-
- 20 Aug, 2012 1 commit
-
-
Petri Lehtinen authored
-
- 18 Aug, 2012 1 commit
-
-
Antoine Pitrou authored
Patch by Kushal Das.
-
- 15 Aug, 2012 1 commit
-
-
R David Murray authored
-
- 11 Aug, 2012 1 commit
-
-
Meador Inge authored
Patch by Ludwig Hähne.
-
- 09 Aug, 2012 1 commit
-
-
Andrew Svetlov authored
Initial patch by Anton Barkovsky.
-
- 02 Aug, 2012 1 commit
-
-
Antoine Pitrou authored
Patch by Philipp Hagemeister.
-
- 30 Jul, 2012 1 commit
-
-
Andrew Svetlov authored
-
- 27 Jul, 2012 1 commit
-
-
Richard Oudkerk authored
Original patch by J Derek Wilson.
-
- 22 Jul, 2012 1 commit
-
-
R David Murray authored
Patch by Jeff Knupp.
-
- 16 Jul, 2012 1 commit
-
-
Gregory P. Smith authored
to avoid failing due to the select() file descriptor limit. Contributed by Akintayo Holder and under the Google contributor agreement.
-
- 03 Jul, 2012 2 commits
-
-
É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
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.
-
- 17 Jun, 2012 1 commit
-
-
Ezio Melotti authored
-
- 28 May, 2012 1 commit
-
-
Antoine Pitrou authored
Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. Additional comments by Tim Silk.
-
- 20 May, 2012 1 commit
-
-
Martin v. Löwis authored
Original patch by Stefano Taschini.
-
- 19 May, 2012 1 commit
-
-
Petri Lehtinen authored
-
- 18 May, 2012 1 commit
-
-
Petri Lehtinen authored
-
- 10 May, 2012 2 commits
-
-
Antoine Pitrou authored
-
Jesus Cea authored
-
- 09 May, 2012 1 commit
-
-
Antoine Pitrou authored
-
- 06 May, 2012 1 commit
-
-
Ezio Melotti authored
-
- 23 Apr, 2012 1 commit
-
-
Benjamin Peterson authored
-
- 12 Apr, 2012 2 commits
-
-
R David Murray authored
Patch by Serhiy Storchaka.
-
Charles-François Natali authored
-
- 08 Apr, 2012 1 commit
-
-
Antoine Pitrou authored
This avoids crashing the server loop when a signal is received. Patch by Jerzy Kozera.
-
- 12 Mar, 2012 1 commit
-
-
Ezio Melotti authored
-
- 22 Feb, 2012 1 commit
-
-
Nadeem Vawda authored
Patch by Francisco Martín Brugué
-
- 21 Feb, 2012 1 commit
-
-
Petri Lehtinen authored
Closes #8033.
-
- 17 Feb, 2012 1 commit
-
-
Petri Lehtinen authored
Initial patch by Torsten Landschoff. Closes #11689.
-
- 12 Feb, 2012 2 commits
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Closes #9750
-
- 31 Jan, 2012 1 commit
-
-
Terry Jan Reedy authored
to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy.
-
- 17 Jan, 2012 1 commit
-
-
Antoine Pitrou authored
Patch by Oleg Plakhotnyuk.
-
- 01 Mar, 2012 1 commit
-
-
Petri Lehtinen authored
Initial patch by Johannes Vogel. Issue #13491.
-