]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
Antoine Pitrou [Wed, 18 Mar 2009 20:28:09 +0000 (20:28 +0000)]
Merged revisions 70461 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r70461 | antoine.pitrou | 2009-03-18 21:26:42 +0100 (mer., 18 mars 2009) | 3 lines
svnmerge from trunk for r70457 (sorry, I accidentally deleted the commit message)
........
Mark Dickinson [Wed, 18 Mar 2009 20:12:49 +0000 (20:12 +0000)]
Blocked revisions 70459 via svnmerge
........
r70459 | mark.dickinson | 2009-03-18 20:06:12 +0000 (Wed, 18 Mar 2009) | 7 lines
Issue #4258: Make it possible to use 30-bit digits for PyLongs:
- new configure option --enable-big-digits
- new structseq sys.int_info giving information about the internal format
By default, 30-bit digits are enabled on 64-bit machines but
disabled on 32-bit machines.
........
Mark Dickinson [Wed, 18 Mar 2009 14:52:01 +0000 (14:52 +0000)]
Blocked revisions 70452 via svnmerge
........
r70452 | mark.dickinson | 2009-03-18 14:47:41 +0000 (Wed, 18 Mar 2009) | 7 lines
Issue 4474: On platforms with sizeof(wchar_t) == 4 and
sizeof(Py_UNICODE) == 2, PyUnicode_FromWideChar now converts
each character outside the BMP to the appropriate surrogate pair.
Thanks Victor Stinner for the patch.
........
Hirokazu Yamamoto [Wed, 18 Mar 2009 12:46:34 +0000 (12:46 +0000)]
Merged revisions 70450 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r70450 | hirokazu.yamamoto | 2009-03-18 20:39:46 +0900 | 11 lines
Merged revisions 70448 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70448 | hirokazu.yamamoto | 2009-03-18 19:17:26 +0900 | 3 lines
Updated openssl support on VC6. (openssl-0.9.6g is old, cannot compile with _ssl.c)
If you use http://svn.python.org/projects/external/openssl-0.9.8g, Perl is not needed.
This scheme was ported from PCBuild.
........
................
Mark Dickinson [Wed, 18 Mar 2009 08:26:59 +0000 (08:26 +0000)]
Blocked revisions 70445 via svnmerge
................
r70445 | mark.dickinson | 2009-03-18 08:25:36 +0000 (Wed, 18 Mar 2009) | 10 lines
Merged revisions 70444 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70444 | mark.dickinson | 2009-03-18 08:22:51 +0000 (Wed, 18 Mar 2009) | 3 lines
Fix bug in _insert_thousands_sep: too much zero padding could be
added for 'n' formats with non-repeating thousands-separator.
........
................
Mark Dickinson [Tue, 17 Mar 2009 23:14:34 +0000 (23:14 +0000)]
Blocked revisions 70440 via svnmerge
................
r70440 | mark.dickinson | 2009-03-17 23:12:51 +0000 (Tue, 17 Mar 2009) | 10 lines
Merged revisions 70439 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70439 | mark.dickinson | 2009-03-17 23:03:46 +0000 (Tue, 17 Mar 2009) | 3 lines
Issue #2110: Add support for thousands separator and 'n' format specifier
to Decimal __format__ method.
........
................
Mark Dickinson [Tue, 17 Mar 2009 18:16:12 +0000 (18:16 +0000)]
Blocked revisions 70434 via svnmerge
........
r70434 | mark.dickinson | 2009-03-17 18:15:08 +0000 (Tue, 17 Mar 2009) | 2 lines
Move Misc/NEWS item to the right place.
........
Mark Dickinson [Tue, 17 Mar 2009 18:13:30 +0000 (18:13 +0000)]
Merged revisions 70432 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r70432 | mark.dickinson | 2009-03-17 18:10:15 +0000 (Tue, 17 Mar 2009) | 10 lines
Merged revisions 70430 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70430 | mark.dickinson | 2009-03-17 18:01:03 +0000 (Tue, 17 Mar 2009) | 3 lines
Fix bug in Decimal __format__ method that swapped left and right
alignment.
........
................
Nick Coghlan [Sun, 15 Mar 2009 05:10:35 +0000 (05:10 +0000)]
Blocked revisions 70380 via svnmerge
................
r70380 | nick.coghlan | 2009-03-15 15:07:56 +1000 (Sun, 15 Mar 2009) | 9 lines
Merged revisions 70378 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70378 | nick.coghlan | 2009-03-15 13:24:46 +1000 (Sun, 15 Mar 2009) | 1 line
Make marshalling errors a little more informative as to what went wrong
........
................
Eric Smith [Sat, 14 Mar 2009 12:30:25 +0000 (12:30 +0000)]
Blocked revisions 70366 via svnmerge
................
r70366 | eric.smith | 2009-03-14 08:29:34 -0400 (Sat, 14 Mar 2009) | 24 lines
Merged revisions 70364 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70364 | eric.smith | 2009-03-14 07:57:26 -0400 (Sat, 14 Mar 2009) | 17 lines
Issue 5237, Allow auto-numbered replacement fields in str.format() strings.
For simple uses for str.format(), this makes the typing easier. Hopfully this
will help in the adoption of str.format().
For example:
'The {} is {}'.format('sky', 'blue')
You can mix and matcth auto-numbering and named replacement fields:
'The {} is {color}'.format('sky', color='blue')
But you can't mix and match auto-numbering and specified numbering:
'The {0} is {}'.format('sky', 'blue')
ValueError: cannot switch from manual field specification to automatic field numbering
Will port to 3.1.
........
................
Antoine Pitrou [Sat, 14 Mar 2009 00:15:11 +0000 (00:15 +0000)]
Merged revisions 70357 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r70357 | antoine.pitrou | 2009-03-14 01:13:13 +0100 (sam., 14 mars 2009) | 9 lines
Merged revisions 70356 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70356 | antoine.pitrou | 2009-03-14 01:07:21 +0100 (sam., 14 mars 2009) | 3 lines
Issue #1222: locale.format() bug when the thousands separator is a space character.
........
................
Antoine Pitrou [Fri, 13 Mar 2009 23:46:17 +0000 (23:46 +0000)]
Merged revisions 70352 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r70352 | antoine.pitrou | 2009-03-14 00:42:55 +0100 (sam., 14 mars 2009) | 4 lines
Issue #5016: FileIO.seekable() could return False if the file position
was negative when truncated to a C int. Patch by Victor Stinner.
........
Antoine Pitrou [Fri, 13 Mar 2009 22:38:28 +0000 (22:38 +0000)]
Blocked revisions 70349 via svnmerge
........
r70349 | antoine.pitrou | 2009-03-13 23:33:17 +0100 (ven., 13 mars 2009) | 4 lines
The error detection code in FileIO.close() could fail to reflect the `errno` value, and report it as -1 instead.
........
Antoine Pitrou [Fri, 13 Mar 2009 20:38:56 +0000 (20:38 +0000)]
Merged revisions 70344 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r70344 | antoine.pitrou | 2009-03-13 20:25:20 +0100 (ven., 13 mars 2009) | 4 lines
Issue #5392: when a very low recursion limit was set, the interpreter would
abort with a fatal error after the recursion limit was hit twice.
........
Raymond Hettinger [Thu, 12 Mar 2009 00:31:32 +0000 (00:31 +0000)]
Issue 5477: Fix buglet in the itertools documentation.
Tarek Ziadé [Wed, 11 Mar 2009 12:55:22 +0000 (12:55 +0000)]
Blocked revisions 70310 via svnmerge
................
r70310 | tarek.ziade | 2009-03-11 13:52:00 +0100 (Wed, 11 Mar 2009) | 9 lines
Merged revisions 70308 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70308 | tarek.ziade | 2009-03-11 13:48:04 +0100 (Wed, 11 Mar 2009) | 1 line
Issue #5472: Fixed distutils.test_util tear down
........
................
Raymond Hettinger [Tue, 10 Mar 2009 00:10:10 +0000 (00:10 +0000)]
Fix markup.
Benjamin Peterson [Mon, 9 Mar 2009 21:16:41 +0000 (21:16 +0000)]
fix StringIO newline translation #5456
Benjamin Peterson [Mon, 9 Mar 2009 21:12:36 +0000 (21:12 +0000)]
Merged revisions 70282-70283 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r70282 | benjamin.peterson | 2009-03-09 16:04:33 -0500 (Mon, 09 Mar 2009) | 73 lines
Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,70171,70183,70188,70235,70244,70275,70281 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69998 | benjamin.peterson | 2009-02-26 13:04:40 -0600 (Thu, 26 Feb 2009) | 1 line
the startship is rather outdated now
........
r69999 | benjamin.peterson | 2009-02-26 13:05:59 -0600 (Thu, 26 Feb 2009) | 1 line
comma
........
r70002 | andrew.kuchling | 2009-02-26 16:34:30 -0600 (Thu, 26 Feb 2009) | 1 line
The curses panel library is now supported
........
r70022 | georg.brandl | 2009-02-27 10:23:18 -0600 (Fri, 27 Feb 2009) | 1 line
#5361: fix typo.
........
r70023 | georg.brandl | 2009-02-27 10:39:26 -0600 (Fri, 27 Feb 2009) | 1 line
#5363: fix cmpfiles() docs. Another instance where a prose description is twice as long as the code.
........
r70025 | georg.brandl | 2009-02-27 10:52:55 -0600 (Fri, 27 Feb 2009) | 1 line
#5344: fix punctuation.
........
r70026 | georg.brandl | 2009-02-27 10:59:03 -0600 (Fri, 27 Feb 2009) | 1 line
#5365: add quick look conversion table for different time representations.
........
r70061 | hirokazu.yamamoto | 2009-02-28 09:24:00 -0600 (Sat, 28 Feb 2009) | 1 line
Binary flag is needed on windows.
........
r70086 | benjamin.peterson | 2009-03-01 21:35:12 -0600 (Sun, 01 Mar 2009) | 1 line
fix a silly problem of caching gone wrong #5401
........
r70145 | benjamin.peterson | 2009-03-03 16:51:57 -0600 (Tue, 03 Mar 2009) | 1 line
making the writing more formal
........
r70171 | facundo.batista | 2009-03-04 15:18:17 -0600 (Wed, 04 Mar 2009) | 3 lines
Fixed a typo.
........
r70183 | benjamin.peterson | 2009-03-04 18:17:57 -0600 (Wed, 04 Mar 2009) | 1 line
add example
........
r70188 | hirokazu.yamamoto | 2009-03-05 03:34:14 -0600 (Thu, 05 Mar 2009) | 1 line
Fixed memory leak on failure.
........
r70235 | benjamin.peterson | 2009-03-07 18:21:17 -0600 (Sat, 07 Mar 2009) | 1 line
fix funky indentation
........
r70244 | martin.v.loewis | 2009-03-08 09:06:19 -0500 (Sun, 08 Mar 2009) | 2 lines
Add Chris Withers.
........
r70275 | georg.brandl | 2009-03-09 11:35:48 -0500 (Mon, 09 Mar 2009) | 2 lines
Add missing space.
........
r70281 | benjamin.peterson | 2009-03-09 15:38:56 -0500 (Mon, 09 Mar 2009) | 1 line
gzip and bz2 are context managers
........
................
r70283 | benjamin.peterson | 2009-03-09 16:08:47 -0500 (Mon, 09 Mar 2009) | 1 line
fix versionchanged
................
Raymond Hettinger [Mon, 9 Mar 2009 12:55:52 +0000 (12:55 +0000)]
Add cross-reference to the collections docs.
Raymond Hettinger [Mon, 9 Mar 2009 11:56:52 +0000 (11:56 +0000)]
Add consume() recipe to itertools docs.
Raymond Hettinger [Mon, 9 Mar 2009 11:39:53 +0000 (11:39 +0000)]
Issue 5443: Fix typo.
Raymond Hettinger [Sat, 7 Mar 2009 14:12:00 +0000 (14:12 +0000)]
Redocument the empty() and full() methods.
Guilherme Polo [Sat, 7 Mar 2009 02:20:24 +0000 (02:20 +0000)]
Blocked revisions 70225 via svnmerge
................
r70225 | guilherme.polo | 2009-03-06 23:19:14 -0300 (Fri, 06 Mar 2009) | 11 lines
Merged revisions 70223 via svnmerge from
svn+ssh://pythondev/python/trunk
........
r70223 | guilherme.polo | 2009-03-06 23:14:38 -0300 (Fri, 06 Mar 2009) | 4 lines
Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog only
after it is has been populated and properly configured in order to prevent
window flashing.
........
................
Guilherme Polo [Sat, 7 Mar 2009 01:58:16 +0000 (01:58 +0000)]
Merged revisions 70221 via svnmerge from
svn+ssh://pythondev/python/branches/py3k
................
r70221 | guilherme.polo | 2009-03-06 22:54:57 -0300 (Fri, 06 Mar 2009) | 15 lines
Merged revisions 70218-70219 via svnmerge from
svn+ssh://pythondev/python/trunk
........
r70218 | guilherme.polo | 2009-03-06 22:19:12 -0300 (Fri, 06 Mar 2009) | 1 line
Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string.
........
r70219 | guilherme.polo | 2009-03-06 22:47:49 -0300 (Fri, 06 Mar 2009) | 4 lines
Fixed issue #4792: Prevent a segfault in _tkinter by using the
guaranteed to be safe interp argument given to the PythonCmd in place
of the Tcl interpreter taken from a PythonCmd_ClientData.
........
................
Tarek Ziadé [Sat, 7 Mar 2009 01:13:29 +0000 (01:13 +0000)]
Blocked revisions 70216 via svnmerge
........
r70216 | tarek.ziade | 2009-03-07 02:12:09 +0100 (Sat, 07 Mar 2009) | 1 line
fixed except syntax for py3
........
Tarek Ziadé [Sat, 7 Mar 2009 00:58:16 +0000 (00:58 +0000)]
Blocked revisions 70214 via svnmerge
................
r70214 | tarek.ziade | 2009-03-07 01:51:53 +0100 (Sat, 07 Mar 2009) | 9 lines
Merged revisions 70212 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70212 | tarek.ziade | 2009-03-07 01:32:45 +0100 (Sat, 07 Mar 2009) | 1 line
Issue #5394: removed > 2.3 syntax from distutils.msvc9compiler
........
................
Raymond Hettinger [Fri, 6 Mar 2009 23:28:53 +0000 (23:28 +0000)]
Document the suggested alternative to emtpy() and full().
Hirokazu Yamamoto [Fri, 6 Mar 2009 03:19:56 +0000 (03:19 +0000)]
Merged revisions 70203 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r70203 | hirokazu.yamamoto | 2009-03-06 12:04:07 +0900 | 2 lines
Issue #5334: array.fromfile() failed to insert values when EOFError was raised.
Reviewed by Benjamin Peterson.
........
Hirokazu Yamamoto [Thu, 5 Mar 2009 15:05:07 +0000 (15:05 +0000)]
Merged revisions 70195 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r70195 | hirokazu.yamamoto | 2009-03-06 00:00:28 +0900 | 9 lines
Merged revisions 70193 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70193 | hirokazu.yamamoto | 2009-03-05 23:52:44 +0900 | 1 line
mmap.resize for anonymous map is not working yet, so changed to real file mapping...
........
................
Hirokazu Yamamoto [Thu, 5 Mar 2009 14:44:34 +0000 (14:44 +0000)]
Merged revisions 70191 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r70191 | hirokazu.yamamoto | 2009-03-05 23:33:01 +0900 | 12 lines
Merged revisions 70189 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70189 | hirokazu.yamamoto | 2009-03-05 23:21:12 +0900 | 4 lines
Issue #5385: Fixed mmap crash after resize failure on windows.
Now uses NULL instead of INVALID_HANDLE_VALUE as invalid map handle
because CreateFileMapping returns NULL when error occurs.
........
................
Ronald Oussoren [Wed, 4 Mar 2009 23:24:32 +0000 (23:24 +0000)]
Merged revisions 70181 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r70181 | ronald.oussoren | 2009-03-05 00:21:07 +0100 (Thu, 05 Mar 2009) | 3 lines
These are present in the trunk but no longer in 3.x, which causes problems
during the build of the Mac binary installer.
........
Ronald Oussoren [Wed, 4 Mar 2009 22:58:06 +0000 (22:58 +0000)]
Merged revisions 70179 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r70179 | ronald.oussoren | 2009-03-04 23:57:10 +0100 (Wed, 04 Mar 2009) | 4 lines
Fix for issue #5408. This only enables test_osx_env when the current build
is actually a framework build on OSX (the only environment where this test
is valid).
........
Ronald Oussoren [Wed, 4 Mar 2009 21:33:19 +0000 (21:33 +0000)]
Merged revisions 70174 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r70174 | ronald.oussoren | 2009-03-04 22:32:48 +0100 (Wed, 04 Mar 2009) | 14 lines
Merged revisions 70172 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70172 | ronald.oussoren | 2009-03-04 22:30:12 +0100 (Wed, 04 Mar 2009) | 7 lines
Change framework search order when looking for Tcl/Tk on OSX.
This is needed because the system linker looks in /Library/Framework before
it looks in /System/Library frameworks. Without this patch _tkinter will
be unusable when it is compiled on a system that has Tk 8.5 installed in
/Library/Frameworks (and the Apple 8.4 install in /System/Library/Frameworks)
........
................
Hirokazu Yamamoto [Wed, 4 Mar 2009 01:58:09 +0000 (01:58 +0000)]
Merged revisions 70157 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r70157 | hirokazu.yamamoto | 2009-03-04 10:52:10 +0900 | 1 line
Issue #5273: Fixed import failure on unicode path. (especially on windows)
........
Hirokazu Yamamoto [Tue, 3 Mar 2009 22:53:46 +0000 (22:53 +0000)]
Merged revisions 70142 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r70142 | hirokazu.yamamoto | 2009-03-04 07:41:26 +0900 | 9 lines
Merged revisions 70137 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70137 | hirokazu.yamamoto | 2009-03-04 07:18:14 +0900 | 1 line
Issue #5179: Fixed subprocess handle leak on failure on windows.
........
................
Benjamin Peterson [Mon, 2 Mar 2009 22:52:58 +0000 (22:52 +0000)]
Merged revisions 70109 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r70109 | benjamin.peterson | 2009-03-02 16:50:25 -0600 (Mon, 02 Mar 2009) | 9 lines
Merged revisions 70107 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70107 | benjamin.peterson | 2009-03-02 16:41:42 -0600 (Mon, 02 Mar 2009) | 1 line
give httplib.IncompleteRead a more sane repr #4308
........
................
Tarek Ziadé [Mon, 2 Mar 2009 05:41:57 +0000 (05:41 +0000)]
Blocked revisions 70051 via svnmerge
................
r70051 | tarek.ziade | 2009-02-28 11:16:43 +0100 (Sat, 28 Feb 2009) | 9 lines
Merged revisions 70049 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70049 | tarek.ziade | 2009-02-28 11:08:02 +0100 (Sat, 28 Feb 2009) | 1 line
Issues #
1533164 and #5378: Added quiet and force-optimize options to Distutils bdist_rpm command
........
................
Gregory P. Smith [Mon, 2 Mar 2009 05:35:45 +0000 (05:35 +0000)]
Merged revisions 70089 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r70089 | gregory.p.smith | 2009-03-01 21:04:04 -0800 (Sun, 01 Mar 2009) | 2 lines
Merged r70088 from trunk (re documentation update)
........
Raymond Hettinger [Sun, 1 Mar 2009 02:15:42 +0000 (02:15 +0000)]
Fix docs for ConfigParser.
Benjamin Peterson [Sat, 28 Feb 2009 19:15:55 +0000 (19:15 +0000)]
Merged revisions 70072 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r70072 | benjamin.peterson | 2009-02-28 13:06:54 -0600 (Sat, 28 Feb 2009) | 1 line
#4967 fix buggy read()
........
Mark Dickinson [Sat, 28 Feb 2009 15:54:47 +0000 (15:54 +0000)]
Merged revisions 70063 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r70063 | mark.dickinson | 2009-02-28 15:53:24 +0000 (Sat, 28 Feb 2009) | 9 lines
Merged revisions 70062 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70062 | mark.dickinson | 2009-02-28 15:50:40 +0000 (Sat, 28 Feb 2009) | 2 lines
Issue #5393: typo in cmath.cos and cmath.cosh docstring
........
................
Hirokazu Yamamoto [Sat, 28 Feb 2009 12:33:03 +0000 (12:33 +0000)]
Merged revisions 70057 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r70057 | hirokazu.yamamoto | 2009-02-28 21:21:53 +0900 | 10 lines
Merged revisions 70056 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70056 | hirokazu.yamamoto | 2009-02-28 21:13:07 +0900 | 2 lines
Issue #
1733986 : Fixed mmap crash in accessing elements of second map object
with same tagname but larger size than first map. (Windows)
........
................
Hirokazu Yamamoto [Sat, 28 Feb 2009 11:50:11 +0000 (11:50 +0000)]
Merged revisions 70053 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r70053 | hirokazu.yamamoto | 2009-02-28 19:56:50 +0900 | 10 lines
Merged revisions 70052 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70052 | hirokazu.yamamoto | 2009-02-28 19:31:54 +0900 | 2 lines
Issue #5386: mmap.write_byte didn't check map size, so it could cause buffer
overrun.
........
................
Georg Brandl [Fri, 27 Feb 2009 17:54:11 +0000 (17:54 +0000)]
Merged revisions 70029 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r70029 | georg.brandl | 2009-02-27 18:52:38 +0100 (Fr, 27 Feb 2009) | 1 line
another instance of #804543: use strdup() when saving the result of setlocale() because it could be overwritten by subsequent setlocale()s.
........
Tarek Ziadé [Fri, 27 Feb 2009 13:00:45 +0000 (13:00 +0000)]
Blocked revisions 70019 via svnmerge
................
r70019 | tarek.ziade | 2009-02-27 13:58:56 +0100 (Fri, 27 Feb 2009) | 9 lines
Merged revisions 70017 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70017 | tarek.ziade | 2009-02-27 13:53:34 +0100 (Fri, 27 Feb 2009) | 1 line
Issue #5052: make Distutils compatible with 2.3 again.
........
................
Tarek Ziadé [Fri, 27 Feb 2009 02:23:18 +0000 (02:23 +0000)]
Blocked revisions 70009 via svnmerge
................
r70009 | tarek.ziade | 2009-02-27 03:22:25 +0100 (Fri, 27 Feb 2009) | 9 lines
Merged revisions 70007 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70007 | tarek.ziade | 2009-02-27 03:14:35 +0100 (Fri, 27 Feb 2009) | 1 line
more info on long_description
........
................
Tarek Ziadé [Thu, 26 Feb 2009 23:48:01 +0000 (23:48 +0000)]
Blocked revisions 70005 via svnmerge
................
r70005 | tarek.ziade | 2009-02-27 00:47:00 +0100 (Fri, 27 Feb 2009) | 9 lines
Merged revisions 70003 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70003 | tarek.ziade | 2009-02-27 00:44:00 +0100 (Fri, 27 Feb 2009) | 1 line
removed unused import
........
................
Benjamin Peterson [Thu, 26 Feb 2009 18:58:14 +0000 (18:58 +0000)]
Blocked revisions 69996 via svnmerge
................
r69996 | benjamin.peterson | 2009-02-26 12:55:48 -0600 (Thu, 26 Feb 2009) | 14 lines
Merged revisions 69811,69947 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69811 | collin.winter | 2009-02-20 13:30:41 -0600 (Fri, 20 Feb 2009) | 2 lines
Issue 5176: special-case string formatting in BINARY_MODULO implementation. This shows a modest (1-3%) speed-up in templating systems, for example.
........
r69947 | jeffrey.yasskin | 2009-02-24 16:48:34 -0600 (Tue, 24 Feb 2009) | 3 lines
Tools/scripts/analyze_dxp.py, a module with some helper functions to
analyze the output of sys.getdxp().
........
................
Benjamin Peterson [Thu, 26 Feb 2009 03:58:04 +0000 (03:58 +0000)]
Merged revisions 69990 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69990 | benjamin.peterson | 2009-02-25 21:38:59 -0600 (Wed, 25 Feb 2009) | 45 lines
Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69803 | georg.brandl | 2009-02-20 01:48:21 -0600 (Fri, 20 Feb 2009) | 1 line
#5327: fix a broken link by joining it.
........
r69804 | georg.brandl | 2009-02-20 02:22:21 -0600 (Fri, 20 Feb 2009) | 1 line
At least separate imports from other statements.
........
r69805 | georg.brandl | 2009-02-20 02:45:47 -0600 (Fri, 20 Feb 2009) | 2 lines
Fix punctuation.
........
r69840 | georg.brandl | 2009-02-21 13:09:40 -0600 (Sat, 21 Feb 2009) | 1 line
#5338, #5339: two types in the API manual.
........
r69901 | georg.brandl | 2009-02-23 05:24:46 -0600 (Mon, 23 Feb 2009) | 2 lines
#5349: C++ pure virtuals can also have an implementation.
........
r69905 | georg.brandl | 2009-02-23 09:51:27 -0600 (Mon, 23 Feb 2009) | 2 lines
#5352: str.count() counts non-overlapping instances.
........
r69907 | georg.brandl | 2009-02-23 12:33:48 -0600 (Mon, 23 Feb 2009) | 1 line
Fix grammar.
........
r69924 | benjamin.peterson | 2009-02-23 20:45:35 -0600 (Mon, 23 Feb 2009) | 1 line
update README on running tests
........
r69927 | neil.schemenauer | 2009-02-23 22:23:25 -0600 (Mon, 23 Feb 2009) | 1 line
Fix call to os.waitpid, it does not take keyword args.
........
r69987 | benjamin.peterson | 2009-02-25 18:30:11 -0600 (Wed, 25 Feb 2009) | 1 line
fix str.format()'s first arg #5371
........
................
Raymond Hettinger [Thu, 26 Feb 2009 00:23:35 +0000 (00:23 +0000)]
Fix typo.
Tarek Ziadé [Wed, 25 Feb 2009 22:34:26 +0000 (22:34 +0000)]
Blocked revisions 69904 via svnmerge
................
r69904 | tarek.ziade | 2009-02-23 13:47:55 +0100 (Mon, 23 Feb 2009) | 9 lines
Merged revisions 69902 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69902 | tarek.ziade | 2009-02-23 13:41:29 +0100 (Mon, 23 Feb 2009) | 1 line
more test coverage
........
................
Raymond Hettinger [Wed, 25 Feb 2009 01:01:05 +0000 (01:01 +0000)]
Backport 3.1 changes to super() docs.
Raymond Hettinger [Tue, 24 Feb 2009 12:49:33 +0000 (12:49 +0000)]
random.py: sync-up 3.0 docs from 3.1 updates.
Raymond Hettinger [Tue, 24 Feb 2009 11:31:49 +0000 (11:31 +0000)]
Backport r69934 and r69935:
register range() as a sequence
Use ABCs for input validation in random.sample()
Matthias Klose [Tue, 24 Feb 2009 11:18:39 +0000 (11:18 +0000)]
Move issues in Misc/NEWS fixed in 3.0.2 from the 3.0.1 to the 3.0.2 section.
Matthias Klose [Tue, 24 Feb 2009 11:06:11 +0000 (11:06 +0000)]
- Link the shared python library with $(MODLIBS).
Raymond Hettinger [Tue, 24 Feb 2009 10:52:16 +0000 (10:52 +0000)]
Fix-up random docs. Jumpahead was removed long ago. Other minor corrections.
Raymond Hettinger [Mon, 23 Feb 2009 20:48:09 +0000 (20:48 +0000)]
Sync-up itertools docs with Py3.1 version.
* Merge 69722: rewrite introduction and add summary table
* Merge 69740: generalize tee() recipe
* Fix tab alignment on recipes to match other recipes
Raymond Hettinger [Mon, 23 Feb 2009 19:44:00 +0000 (19:44 +0000)]
Update itertools recipes to use next().
Georg Brandl [Mon, 23 Feb 2009 10:42:25 +0000 (10:42 +0000)]
Block all blocking commits on the py3k branch.
Tarek Ziadé [Sun, 22 Feb 2009 20:21:47 +0000 (20:21 +0000)]
Blocked revisions 69883 via svnmerge
................
r69883 | tarek.ziade | 2009-02-22 21:20:59 +0100 (Sun, 22 Feb 2009) | 9 lines
Merged revisions 69881 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69881 | tarek.ziade | 2009-02-22 21:15:41 +0100 (Sun, 22 Feb 2009) | 1 line
Removing unused __main__ sections
........
................
Tarek Ziadé [Sun, 22 Feb 2009 20:08:16 +0000 (20:08 +0000)]
Blocked revisions 69876 via svnmerge
................
r69876 | tarek.ziade | 2009-02-22 21:05:16 +0100 (Sun, 22 Feb 2009) | 9 lines
Merged revisions 69874 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69874 | tarek.ziade | 2009-02-22 20:58:12 +0100 (Sun, 22 Feb 2009) | 1 line
moved distutils.text_file tests into a real unittest class
........
................
Tarek Ziadé [Sun, 22 Feb 2009 00:11:47 +0000 (00:11 +0000)]
Blocked revisions 69863 via svnmerge
................
r69863 | tarek.ziade | 2009-02-22 01:10:58 +0100 (Sun, 22 Feb 2009) | 9 lines
Merged revisions 69861 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69861 | tarek.ziade | 2009-02-22 01:07:45 +0100 (Sun, 22 Feb 2009) | 1 line
using versionchanged instead of versionadded for distutils doc on sdist default files
........
................
Raymond Hettinger [Sat, 21 Feb 2009 23:27:02 +0000 (23:27 +0000)]
Backport 69858: In Py3.x, a list comprehension is now faster than list(map(itemgetter(0), iterable)).
Mark Dickinson [Fri, 20 Feb 2009 20:54:32 +0000 (20:54 +0000)]
Merged revisions 69821 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69821 | mark.dickinson | 2009-02-20 20:53:56 +0000 (Fri, 20 Feb 2009) | 2 lines
More typos in Lib/turtle.py
........
Mark Dickinson [Fri, 20 Feb 2009 20:51:52 +0000 (20:51 +0000)]
Merged revisions 69819 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69819 | mark.dickinson | 2009-02-20 20:50:21 +0000 (Fri, 20 Feb 2009) | 9 lines
Merged revisions 69816 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69816 | mark.dickinson | 2009-02-20 20:42:53 +0000 (Fri, 20 Feb 2009) | 2 lines
Issue #5295: Typos in turtle.py
........
................
Eric Smith [Fri, 20 Feb 2009 14:30:15 +0000 (14:30 +0000)]
Merged revisions 69808 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69808 | eric.smith | 2009-02-20 09:25:03 -0500 (Fri, 20 Feb 2009) | 9 lines
Merged revisions 69806 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69806 | eric.smith | 2009-02-20 09:02:36 -0500 (Fri, 20 Feb 2009) | 1 line
Issue #5247: Improve error message when unknown format codes are used when using str.format() with str, int, and float arguments.
........
................
Benjamin Peterson [Fri, 20 Feb 2009 04:11:01 +0000 (04:11 +0000)]
Blocked revisions 69800 via svnmerge
................
r69800 | benjamin.peterson | 2009-02-19 22:09:19 -0600 (Thu, 19 Feb 2009) | 17 lines
Merged revisions 69415,69591,69593 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69415 | benjamin.peterson | 2009-02-07 13:08:22 -0600 (Sat, 07 Feb 2009) | 1 line
make destinsrc private
........
r69591 | martin.v.loewis | 2009-02-13 14:26:16 -0600 (Fri, 13 Feb 2009) | 1 line
Update Tix build procedure.
........
r69593 | martin.v.loewis | 2009-02-13 14:51:48 -0600 (Fri, 13 Feb 2009) | 1 line
Add optional code signing after merging.
........
................
Benjamin Peterson [Fri, 20 Feb 2009 04:05:32 +0000 (04:05 +0000)]
Merged revisions 69798 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69798 | benjamin.peterson | 2009-02-19 22:02:38 -0600 (Thu, 19 Feb 2009) | 13 lines
Merged revisions 69769,69776 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69769 | georg.brandl | 2009-02-19 02:30:06 -0600 (Thu, 19 Feb 2009) | 1 line
#5310, #3558: fix operator precedence table.
........
r69776 | georg.brandl | 2009-02-19 10:34:51 -0600 (Thu, 19 Feb 2009) | 2 lines
#5317: update IronPython URL.
........
................
Benjamin Peterson [Fri, 20 Feb 2009 03:32:23 +0000 (03:32 +0000)]
Merged revisions 69754,69794 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69754 | benjamin.peterson | 2009-02-18 22:22:03 -0600 (Wed, 18 Feb 2009) | 54 lines
Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69576 | georg.brandl | 2009-02-13 04:56:50 -0600 (Fri, 13 Feb 2009) | 1 line
#
1661108 : note that urlsafe encoded string can contain "=".
........
r69579 | georg.brandl | 2009-02-13 05:06:59 -0600 (Fri, 13 Feb 2009) | 2 lines
Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
........
r69580 | georg.brandl | 2009-02-13 05:10:04 -0600 (Fri, 13 Feb 2009) | 2 lines
Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
........
r69589 | martin.v.loewis | 2009-02-13 14:11:34 -0600 (Fri, 13 Feb 2009) | 2 lines
Move amd64 properties further to the top, so that they override
the linker options correctly.
........
r69619 | benjamin.peterson | 2009-02-14 11:00:51 -0600 (Sat, 14 Feb 2009) | 1 line
this needn't be a shebang line
........
r69620 | georg.brandl | 2009-02-14 11:01:36 -0600 (Sat, 14 Feb 2009) | 1 line
#5179: don't leak PIPE fds when child execution fails.
........
r69633 | hirokazu.yamamoto | 2009-02-15 03:19:48 -0600 (Sun, 15 Feb 2009) | 1 line
Fixed typo.
........
r69703 | raymond.hettinger | 2009-02-16 16:42:54 -0600 (Mon, 16 Feb 2009) | 3 lines
Issue 5229: Documentation for super() neglects to say what super() actually does
........
r69704 | raymond.hettinger | 2009-02-16 17:00:25 -0600 (Mon, 16 Feb 2009) | 1 line
Add explanation for super(type1, type2).
........
r69728 | georg.brandl | 2009-02-17 18:22:55 -0600 (Tue, 17 Feb 2009) | 2 lines
#5297: fix example.
........
r69729 | georg.brandl | 2009-02-17 18:25:13 -0600 (Tue, 17 Feb 2009) | 2 lines
#5296: sequence -> iterable.
........
r69730 | georg.brandl | 2009-02-17 18:31:36 -0600 (Tue, 17 Feb 2009) | 2 lines
#5268: mention VMSError.
........
................
r69794 | benjamin.peterson | 2009-02-19 21:19:25 -0600 (Thu, 19 Feb 2009) | 1 line
fix None errno #5312
................
Matthias Klose [Thu, 19 Feb 2009 07:12:22 +0000 (07:12 +0000)]
Taken from the 2.6 branch:
r68984 | georg.brandl | 2009-01-27 00:06:17 +0100 (Di, 27. Jan 2009) | 2 lines
Allow docs to be built with Sphinx 0.5.x.
Raymond Hettinger [Thu, 19 Feb 2009 06:47:42 +0000 (06:47 +0000)]
Add links to helpful external resources.
Raymond Hettinger [Thu, 19 Feb 2009 05:49:53 +0000 (05:49 +0000)]
Add an example for math.fsum() and elaborate on the accurary note.
Raymond Hettinger [Thu, 19 Feb 2009 04:49:39 +0000 (04:49 +0000)]
Add some cross-references to the docs. Simplify the python code equivalent for zip(). Supply an optional argument for the nth() recipe.
Hirokazu Yamamoto [Wed, 18 Feb 2009 16:47:04 +0000 (16:47 +0000)]
Merged revisions 69736 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69736 | hirokazu.yamamoto | 2009-02-19 01:38:00 +0900 | 14 lines
Merged revisions 69714,69718 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69714 | hirokazu.yamamoto | 2009-02-17 19:12:10 +0900 | 1 line
Issue #5292: Fixed mmap crash on its boundary access m[len(m)].
........
r69718 | hirokazu.yamamoto | 2009-02-17 22:17:26 +0900 | 3 lines
Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0,
The file was resized to wrong size.
........
................
Tarek Ziadé [Tue, 17 Feb 2009 23:11:12 +0000 (23:11 +0000)]
Blocked revisions 69726 via svnmerge
................
r69726 | tarek.ziade | 2009-02-18 00:10:18 +0100 (Wed, 18 Feb 2009) | 9 lines
Merged revisions 69724 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69724 | tarek.ziade | 2009-02-18 00:06:51 +0100 (Wed, 18 Feb 2009) | 1 line
fixed the data_files inclusion behavior
........
................
Tarek Ziadé [Tue, 17 Feb 2009 09:48:40 +0000 (09:48 +0000)]
Blocked revisions 69712 via svnmerge
................
r69712 | tarek.ziade | 2009-02-17 10:47:25 +0100 (Tue, 17 Feb 2009) | 9 lines
Merged revisions 69710 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69710 | tarek.ziade | 2009-02-17 10:42:44 +0100 (Tue, 17 Feb 2009) | 1 line
#2279 added the plain path case for data_files
........
................
Tarek Ziadé [Mon, 16 Feb 2009 21:55:10 +0000 (21:55 +0000)]
Blocked revisions 69697 via svnmerge
................
r69697 | tarek.ziade | 2009-02-16 22:51:13 +0100 (Mon, 16 Feb 2009) | 9 lines
Merged revisions 69693 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69693 | tarek.ziade | 2009-02-16 22:41:54 +0100 (Mon, 16 Feb 2009) | 1 line
#2279: use os.sep so the MANIFEST file test work on win32
........
................
Tarek Ziadé [Mon, 16 Feb 2009 21:53:04 +0000 (21:53 +0000)]
Blocked revisions 69696 via svnmerge
................
r69696 | tarek.ziade | 2009-02-16 22:49:12 +0100 (Mon, 16 Feb 2009) | 9 lines
Merged revisions 69692 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69692 | tarek.ziade | 2009-02-16 22:38:01 +0100 (Mon, 16 Feb 2009) | 1 line
Fixed #2279: distutils.sdist.add_defaults now add files listed in package_data and data_files
........
................
Benjamin Peterson [Mon, 16 Feb 2009 18:25:19 +0000 (18:25 +0000)]
Merged revisions 69682 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69682 | benjamin.peterson | 2009-02-16 12:22:15 -0600 (Mon, 16 Feb 2009) | 1 line
remove another use of cmp()
........
Eric Smith [Mon, 16 Feb 2009 12:40:36 +0000 (12:40 +0000)]
Blocked revisions 69667 via svnmerge
................
r69667 | eric.smith | 2009-02-16 07:37:11 -0500 (Mon, 16 Feb 2009) | 9 lines
Merged revisions 69666 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69666 | eric.smith | 2009-02-16 04:56:39 -0500 (Mon, 16 Feb 2009) | 1 line
Added Ross Light to ACKS, for bug 4285 (r69331).
........
................
Hirokazu Yamamoto [Mon, 16 Feb 2009 09:29:31 +0000 (09:29 +0000)]
Merged revisions 69664 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69664 | hirokazu.yamamoto | 2009-02-16 18:13:20 +0900 | 2 lines
Issue #5249: time.strftime returned malformed string when format string
contained non ascii character on windows.
........
Tarek Ziadé [Sat, 14 Feb 2009 14:38:01 +0000 (14:38 +0000)]
Blocked revisions 69613 via svnmerge
................
r69613 | tarek.ziade | 2009-02-14 15:35:51 +0100 (Sat, 14 Feb 2009) | 9 lines
Merged revisions 69609 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69609 | tarek.ziade | 2009-02-14 15:10:23 +0100 (Sat, 14 Feb 2009) | 1 line
Fix for #5257: refactored all tests in distutils, so they use a temporary directory.
........
................
Georg Brandl [Sat, 14 Feb 2009 08:55:22 +0000 (08:55 +0000)]
Adapt doc build directory.
Barry Warsaw [Sat, 14 Feb 2009 02:22:24 +0000 (02:22 +0000)]
Post release cleaup.
Tarek Ziadé [Fri, 13 Feb 2009 23:07:18 +0000 (23:07 +0000)]
Merged revisions 69600 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69600 | tarek.ziade | 2009-02-14 00:04:17 +0100 (Sat, 14 Feb 2009) | 9 lines
Merged revisions 69598 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69598 | tarek.ziade | 2009-02-14 00:00:43 +0100 (Sat, 14 Feb 2009) | 1 line
Fixed #4524: distutils build_script command failed with --with-suffix=3
........
................
Tarek Ziadé [Fri, 13 Feb 2009 22:27:40 +0000 (22:27 +0000)]
Blocked revisions 69596 via svnmerge
................
r69596 | tarek.ziade | 2009-02-13 23:26:15 +0100 (Fri, 13 Feb 2009) | 9 lines
Merged revisions 69594 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69594 | tarek.ziade | 2009-02-13 23:22:03 +0100 (Fri, 13 Feb 2009) | 1 line
Issue #2461: added tests for distutils.util
........
................
Tarek Ziadé [Fri, 13 Feb 2009 16:26:35 +0000 (16:26 +0000)]
Merged revisions 69587 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69587 | tarek.ziade | 2009-02-13 17:23:57 +0100 (Fri, 13 Feb 2009) | 9 lines
Merged revisions 69585 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69585 | tarek.ziade | 2009-02-13 17:13:16 +0100 (Fri, 13 Feb 2009) | 1 line
reverted leak fix, to use the one done in py3k branch (r67382)
........
................
Tarek Ziadé [Fri, 13 Feb 2009 09:16:28 +0000 (09:16 +0000)]
Blocked revisions 69568 via svnmerge
................
r69568 | tarek.ziade | 2009-02-13 10:15:20 +0100 (Fri, 13 Feb 2009) | 9 lines
Merged revisions 69566 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69566 | tarek.ziade | 2009-02-13 10:12:33 +0100 (Fri, 13 Feb 2009) | 1 line
#5158: added documentation on the depends option in distutils extensions
........
................
Barry Warsaw [Thu, 12 Feb 2009 23:47:16 +0000 (23:47 +0000)]
Tagging 3.0.1
Barry Warsaw [Thu, 12 Feb 2009 23:46:00 +0000 (23:46 +0000)]
More copyright and version number updates.
Barry Warsaw [Thu, 12 Feb 2009 23:35:41 +0000 (23:35 +0000)]
Bump to 3.0.1
Gregory P. Smith [Thu, 12 Feb 2009 21:13:48 +0000 (21:13 +0000)]
- Issue #3745: Fix hashlib to always reject unicode and non buffer-api
supporting objects as input no matter how it was compiled (built in
implementations or external openssl library).
Tarek Ziadé [Thu, 12 Feb 2009 21:04:22 +0000 (21:04 +0000)]
Merged revisions 69553 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r69553 | tarek.ziade | 2009-02-12 22:02:07 +0100 (Thu, 12 Feb 2009) | 9 lines
Merged revisions 69551 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69551 | tarek.ziade | 2009-02-12 21:56:21 +0100 (Thu, 12 Feb 2009) | 1 line
fixing the leak introduced in r69304
........
................
Jesse Noller [Thu, 12 Feb 2009 19:44:58 +0000 (19:44 +0000)]
Merge 68778,68788 to maint
Mark Dickinson [Thu, 12 Feb 2009 18:00:48 +0000 (18:00 +0000)]
Merged revisions 69547 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69547 | mark.dickinson | 2009-02-12 17:58:36 +0000 (Thu, 12 Feb 2009) | 3 lines
Issue 4998: restore utility of __slots__ on Fraction.
(forward merge of r68813).
........
Ronald Oussoren [Thu, 12 Feb 2009 16:09:09 +0000 (16:09 +0000)]
Merged revisions 69544 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69544 | ronald.oussoren | 2009-02-12 17:08:14 +0100 (Thu, 12 Feb 2009) | 2 lines
Fix for issue5224 ("Update Shell Profile.command" contains wrong Python version on OSX)
........
Ronald Oussoren [Thu, 12 Feb 2009 16:03:30 +0000 (16:03 +0000)]
Merged revisions 69542 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69542 | ronald.oussoren | 2009-02-12 17:02:11 +0100 (Thu, 12 Feb 2009) | 2 lines
This fixes issue3883 (text on the buttons in the preferences panel for IDLE doesn't fit on OSX)
........
Ronald Oussoren [Thu, 12 Feb 2009 15:56:48 +0000 (15:56 +0000)]
Merged revisions 69540 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69540 | ronald.oussoren | 2009-02-12 16:55:38 +0100 (Thu, 12 Feb 2009) | 5 lines
This fixes issue5143 and includes a test.
Issue5143 notes that getpath.c and main.c pass a 'char*' where
a 'wchar_t*' is expected on OSX.
........