https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
4ca04b6 More copyright and version number updates. 12 February 2009, 23:46:00 UTC
de9ec24 Bump to 3.0.1 12 February 2009, 23:35:41 UTC
3048ae1 - 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). 12 February 2009, 21:13:48 UTC
d1205ee 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 ........ ................ 12 February 2009, 21:04:22 UTC
982ecd4 Merge 68778,68788 to maint 12 February 2009, 19:44:58 UTC
63249e8 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). ........ 12 February 2009, 18:00:48 UTC
10e2941 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) ........ 12 February 2009, 16:09:09 UTC
f390e3b 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) ........ 12 February 2009, 16:03:30 UTC
b61b138 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. ........ 12 February 2009, 15:56:48 UTC
4b7b8e4 Merged revisions 69538 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69538 | ronald.oussoren | 2009-02-12 16:24:51 +0100 (Thu, 12 Feb 2009) | 3 lines Update the ReadMe and Welcome files that are used by the OSX binary installer. Fixes issue5226. Patch by Ned Deily. ........ 12 February 2009, 15:27:00 UTC
401b01b Merged revisions 69536 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69536 | ronald.oussoren | 2009-02-12 16:18:15 +0100 (Thu, 12 Feb 2009) | 2 lines Fix for issue5196, patch by Ned Deily. ........ 12 February 2009, 15:19:14 UTC
6869931 Backport of r69534 12 February 2009, 15:12:48 UTC
b0b6dc6 Backport of r69532 12 February 2009, 15:03:19 UTC
eb0f95c Merged revisions 69517 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69517 | mark.dickinson | 2009-02-11 17:04:37 +0000 (Wed, 11 Feb 2009) | 2 lines Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1. ........ 11 February 2009, 17:05:35 UTC
9ab8670 Merged revisions 69513 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69513 | antoine.pitrou | 2009-02-11 01:39:14 +0100 (mer., 11 févr. 2009) | 3 lines Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. ........ 11 February 2009, 01:01:41 UTC
323b046 Clean-up named tuple docs. 11 February 2009, 00:16:12 UTC
7aeaa27 Merged revisions 69507 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69507 | thomas.heller | 2009-02-10 19:59:04 +0100 (Di, 10 Feb 2009) | 13 lines (The fix has been slightly adjusted.) Merged revisions 69505 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69505 | thomas.heller | 2009-02-10 19:43:01 +0100 (Di, 10 Feb 2009) | 3 lines Issue#5203: ctypes segfaults when passing a unicode string to a function without argtypes, if HAVE_USABLE_WCHAR_T is false. ........ ................ 10 February 2009, 19:04:16 UTC
c716edd Merged revisions 69497 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69497 | hirokazu.yamamoto | 2009-02-10 23:27:19 +0900 | 9 lines Merged revisions 69494 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69494 | hirokazu.yamamoto | 2009-02-10 22:31:28 +0900 | 1 line Fixed svn:eol-style. ........ ................ 10 February 2009, 16:58:05 UTC
8a2c980 Merged revisions 69501 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69501 | mark.dickinson | 2009-02-10 16:18:22 +0000 (Tue, 10 Feb 2009) | 11 lines Merged revisions 69500 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69500 | mark.dickinson | 2009-02-10 16:17:16 +0000 (Tue, 10 Feb 2009) | 4 lines _testcapi depends on testcapi_long.h Thanks Lisandro Dalcin. ........ ................ 10 February 2009, 16:25:06 UTC
9aecacc Merged revisions 69491 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69491 | martin.v.loewis | 2009-02-10 14:13:30 +0100 (Di, 10 Feb 2009) | 13 lines Merged revisions 69489-69490 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69489 | martin.v.loewis | 2009-02-10 14:09:19 +0100 (Di, 10 Feb 2009) | 1 line Issue #5134: Silence compiler warnings when compiling sqlite with VC++. ........ r69490 | martin.v.loewis | 2009-02-10 14:12:12 +0100 (Di, 10 Feb 2009) | 1 line Set eol-style to native ........ ................ 10 February 2009, 13:17:46 UTC
79d8776 Merged revisions 69487 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69487 | tarek.ziade | 2009-02-10 13:36:33 +0100 (Tue, 10 Feb 2009) | 9 lines Merged revisions 69485 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69485 | tarek.ziade | 2009-02-10 13:31:09 +0100 (Tue, 10 Feb 2009) | 1 line Fixed #3386: the optional prefix argument was ignored under OS2 and NT in distutils.sysconfig.get_python_lib ........ ................ 10 February 2009, 12:41:19 UTC
0a452a9 Blocked revisions 69477 via svnmerge ................ r69477 | guilherme.polo | 2009-02-09 20:35:27 -0200 (Mon, 09 Feb 2009) | 9 lines Merged revisions 69474 via svnmerge from svn+ssh://pythondev/python/trunk ........ r69474 | guilherme.polo | 2009-02-09 18:57:45 -0200 (Mon, 09 Feb 2009) | 1 line Enforcing Tk 8.3.1 requirement. ........ ................ 09 February 2009, 22:36:19 UTC
89fd7ef Blocked revisions 69471 via svnmerge ................ r69471 | guilherme.polo | 2009-02-09 18:40:42 -0200 (Mon, 09 Feb 2009) | 17 lines Merged revisions 69460,69467,69470 via svnmerge from svn+ssh://pythondev/python/trunk ........ r69460 | guilherme.polo | 2009-02-09 14:09:17 -0200 (Mon, 09 Feb 2009) | 1 line Turned setup_master public ........ r69467 | guilherme.polo | 2009-02-09 17:21:21 -0200 (Mon, 09 Feb 2009) | 2 lines Some tests for Tkinter.Text.search ........ r69470 | guilherme.polo | 2009-02-09 17:57:04 -0200 (Mon, 09 Feb 2009) | 1 line Checking for tk availability before continuing (basically the same that is done in test_ttk_guionly) ........ ................ 09 February 2009, 20:43:00 UTC
36d7500 Merged revisions 69463 via svnmerge from svn+ssh://pythondev/python/branches/py3k ................ r69463 | guilherme.polo | 2009-02-09 14:44:24 -0200 (Mon, 09 Feb 2009) | 10 lines Merged revisions 69461 via svnmerge from svn+ssh://pythondev/python/trunk ........ r69461 | guilherme.polo | 2009-02-09 14:41:09 -0200 (Mon, 09 Feb 2009) | 3 lines Fixed issue #4890: Handle empty text search pattern in Tkinter.Text.search ........ ................ 09 February 2009, 16:47:22 UTC
e7d30a2 Merged revisions 69451 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69451 | benjamin.peterson | 2009-02-08 15:07:20 -0600 (Sun, 08 Feb 2009) | 1 line fix len() when __len__() returns a non number type #5137 ........ 08 February 2009, 21:16:01 UTC
f593d9c Merged revisions 69440 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69440 | mark.dickinson | 2009-02-08 15:09:21 +0000 (Sun, 08 Feb 2009) | 17 lines Merged revisions 69436 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69436 | mark.dickinson | 2009-02-08 14:42:28 +0000 (Sun, 08 Feb 2009) | 10 lines Issue #789290: make sure that hash(2**63) == hash(2.**63) on 64-bit platforms. The previous code was fragile, depending on the twin accidents that: (1) in C, casting the double value 2.**63 to long returns the integer value -2**63, and (2) in Python, hash(-2**63) == hash(2**63). There's already a test for this in test_hash. ........ ................ 08 February 2009, 15:11:29 UTC
167b85c Merged revisions 69438 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69438 | benjamin.peterson | 2009-02-08 09:00:52 -0600 (Sun, 08 Feb 2009) | 1 line remove memoryview.__str__ #5182 ........ 08 February 2009, 15:07:39 UTC
dc7e8d7 Merged revisions 69431 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69431 | mark.dickinson | 2009-02-08 11:02:10 +0000 (Sun, 08 Feb 2009) | 4 lines Issue #1717: add a DeprecationWarning in 3.x on type initialization for types that implement tp_reserved (formerly tp_compare) but not tp_richcompare. ........ 08 February 2009, 11:05:01 UTC
6bb2f1d Blocked revisions 69426 via svnmerge ................ r69426 | nick.coghlan | 2009-02-08 13:37:27 +1000 (Sun, 08 Feb 2009) | 9 lines Merged revisions 69425 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69425 | nick.coghlan | 2009-02-08 13:17:00 +1000 (Sun, 08 Feb 2009) | 1 line Issue #4512 closeout: Make ZipImport.get_filename() a public method ........ ................ 08 February 2009, 03:43:03 UTC
f88ad18 Blocked revisions 69421 via svnmerge ................ r69421 | nick.coghlan | 2009-02-08 11:58:26 +1000 (Sun, 08 Feb 2009) | 13 lines Merged revisions 69419-69420 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69419 | nick.coghlan | 2009-02-08 11:26:34 +1000 (Sun, 08 Feb 2009) | 1 line Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda) ........ r69420 | nick.coghlan | 2009-02-08 11:46:01 +1000 (Sun, 08 Feb 2009) | 1 line Mention patch submitter in NEWS entry for r69419 ........ ................ 08 February 2009, 02:06:37 UTC
abfe940 Merged revisions 69411 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69411 | antoine.pitrou | 2009-02-07 18:13:31 +0100 (sam., 07 févr. 2009) | 4 lines Issue #4704: remove use of cmp() in pybench, bump its version number to 2.1, and make it 2.6-compatible. ........ 07 February 2009, 17:28:46 UTC
74660b5 Blocked revisions 69406 via svnmerge ................ r69406 | guilherme.polo | 2009-02-07 00:33:47 -0200 (Sat, 07 Feb 2009) | 9 lines Merged revisions 69404 via svnmerge from svn+ssh://pythondev/python/trunk ........ r69404 | guilherme.polo | 2009-02-07 00:20:29 -0200 (Sat, 07 Feb 2009) | 2 lines Eliminated the need to use ttk.__loadtk__ and the problems related it. ........ ................ 07 February 2009, 02:38:10 UTC
2e3a84b Merged revisions 69392 via svnmerge from svn+ssh://pythondev/python/branches/py3k ........ r69392 | guilherme.polo | 2009-02-06 22:45:10 -0200 (Fri, 06 Feb 2009) | 1 line long -> int ........ 07 February 2009, 00:46:52 UTC
c1a0377 Blocked revisions 69197,69379 via svnmerge ................ r69197 | guilherme.polo | 2009-02-01 23:02:20 -0200 (Sun, 01 Feb 2009) | 10 lines Recorded merge of revisions 69195 via svnmerge from svn+ssh://pythondev/python/trunk ........ r69195 | guilherme.polo | 2009-02-01 22:38:54 -0200 (Sun, 01 Feb 2009) | 3 lines Use a single Tcl interpreter through all these tests, this may help some failing buildbots. ........ ................ r69379 | guilherme.polo | 2009-02-06 21:04:44 -0200 (Fri, 06 Feb 2009) | 2 lines Fixing changes from the last merge. ................ 07 February 2009, 00:17:05 UTC
6c5786f Blocked revisions 69387 via svnmerge ................ r69387 | tarek.ziade | 2009-02-07 01:10:48 +0100 (Sat, 07 Feb 2009) | 9 lines Merged revisions 69385 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69385 | tarek.ziade | 2009-02-07 01:05:39 +0100 (Sat, 07 Feb 2009) | 1 line #3986 replacing string and types call (like in the Py3k branch), and put exec_msg call at the right place ........ ................ 07 February 2009, 00:11:50 UTC
3d5d4da Revert unwanted merge 06 February 2009, 23:39:18 UTC
5b23508 Blocked revisions 69380 via svnmerge ................ r69380 | guilherme.polo | 2009-02-06 21:16:11 -0200 (Fri, 06 Feb 2009) | 17 lines Merged revisions 69376-69377 via svnmerge from svn+ssh://pythondev/python/trunk ........ r69376 | guilherme.polo | 2009-02-06 20:26:22 -0200 (Fri, 06 Feb 2009) | 3 lines Partial fix to issue #1731706: memory leak in Tkapp_Call when calling from a thread different than the one that created the Tcl interpreter. ........ r69377 | guilherme.polo | 2009-02-06 20:48:07 -0200 (Fri, 06 Feb 2009) | 5 lines Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will not be used again (this requires Tcl/Tk 8.3.1), also fix a memory leak in Tkapp_Call when calling from a thread different than the one that created the Tcl interpreter. ........ ................ 06 February 2009, 23:31:12 UTC
2b8debf Hand-merged revision 69376 from svn+ssh://pythondev/python/trunk ........ r69376 | guilherme.polo | 2009-02-06 20:26:22 -0200 Partial fix to issue #1731706: memory leak in Tkapp_Call when calling from a thread different than the one that created the Tcl interpreter. 06 February 2009, 23:30:11 UTC
1c63156 Merged revisions 69370 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69370 | mark.dickinson | 2009-02-06 16:39:11 +0000 (Fri, 06 Feb 2009) | 3 lines Replace references to python-3000 mailing list with python-dev in README. ........ 06 February 2009, 16:41:19 UTC
8d1982c Blocked revisions 69368 via svnmerge ................ r69368 | tarek.ziade | 2009-02-06 14:33:47 +0100 (Fri, 06 Feb 2009) | 9 lines Merged revisions 69366 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69366 | tarek.ziade | 2009-02-06 14:27:38 +0100 (Fri, 06 Feb 2009) | 1 line Fixed #5167: test_customize_compiler does not apply under non unix compilers ........ ................ 06 February 2009, 13:34:46 UTC
84ea4a4 Blocked revisions 69362 via svnmerge ................ r69362 | tarek.ziade | 2009-02-06 10:03:10 +0100 (Fri, 06 Feb 2009) | 9 lines Merged revisions 69360 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69360 | tarek.ziade | 2009-02-06 09:55:23 +0100 (Fri, 06 Feb 2009) | 1 line removed types usage and added test coverage (work for #3986) ........ ................ 06 February 2009, 09:04:51 UTC
4ce71bd Blocked revisions 69358 via svnmerge ................ r69358 | tarek.ziade | 2009-02-06 09:22:21 +0100 (Fri, 06 Feb 2009) | 9 lines Merged revisions 69356 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69356 | tarek.ziade | 2009-02-06 09:20:15 +0100 (Fri, 06 Feb 2009) | 1 line Fixed #3987 : removed unused import ........ ................ 06 February 2009, 08:23:07 UTC
2e12ef5 Blocked revisions 69354 via svnmerge ................ r69354 | benjamin.peterson | 2009-02-05 21:01:24 -0600 (Thu, 05 Feb 2009) | 17 lines Merged revisions 69141,69211-69212 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69141 | benjamin.peterson | 2009-01-31 14:01:48 -0600 (Sat, 31 Jan 2009) | 1 line fix indentation ........ r69211 | guilherme.polo | 2009-02-02 14:23:29 -0600 (Mon, 02 Feb 2009) | 1 line Restore the previous geometry before leaving the test ........ r69212 | guilherme.polo | 2009-02-02 14:28:59 -0600 (Mon, 02 Feb 2009) | 1 line Moving to importlib ........ ................ 06 February 2009, 03:03:34 UTC
ca59077 Merged revisions 69350 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69350 | benjamin.peterson | 2009-02-05 20:40:07 -0600 (Thu, 05 Feb 2009) | 96 lines Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69129 | benjamin.peterson | 2009-01-30 19:42:55 -0600 (Fri, 30 Jan 2009) | 1 line check the errno in bad fd cases ........ r69130 | andrew.kuchling | 2009-01-30 20:50:09 -0600 (Fri, 30 Jan 2009) | 1 line Add a section ........ r69131 | andrew.kuchling | 2009-01-30 21:26:02 -0600 (Fri, 30 Jan 2009) | 1 line Text edits and markup fixes ........ r69139 | mark.dickinson | 2009-01-31 10:44:04 -0600 (Sat, 31 Jan 2009) | 2 lines Add an extra test for long <-> float hash equivalence. ........ r69140 | benjamin.peterson | 2009-01-31 10:52:03 -0600 (Sat, 31 Jan 2009) | 1 line PyErr_BadInternalCall() raises a SystemError, not TypeError #5112 ........ r69143 | benjamin.peterson | 2009-01-31 15:00:10 -0600 (Sat, 31 Jan 2009) | 1 line I believe the intention here was to avoid a global lookup ........ r69154 | benjamin.peterson | 2009-01-31 16:33:02 -0600 (Sat, 31 Jan 2009) | 1 line fix indentation in comment ........ r69155 | david.goodger | 2009-01-31 16:53:46 -0600 (Sat, 31 Jan 2009) | 1 line markup fix ........ r69156 | gregory.p.smith | 2009-01-31 16:57:30 -0600 (Sat, 31 Jan 2009) | 4 lines - Issue #5104: The socket module now raises OverflowError when 16-bit port and protocol numbers are supplied outside the allowed 0-65536 range on bind() and getservbyport(). ........ r69157 | benjamin.peterson | 2009-01-31 17:43:25 -0600 (Sat, 31 Jan 2009) | 1 line add explanatory comment ........ r69158 | benjamin.peterson | 2009-01-31 17:54:38 -0600 (Sat, 31 Jan 2009) | 1 line more flags which only work for function blocks ........ r69159 | gregory.p.smith | 2009-01-31 18:16:01 -0600 (Sat, 31 Jan 2009) | 2 lines Update doc wording as suggested in issue4903. ........ r69169 | guilherme.polo | 2009-01-31 20:56:16 -0600 (Sat, 31 Jan 2009) | 3 lines Restore Tkinter.Tk._loadtk so this test doesn't fail for problems related to ttk. ........ r69288 | georg.brandl | 2009-02-05 04:30:57 -0600 (Thu, 05 Feb 2009) | 1 line #5153: fix typo in example. ........ r69289 | georg.brandl | 2009-02-05 04:37:07 -0600 (Thu, 05 Feb 2009) | 1 line #5144: document that PySys_SetArgv prepends the script directory (or the empty string) to sys.path. ........ r69293 | georg.brandl | 2009-02-05 04:59:28 -0600 (Thu, 05 Feb 2009) | 1 line #5059: fix example. ........ r69297 | georg.brandl | 2009-02-05 05:32:18 -0600 (Thu, 05 Feb 2009) | 1 line #5015: document PythonHome API functions. ........ r69298 | georg.brandl | 2009-02-05 05:33:21 -0600 (Thu, 05 Feb 2009) | 1 line #4827: fix callback example. ........ r69299 | georg.brandl | 2009-02-05 05:35:28 -0600 (Thu, 05 Feb 2009) | 1 line #4820: use correct module for ctypes.util. ........ r69300 | georg.brandl | 2009-02-05 05:38:23 -0600 (Thu, 05 Feb 2009) | 1 line #4563: disable alpha and roman lists, fixes wrong formatting of contributor list. ........ r69301 | georg.brandl | 2009-02-05 05:40:35 -0600 (Thu, 05 Feb 2009) | 1 line #5031: fix Thread.daemon property docs. ........ r69348 | benjamin.peterson | 2009-02-05 19:47:31 -0600 (Thu, 05 Feb 2009) | 1 line fix download link ........ ................ 06 February 2009, 02:50:18 UTC
61f6a8c Blocked revisions 69346 via svnmerge ................ r69346 | eric.smith | 2009-02-05 20:32:42 -0500 (Thu, 05 Feb 2009) | 10 lines Merged revisions 69331 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69331 | eric.smith | 2009-02-05 19:48:26 -0500 (Thu, 05 Feb 2009) | 2 lines Implement issue #4285, convert sys.version_info to a named tuple. Patch by Ross Light. ........ ................ 06 February 2009, 01:34:42 UTC
e099f4b Blocked revisions 69344 via svnmerge ................ r69344 | tarek.ziade | 2009-02-06 02:18:36 +0100 (Fri, 06 Feb 2009) | 9 lines Merged revisions 69342 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69342 | tarek.ziade | 2009-02-06 02:15:51 +0100 (Fri, 06 Feb 2009) | 1 line fixed #1520877: now distutils reads Read from the environment/Makefile ........ ................ 06 February 2009, 01:19:22 UTC
81a8ce7 Blocked revisions 69336 via svnmerge ................ r69336 | tarek.ziade | 2009-02-06 01:53:43 +0100 (Fri, 06 Feb 2009) | 9 lines Merged revisions 69332 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69332 | tarek.ziade | 2009-02-06 01:49:45 +0100 (Fri, 06 Feb 2009) | 1 line using >= so setting verbose to 2 will work as well ........ ................ 06 February 2009, 00:55:05 UTC
8616bd1 Blocked revisions 69335 via svnmerge ................ r69335 | tarek.ziade | 2009-02-06 01:52:52 +0100 (Fri, 06 Feb 2009) | 9 lines Merged revisions 69330 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69330 | tarek.ziade | 2009-02-06 01:46:57 +0100 (Fri, 06 Feb 2009) | 1 line README now reflects the current state ........ ................ 06 February 2009, 00:54:46 UTC
58c0330 Blocked revisions 69326 via svnmerge ................ r69326 | tarek.ziade | 2009-02-06 01:38:35 +0100 (Fri, 06 Feb 2009) | 9 lines Merged revisions 69324 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69324 | tarek.ziade | 2009-02-06 01:31:59 +0100 (Fri, 06 Feb 2009) | 1 line Fixed #1276768: verbose option was not used in the code. ........ ................ 06 February 2009, 00:40:15 UTC
5fc83b9 Merged revisions 69318 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69318 | tarek.ziade | 2009-02-05 23:56:14 +0100 (Thu, 05 Feb 2009) | 9 lines Merged revisions 69316 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69316 | tarek.ziade | 2009-02-05 23:52:52 +0100 (Thu, 05 Feb 2009) | 1 line Fixed #5132: enable extensions to link on Solaris ........ ................ 05 February 2009, 22:58:41 UTC
e2e3a53 Minor doc fixes. 04 February 2009, 19:42:15 UTC
438d272 The default shelve pickle protocol should have been 3. 03 February 2009, 04:16:34 UTC
25ae68c Register decimals as numbers.Number 03 February 2009, 03:50:39 UTC
36f59fc Validate that __length_hint__ returns a usable result. 03 February 2009, 02:15:22 UTC
9c251e7 Issue 1242657: list(obj) can swallow KeyboardInterrupt. 02 February 2009, 23:42:36 UTC
22336dd Merged revisions 69224 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69224 | mark.dickinson | 2009-02-02 21:29:40 +0000 (Mon, 02 Feb 2009) | 3 lines Issue #1717, continued: Doc fixes and other cleanup related to renaming of tp_compare. ........ 02 February 2009, 21:37:16 UTC
ae0803c Merged revisions 69222 via svnmerge from svn+ssh://pythondev/python/branches/py3k ................ r69222 | guilherme.polo | 2009-02-02 19:17:09 -0200 (Mon, 02 Feb 2009) | 13 lines Merged revisions 69217,69219 via svnmerge from svn+ssh://pythondev/python/trunk ........ r69217 | guilherme.polo | 2009-02-02 19:08:32 -0200 (Mon, 02 Feb 2009) | 1 line Fix for issue #1581476 ........ r69219 | guilherme.polo | 2009-02-02 19:14:14 -0200 (Mon, 02 Feb 2009) | 1 line NEWS entry for issue #1581476 ........ ................ 02 February 2009, 21:23:52 UTC
3922d99 Merged revisions 69218 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69218 | mark.dickinson | 2009-02-02 21:11:16 +0000 (Mon, 02 Feb 2009) | 3 lines Change type of tp_reserved from cmpfunc to (void *); remove definition of cmpfunc. ........ 02 February 2009, 21:16:47 UTC
d925ef8 Merged revisions 69214 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69214 | mark.dickinson | 2009-02-02 20:36:42 +0000 (Mon, 02 Feb 2009) | 4 lines Issue #1717: rename tp_compare to tp_reserved. I'll change the type of tp_compare in a separate commit, for ease of reversion should things go wrong. ........ 02 February 2009, 20:41:29 UTC
3571d81 Merged revisions 69207 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69207 | martin.v.loewis | 2009-02-02 16:32:22 +0100 (Mo, 02 Feb 2009) | 9 lines Merged revisions 69205 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69205 | martin.v.loewis | 2009-02-02 15:23:16 +0100 (Mo, 02 Feb 2009) | 1 line Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows. ........ ................ 02 February 2009, 15:34:12 UTC
28626de Merged revisions 69202 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69202 | hirokazu.yamamoto | 2009-02-02 18:15:41 +0900 | 9 lines Merged revisions 69200 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69200 | hirokazu.yamamoto | 2009-02-02 17:01:17 +0900 | 1 line Set native svn:eol-style property for text files. ........ ................ 02 February 2009, 09:46:30 UTC
c2c707c Merged revisions 69192 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69192 | mark.dickinson | 2009-02-01 20:36:08 +0000 (Sun, 01 Feb 2009) | 2 lines Remove exception for non-NULL tp_compare that was introduced in r69188. ........ 01 February 2009, 20:37:23 UTC
0d5661d Merged revisions 69190 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69190 | mark.dickinson | 2009-02-01 14:18:10 +0000 (Sun, 01 Feb 2009) | 2 lines Issue #1717: documentation fixes related to the cmp removal. ........ 01 February 2009, 14:19:33 UTC
a6243a0 Merged revisions 69188 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69188 | mark.dickinson | 2009-02-01 13:59:22 +0000 (Sun, 01 Feb 2009) | 6 lines Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations from object.h; don't inherit tp_compare slot on subclasses; and raise TypeError when initializing a type that has a nonzero tp_compare slot. Fix up comparison-related comments in object.c and code.h. ........ 01 February 2009, 14:09:04 UTC
8bd5f83 Merged revisions 69184 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69184 | mark.dickinson | 2009-02-01 12:13:56 +0000 (Sun, 01 Feb 2009) | 3 lines Issue #1717: remove the cmp builtin function, the C-API functions PyObject_Cmp, PyObject_Compare, and various support functions. ........ 01 February 2009, 12:31:56 UTC
9de2de5 Merged revisions 69181 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69181 | mark.dickinson | 2009-02-01 10:28:51 +0000 (Sun, 01 Feb 2009) | 3 lines Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. ........ 01 February 2009, 10:41:18 UTC
b68d0a7 wording update for issue4903 01 February 2009, 00:29:45 UTC
ddb181b fixup indentation hopefully for the last time 31 January 2009, 22:31:17 UTC
014b3ae replace the evil tabs of unicodeobject.c with beloved spaces 31 January 2009, 16:40:42 UTC
bbb3781 Merged revisions 69117 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r69117 | hirokazu.yamamoto | 2009-01-30 12:15:05 +0900 | 1 line Issue #5041: Fixed memory leak. ........ 30 January 2009, 11:05:53 UTC
948e705 Blocked revisions 69120 via svnmerge ................ r69120 | benjamin.peterson | 2009-01-29 22:00:29 -0600 (Thu, 29 Jan 2009) | 21 lines Merged revisions 68840,68881,68943,68945 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68840 | andrew.kuchling | 2009-01-20 20:15:43 -0600 (Tue, 20 Jan 2009) | 1 line Add some items ........ r68881 | andrew.kuchling | 2009-01-23 21:28:18 -0600 (Fri, 23 Jan 2009) | 1 line Add various items ........ r68943 | tarek.ziade | 2009-01-25 16:09:10 -0600 (Sun, 25 Jan 2009) | 1 line Issue #5052: removed backward compatibility information (out of date) ........ r68945 | tarek.ziade | 2009-01-25 16:11:04 -0600 (Sun, 25 Jan 2009) | 1 line added missing module docstring ........ ................ 30 January 2009, 04:03:25 UTC
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
back to top