- 11 Jun, 2009 1 commit
-
-
Tarek Ziadé authored
-
- 10 Jun, 2009 5 commits
-
-
Amaury Forgeot d'Arc authored
-
Tarek Ziadé authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
- 09 Jun, 2009 9 commits
-
-
Amaury Forgeot d'Arc authored
(There are still a few test files that don't use the standard layout)
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
since the introduction of the SETUP_WITH opcode, __enter__ and __exit__ methods must belong to the type, and are not retrieved at the instance level (__dict__ or __getattr__). Add a note in whatsnew about this incompatibility; old style classes are not affected.
-
Amaury Forgeot d'Arc authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Eric Smith authored
-
R. David Murray authored
os.popen to subprocess. Also fixes reference link in the os.spawn documentation.
-
- 08 Jun, 2009 8 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ronald Oussoren authored
--enable-shared
-
Ronald Oussoren authored
of Python (on OSX), and the end result of that is that the combination of ``python-config --ldflags`` and ``python-config --libs`` refers to an actually existing location. I've done this in preference to changing python-config to specify '-framework Python' for linking because that doesn't work when you have multiple versions of python installed (because '-framework Python' will always link to the 'Current' version of the framework, without a possibility to specify a specific version).
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 07 Jun, 2009 8 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Kristján Valur Jónsson authored
Add a feature to disable the Nagle algorithm on sockets in TCPServer
-
Benjamin Peterson authored
-
- 06 Jun, 2009 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 05 Jun, 2009 5 commits
-
-
Benjamin Peterson authored
-
Michael Foord authored
-
Tarek Ziadé authored
-
Eric Smith authored
-
Hirokazu Yamamoto authored
-