- 10 Şub, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 09 Şub, 2012 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
Reedy.
-
Senthil Kumaran yazdı
where relevant, instead send method.
-
- 08 Şub, 2012 1 kayıt (commit)
-
-
Charles-François Natali yazdı
can't be called reliably from a worker thread.
-
- 06 Şub, 2012 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Petri Lehtinen yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 05 Şub, 2012 8 kayıt (commit)
-
-
Ned Deily yazdı
-
Terry Jan Reedy yazdı
Patch by Guilherme Polo and Roger Serwy.
-
Terry Jan Reedy yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
This dict entry is added a few lines after if the bzip2 module is available, but removing this line was forgotten.
-
Nadeem Vawda yazdı
-
Georg Brandl yazdı
-
Meador Inge yazdı
-
- 04 Şub, 2012 7 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Ned Deily yazdı
module, like hashlib. (Patch by Roger Serwy)
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Charles-François Natali yazdı
multiprocessing.Connection socket can't be bound.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 03 Şub, 2012 3 kayıt (commit)
-
-
Ned Deily yazdı
-
Vinay Sajip yazdı
-
Ned Deily yazdı
-
- 02 Şub, 2012 4 kayıt (commit)
-
-
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.
-
Petri Lehtinen yazdı
Closes #13402.
-
Stefan Krah yazdı
-
- 01 Şub, 2012 4 kayıt (commit)
-
-
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.
-
Raymond Hettinger yazdı
-
- 31 Ock, 2012 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy.
-
- 30 Ock, 2012 3 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) 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).
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 29 Ock, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Hynek Schlawack.
-