- 21 Sep, 2009 6 commits
-
-
Antoine Pitrou authored
and other platforms, when using a non-gcc compiler. Patch by egreen. In addition, I made explicit the signedness of all bitfields in the IO library.
-
Mark Dickinson authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch)
-
- 20 Sep, 2009 9 commits
-
-
Doug Hellmann authored
-
Ronald Oussoren authored
* Upgrade bzip dependency to 1.0.5
-
Ronald Oussoren authored
-
Ronald Oussoren authored
version of libffi in OSX 10.6.1. This fixes issue6918
-
Ronald Oussoren authored
to the libedit emulation of the readline API on OSX 10.5 or later. This also adds a minimal testsuite for readline to check that the history manipuation functions have the same interface with both C libraries.
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-
Ezio Melotti authored
-
- 19 Sep, 2009 7 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Thomas Heller authored
-
Georg Brandl authored
-
Georg Brandl authored
#6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a SystemError is set. Also clean up another usage of PyArg_ParseTuple.
-
- 18 Sep, 2009 14 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
-
Thomas Heller authored
does now always result in NULL.
-
Thomas Heller authored
base class positional arguments.
-
Mark Dickinson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 17 Sep, 2009 4 commits
-
-
Benjamin Peterson authored
-
Georg Brandl authored
Make the optparse doc style a bit more standard: use standard description units for attrs/methods/etc., and use the correct referencing roles.
-
Georg Brandl authored
-
Georg Brandl authored
-