- 04 Şub, 2012 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 03 Şub, 2012 8 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Martin v. Löwis yazdı
Patch by Michael Goderbauer.
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
- 02 Şub, 2012 11 kayıt (commit)
-
-
Georg Brandl yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust.
-
Charles-François Natali yazdı
a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust.
-
Petri Lehtinen yazdı
Closes #13402.
-
Petri Lehtinen yazdı
Closes #13402.
-
Petri Lehtinen yazdı
Change the coding declaration from ISO-8859-1 to iso-8859-1. Emacs doesn't understand the former.
-
Stefan Krah yazdı
Fedora buildbot.
-
Stefan Krah yazdı
-
- 01 Şub, 2012 8 kayıt (commit)
-
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
People searcing for the way to get a "service pack" will never find that we provide it here, and people that find this function won't know what CSD is until they run the function. On top of this, they won't know what the value means unless they really have a service pack installed. CSD, or Customer Service Diagnostics, is apparently no longer used, and was rarely used term at that. Most references to it online are from universities making Windows 2000 and XP service packs available to students.
-
Petri Lehtinen yazdı
Closes #13676.
-
Petri Lehtinen yazdı
Closes #13676.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 31 Ock, 2012 9 kayıt (commit)
-
-
Victor Stinner yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
- Issue #13506: Add '' to path for IDLE Shell when started and restarted with Restart Shell. Original patches by Marco Scataglini and Roger Serwy. Merge 3.2 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy.
-
Terry Jan Reedy yazdı
to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
results to (and to compare against previous runs). * * * Move importlib.test.benchmark to argparse.
-
- 30 Ock, 2012 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
being read from the header vs the values being used by fseek and ftell (Py_ssize_t for those). Updates the Py_BuildValue format string to match (including several existing wrong 'i's that should have been 'l's).
-
Gregory P. Smith yazdı
being read from the header vs the values being used by fseek and ftell (Py_ssize_t for those) and how they are computed. Py_ssize_t is used for actual file offsets so that files greater than 2gigs could be supported. Updates the Py_BuildValue format string to match (including several existing wrong 'i's that should have been 'l's).
-