summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 72445 via svnmerge fromTarek Ziadé2009-05-077-11/+70
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72445 | tarek.ziade | 2009-05-07 23:20:34 +0200 (Thu, 07 May 2009) | 1 line Fixed #5941: added ARFLAGS for the archiver command. ........
* Blocked revisions 72443 via svnmergeTarek Ziadé2009-05-070-0/+0
| | | | | | | | ........ r72443 | tarek.ziade | 2009-05-07 23:13:02 +0200 (Thu, 07 May 2009) | 1 line removed remaining spaces ........
* Merged revisions 72439 via svnmerge fromEric Smith2009-05-071-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72439 | eric.smith | 2009-05-07 15:36:09 -0400 (Thu, 07 May 2009) | 1 line Fixed wording for formatting integers: precision is not allowed. ........
* remove old metaclass demosBenjamin Peterson2009-05-078-1704/+0
|
* Merged revisions 72425-72426 via svnmerge fromR. David Murray2009-05-073-3/+22
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72425 | r.david.murray | 2009-05-07 12:27:02 -0400 (Thu, 07 May 2009) | 3 lines Issue5955: aifc's close method did not close the file it wrapped, now it does. This also means getfp method now returns the real fp. ........ r72426 | r.david.murray | 2009-05-07 12:29:19 -0400 (Thu, 07 May 2009) | 3 lines News item for Issue5955. ........
* Misc/NEWS entry for r72248Mark Dickinson2009-05-071-0/+3
|
* Merged revisions 72422 via svnmerge fromBenjamin Peterson2009-05-071-3/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72422 | benjamin.peterson | 2009-05-07 06:45:38 -0500 (Thu, 07 May 2009) | 1 line actually close files instead of leaving it to the gc #5955 ........
* Merged revisions 72415 via svnmerge fromAndrew M. Kuchling2009-05-071-2/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72415 | andrew.kuchling | 2009-05-06 18:54:19 -0400 (Wed, 06 May 2009) | 1 line Remove two dead links ........
* post release updatesBenjamin Peterson2009-05-062-1/+13
|
* tag 3.1 beta 1Benjamin Peterson2009-05-061-0/+1
|
* bump version to 3.1b1v3.1b1Benjamin Peterson2009-05-066-9/+9
|
* update pydoc_topicsBenjamin Peterson2009-05-061-8/+8
|
* Merged revisions 72404-72406 via svnmerge fromWalter Dörwald2009-05-063-3/+12
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72404 | walter.doerwald | 2009-05-06 16:28:24 +0200 (Mi, 06 Mai 2009) | 3 lines Issue 3739: The unicode-internal encoder now reports the number of *characters* consumed like any other encoder (instead of the number of bytes). ........ r72406 | walter.doerwald | 2009-05-06 16:32:35 +0200 (Mi, 06 Mai 2009) | 2 lines Add NEWS entry about issue #3739. ........
* Merged revisions 72399 via svnmerge fromJeroen Ruigrok van der Werven2009-05-061-1/+1
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72399 | jeroen.ruigrok | 2009-05-06 15:16:36 +0200 (wo, 06 mei 2009) | 4 lines Be more explicit about the error we are catching. Requested by: Antoine Pitrou ........
* Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects ↵Eric Smith2009-05-066-12/+48
| | | | nan and inf.
* #5947: add PendingDeprecationWarning to PyCObject functions.Georg Brandl2009-05-061-0/+16
|
* #5946: fix speling.Georg Brandl2009-05-061-3/+3
|
* Blocked revisions 72392 via svnmergeTarek Ziadé2009-05-060-0/+0
| | | | | | | | ........ r72392 | tarek.ziade | 2009-05-06 10:11:00 +0200 (Wed, 06 May 2009) | 1 line removed string.split usage ........
* Merged revisions 72388 via svnmerge fromTarek Ziadé2009-05-061-0/+57
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72388 | tarek.ziade | 2009-05-06 10:05:47 +0200 (Wed, 06 May 2009) | 1 line more build_clib cleanup + test coverage ........
* Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames.Mark Hammond2009-05-064-74/+183
| | | | By Larry Hastings, reviewed eric.smith and mark.hammond.
* Blocked revisions 72382 via svnmergeTarek Ziadé2009-05-060-0/+0
| | | | | | | | ........ r72382 | tarek.ziade | 2009-05-06 09:41:53 +0200 (Wed, 06 May 2009) | 1 line pep8-fied build_clib module : it is now similar to the one in 3.x ........
* Fixed #5940: distutils.command.build_clib.check_library_list is doing the ↵Tarek Ziadé2009-05-063-10/+65
| | | | right checkings again
* Merged revisions 72375 via svnmerge fromJeroen Ruigrok van der Werven2009-05-061-1/+4
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72375 | jeroen.ruigrok | 2009-05-06 07:25:42 +0200 (wo, 06 mei 2009) | 5 lines Wrap getpreferredencoding()'s use of setlocale in a try/except to prevent us from raising an exception when the locale is invalid. Issue #1443504 ........
* Added Objects/capsule.c to project files.Hirokazu Yamamoto2009-05-063-0/+11
|
* Merged revisions 72226 via svnmerge fromKurt B. Kaiser2009-05-062-22/+14
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72226 | kurt.kaiser | 2009-05-02 21:03:44 -0400 (Sat, 02 May 2009) | 3 lines idle.py modified and simplified to better support developing experimental versions of IDLE which are not installed in the standard location. ........
* Merged revisions 72227 via svnmerge fromKurt B. Kaiser2009-05-061-2/+4
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72227 | kurt.kaiser | 2009-05-02 22:05:22 -0400 (Sat, 02 May 2009) | 2 lines Further development of issue5559, handle Windows files which not only have embedded spaces, but leading spaces. ........
* turn this into a macroBenjamin Peterson2009-05-062-39/+2
|
* Merged revisions 72368 via svnmerge fromBenjamin Peterson2009-05-0512-116/+246
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ................ r72368 | benjamin.peterson | 2009-05-05 18:13:58 -0500 (Tue, 05 May 2009) | 53 lines Merged revisions 68503,68507,68694,69054,69673,69679-69681,70991,70999,71003,71695 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r68503 | benjamin.peterson | 2009-01-10 14:14:49 -0600 (Sat, 10 Jan 2009) | 1 line use variable ........ r68507 | benjamin.peterson | 2009-01-10 15:13:16 -0600 (Sat, 10 Jan 2009) | 1 line rewrap ........ r68694 | benjamin.peterson | 2009-01-17 17:55:59 -0600 (Sat, 17 Jan 2009) | 1 line test for specific node type ........ r69054 | guilherme.polo | 2009-01-28 10:01:54 -0600 (Wed, 28 Jan 2009) | 2 lines Added mapping for the ttk module. ........ r69673 | benjamin.peterson | 2009-02-16 09:38:22 -0600 (Mon, 16 Feb 2009) | 1 line fix handling of as imports #5279 ........ r69679 | benjamin.peterson | 2009-02-16 11:36:06 -0600 (Mon, 16 Feb 2009) | 1 line make Base.get_next_sibling() and Base.get_prev_sibling() properties ........ r69680 | benjamin.peterson | 2009-02-16 11:41:48 -0600 (Mon, 16 Feb 2009) | 1 line normalize docstrings in pytree according to PEP 11 ........ r69681 | benjamin.peterson | 2009-02-16 11:43:09 -0600 (Mon, 16 Feb 2009) | 1 line use a set ........ r70991 | benjamin.peterson | 2009-04-01 15:54:50 -0500 (Wed, 01 Apr 2009) | 1 line map urllib.urlopen to urllib.request.open #5637 ........ r70999 | benjamin.peterson | 2009-04-01 17:36:47 -0500 (Wed, 01 Apr 2009) | 1 line add very alpha support to 2to3 for running concurrently with multiprocessing ........ r71003 | benjamin.peterson | 2009-04-01 18:10:43 -0500 (Wed, 01 Apr 2009) | 1 line fix when multiprocessing is not available or used ........ r71695 | benjamin.peterson | 2009-04-17 22:21:29 -0500 (Fri, 17 Apr 2009) | 1 line refactor multiprocessing support, so it's less hacky to employ and only loads mp when needed ........ ................
* Merged revisions 72367 via svnmerge fromBenjamin Peterson2009-05-051-5/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72367 | benjamin.peterson | 2009-05-05 18:00:48 -0500 (Tue, 05 May 2009) | 1 line tabify :( ........
* Small style edits.Georg Brandl2009-05-051-18/+16
|
* fix test__locale on windows #5643Benjamin Peterson2009-05-051-16/+22
|
* editsBenjamin Peterson2009-05-051-74/+58
|
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-0537-149/+943
| | | | | | All stdlib modules with C-APIs now use this. Patch by Larry Hastings
* Merged revisions 72361 via svnmerge fromMartin v. Löwis2009-05-051-1/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72361 | martin.v.loewis | 2009-05-06 00:13:01 +0200 (Mi, 06 Mai 2009) | 2 lines Issue #5721: don't package Lib/test/README anymore. ........
* Issue #5944: Skip PEP 383 tests on OS X.Mark Dickinson2009-05-051-0/+1
|
* Merged revisions 72357 via svnmerge fromBenjamin Peterson2009-05-051-0/+9
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72357 | benjamin.peterson | 2009-05-05 16:09:21 -0500 (Tue, 05 May 2009) | 4 lines fix running test_capi with -R :: Also, fix a refleak in the test that was preventing running. :) ........
* Merged revisions 72352 via svnmerge fromThomas Heller2009-05-052-2/+5
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72352 | thomas.heller | 2009-05-05 20:55:47 +0200 (Di, 05 Mai 2009) | 3 lines Fix Issue #4875: find_library can return directories instead of files (on win32) ........
* Fix for issue1153027, making Py3k changes similar to fix in issue918368.Senthil Kumaran2009-05-053-1/+15
| | | | | | | This will address: a) urllib/ in py3k, b) urllib in py2x is addressed by issue918368. c) urllib2 in py2x was already addressed in Revision 43132.
* Blocked revisions 72348 via svnmergeEric Smith2009-05-050-0/+0
| | | | | | | | ........ r72348 | eric.smith | 2009-05-05 14:26:08 -0400 (Tue, 05 May 2009) | 1 line Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. ........
* Merged revisions 72344 via svnmerge fromMark Dickinson2009-05-052-3/+3
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72344 | mark.dickinson | 2009-05-05 18:41:47 +0100 (Tue, 05 May 2009) | 3 lines Issue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner for the patch. ........
* Improved wording.Eric Smith2009-05-051-4/+4
|
* Issue #5943: Fix lchflags crash.Martin v. Löwis2009-05-051-1/+1
|
* Documentation for Issue #5920.Eric Smith2009-05-051-1/+4
|
* Merged revisions 72335 via svnmerge fromMartin v. Löwis2009-05-052-2/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72335 | martin.v.loewis | 2009-05-05 18:10:16 +0200 (Di, 05 Mai 2009) | 2 lines Issue #5847: Remove -n switch on "Edit with IDLE" menu item. ........
* Issue #5920: Changed format.__float__ and complex.__float__ to use a ↵Eric Smith2009-05-059-51/+68
| | | | precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson.
* Added missing semicolon.Eric Smith2009-05-051-1/+1
|
* 2.7 -> 3.1 versionchanges.Georg Brandl2009-05-058-20/+7
|
* Merged revisions 72328 via svnmerge fromGeorg Brandl2009-05-051-1/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72328 | georg.brandl | 2009-05-05 11:20:52 +0200 (Di, 05 Mai 2009) | 1 line Remove unused variable. ........
* Merged revisions 72326 via svnmerge fromGeorg Brandl2009-05-051-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72326 | georg.brandl | 2009-05-05 11:19:43 +0200 (Di, 05 Mai 2009) | 1 line #5929: fix signedness warning. ........
* Merged revisions 72324 via svnmerge fromGeorg Brandl2009-05-051-14/+24
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72324 | georg.brandl | 2009-05-05 11:06:02 +0200 (Di, 05 Mai 2009) | 1 line Fix overlong lines. ........