- 22 Aug, 2008 7 commits
-
-
Christian Heimes authored
-
Benjamin Peterson authored
Reviewer: Christian Heimes
-
Christian Heimes authored
Modules/_collectionsmodule.c:674: warning: format '%i' expects type 'int', but argument 2 has type 'Py_ssize_t' Reviewed by Benjamin Peterson
-
Christian Heimes authored
Modules/_sqlite/row.c:187: warning: suggest parentheses around && within || Reviewed by Benjamin Peterson
-
Christian Heimes authored
Objects/stringlib/find.h:97: warning: 'stringlib_contains_obj' defined but not used Reviewed by Benjamin Peterson
-
Christian Heimes authored
Changed type of numarenas from uint to size_t to silence a GCC warning on 64bit OSes. Reviewed by Benjamin Peterson.
-
Robert Schuppenies authored
-
- 21 Aug, 2008 5 commits
-
-
Mark Dickinson authored
rewrite float.fromhex to only allow ASCII hex digits on all platforms. (Tests for this are already present, but the test_float failures on Solaris hadn't been noticed before.) Reviewed by Antoine Pitrou.
-
Mark Dickinson authored
change is aimed at diagnosing issue 3633 (test_float fails on Solaris). Reviewed by Benjamin Peterson
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 20 Aug, 2008 11 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Benjamin Peterson authored
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
- 19 Aug, 2008 13 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65876 | benjamin.peterson | 2008-08-19 15:54:52 -0500 (Tue, 19 Aug 2008) | 1 line apply a fix I think will help Windows ........
-
Guido van Rossum authored
-
Guido van Rossum authored
Py_TPFLAGS_DEFAULT when not building the core.
-
Benjamin Peterson authored
-
Thomas Heller authored
-
Benjamin Peterson authored
-
Thomas Heller authored
that are COM methods must have a boolean True value.
-
Benjamin Peterson authored
-
Jesse Noller authored
issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included.
-
Benjamin Peterson authored
-
Thomas Heller authored
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65853 | benjamin.peterson | 2008-08-19 11:09:09 -0500 (Tue, 19 Aug 2008) | 1 line apply a patch for #3131. this solves the problem for the moment, but we should do some refactoring to get display logic out of RefactoringTool ........ r65854 | benjamin.peterson | 2008-08-19 11:37:38 -0500 (Tue, 19 Aug 2008) | 1 line another quick fix to get lib2to3 to work ........
-
- 18 Aug, 2008 4 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
they will still live in 3.0 but it can't hurt
-
Amaury Forgeot d'Arc authored
Be less strict when parsing these version numbers, they don't necessarily follow the python numbering scheme.
-