Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
a153f06 Merged revisions 69118 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69118 | benjamin.peterson | 2009-01-29 21:39:35 -0600 (Thu, 29 Jan 2009) | 34 lines Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68884 | kristjan.jonsson | 2009-01-24 04:52:26 -0600 (Sat, 24 Jan 2009) | 1 line Add a test for UNC import paths, see issue 3677 ........ r68973 | georg.brandl | 2009-01-26 15:29:38 -0600 (Mon, 26 Jan 2009) | 2 lines Copy over docs on advanced role features from Sphinx docs. ........ r68978 | mark.dickinson | 2009-01-26 15:51:56 -0600 (Mon, 26 Jan 2009) | 3 lines Issue #5073: Fix occasional failure of bsddb/test/test_lock.py. Thanks Hirokazu Yamamoto for the patch. ........ r69003 | benjamin.peterson | 2009-01-26 21:07:53 -0600 (Mon, 26 Jan 2009) | 1 line excellent place to use a set() #5069 ........ r69083 | benjamin.peterson | 2009-01-28 21:03:00 -0600 (Wed, 28 Jan 2009) | 1 line fix download url ........ r69112 | benjamin.peterson | 2009-01-29 20:02:25 -0600 (Thu, 29 Jan 2009) | 1 line pep8tify conditionals ........ r69113 | benjamin.peterson | 2009-01-29 20:24:39 -0600 (Thu, 29 Jan 2009) | 1 line make _tkinter._flatten check the result of PySequence_Size for errors #3880 ........ ................ 30 January 2009, 03:48:23 UTC
f806dd4 Merged revisions 69108 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69108 | tarek.ziade | 2009-01-30 00:54:06 +0100 (Fri, 30 Jan 2009) | 9 lines Merged revisions 69106 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69106 | tarek.ziade | 2009-01-30 00:49:17 +0100 (Fri, 30 Jan 2009) | 1 line fixed test_make_distribution so it runs on any platform, as long as tar an gzip are available ........ ................ 29 January 2009, 23:56:08 UTC
ec2962d Merged revisions 69101 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69101 | antoine.pitrou | 2009-01-29 21:26:59 +0100 (jeu., 29 janv. 2009) | 11 lines Merged revisions 69100 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69100 | antoine.pitrou | 2009-01-29 21:19:34 +0100 (jeu., 29 janv. 2009) | 5 lines Issue #2047: shutil.move() could believe that its destination path was inside its source path if it began with the same letters (e.g. "src" vs. "src.new"). ........ ................ 29 January 2009, 20:38:03 UTC
05a24a6 Merged revisions 69098 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69098 | mark.hammond | 2009-01-30 00:08:01 +1100 (Fri, 30 Jan 2009) | 2 lines Fix issue5076: bdist_wininst fails on py3k ........ 29 January 2009, 13:12:10 UTC
b71396b Merged revisions 69096 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69096 | mark.hammond | 2009-01-29 23:36:50 +1100 (Thu, 29 Jan 2009) | 9 lines Merged revisions 69094 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69094 | mark.hammond | 2009-01-29 23:13:31 +1100 (Thu, 29 Jan 2009) | 2 lines Fix issue5075: bdist_wininst should not depend on the vc runtime? ........ ................ 29 January 2009, 12:41:42 UTC
2963827 Backport r69092 by hand since svnmerge keeps saying there is a conflict on '.'. 29 January 2009, 04:37:06 UTC
d64874e Blocked revisions 68791 via svnmerge ........ r68791 | brett.cannon | 2009-01-19 18:21:27 -0800 (Mon, 19 Jan 2009) | 3 lines Document the (very small) public API for importlib. As time goes on and some key refactorings occur more of the API will be exposed and documented. ........ 29 January 2009, 04:05:43 UTC
048ccb6 Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the table by taking out inherited requirements for abstract methods. 29 January 2009, 00:04:02 UTC
14b4d92 Beef-up tests for collections ABCs. 28 January 2009, 23:38:10 UTC
b9a58f6 Merged revisions 69068 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69068 | mark.dickinson | 2009-01-28 21:25:58 +0000 (Wed, 28 Jan 2009) | 3 lines Issue #4707: round(x, n) now returns an integer when x is an integer. Previously it returned a float. ........ 28 January 2009, 21:41:53 UTC
9e7bcea Fix spelling in filename. 28 January 2009, 21:06:01 UTC
19b7285 Blocked revisions 69064 via svnmerge ................ r69064 | guilherme.polo | 2009-01-28 18:40:48 -0200 (Wed, 28 Jan 2009) | 23 lines Merged revisions 69060-69063 via svnmerge from svn+ssh://pythondev/python/trunk ........ r69060 | guilherme.polo | 2009-01-28 17:23:28 -0200 (Wed, 28 Jan 2009) | 2 lines Added support for collecting tests only from specific packages. ........ r69061 | guilherme.polo | 2009-01-28 17:28:04 -0200 (Wed, 28 Jan 2009) | 4 lines * Renaming test_tk_* to test_ttk_* since that is what they are testing. * Added ttk tests to the expected skips mapping just like where test_tcl was expected to be skipped too. ........ r69062 | guilherme.polo | 2009-01-28 18:02:01 -0200 (Wed, 28 Jan 2009) | 1 line Make sure the root windows gets destroyed ........ r69063 | guilherme.polo | 2009-01-28 18:03:26 -0200 (Wed, 28 Jan 2009) | 2 lines Issue #5083: New 'gui' resource for regrtest. ........ ................ 28 January 2009, 20:47:25 UTC
550d224 Blocked revisions 69051,69055 via svnmerge ................ r69051 | guilherme.polo | 2009-01-28 12:41:10 -0200 (Wed, 28 Jan 2009) | 9 lines Merged revisions 69050 via svnmerge from svn+ssh://pythondev/python/trunk ........ r69050 | guilherme.polo | 2009-01-28 11:09:03 -0200 (Wed, 28 Jan 2009) | 2 lines Added the ttk module. See issue #2983: Ttk support for Tkinter. ........ ................ r69055 | guilherme.polo | 2009-01-28 14:06:51 -0200 (Wed, 28 Jan 2009) | 9 lines Merged revisions 69053 via svnmerge from svn+ssh://pythondev/python/trunk ........ r69053 | guilherme.polo | 2009-01-28 13:56:01 -0200 (Wed, 28 Jan 2009) | 2 lines Demos for ttk added. ........ ................ 28 January 2009, 16:17:01 UTC
4006a16 Merged revisions 69041 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69041 | mark.hammond | 2009-01-28 10:46:57 +1100 (Wed, 28 Jan 2009) | 10 lines Merged revisions 69038 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69038 | mark.hammond | 2009-01-28 10:12:23 +1100 (Wed, 28 Jan 2009) | 3 lines On Windows, use the Python 'Activation Context' when loading extensions to avoid problems loading the CRT from a private assembly. Via bug 4566. ........ ................ 27 January 2009, 23:50:56 UTC
549a7c6 Merged revisions 69032 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69032 | mark.dickinson | 2009-01-27 20:27:05 +0000 (Tue, 27 Jan 2009) | 2 lines Fix an occurrence of cmp that was missed in r69025 ........ 27 January 2009, 20:28:36 UTC
6a8bd90 Merged revisions 69025 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69025 | mark.dickinson | 2009-01-27 18:17:45 +0000 (Tue, 27 Jan 2009) | 3 lines Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from the standard library and tests. ........ 27 January 2009, 18:31:30 UTC
6e1e402 Resurrect two buffer tests, converting irepeat() to imul(). Undoes part of r68962. 27 January 2009, 11:04:59 UTC
41db776 Issue 5021: doctest.testfile should set __name__ 27 January 2009, 10:13:45 UTC
06dc0f5 Beautify grouper() recipe in docs. 27 January 2009, 05:00:57 UTC
57f3229 Put functions back in alphabetical order. 27 January 2009, 04:44:17 UTC
9455952 Forward port r68985: Idle startup message. 27 January 2009, 00:29:35 UTC
b095706 Merged revisions 68980 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68980 | mark.dickinson | 2009-01-26 21:56:07 +0000 (Mon, 26 Jan 2009) | 14 lines Merged revisions 68974-68975 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68974 | mark.dickinson | 2009-01-26 21:36:30 +0000 (Mon, 26 Jan 2009) | 4 lines Fix undefined behaviour (left shift of negative value) in long_hash. Also, rewrap a line of length > 79, and update comments. ........ r68975 | mark.dickinson | 2009-01-26 21:40:08 +0000 (Mon, 26 Jan 2009) | 2 lines Fix comment. ........ ................ 26 January 2009, 22:05:51 UTC
5424379 Merged revisions 68977,68981 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68977 | antoine.pitrou | 2009-01-26 22:48:00 +0100 (lun., 26 janv. 2009) | 3 lines Followup of #4705: we can't skip the binary buffering layer for stdin because FileIO doesn't have a read1() method ........ r68981 | antoine.pitrou | 2009-01-26 23:00:21 +0100 (lun., 26 janv. 2009) | 3 lines Fix test so as to also pass in debug mode ........ 26 January 2009, 22:03:09 UTC
7d7573e Merged revisions 68969 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68969 | tarek.ziade | 2009-01-26 18:23:20 +0100 (Mon, 26 Jan 2009) | 9 lines Merged revisions 68951 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68951 | tarek.ziade | 2009-01-26 00:34:00 +0100 (Mon, 26 Jan 2009) | 1 line Fixed #1885: --formats=tar,gztar was not working properly in the sdist command ........ ................ 26 January 2009, 17:25:44 UTC
825baf9 Fix signed/unsigned mismatch. 26 January 2009, 16:54:24 UTC
c578ec1 As discussed on python-dev, remove several operator functions isSequenceType(), isMappingType(), and isNumberType() in favor of using abstract base classes. Also, remove repeat() and irepeat() in favor of mul() and imul(). 26 January 2009, 03:44:49 UTC
0010be4 Backport r68942: update powerset() recipe. 26 January 2009, 02:22:01 UTC
e31cb0f Merged revisions 68949 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68949 | mark.dickinson | 2009-01-25 22:25:06 +0000 (Sun, 25 Jan 2009) | 10 lines Merged revisions 68947 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68947 | mark.dickinson | 2009-01-25 22:12:31 +0000 (Sun, 25 Jan 2009) | 3 lines No need for carry to be type twodigits in _PyLong_AsByteArray; digit is large enough. This change should silence a compiler warning on Windows. ........ ................ 25 January 2009, 22:26:28 UTC
e959f2f Blocked revisions 68935 via svnmerge ................ r68935 | tarek.ziade | 2009-01-25 20:31:22 +0100 (Sun, 25 Jan 2009) | 9 lines Merged revisions 68933 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68933 | tarek.ziade | 2009-01-25 20:29:10 +0100 (Sun, 25 Jan 2009) | 1 line Issue #4863, removing remaining bits ........ ................ 25 January 2009, 19:32:09 UTC
1c51def Blocked revisions 68931 via svnmerge ................ r68931 | tarek.ziade | 2009-01-25 19:27:45 +0100 (Sun, 25 Jan 2009) | 9 lines Merged revisions 68929 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68929 | tarek.ziade | 2009-01-25 19:19:25 +0100 (Sun, 25 Jan 2009) | 1 line Fixed #4863: removed distutils.mwerkscompiler ........ ................ 25 January 2009, 18:28:48 UTC
61f6317 Merged revisions 68922 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68922 | mark.dickinson | 2009-01-25 10:48:51 +0000 (Sun, 25 Jan 2009) | 9 lines Merged revisions 68920 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68920 | mark.dickinson | 2009-01-25 10:39:15 +0000 (Sun, 25 Jan 2009) | 2 lines Remove uses of cmp from the decimal module. ........ ................ 25 January 2009, 10:50:40 UTC
b3128db Merged revisions 68908 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68908 | mark.dickinson | 2009-01-24 21:46:33 +0000 (Sat, 24 Jan 2009) | 15 lines Merged revisions 68903,68906 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68903 | mark.dickinson | 2009-01-24 16:40:29 +0000 (Sat, 24 Jan 2009) | 5 lines Issue #1672332: Fix unpickling of subnormal floats, which was raising ValueError on some platforms as a result of the platform strtod setting errno on underflow. ........ r68906 | mark.dickinson | 2009-01-24 21:08:38 +0000 (Sat, 24 Jan 2009) | 2 lines Issue #3657: fix occasional test_pickletools failures. ........ ................ 24 January 2009, 21:47:45 UTC
1385fb3 Merged revisions 68889 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68889 | mark.dickinson | 2009-01-24 15:02:35 +0000 (Sat, 24 Jan 2009) | 9 lines Some minor cleanups in PyLong_FromLong: - fast path wasn't being properly taken for negative ints; thanks Victor Stinner for pointing this out. - use Py_SAFE_DOWNCAST instead of direct casting to digit (it's safer, especially if we ever consider moving to 30-bit digits) - cleaner way to write negation ........ 24 January 2009, 17:16:17 UTC
302b238 Merged revisions 68900 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68900 | mark.dickinson | 2009-01-24 16:22:21 +0000 (Sat, 24 Jan 2009) | 9 lines Merged revisions 68897 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68897 | mark.dickinson | 2009-01-24 16:17:27 +0000 (Sat, 24 Jan 2009) | 2 lines Issue #5025: Fix occasional test_kqueue failure on OS X. ........ ................ 24 January 2009, 16:26:46 UTC
15d15aa Merged revisions 68898 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68898 | martin.v.loewis | 2009-01-24 17:19:45 +0100 (Sa, 24 Jan 2009) | 10 lines Merged revisions 68893 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68893 | martin.v.loewis | 2009-01-24 16:47:27 +0100 (Sa, 24 Jan 2009) | 3 lines Issue #3881: Help Tcl to load even when started through the unreadable local symlink to "Program Files" on Vista. ........ ................ 24 January 2009, 16:25:04 UTC
52245fb Merged revisions 68895 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68895 | mark.dickinson | 2009-01-24 15:56:57 +0000 (Sat, 24 Jan 2009) | 13 lines Merged revisions 68890 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68890 | mark.dickinson | 2009-01-24 15:27:44 +0000 (Sat, 24 Jan 2009) | 6 lines Issue #4393: fix 3 classes of potential portability problems in longobject.c: - fix some places where counters into ob_digit were declared as int instead of Py_ssize_t - add (twodigit) casts where necessary - fix code in _PyLong_AsByteArray that uses << on negative values ........ ................ 24 January 2009, 15:59:38 UTC
c72aca3 Merged revisions 68887 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68887 | martin.v.loewis | 2009-01-24 15:10:07 +0100 (Sa, 24 Jan 2009) | 10 lines Merged revisions 68885 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68885 | martin.v.loewis | 2009-01-24 15:00:33 +0100 (Sa, 24 Jan 2009) | 3 lines Issue #4710: Extract directories properly in the zipfile module; allow adding directories to a zipfile. ........ ................ 24 January 2009, 14:18:13 UTC
3986c6e Merged revisions 68857 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68857 | antoine.pitrou | 2009-01-22 12:59:55 +0100 (jeu., 22 janv. 2009) | 3 lines Followup of #4874: also fix multibytecodec.c ........ 22 January 2009, 12:09:38 UTC
e386cdc Merged revisions 68855 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68855 | antoine.pitrou | 2009-01-22 11:11:36 +0100 (jeu., 22 janv. 2009) | 3 lines Issue #4874: Most builtin decoders now reject unicode input. ........ 22 January 2009, 10:31:33 UTC
25f4347 Merged revisions 68836 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68836 | antoine.pitrou | 2009-01-21 01:55:13 +0100 (mer., 21 janv. 2009) | 12 lines Merged revisions 68835 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68835 | antoine.pitrou | 2009-01-21 01:45:36 +0100 (mer., 21 janv. 2009) | 6 lines Issue #5008: When a file is opened in append mode with the new IO library, do an explicit seek to the end of file (so that e.g. tell() returns the file size rather than 0). This is consistent with the behaviour of the traditional 2.x file object. ........ ................ 21 January 2009, 01:05:40 UTC
0c0f960 Issue 5013: Fixed bug in FileHandler when delay was set - added fix for RotatingFileHandler and changed header comment slightly. 21 January 2009, 00:26:02 UTC
053ce7e Merged revisions 68814-68815 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68814 | mark.dickinson | 2009-01-20 20:43:58 +0000 (Tue, 20 Jan 2009) | 5 lines Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the 'L' opcode always appends an 'L' on output, just as 2.x does. When unpickling, remove the trailing 'L' (if present) before passing the result to PyLong_FromString. ........ r68815 | mark.dickinson | 2009-01-20 20:45:53 +0000 (Tue, 20 Jan 2009) | 2 lines Issue 4842, patch 2/2: int('3L') should be invalid in Python 3.x. ........ 20 January 2009, 21:20:01 UTC
fa1f6b6 Issue 4998: Decimal should not subclass or register with numbers.Real. 20 January 2009, 07:27:47 UTC
61251d5 Backport r68539, Fixes issue #3826 and #4791: Have SocketIO objects update their reference count in the underlying socket object on close() so that the underlying socket object is closed immediately when the last user is done rather than at an unknown later time when garbage collection can do it. 20 January 2009, 04:02:33 UTC
40e5081 Merged revisions 68782 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68782 | benjamin.peterson | 2009-01-19 15:00:09 -0600 (Mon, 19 Jan 2009) | 9 lines Merged revisions 68779 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68779 | benjamin.peterson | 2009-01-19 11:37:42 -0600 (Mon, 19 Jan 2009) | 1 line make bad file descriptor tests more robust ........ ................ 19 January 2009, 21:07:05 UTC
803c07f Blocked revisions 68780 via svnmerge ................ r68780 | benjamin.peterson | 2009-01-19 11:53:36 -0600 (Mon, 19 Jan 2009) | 14 lines Merged revisions 68763,68773 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68763 | kristjan.jonsson | 2009-01-19 07:10:27 -0600 (Mon, 19 Jan 2009) | 2 lines Issue 4957 Let os.ftruncate raise OSError like documented. ........ r68773 | benjamin.peterson | 2009-01-19 09:51:27 -0600 (Mon, 19 Jan 2009) | 1 line simplify code ........ ................ 19 January 2009, 17:56:16 UTC
3cd2b94 Merged revisions 68767,68769-68770 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68767 | benjamin.peterson | 2009-01-19 09:11:51 -0600 (Mon, 19 Jan 2009) | 9 lines Merged revisions 68755 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68755 | benjamin.peterson | 2009-01-18 18:08:08 -0600 (Sun, 18 Jan 2009) | 1 line raise an OSError for invalid fds #4991 ........ ................ r68769 | benjamin.peterson | 2009-01-19 09:15:02 -0600 (Mon, 19 Jan 2009) | 1 line reenable the invalid fd test for fdopen ................ r68770 | benjamin.peterson | 2009-01-19 09:19:46 -0600 (Mon, 19 Jan 2009) | 1 line fix compiler warning ................ 19 January 2009, 15:35:29 UTC
19c6ff1 Merged revisions 68477 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68477 | hirokazu.yamamoto | 2009-01-10 21:15:23 +0900 | 1 line Fixed 2to3 issue on tix module. ........ 19 January 2009, 06:33:19 UTC
dd08d4a Merged revisions 68746 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68746 | benjamin.peterson | 2009-01-18 16:27:04 -0600 (Sun, 18 Jan 2009) | 55 lines Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68633 | thomas.heller | 2009-01-16 12:53:44 -0600 (Fri, 16 Jan 2009) | 3 lines Change an example in the docs to avoid a mistake when the code is copy pasted and changed afterwards. ........ r68648 | benjamin.peterson | 2009-01-16 22:28:57 -0600 (Fri, 16 Jan 2009) | 1 line use enumerate ........ r68667 | amaury.forgeotdarc | 2009-01-17 14:18:59 -0600 (Sat, 17 Jan 2009) | 3 lines #4077: No need to append \n when calling Py_FatalError + fix a declaration to make it match the one in pythonrun.h ........ r68706 | benjamin.peterson | 2009-01-17 19:28:46 -0600 (Sat, 17 Jan 2009) | 1 line fix grammar ........ r68718 | georg.brandl | 2009-01-18 04:42:35 -0600 (Sun, 18 Jan 2009) | 1 line #4976: union() and intersection() take multiple args, but talk about "the other". ........ r68720 | georg.brandl | 2009-01-18 04:45:22 -0600 (Sun, 18 Jan 2009) | 1 line #4974: fix redundant mention of lists and tuples. ........ r68721 | georg.brandl | 2009-01-18 04:48:16 -0600 (Sun, 18 Jan 2009) | 1 line #4914: trunc is in math. ........ r68724 | georg.brandl | 2009-01-18 07:24:10 -0600 (Sun, 18 Jan 2009) | 1 line #4979: correct result range for some random functions. ........ r68725 | georg.brandl | 2009-01-18 07:47:26 -0600 (Sun, 18 Jan 2009) | 1 line #4857: fix augmented assignment target spec. ........ r68726 | georg.brandl | 2009-01-18 08:41:52 -0600 (Sun, 18 Jan 2009) | 1 line #4923: clarify what was added. ........ r68727 | georg.brandl | 2009-01-18 12:25:30 -0600 (Sun, 18 Jan 2009) | 1 line #4986: augassigns are not expressions. ........ r68739 | benjamin.peterson | 2009-01-18 15:11:38 -0600 (Sun, 18 Jan 2009) | 1 line fix test that wasn't working as expected #4990 ........ ................ 18 January 2009, 22:40:43 UTC
5f5f013 Blocked revisions 68736 via svnmerge ................ r68736 | benjamin.peterson | 2009-01-18 15:02:37 -0600 (Sun, 18 Jan 2009) | 40 lines Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68547 | kristjan.jonsson | 2009-01-12 12:09:27 -0600 (Mon, 12 Jan 2009) | 1 line Add tests for invalid format specifiers in strftime, and for handling of invalid file descriptors in the os module. ........ r68607 | kristjan.jonsson | 2009-01-14 04:50:57 -0600 (Wed, 14 Jan 2009) | 2 lines Re-enable all tests for windows platforms. Also, explicitly connect to the IPV4 address. On windows platforms supporting AF_INET6, the SocketProxy would connect using socket.create_connection('localhost', port) which would cycle through all address families and try to connect. It would try connecting using AF_INET6 first and this would cause a delay of up to a second. ........ r68610 | kristjan.jonsson | 2009-01-15 03:09:13 -0600 (Thu, 15 Jan 2009) | 3 lines Fix recently introduced test cases. For datetime, gentoo didn't seem to mind the %e format for strftime. So, we just excercise those instead making sure that we don't crash. For test_os, two cases were incorrect. ........ r68618 | kristjan.jonsson | 2009-01-15 11:20:21 -0600 (Thu, 15 Jan 2009) | 1 line Issue 4929: Handle socket errors when receiving ........ r68621 | kristjan.jonsson | 2009-01-15 16:40:03 -0600 (Thu, 15 Jan 2009) | 1 line Fix two test cases in test_os. ftruncate raises IOError unlike all the others which raise OSError. And close() on some platforms doesn't complain when given an invalid file descriptor. ........ r68622 | kristjan.jonsson | 2009-01-15 16:46:26 -0600 (Thu, 15 Jan 2009) | 1 line Make all the invalid fd tests for os subject to the function being available. ........ r68649 | benjamin.peterson | 2009-01-16 22:39:05 -0600 (Fri, 16 Jan 2009) | 1 line trying to find some fpathconf() settings that all unixs support... ........ r68722 | kristjan.jonsson | 2009-01-18 04:58:44 -0600 (Sun, 18 Jan 2009) | 1 line issue 4293: make test_capi.py more robutst, it times out on some platforms, presumably waiting for threads. Lower the thread count to 16. ........ ................ 18 January 2009, 21:07:47 UTC
71c0d98 Merged revisions 68700 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68700 | amaury.forgeotdarc | 2009-01-18 01:29:02 +0100 (Sun, 18 Jan 2009) | 10 lines Merged revisions 68678 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68678 | amaury.forgeotdarc | 2009-01-17 23:43:50 +0100 (Sat, 17 Jan 2009) | 3 lines follow-up of #3997: since 0xFFFF numbers are not enough to indicate a zip64 format, always try to read the "zip64 end of directory structure". ........ ................ 18 January 2009, 20:34:58 UTC
648a8de Merged revisions 68732 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68732 | martin.v.loewis | 2009-01-18 21:23:36 +0100 (So, 18 Jan 2009) | 3 lines Issue #4815: Offer conversion to UTF-8 if source files have no encoding declaration and are not encoded in UTF-8. ........ 18 January 2009, 20:25:57 UTC
726165d Merged revisions 68730 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68730 | martin.v.loewis | 2009-01-18 21:15:42 +0100 (So, 18 Jan 2009) | 2 lines Issue #4008: Fix problems with non-ASCII source files. ........ 18 January 2009, 20:17:44 UTC
a3c4398 Merged revisions 68675 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68675 | mark.dickinson | 2009-01-17 21:57:11 +0000 (Sat, 17 Jan 2009) | 2 lines Replace PyNumber_Int with PyNumber_Long. ........ 18 January 2009, 11:01:50 UTC
b9eda88 Merged revisions 68709 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68709 | jesse.noller | 2009-01-17 21:11:38 -0600 (Sat, 17 Jan 2009) | 1 line Merge r68708 to py3k, fixes 4449 ........ 18 January 2009, 03:31:52 UTC
5c7fdba Blocked revisions 68701-68702 via svnmerge ........ r68701 | brett.cannon | 2009-01-17 16:36:22 -0800 (Sat, 17 Jan 2009) | 2 lines Skip over any file or folder that starts with a dot (e.g. .svn). ........ r68702 | brett.cannon | 2009-01-17 16:36:55 -0800 (Sat, 17 Jan 2009) | 2 lines NOTES for importlib should mention the ultimate end-goal for the package. ........ 18 January 2009, 00:39:07 UTC
0f52f8b Blocked revisions 68698 via svnmerge ........ r68698 | brett.cannon | 2009-01-17 16:24:28 -0800 (Sat, 17 Jan 2009) | 6 lines Add initial implementation of importlib. See the NOTES files for what is planned for the package. There are no docs yet, but they are coming once the API for the first new function, importlib.import_module() is finalized. ........ 18 January 2009, 00:27:57 UTC
6d3a4c9 Blocked revisions 68695-68696 via svnmerge ................ r68695 | benjamin.peterson | 2009-01-17 18:04:57 -0600 (Sat, 17 Jan 2009) | 9 lines Merged revisions 68458 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68458 | kristjan.jonsson | 2009-01-09 14:23:16 -0600 (Fri, 09 Jan 2009) | 1 line Issue 4336: HTTPRequest._send_output() now deals with the case of the message body not being a string. This allows clients to use endheaders(message_body) instead of endheaders() + send(message_body) without making any extra checks. ........ ................ r68696 | benjamin.peterson | 2009-01-17 18:08:45 -0600 (Sat, 17 Jan 2009) | 9 lines Merged revisions 68459 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68459 | kristjan.jonsson | 2009-01-09 14:27:16 -0600 (Fri, 09 Jan 2009) | 1 line Issue 4336: Let users of HTTPConnection.endheaders() submit a message body to the function if required. ........ ................ 18 January 2009, 00:10:27 UTC
0d37e3c Blocked revisions 68690-68691 via svnmerge ................ r68690 | benjamin.peterson | 2009-01-17 17:43:58 -0600 (Sat, 17 Jan 2009) | 9 lines Merged revisions 68460 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68460 | kristjan.jonsson | 2009-01-09 14:31:26 -0600 (Fri, 09 Jan 2009) | 1 line Issue 4293: Make Py_AddPendingCall() thread safe ........ ................ r68691 | benjamin.peterson | 2009-01-17 17:46:54 -0600 (Sat, 17 Jan 2009) | 1 line fix compiler warning ................ 17 January 2009, 23:48:19 UTC
dddc64a Merged revisions 68677 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68677 | benjamin.peterson | 2009-01-17 16:41:18 -0600 (Sat, 17 Jan 2009) | 9 lines Merged revisions 68676 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68676 | benjamin.peterson | 2009-01-17 16:27:54 -0600 (Sat, 17 Jan 2009) | 1 line fix inspect.isclass() on instances with a custom __getattr__ #1225107 ........ ................ 17 January 2009, 23:01:43 UTC
f0b20a7 Merged revisions 68669 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68669 | antoine.pitrou | 2009-01-17 22:06:43 +0100 (sam., 17 janv. 2009) | 3 lines Issue #4838: When a module is deallocated, free the memory backing the optional module state data. ........ 17 January 2009, 21:40:04 UTC
d9a1c56 Merged revisions 68650-68653 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68650 | mark.dickinson | 2009-01-17 09:45:37 +0000 (Sat, 17 Jan 2009) | 2 lines Remove a couple of references to long in the c-api docs ........ r68651 | mark.dickinson | 2009-01-17 10:04:45 +0000 (Sat, 17 Jan 2009) | 2 lines Issue #4910, patch 3/3: rename nb_long to nb_reserved ........ r68652 | mark.dickinson | 2009-01-17 10:21:23 +0000 (Sat, 17 Jan 2009) | 2 lines Fix a few more references to long integers in the docs. ........ r68653 | mark.dickinson | 2009-01-17 10:48:28 +0000 (Sat, 17 Jan 2009) | 2 lines Remove attempted long->int conversions in py3k version of float.as_integer_ratio. ........ 17 January 2009, 18:00:58 UTC
ffc48c0 Merged revisions 68662 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68662 | amaury.forgeotdarc | 2009-01-17 17:42:26 +0100 (Sat, 17 Jan 2009) | 12 lines Merged revisions 68661 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68661 | amaury.forgeotdarc | 2009-01-17 17:40:17 +0100 (Sat, 17 Jan 2009) | 5 lines #3997: zipfiles generated with more than 65536 files could not be opened with other applications. Reviewed by Martin, will backport to 2.6 and 3.0 ........ ................ 17 January 2009, 16:54:09 UTC
a293b92 Merged revisions 68638 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68638 | mark.dickinson | 2009-01-16 19:31:13 +0000 (Fri, 16 Jan 2009) | 3 lines Define PY_SSIZE_T_CLEAN at the top of the dbm module. This should fix the segfaults on the PPC64/Debian buildbots. ........ 16 January 2009, 20:25:35 UTC
d685bab Merged revisions 68630 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68630 | benjamin.peterson | 2009-01-15 21:54:08 -0600 (Thu, 15 Jan 2009) | 108 lines Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68450 | jeffrey.yasskin | 2009-01-09 10:47:07 -0600 (Fri, 09 Jan 2009) | 3 lines Fix issue 4884, preventing a crash in the socket code when python is compiled with llvm-gcc and run with a glibc <2.10. ........ r68480 | vinay.sajip | 2009-01-10 07:38:04 -0600 (Sat, 10 Jan 2009) | 1 line Minor documentation changes cross-referencing NullHandler to the documentation on configuring logging in a library. ........ r68481 | vinay.sajip | 2009-01-10 07:42:04 -0600 (Sat, 10 Jan 2009) | 1 line Corrected an incorrect self-reference. ........ r68493 | benjamin.peterson | 2009-01-10 11:18:55 -0600 (Sat, 10 Jan 2009) | 1 line rewrite verbose conditionals ........ r68495 | benjamin.peterson | 2009-01-10 11:36:44 -0600 (Sat, 10 Jan 2009) | 1 line tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901 ........ r68501 | vinay.sajip | 2009-01-10 13:22:57 -0600 (Sat, 10 Jan 2009) | 1 line Corrected minor typo and added .currentmodule directives to fix missing cross-references. ........ r68512 | benjamin.peterson | 2009-01-10 16:42:10 -0600 (Sat, 10 Jan 2009) | 1 line make tests fail if they can't be imported ........ r68514 | benjamin.peterson | 2009-01-10 17:41:59 -0600 (Sat, 10 Jan 2009) | 1 line move seealso to a more appropiate place ........ r68515 | benjamin.peterson | 2009-01-10 17:49:08 -0600 (Sat, 10 Jan 2009) | 1 line macos 9 isn't supported ........ r68534 | gregory.p.smith | 2009-01-11 11:53:33 -0600 (Sun, 11 Jan 2009) | 2 lines correct email address ........ r68535 | gregory.p.smith | 2009-01-11 11:57:54 -0600 (Sun, 11 Jan 2009) | 9 lines Update the documentation for binascii and zlib crc32/adler32 functions to better describe the signed vs unsigned return value behavior on different platforms and versions of python. Mention the workaround to make them all return the same thing by using & 0xffffffff. Fixes issue4903. Also needs to be merged into release26-maint, release30-maint, & py3k. ........ r68536 | benjamin.peterson | 2009-01-11 13:48:15 -0600 (Sun, 11 Jan 2009) | 1 line add email addresses ........ r68552 | vinay.sajip | 2009-01-12 14:36:18 -0600 (Mon, 12 Jan 2009) | 1 line Minor changes/corrections in markup. ........ r68563 | benjamin.peterson | 2009-01-12 19:49:10 -0600 (Mon, 12 Jan 2009) | 1 line small logic correction ........ r68570 | raymond.hettinger | 2009-01-13 03:08:32 -0600 (Tue, 13 Jan 2009) | 5 lines Issue 4922: Incorrect comments for MutableSet.add() and MutableSet.discard(). Needs to be backported to 2.6 and forward ported to 3.0 and 3.1. ........ r68571 | armin.ronacher | 2009-01-13 05:52:23 -0600 (Tue, 13 Jan 2009) | 3 lines ast.literal_eval can properly evaluate complex numbers now. This fixes issue4907. ........ r68572 | andrew.kuchling | 2009-01-13 07:40:54 -0600 (Tue, 13 Jan 2009) | 1 line Note that first coord. is left alone ........ r68575 | thomas.heller | 2009-01-13 11:32:28 -0600 (Tue, 13 Jan 2009) | 1 line Fix refcount leak in error cases. Bug found by coverity. ........ r68582 | georg.brandl | 2009-01-13 16:14:01 -0600 (Tue, 13 Jan 2009) | 2 lines Use assertRaises. ........ r68596 | amaury.forgeotdarc | 2009-01-13 17:39:22 -0600 (Tue, 13 Jan 2009) | 3 lines #1162154: inspect.getmembers() now skips attributes that raise AttributeError, e.g. a __slots__ attribute which has not been set. ........ r68623 | vinay.sajip | 2009-01-15 16:48:13 -0600 (Thu, 15 Jan 2009) | 1 line Made minor changes/corrections in markup. Added a couple of section headings. ........ r68624 | vinay.sajip | 2009-01-15 17:04:47 -0600 (Thu, 15 Jan 2009) | 1 line Minor changes/corrections in markup. ........ r68628 | benjamin.peterson | 2009-01-15 20:55:24 -0600 (Thu, 15 Jan 2009) | 1 line compare with == not is #4946 ........ ................ 16 January 2009, 04:13:17 UTC
74a2eb5 Merged revisions 68619 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68619 | mark.dickinson | 2009-01-15 19:32:23 +0000 (Thu, 15 Jan 2009) | 8 lines Issue 4910, patch 2 of (probably) 3: pave the way for renaming of nb_long: remove last remaining use of nb_long (in the struct module) from the core, set nb_long slots on all builtin and extension types to 0, and remove uses of __long__ in test_complex and test_binop. Reviewed by Benjamin Peterson. ........ 15 January 2009, 21:13:53 UTC
35fafa5 Merged revisions 68615 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68615 | mark.dickinson | 2009-01-15 15:36:10 +0000 (Thu, 15 Jan 2009) | 17 lines Merged revisions 68611-68613 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68611 | mark.dickinson | 2009-01-15 14:54:37 +0000 (Thu, 15 Jan 2009) | 2 lines Issue #4397. Fix occasional test_socket failure on OS X. ........ r68612 | mark.dickinson | 2009-01-15 14:58:28 +0000 (Thu, 15 Jan 2009) | 2 lines Comment typo ........ r68613 | mark.dickinson | 2009-01-15 15:17:43 +0000 (Thu, 15 Jan 2009) | 2 lines Another typo fix. ........ ................ 15 January 2009, 15:37:41 UTC
09d3377 Merged revisions 68587 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68587 | antoine.pitrou | 2009-01-13 23:59:11 +0100 (mar., 13 janv. 2009) | 7 lines Issue #4935: The overflow checking code in the expandtabs() method common to str, bytes and bytearray could be optimized away by the compiler (*), letting the interpreter segfault instead of raising an error. (*) or at least it is our interpretation ........ 13 January 2009, 23:12:23 UTC
73d883a Merged revisions 68581 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68581 | benjamin.peterson | 2009-01-13 15:53:28 -0600 (Tue, 13 Jan 2009) | 1 line make bytearrayobject.o depend on the stringlib headers #4936 ........ 13 January 2009, 22:15:07 UTC
b6238c3 Merged revisions 68553 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68553 | mark.dickinson | 2009-01-12 20:49:19 +0000 (Mon, 12 Jan 2009) | 8 lines Issue #4910 (1st patch of a series): fix int() and the corresponding PyNumber_Int/PyNumber_Long API function so that it no longer attempts to call the __long__ method for conversion. Only the __int__ and __trunc__ methods are used. (This removes a major remaining use of the nb_long slot from the Python 3.x core.) Thanks Benjamin for review. ........ 12 January 2009, 21:53:16 UTC
63fe3b4 Merged revisions 68529 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68529 | mark.dickinson | 2009-01-11 11:54:02 +0000 (Sun, 11 Jan 2009) | 2 lines Remove __long__ methods from UserString and from Demo/ classes. ........ 11 January 2009, 11:55:32 UTC
bbcca60 Merged revisions 68525 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68525 | martin.v.loewis | 2009-01-11 10:30:50 +0100 (So, 11 Jan 2009) | 9 lines Merged revisions 68523 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68523 | martin.v.loewis | 2009-01-11 10:26:54 +0100 (So, 11 Jan 2009) | 2 lines Issue #4279: Fix build of parsermodule under Cygwin. ........ ................ 11 January 2009, 09:33:05 UTC
6fb5b65 Merged revisions 68511 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68511 | benjamin.peterson | 2009-01-10 16:37:11 -0600 (Sat, 10 Jan 2009) | 1 line fix syntax in ctypes.util ........ 10 January 2009, 22:42:12 UTC
ab7c439 Merged revisions 68508 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68508 | mark.dickinson | 2009-01-10 22:14:33 +0000 (Sat, 10 Jan 2009) | 3 lines Issue #4910: replace "long" with "int" in docstring for __long__ slot and in documentation for PyNumber_Long. ........ 10 January 2009, 22:18:36 UTC
81b6700 Merge r68489 from svn+ssh://pythondev@svn.python.org/python/branches/py3k: - Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on biarch systems. Try to rely on ldconfig only, without using objdump and gcc. 10 January 2009, 17:17:29 UTC
b6362e3 Merged revisions 68474-68475 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68474 | hirokazu.yamamoto | 2009-01-10 20:48:27 +0900 | 17 lines Merged revisions 68468-68470 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68468 | hirokazu.yamamoto | 2009-01-10 17:09:43 +0900 | 1 line Bump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5.2, tk8.4.12 -> tk8.5.2, tix8.4.0 -> tix8.4.3) ........ r68469 | hirokazu.yamamoto | 2009-01-10 17:12:09 +0900 | 1 line Link to debug version of Tcl/Tk when python is built as debug version. ........ r68470 | hirokazu.yamamoto | 2009-01-10 18:18:16 +0900 | 1 line Added helper script to build Tcl/Tk. ........ ................ r68475 | hirokazu.yamamoto | 2009-01-10 20:55:57 +0900 | 1 line Commit miss. ................ 10 January 2009, 12:16:41 UTC
5e5807b fix markup 10 January 2009, 03:37:08 UTC
1d9990b Merged revisions 68463 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68463 | antoine.pitrou | 2009-01-09 23:12:30 +0100 (ven., 09 janv. 2009) | 4 lines Fix bug introduced in r68451: stdio must always be opened in line-buffered mode if isatty() is true. ........ 09 January 2009, 22:26:34 UTC
784b4ac Merged revisions 68454 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68454 | antoine.pitrou | 2009-01-09 20:54:29 +0100 (ven., 09 janv. 2009) | 5 lines Issue #4604: Some objects of the I/O library could still be used after having been closed (for instance, a read() call could return some previously buffered data). Patch by Dmitry Vasiliev. ........ 09 January 2009, 20:08:07 UTC
4ff3f1f Merged revisions 68451 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68451 | antoine.pitrou | 2009-01-09 19:53:14 +0100 (ven., 09 janv. 2009) | 6 lines Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line flag to work properly. Furthermore, when specifying -u, the text stdout and stderr streams have line-by-line buffering enabled (the default being to buffer arbitrary chunks of data). Patch by Victor Stinner, test by me. ........ 09 January 2009, 19:14:56 UTC
d921be5 Merged revisions 68443 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68443 | hirokazu.yamamoto | 2009-01-09 13:41:03 +0900 | 9 lines Merged revisions 68435 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68435 | hirokazu.yamamoto | 2009-01-09 12:32:46 +0900 | 1 line Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5) ........ ................ 09 January 2009, 04:45:48 UTC
70a905d Merged revisions 68440 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68440 | benjamin.peterson | 2009-01-08 22:11:44 -0600 (Thu, 08 Jan 2009) | 30 lines Merged revisions 68167,68276,68292-68293,68344 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68167 | vinay.sajip | 2009-01-02 12:53:04 -0600 (Fri, 02 Jan 2009) | 1 line Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser. ........ r68276 | tarek.ziade | 2009-01-03 18:04:49 -0600 (Sat, 03 Jan 2009) | 1 line fixed #1702551: distutils sdist was not pruning VCS directories under win32 ........ r68292 | skip.montanaro | 2009-01-04 04:36:58 -0600 (Sun, 04 Jan 2009) | 3 lines If user configures --without-gcc give preference to $CC instead of blindly assuming the compiler will be "cc". ........ r68293 | tarek.ziade | 2009-01-04 04:37:52 -0600 (Sun, 04 Jan 2009) | 1 line using clearer syntax ........ r68344 | marc-andre.lemburg | 2009-01-05 13:43:35 -0600 (Mon, 05 Jan 2009) | 7 lines Fix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declaration into the extern "C" section. Add a few more comments and apply some minor edits to make the file contents fit the original structure again. ........ ................ 09 January 2009, 04:17:34 UTC
23b345e Merged revisions 68427 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68427 | benjamin.peterson | 2009-01-08 21:03:23 -0600 (Thu, 08 Jan 2009) | 74 lines Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ................ r68288 | benjamin.peterson | 2009-01-03 18:39:07 -0600 (Sat, 03 Jan 2009) | 1 line only check the actual compile() call for a SyntaxError ................ r68289 | georg.brandl | 2009-01-04 02:26:10 -0600 (Sun, 04 Jan 2009) | 2 lines Test commit. ................ r68290 | georg.brandl | 2009-01-04 04:23:49 -0600 (Sun, 04 Jan 2009) | 4 lines Add "suspicious" builder which finds leftover markup in the HTML files. Patch by Gabriel Genellina. ................ r68291 | georg.brandl | 2009-01-04 04:24:09 -0600 (Sun, 04 Jan 2009) | 2 lines Fix two issues found by the suspicious builder. ................ r68325 | benjamin.peterson | 2009-01-04 16:00:18 -0600 (Sun, 04 Jan 2009) | 1 line use Jinja 2.1.1 ................ r68326 | georg.brandl | 2009-01-04 16:03:10 -0600 (Sun, 04 Jan 2009) | 2 lines Update make.bat. ................ r68338 | neal.norwitz | 2009-01-04 21:57:25 -0600 (Sun, 04 Jan 2009) | 1 line Make sure to checkout any new packages ................ r68388 | benjamin.peterson | 2009-01-07 21:39:46 -0600 (Wed, 07 Jan 2009) | 1 line string exceptions are gone ................ r68393 | benjamin.peterson | 2009-01-07 22:01:00 -0600 (Wed, 07 Jan 2009) | 1 line use new sphinx modules ................ r68423 | benjamin.peterson | 2009-01-08 20:13:34 -0600 (Thu, 08 Jan 2009) | 29 lines Merged revisions 68306-68308,68340,68368,68422 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r68306 | benjamin.peterson | 2009-01-04 12:27:19 -0600 (Sun, 04 Jan 2009) | 1 line fix_urllib: add mappings for the url parsing functions ........ r68307 | benjamin.peterson | 2009-01-04 12:30:01 -0600 (Sun, 04 Jan 2009) | 1 line remove duplicated function ........ r68308 | benjamin.peterson | 2009-01-04 12:50:34 -0600 (Sun, 04 Jan 2009) | 1 line turtle is no longer renamed ........ r68340 | georg.brandl | 2009-01-05 02:11:39 -0600 (Mon, 05 Jan 2009) | 2 lines Fix undefined locals in parse_tokens(). ........ r68368 | benjamin.peterson | 2009-01-06 17:56:10 -0600 (Tue, 06 Jan 2009) | 1 line fix typo (thanks to Robert Lehmann) ........ r68422 | benjamin.peterson | 2009-01-08 20:01:03 -0600 (Thu, 08 Jan 2009) | 1 line run the imports fixers after fix_import, so fix_import doesn't try to make stdlib renames into relative imports #4876 ........ ................ ................ 09 January 2009, 03:12:39 UTC
5f4f157 Blocked revisions 68417 via svnmerge ................ r68417 | tarek.ziade | 2009-01-09 01:15:45 +0100 (Fri, 09 Jan 2009) | 9 lines Merged revisions 68415 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68415 | tarek.ziade | 2009-01-09 00:56:31 +0100 (Fri, 09 Jan 2009) | 1 line fixed #4394 make the storage of the password optional in .pypirc ........ ................ 09 January 2009, 00:17:40 UTC
95e7e9d Backport r68409 fixing itertools.permutations() and combinations(). 08 January 2009, 21:07:00 UTC
3758535 Merged revisions 68401 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68401 | thomas.heller | 2009-01-08 10:34:20 +0100 (Do, 08 Jan 2009) | 2 lines Fixed a crash in ctypes, when HAVE_USABLE_WCHAR_T is false. Fixes issue #4867. ........ 08 January 2009, 09:55:38 UTC
6ec4782 Merged revisions 68375 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68375 | hirokazu.yamamoto | 2009-01-07 19:11:17 +0900 | 10 lines Merged revisions 68373 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68373 | hirokazu.yamamoto | 2009-01-07 18:42:28 +0900 | 2 lines Issue #4864: test_msvc9compiler failed on VC6/7. Reviewed by Amaury Forgeot d'Arc. ........ ................ 07 January 2009, 10:31:11 UTC
a4d4b47 Merged revisions 68363 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68363 | antoine.pitrou | 2009-01-06 20:02:24 +0100 (mar., 06 janv. 2009) | 17 lines Merged revisions 68360-68361 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68360 | antoine.pitrou | 2009-01-06 19:10:47 +0100 (mar., 06 janv. 2009) | 7 lines Issue #1180193: When importing a module from a .pyc (or .pyo) file with an existing .py counterpart, override the co_filename attributes of all code objects if the original filename is obsolete (which can happen if the file has been renamed, moved, or if it is accessed through different paths). Patch by Ziga Seilnacht and Jean-Paul Calderone. ........ r68361 | antoine.pitrou | 2009-01-06 19:34:08 +0100 (mar., 06 janv. 2009) | 3 lines Use shutil.rmtree rather than os.rmdir. ........ ................ 06 January 2009, 19:08:18 UTC
fd446c9 Merged revisions 68342 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68342 | mark.dickinson | 2009-01-05 17:10:09 +0000 (Mon, 05 Jan 2009) | 11 lines Merged revisions 68312 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68312 | mark.dickinson | 2009-01-04 20:19:41 +0000 (Sun, 04 Jan 2009) | 4 lines It's wrong to use AC_REPLACE_FUNCS for hypot, since there's no longer any Python/hypot.c replacement file. Use AC_CHECK_FUNCS instead. This change should be backported to 2.6 and 3.0. ........ ................ 05 January 2009, 19:53:36 UTC
7414edc Merged revisions 68321 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r68321 | mark.dickinson | 2009-01-04 21:34:18 +0000 (Sun, 04 Jan 2009) | 13 lines Merged revisions 68317-68318 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68317 | mark.dickinson | 2009-01-04 21:22:02 +0000 (Sun, 04 Jan 2009) | 2 lines More Python 2.3 compatibility fixes for decimal.py. ........ r68318 | mark.dickinson | 2009-01-04 21:25:40 +0000 (Sun, 04 Jan 2009) | 2 lines Misc/NEWS entry for r68317 ........ ................ 04 January 2009, 21:37:56 UTC
212730f Merged revisions 68309 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r68309 | benjamin.peterson | 2009-01-04 12:53:28 -0600 (Sun, 04 Jan 2009) | 1 line fix a lot of Tkinter imports ........ 04 January 2009, 19:01:19 UTC
08af134 Blocked revisions 68285 via svnmerge ........ r68285 | georg.brandl | 2009-01-04 01:28:14 +0100 (Sun, 04 Jan 2009) | 2 lines Remove 2.6 versionchanges, turn 2.7 ones into 3.1. ........ 04 January 2009, 00:29:22 UTC
f1ebdc1 Remove 2.6 versionchanges. 04 January 2009, 00:28:52 UTC
2d9aaad Blocked revisions 68155 via svnmerge ................ r68155 | ronald.oussoren | 2009-01-02 14:10:34 +0100 (Fri, 02 Jan 2009) | 17 lines Recorded merge of revisions 68153 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68153 | ronald.oussoren | 2009-01-02 13:59:32 +0100 (Fri, 02 Jan 2009) | 10 lines Fix for issue3559: No preferences menu in IDLE on OSX 1) Add a comment to the help file to that points to the preferences menu. 2) An earlier checkin tried to detect Tk >= 8.10.14, but did this in the wrong way. The end result of this was that the IDLE->Preferences... menu got surpressed when using the system version of Tcl/Tk ........ ................ 04 January 2009, 00:13:32 UTC
0c8e86c Merged revisions 68227 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ................ r68227 | georg.brandl | 2009-01-03 22:26:05 +0100 (Sat, 03 Jan 2009) | 9 lines Merged revisions 68221 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68221 | georg.brandl | 2009-01-03 22:04:55 +0100 (Sat, 03 Jan 2009) | 2 lines Remove tabs from the documentation. ........ ................ 04 January 2009, 00:12:49 UTC
8203f23 Blocked revisions 68241 via svnmerge ........ r68241 | georg.brandl | 2009-01-03 23:07:57 +0100 (Sat, 03 Jan 2009) | 2 lines Manually merge r68096,68189 from 3.0 branch. ........ 04 January 2009, 00:10:04 UTC
17d405d Merged revisions 68247 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ................ r68247 | georg.brandl | 2009-01-03 23:47:39 +0100 (Sat, 03 Jan 2009) | 39 lines Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68162 | ronald.oussoren | 2009-01-02 16:06:00 +0100 (Fri, 02 Jan 2009) | 3 lines Fix for issue 4472 is incompatible with Cygwin, this patch should fix that. ........ r68166 | benjamin.peterson | 2009-01-02 19:26:23 +0100 (Fri, 02 Jan 2009) | 1 line document PyMemberDef ........ r68171 | georg.brandl | 2009-01-02 21:25:14 +0100 (Fri, 02 Jan 2009) | 3 lines #4811: fix markup glitches (mostly remains of the conversion), found by Gabriel Genellina. ........ r68176 | andrew.kuchling | 2009-01-02 22:00:35 +0100 (Fri, 02 Jan 2009) | 1 line Add various items ........ r68195 | georg.brandl | 2009-01-03 14:45:15 +0100 (Sat, 03 Jan 2009) | 2 lines Remove useless string literal. ........ r68196 | georg.brandl | 2009-01-03 15:29:53 +0100 (Sat, 03 Jan 2009) | 2 lines Fix indentation. ........ r68210 | georg.brandl | 2009-01-03 20:10:12 +0100 (Sat, 03 Jan 2009) | 2 lines Set eol-style correctly for mp_distributing.py. ........ r68232 | georg.brandl | 2009-01-03 22:52:16 +0100 (Sat, 03 Jan 2009) | 2 lines Grammar fix. ........ ................ 04 January 2009, 00:09:41 UTC
fa1ce46 Merged revisions 68245 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ................ r68245 | georg.brandl | 2009-01-03 23:33:39 +0100 (Sat, 03 Jan 2009) | 49 lines Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68112 | benjamin.peterson | 2009-01-01 00:48:39 +0100 (Thu, 01 Jan 2009) | 1 line #4795 inspect.isgeneratorfunction() should return False instead of None ........ r68115 | benjamin.peterson | 2009-01-01 05:04:41 +0100 (Thu, 01 Jan 2009) | 1 line simplfy code ........ r68120 | georg.brandl | 2009-01-01 13:15:31 +0100 (Thu, 01 Jan 2009) | 4 lines #4228: Pack negative values the same way as 2.4 in struct's L format. ........ r68133 | antoine.pitrou | 2009-01-01 16:38:03 +0100 (Thu, 01 Jan 2009) | 1 line fill in actual issue number in tests ........ r68141 | benjamin.peterson | 2009-01-01 17:43:12 +0100 (Thu, 01 Jan 2009) | 1 line fix highlighting ........ r68142 | benjamin.peterson | 2009-01-01 18:29:49 +0100 (Thu, 01 Jan 2009) | 2 lines welcome to 2009, Python! ........ r68145 | amaury.forgeotdarc | 2009-01-02 01:03:54 +0100 (Fri, 02 Jan 2009) | 5 lines #4801 _collections module fails to build on cygwin. _PyObject_GC_TRACK is the macro version of PyObject_GC_Track, and according to documentation it should not be used for extension modules. ........ r68146 | ronald.oussoren | 2009-01-02 11:44:46 +0100 (Fri, 02 Jan 2009) | 2 lines Fix for issue4472: "configure --enable-shared doesn't work on OSX" ........ r68148 | ronald.oussoren | 2009-01-02 11:48:31 +0100 (Fri, 02 Jan 2009) | 2 lines Forgot to add a NEWS item in my previous checkin ........ r68149 | ronald.oussoren | 2009-01-02 11:50:48 +0100 (Fri, 02 Jan 2009) | 2 lines Fix for issue4780 ........ ................ 04 January 2009, 00:08:31 UTC
a495cc9 Merged revisions 68229 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ........ r68229 | georg.brandl | 2009-01-03 22:31:47 +0100 (Sat, 03 Jan 2009) | 2 lines Fix a few remaining problems found by rstlint. ........ 04 January 2009, 00:06:17 UTC
3e536f6 Merged revisions 68228 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ................ r68228 | georg.brandl | 2009-01-03 22:30:40 +0100 (Sat, 03 Jan 2009) | 9 lines Merged revisions 68222 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68222 | georg.brandl | 2009-01-03 22:11:58 +0100 (Sat, 03 Jan 2009) | 2 lines Disable the line length checker by default. ........ ................ 04 January 2009, 00:05:25 UTC
back to top