- 16 Tem, 2016 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 23 Tem, 2016 4 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Chris Angelico.
-
Martin Panter yazdı
Patch by Xiang Zhang.
-
- 22 Tem, 2016 2 kayıt (commit)
-
-
Victor Stinner yazdı
* Replace "fd = -1" with "fd = INVALID_SOCKET" * Replace "fd < 0" with "fd == INVALID_SOCKET": SOCKET_T is unsigned on Windows Bug found by Pavel Belikov ("Fragment N1"): http://www.viva64.com/en/b/0414/#ID0ECDAE
-
Victor Stinner yazdı
Bug found by Pavel Belikov ("Fragment N1"): http://www.viva64.com/en/b/0414/#ID0ECDAE
-
- 19 Tem, 2016 2 kayıt (commit)
-
-
Zachary Ware yazdı
Patch by Alakshendra Yadav.
-
Martin Panter yazdı
-
- 18 Tem, 2016 6 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
Patch by Xiang Zhang.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
- 17 Tem, 2016 6 kayıt (commit)
-
-
Berker Peksag yazdı
Since 01ae1ac2daf4, it doesn't accept any arguments. Patch by Michael Killough.
-
Stefan Krah yazdı
eliminate all internal uses of overridden methods.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
or builtins for importing submodules or "from import". Fixed handling an error of non-string package name.
-
Serhiy Storchaka yazdı
Original patch by Alexandre Vassalotti.
-
- 16 Tem, 2016 4 kayıt (commit)
-
-
Steve Dower yazdı
-
Terry Jan Reedy yazdı
Users must include the same imports required to run directly in Python.
-
Brett Cannon yazdı
-
R David Murray yazdı
Patch by Costas.
-
- 15 Tem, 2016 6 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks to Xiang Zhang for the patch.
-
Steve Dower yazdı
-
Brett Cannon yazdı
Windows. Originally only b'PYTHONCASEOK' was being checked for in os.environ, but that won't work under Windows where all environment variables are strings (on OS X they are bytes). Thanks to Eryk Sun for the bug report.
-
Brett Cannon yazdı
type issues be about 'path' instead of 'name'. Thanks to Lev Maximov for the patch.
-
Berker Peksag yazdı
Patch by Stéphane Wirtel.
-
Benjamin Peterson yazdı
Patch by Ammar Askar.
-
- 14 Tem, 2016 8 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Evelyn Mitchell.
-
Berker Peksag yazdı
Patch by John Hagen.
-
Martin Panter yazdı
-
Steve Dower yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 12 Tem, 2016 1 kayıt (commit)
-
-
Yury Selivanov yazdı
Patch by Jim Fulton.
-