summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* First step of the C API rename:Christian Heimes2008-05-2611-483/+520
| | | | | | renamed Include/bytesobject.h to Include/bytearrayobject.h renamed Include/stringobject.h to Include/bytesobject.h added Include/stringobject.h with aliases
* On Windows, we must build a debug version iff running a debug build ofThomas Heller2008-05-261-0/+4
| | | | Python
* Add renaming notices to xmlrpc modules.Georg Brandl2008-05-263-2/+15
|
* Add renaming notices to 2.6 dbm module docs.Georg Brandl2008-05-266-6/+28
|
* update the tutorial to use str.formatBenjamin Peterson2008-05-267-32/+81
|
* rename the section about new formatting 'new-string-formatting'Benjamin Peterson2008-05-251-5/+5
|
* Merged revisions 63634-63643 via svnmerge fromMartin v. Löwis2008-05-251-1/+4
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r63643 | martin.v.loewis | 2008-05-25 19:18:21 +0200 (So, 25 Mai 2008) | 3 lines Don't abort on IOErrors caused by saving pickle files. Fixes #2938. ........
* Create grammar pickle files on installation; remove them on uninstallation.Martin v. Löwis2008-05-252-0/+11
|
* Merged revisions 62647-63633 via svnmerge fromMartin v. Löwis2008-05-252-9/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r63047 | alexandre.vassalotti | 2008-05-11 11:03:24 +0200 (So, 11 Mai 2008) | 2 lines Added import fixer for copy_reg rename. ........ r63081 | alexandre.vassalotti | 2008-05-11 22:06:36 +0200 (So, 11 Mai 2008) | 2 lines Added import fixer for Queue rename. ........ r63090 | alexandre.vassalotti | 2008-05-11 22:38:16 +0200 (So, 11 Mai 2008) | 2 lines Added import fixer for PixMapWrapper rename. ........ r63141 | alexandre.vassalotti | 2008-05-12 04:42:03 +0200 (Mo, 12 Mai 2008) | 5 lines Added fixer for SocketServer renaming. Removed PixMapWrapper fixer, since the module is actually pending removal. ........ r63252 | alexandre.vassalotti | 2008-05-15 01:10:20 +0200 (Do, 15 Mai 2008) | 2 lines Added fixer for ConfigParser rename. ........ r63321 | collin.winter | 2008-05-15 19:42:58 +0200 (Do, 15 Mai 2008) | 1 line Add a missing comma. Fixes issue 2866. ........ r63356 | alexandre.vassalotti | 2008-05-16 08:55:44 +0200 (Fr, 16 Mai 2008) | 4 lines Added new tests for fix_imports. Added refactoring support of from-import statements of the style: from foo import bar, baz ........ r63362 | alexandre.vassalotti | 2008-05-16 09:17:53 +0200 (Fr, 16 Mai 2008) | 2 lines Added the repr module import fixer. ........ r63456 | georg.brandl | 2008-05-18 21:51:18 +0200 (So, 18 Mai 2008) | 2 lines #2908: fixers for Tkinter rename. ........ r63461 | georg.brandl | 2008-05-18 23:00:20 +0200 (So, 18 Mai 2008) | 2 lines Fix for last patch. ........ r63525 | alexandre.vassalotti | 2008-05-21 23:43:29 +0200 (Mi, 21 Mai 2008) | 4 lines Add missing comma in fix_imports. Bug caught by Quentin Gallet-Gilles. ........ r63532 | brett.cannon | 2008-05-22 05:02:43 +0200 (Do, 22 Mai 2008) | 4 lines When testing fix_imports, no need to only test a subset of input; test it all! Do all revisions to the sandbox need to be manually applied to the trunk? ........ r63533 | brett.cannon | 2008-05-22 05:16:45 +0200 (Do, 22 Mai 2008) | 1 line Add _markupbase to the import fixer. ........ r63612 | georg.brandl | 2008-05-25 09:56:59 +0200 (So, 25 Mai 2008) | 2 lines Add fixer for _winreg rename. ........ r63627 | georg.brandl | 2008-05-25 14:30:10 +0200 (So, 25 Mai 2008) | 2 lines Add fixer entry for the thread module. ........ r63629 | georg.brandl | 2008-05-25 14:34:13 +0200 (So, 25 Mai 2008) | 2 lines Fixer entry for dummy_thread. ........ r63633 | martin.v.loewis | 2008-05-25 16:52:41 +0200 (So, 25 Mai 2008) | 2 lines Temporarily disable Test_imports. ........
* Add renaming notices to thread and dummy_thread.Georg Brandl2008-05-252-2/+12
|
* Include all licenses of the packages that we include.Martin v. Löwis2008-05-251-1/+22
|
* note about r63617Gregory P. Smith2008-05-251-0/+4
|
* Fix issue2669: bsddb simple/legacy interface iteration silently failsGregory P. Smith2008-05-252-75/+128
| | | | | | | when database changes size during iteration. It now behaves like a dictionary, the next attempt to get a value from the iterator after the database has changed size will raise a RuntimeError.
* #2959: allow multiple close() calls for GzipFile.Georg Brandl2008-05-253-3/+12
|
* Hint about _winreg renaming in the docs.Georg Brandl2008-05-251-0/+5
|
* ConfigParser renaming reversal part 3: move module into place and adapt imports.Georg Brandl2008-05-2514-126/+68
|
* ConfigParser renaming reversal part 2: move module.Georg Brandl2008-05-251-0/+0
|
* ConfigParser renaming reversal part 1: remove stub module.Georg Brandl2008-05-251-8/+0
|
* print out information about which BerkeleyDB library was found byGregory P. Smith2008-05-251-3/+2
| | | | setup.py to use to build the bsddb module.
* Queue renaming reversal part 3: move module into place andGeorg Brandl2008-05-2515-59/+55
| | | | change imports and other references. Closes #2925.
* * Give the test_bsddb3 tests a unique temporary directory to run theirGregory P. Smith2008-05-252-59/+35
| | | | | | | | stuff in and clean it up afterwards regardless of the result. * Get rid of duplicate list of test modules to run, they're maintained within test_all now. * Print the BerkeleyDB version to stderr when running test_bsddb3 to help buildbot problem diagnosis.
* Queue renaming reversal part 2: move module.Georg Brandl2008-05-251-0/+0
|
* Queue renaming reversal part 1: remove stub module.Georg Brandl2008-05-251-8/+0
|
* Use test_support to get network ports to bind to.Gregory P. Smith2008-05-251-8/+10
|
* Correct the url to the external bsddb.db docs (likely to be integratedGregory P. Smith2008-05-241-3/+3
| | | | soon anyways?)
* socketserver renaming reversal part 3: move the module into the rightGeorg Brandl2008-05-2419-411/+409
| | | | place and fix all references to it. Closes #2926.
* Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renamingGuilherme Polo2008-05-241-1/+1
|
* socketserver renaming reversal part 2: move rename module.Georg Brandl2008-05-241-0/+0
| | | | | I'm doing this case-only rename in a two-step process via a different directory to hopefully avoid problems with case-insensitive filesystems.
* socketserver renaming reversal part 1: remove stub module.Georg Brandl2008-05-241-8/+0
|
* Don't try to get the window size if it was never set before.Martin v. Löwis2008-05-241-3/+0
| | | | Fixes the test failure on Solaris.
* Use announce instead of print, to suppress output inMartin v. Löwis2008-05-241-1/+1
| | | | the testsuite.
* Introduce a user macro named $(externalsDir), which should point to the root ↵Trent Nelson2008-05-231-7/+11
| | | | directory of where all the external sources should live. Developers can change this value if their external sources live elsewhere. The default of '..\..' matches the current status quo.
* Mention that the leaking of variables from list comprehensionsMartin v. Löwis2008-05-231-4/+3
| | | | is fixed in 3.0.
* Revert temporary checkin in revision 63545.Mark Dickinson2008-05-232-22/+0
|
* Fix typoRaymond Hettinger2008-05-231-1/+1
|
* Issue 2909: show how to name unpacked fields.Raymond Hettinger2008-05-231-0/+10
|
* Issue #1390: Raise ValueError in toxml when an invalid comment wouldMartin v. Löwis2008-05-233-0/+10
| | | | otherwise be produced.
* Patch #1722225: Support QNX 6.Martin v. Löwis2008-05-239-6/+61
|
* Skip math.sum tests on non IEEE 754 platforms, and on IEEE 754 platformsMark Dickinson2008-05-231-0/+16
| | | | that exhibit the problem described in issue #2937.
* Remove the old repr stub.Brett Cannon2008-05-231-7/+0
|
* Revert the renaming of repr to reprlib.Brett Cannon2008-05-2316-39/+33
|
* Tweak the comments and formatting.Raymond Hettinger2008-05-231-76/+47
|
* Temporary checkin to get configure to report moreMark Dickinson2008-05-232-1/+23
| | | | | | | information about the processor on the Debian/alpha buildbot. (I'm still trying to track down the cause of the test_math failures for this machine.) This checkin will be reverted within the next 48 hours.
* Better error reporting in test_math.pyMark Dickinson2008-05-231-0/+4
|
* Add tests for math.sum (Issue #2819)Mark Dickinson2008-05-231-0/+136
|
* Issue #2819: Add math.sum, a function that sums a sequence of floatsMark Dickinson2008-05-232-0/+226
| | | | | efficiently but with no intermediate loss of precision. Based on Raymond Hettinger's ASPN recipe. Thanks Jean Brouwers for the patch.
* Docs for Issue 2819.Raymond Hettinger2008-05-231-0/+6
|
* fix test_pydoc so it works on make installed Python installationsBenjamin Peterson2008-05-221-14/+26
| | | | Also let it pass when invoked directly
* bsddb module updated to version 4.7.0Jesus Cea2008-05-226-11/+91
|
* Add Quentin Gallet-Gilles for (at least) a fixer for markupbase.Brett Cannon2008-05-221-0/+1
|