- 16 Oct, 2009 1 commit
-
-
Eric Smith authored
........ r75446 | eric.smith | 2009-10-16 10:26:36 -0400 (Fri, 16 Oct 2009) | 1 line Removed usage of unsafe PyFloat_AsString. ........
-
- 14 Oct, 2009 1 commit
-
-
Vinay Sajip authored
-
- 13 Oct, 2009 1 commit
-
-
Tarek Ziadé authored
-
- 12 Oct, 2009 1 commit
-
-
Tarek Ziadé authored
Fixed #7115: using paths instead of dotted name for extensions works too in distutils.command.build_ext
-
- 11 Oct, 2009 1 commit
-
-
Senthil Kumaran authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75333 | senthil.kumaran | 2009-10-11 07:30:07 +0530 (Sun, 11 Oct 2009) | 3 lines Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment ........
-
- 08 Oct, 2009 1 commit
-
-
Ronald Oussoren authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75281 | ronald.oussoren | 2009-10-08 10:04:15 +0200 (Thu, 08 Oct 2009) | 3 lines Ensure that _scproxy gets build even when --disable-toolbox-glue is specified on OSX. Fixes a regression in 2.6.3. ........
-
- 06 Oct, 2009 3 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Tarek Ziadé authored
-
- 05 Oct, 2009 3 commits
-
-
Tarek Ziadé authored
Fixed #7064: making sure get_ext_filename is called as Setuptools is assuming so it doesn't break it
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 04 Oct, 2009 7 commits
-
-
Kurt B. Kaiser authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71995 | kurt.kaiser | 2009-04-26 19:22:11 -0400 (Sun, 26 Apr 2009) | 2 lines Right click 'go to file/line' not working if spaces in path. Bug 5559. ........ r72227 | kurt.kaiser | 2009-05-02 22:05:22 -0400 (Sat, 02 May 2009) | 2 lines Further development of issue5559, handle Windows files which not only have embedded spaces, but leading spaces. ........
-
Kurt B. Kaiser authored
........ r72226 | kurt.kaiser | 2009-05-02 21:03:44 -0400 (Sat, 02 May 2009) | 3 lines idle.py modified and simplified to better support developing experimental versions of IDLE which are not installed in the standard location. ........
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Mark Dickinson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75236 | mark.dickinson | 2009-10-04 19:38:39 +0100 (Sun, 04 Oct 2009) | 4 lines Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds (and also, with luck, on the x86 FreeBSD buildbot), by making sure that some user time is used in test_itimer_virtual. ........
-
Vinay Sajip authored
-
Georg Brandl authored
-
- 03 Oct, 2009 7 commits
-
-
Tarek Ziadé authored
........ r75209 | tarek.ziade | 2009-10-03 16:52:33 +0200 (Sat, 03 Oct 2009) | 1 line now uses the right exception type ........
-
Mark Dickinson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75205 | mark.dickinson | 2009-10-03 11:14:34 +0100 (Sat, 03 Oct 2009) | 2 lines Issue #7028: Add note to hex() builtin docs pointing to float.hex(). ........
-
Mark Dickinson authored
........ r75157 | mark.dickinson | 2009-09-30 17:58:01 +0100 (Wed, 30 Sep 2009) | 1 line Fix buggy accuracy test ........
-
Mark Dickinson authored
unnormalized PyLong objects; make it raise ValueError instead.
-
Mark Dickinson authored
........ r75141 | mark.dickinson | 2009-09-29 20:01:06 +0100 (Tue, 29 Sep 2009) | 3 lines Issue #7019: Unmarshalling of bad long data could produce unnormalized PyLongs. Raise ValueError instead. ........
-
Tarek Ziadé authored
-
Tarek Ziadé authored
........ r75196 | tarek.ziade | 2009-10-03 02:07:35 +0200 (Sat, 03 Oct 2009) | 1 line removing the last remaning apply() calls ........
-
- 02 Oct, 2009 3 commits
-
-
Tarek Ziadé authored
........ r75192 | tarek.ziade | 2009-10-03 01:49:48 +0200 (Sat, 03 Oct 2009) | 1 line #6516 added owner/group support for tarfiles in Distutils ........
-
Tarek Ziadé authored
-
Barry Warsaw authored
-
- 01 Oct, 2009 3 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Antoine Pitrou authored
........ r75171 | antoine.pitrou | 2009-10-01 19:08:03 +0200 (jeu., 01 oct. 2009) | 4 lines Sync the 2.x `io` docs with py3k, with a small note as to the distinction between bytes streams and text streams. ........
-
- 30 Sep, 2009 3 commits
-
-
Barry Warsaw authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 29 Sep, 2009 5 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Gregory P. Smith authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75149 | gregory.p.smith | 2009-09-29 14:56:31 -0700 (Tue, 29 Sep 2009) | 3 lines Mention issue6972 in extractall docs about overwriting things outside of the supplied path. ........
-
Ronald Oussoren authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75147 | ronald.oussoren | 2009-09-29 21:34:13 +0200 (Tue, 29 Sep 2009) | 4 lines Fix for issue6957: ensure that the OSX installer installs a version of Python that can build extensions on OSX 10.6. ........
-
Philip Jenvey authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75143 | philip.jenvey | 2009-09-29 12:10:15 -0700 (Tue, 29 Sep 2009) | 5 lines #5329: fix os.popen* regression from 2.5: don't execute commands as a sequence through the shell. also document the correct subprocess replacement for this case patch from Jean-Paul Calderone and Jani Hakala ........
-