- 14 Agu, 2012 7 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
Patch by Chris Jerdonek.
-
Matthias Klose yazdı
-
Andrew Svetlov yazdı
Patch by Yury Selivanov.
-
Richard Oudkerk yazdı
on Windows without the "if __name__ == '__main__'" idiom.
-
Georg Brandl yazdı
-
- 13 Agu, 2012 4 kayıt (commit)
-
-
Brian Curtin yazdı
Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth
-
Andrew Svetlov yazdı
Patch by Chris Jerdonek.
-
Andrew Svetlov yazdı
Patch by Chris Jerdonek.
-
Andrew Svetlov yazdı
Thanks to Chris Jerdonek
-
- 12 Agu, 2012 8 kayıt (commit)
-
-
Senthil Kumaran yazdı
Daniel Ellis.
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
- 11 Agu, 2012 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Closes #15620: check for presence of readline.clear_history(), which is apparently missing on some readline versions, before calling it in the test.
-
Meador Inge yazdı
Patch by Ludwig Hähne.
-
- 09 Agu, 2012 3 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
Initial patch by Anton Barkovsky.
-
Ned Deily yazdı
failure on OS X built with 10.4 ABI.
-
- 06 Agu, 2012 2 kayıt (commit)
-
-
R David Murray yazdı
Patch by Chris Jerdonek.
-
Brett Cannon yazdı
__import__(). To help explain why the -1 default value is typically not seen, a note about how import statements only use values of >= 0 is also noted.
-
- 05 Agu, 2012 2 kayıt (commit)
-
-
Ned Deily yazdı
-
Antoine Pitrou yazdı
-
- 04 Agu, 2012 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Andrew Svetlov yazdı
Patch by Roger Serwy.
-
Sandro Tosi yazdı
-
- 03 Agu, 2012 5 kayıt (commit)
-
-
Victor Stinner yazdı
sys.stdout and sys.stderr are now using "\r\n" newline on Windows, as Python 2.
-
Victor Stinner yazdı
translate newlines on output.
-
Antoine Pitrou yazdı
Make TextIOWrapper's documentation clearer by copying the newline argument's description from open().
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-