- 04 Feb, 2012 7 commits
-
-
Éric Araujo authored
Even though the resources system obsoletes data_files and package_data (see bug discussion), package_data still exists to allow compatibility with distutils and thus an easier transition. In setup.py, the values are lists of glob patterns, so the setup.cfg syntax needed a way to express multiple values too. Doc for this option will be added later as part of the big packaging doc patches. For now, the test serves as example. Reported by Erik Bray.
-
Éric Araujo authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 03 Feb, 2012 8 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Martin v. Löwis authored
Patch by Michael Goderbauer.
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
- 02 Feb, 2012 11 commits
-
-
Georg Brandl authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust.
-
Charles-François Natali authored
a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust.
-
Petri Lehtinen authored
Closes #13402.
-
Petri Lehtinen authored
Closes #13402.
-
Petri Lehtinen authored
Change the coding declaration from ISO-8859-1 to iso-8859-1. Emacs doesn't understand the former.
-
Stefan Krah authored
Fedora buildbot.
-
Stefan Krah authored
-
- 01 Feb, 2012 8 commits
-
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
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 authored
Closes #13676.
-
Petri Lehtinen authored
Closes #13676.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 31 Jan, 2012 6 commits
-
-
Victor Stinner authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
- 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.
-