- 14 Aug, 2010 1 commit
-
-
Éric Araujo authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83993 | eric.araujo | 2010-08-14 04:30:34 +0200 (sam., 14 août 2010) | 2 lines Use a marker in generated MANIFEST files, don't touch files without it. Fixes #8688. ........
-
- 02 Aug, 2010 1 commit
-
-
Georg Brandl authored
Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line #8578: mention danger of not incref'ing weak referenced object. ........ r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line #7973: Fix distutils options spelling. ........ r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line #7386: add example that shows that trailing path separators are stripped. ........ r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line #8172: how does one use a property? ........ r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line #9451: strengthen warning about __*__ special name usage. ........ r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line #7280: note about nasmw.exe. ........ r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line #8861: remove unused variable. ........ r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line #8648: document UTF-7 codec functions. ........ r83563 | georg.brandl | 2010-08-02 22:21:21 +0200 (Mo, 02 Aug 2010) | 1 line #9037: add example how to raise custom exceptions from C code. ........ r83565 | georg.brandl | 2010-08-02 22:27:20 +0200 (Mo, 02 Aug 2010) | 1 line #9111: document that do_help() looks at docstrings. ........ r83571 | georg.brandl | 2010-08-02 22:44:34 +0200 (Mo, 02 Aug 2010) | 1 line Clarify that abs() is not a namespace. ........ r83574 | georg.brandl | 2010-08-02 22:47:56 +0200 (Mo, 02 Aug 2010) | 1 line #6867: epoll.register() returns None. ........ r83575 | georg.brandl | 2010-08-02 22:52:10 +0200 (Mo, 02 Aug 2010) | 1 line #9238: zipfile does handle archive comments. ........
-
- 12 Jul, 2010 1 commit
-
-
Ezio Melotti authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82839 | ezio.melotti | 2010-07-12 22:49:41 +0300 (Mon, 12 Jul 2010) | 1 line #6026: skip test_get_file_list when zlib is not available. ........
-
- 11 Jul, 2010 1 commit
-
-
Ronald Oussoren authored
when duplicate '-arch foo' flags end up in CFLAGS (which may happen when building a universal build using macports)
-
- 03 Jul, 2010 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 27 Jun, 2010 1 commit
-
-
Ronald Oussoren authored
1) The code that checks if an path should be located in the SDK explicitly excludes /usr/local. This fixes issue9046 2) The SDK variant for filtering "db_dirs_to_check" in setup.py was not doing anything because of a missing assignment.
-
- 21 Jun, 2010 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 06 Jun, 2010 1 commit
-
-
Benjamin Peterson authored
-
- 03 Jun, 2010 1 commit
-
-
Ronald Oussoren authored
honor the MacOSX SDK when one is specified. This is needed to be able to build using the 10.4u SDK while running on OSX 10.6. This is a fixed version of the patch in r80963, I've tested this patch on OSX and Linux.
-
- 17 May, 2010 2 commits
-
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
- 08 May, 2010 3 commits
-
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Ronald Oussoren authored
the OSX 10.4u SDK on MacOSX 10.6 by honoring the specified SDK when looking for files.
-
- 05 May, 2010 1 commit
-
-
Ronald Oussoren authored
to "sys.platform == 'mac'" and that is dead code because it refers to a platform that is no longer supported (and hasn't been supported for several releases). Fixes issue #7908 for the trunk.
-
- 30 Apr, 2010 1 commit
-
-
Tarek Ziadé authored
-
- 10 Apr, 2010 1 commit
-
-
Benjamin Peterson authored
-
- 02 Apr, 2010 1 commit
-
-
Tarek Ziadé authored
removed the local copy of xxmodule, and skip only test_build_ext when xxmodule is not found, not the whole unittest
-
- 01 Apr, 2010 1 commit
-
-
Florent Xicluna authored
-
- 21 Mar, 2010 1 commit
-
-
Florent Xicluna authored
But when the "dl" module is available, it gives a py3k deprecation warning.
-
- 07 Mar, 2010 1 commit
-
-
Florent Xicluna authored
-
- 06 Mar, 2010 7 commits
-
-
Benjamin Peterson authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
- 05 Mar, 2010 2 commits
-
-
Benjamin Peterson authored
-
Tarek Ziadé authored
reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged
-
- 23 Feb, 2010 2 commits
-
-
Tarek Ziadé authored
-
R. David Murray authored
with -OO. Tests requiring docstrings are skipped. Patch by Brian Curtin, thanks to Matias Torchinsky for helping review and improve the patch.
-
- 06 Feb, 2010 2 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-
- 03 Feb, 2010 1 commit
-
-
Tarek Ziadé authored
-
- 02 Feb, 2010 1 commit
-
-
Tarek Ziadé authored
-
- 26 Jan, 2010 2 commits
-
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-