summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add myself to a couple places as maintainer.Brett Cannon2009-09-181-2/+2
|
* Added myself to my areas of interest.Alexandre Vassalotti2009-09-181-4/+4
|
* Benajmin is also compiler-knowledgeable.R. David Murray2009-09-171-1/+1
|
* Add a couple interest areas for Nick per his request.R. David Murray2009-09-171-2/+2
|
* Some more maintainers.Georg Brandl2009-09-171-7/+7
|
* Merged revisions 74868,74877-74878 via svnmerge fromGeorg Brandl2009-09-171-471/+519
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74868 | georg.brandl | 2009-09-17 12:23:02 +0200 (Do, 17 Sep 2009) | 2 lines String values should be shown with quotes, to avoid confusion with constants. ........ r74877 | georg.brandl | 2009-09-17 18:26:06 +0200 (Do, 17 Sep 2009) | 1 line Remove duplicate doc of enable/disable_interspersed_args. ........ r74878 | georg.brandl | 2009-09-17 19:14:04 +0200 (Do, 17 Sep 2009) | 1 line Make the optparse doc style a bit more standard: use standard description units for attrs/methods/etc., and use the correct referencing roles. ........
* Maintainer additions from MAL.R. David Murray2009-09-171-20/+20
|
* Add decimal maintainersMark Dickinson2009-09-171-1/+1
|
* Revert accidental changes to Objects/longobject.cMark Dickinson2009-09-171-44/+104
|
* Add some more module maintainers.Mark Dickinson2009-09-172-108/+48
|
* Typo.Eric Smith2009-09-171-1/+1
|
* Check in first draft of maintainers.rst.R. David Murray2009-09-171-0/+284
|
* Issue #6929: fix a couple of statements and clarify a lot of things in the ↵Antoine Pitrou2009-09-171-68/+96
| | | | IO docs.
* Blocked revisions 74873 via svnmergeGeorg Brandl2009-09-170-0/+0
| | | | | | | | ........ r74873 | georg.brandl | 2009-09-17 13:48:31 +0200 (Do, 17 Sep 2009) | 1 line #6844 followup: the warning when setting Exception.message was removed, do not test for it. ........
* Merged revisions 74869 via svnmerge from ↵Georg Brandl2009-09-171-0/+12
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk (Only the new tests, the code had already been corrected due to an API change in unicode_decode_call_errorhandler.) ........ r74869 | georg.brandl | 2009-09-17 13:28:09 +0200 (Do, 17 Sep 2009) | 4 lines Issue #6922: Fix an infinite loop when trying to decode an invalid UTF-32 stream with a non-raising error handler like "replace" or "ignore". ........
* Merged revisions 74862 via svnmerge fromBrett Cannon2009-09-171-0/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74862 | brett.cannon | 2009-09-16 20:24:45 -0700 (Wed, 16 Sep 2009) | 1 line Note in the intro to Extending... that ctypes can be a simpler, more portable solution than custom C code. ........
* Bypass long_repr and _PyLong_Format for str(n), repr(n)Mark Dickinson2009-09-171-8/+2
|
* typo: Documenation -> DocumentationMark Dickinson2009-09-171-1/+1
|
* Recorded merge of revisions 74853 via svnmerge fromMark Dickinson2009-09-160-0/+0
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74853 | mark.dickinson | 2009-09-16 23:10:56 +0100 (Wed, 16 Sep 2009) | 5 lines Issue #6713: Improve performance of str(n) and repr(n) for integers n (up to 3.1 times faster in tests), by special-casing base 10 in _PyLong_Format. (Backport of r74851 from py3k.) ........
* Issue #6713: Improve performance of str(n) and repr(n) for integers nMark Dickinson2009-09-163-0/+122
| | | | | (up to 3.1 times faster in tests), by special-casing base 10 in _PyLong_Format.
* Merged revisions 74843 via svnmerge fromMark Dickinson2009-09-161-4/+0
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74843 | mark.dickinson | 2009-09-16 21:26:31 +0100 (Wed, 16 Sep 2009) | 4 lines Remove outdated include; this include was breaking OS X builds using non-Apple gcc4.3 and gcc4.4 (because CoreFoundation/CoreFoundation.h won't compile under non-Apple gcc). ........
* Merged revisions 74838-74839 via svnmerge fromGeorg Brandl2009-09-162-27/+65
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74838 | georg.brandl | 2009-09-16 18:22:12 +0200 (Mi, 16 Sep 2009) | 1 line Remove some more boilerplate from the actual tests in test_pdb. ........ r74839 | georg.brandl | 2009-09-16 18:36:39 +0200 (Mi, 16 Sep 2009) | 1 line Make the pdb displayhook compatible with the standard displayhook: do not print Nones. Add a test for that. ........
* Merged revisions 74817-74820,74822-74824 via svnmerge fromGeorg Brandl2009-09-167-33/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74817 | georg.brandl | 2009-09-16 11:05:11 +0200 (Mi, 16 Sep 2009) | 1 line Make deprecation notices as visible as warnings are right now. ........ r74818 | georg.brandl | 2009-09-16 11:23:04 +0200 (Mi, 16 Sep 2009) | 1 line #6880: add reference to classes section in exceptions section, which comes earlier. ........ r74819 | georg.brandl | 2009-09-16 11:24:57 +0200 (Mi, 16 Sep 2009) | 1 line #6876: fix base class constructor invocation in example. ........ r74820 | georg.brandl | 2009-09-16 11:30:48 +0200 (Mi, 16 Sep 2009) | 1 line #6891: comment out dead link to Unicode article. ........ r74822 | georg.brandl | 2009-09-16 12:12:06 +0200 (Mi, 16 Sep 2009) | 1 line #5621: refactor description of how class/instance attributes interact on a.x=a.x+1 or augassign. ........ r74823 | georg.brandl | 2009-09-16 15:06:22 +0200 (Mi, 16 Sep 2009) | 1 line Remove strange trailing commas. ........ r74824 | georg.brandl | 2009-09-16 15:11:06 +0200 (Mi, 16 Sep 2009) | 1 line #6892: fix optparse example involving help option. ........
* Blocked revisions 74832 via svnmergeGeorg Brandl2009-09-160-0/+0
| | | | | | | | ........ r74832 | georg.brandl | 2009-09-16 17:57:46 +0200 (Mi, 16 Sep 2009) | 1 line Rewrap long lines. ........
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-1659-567/+522
|
* Use true booleans and PEP8 for argdefaults.Georg Brandl2009-09-169-21/+21
|
* Use true booleans.Georg Brandl2009-09-161-3/+3
|
* Small PEP8 correction.Georg Brandl2009-09-161-3/+3
|
* Use true booleans.Georg Brandl2009-09-161-2/+2
|
* Blocked revisions 74825 via svnmergeEzio Melotti2009-09-160-0/+0
| | | | | | | | ........ r74825 | ezio.melotti | 2009-09-16 16:14:05 +0300 (Wed, 16 Sep 2009) | 1 line #6879 - fix misstatement about exceptions ........
* #6885: run python 3 as python3.Georg Brandl2009-09-161-1/+1
|
* #6910 - for->or typoEzio Melotti2009-09-161-1/+1
|
* updated the doc to match the module docstring, fixed a couple of errors in ↵Ezio Melotti2009-09-162-26/+31
| | | | the doc markup and in the module
* Do not document the most important (at least for Guido) future import.Georg Brandl2009-09-151-3/+1
|
* Merged revisions 74806 via svnmerge fromRonald Oussoren2009-09-152-6/+26
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74806 | ronald.oussoren | 2009-09-15 21:13:15 +0200 (Tue, 15 Sep 2009) | 3 lines Finish support for --with-universal-archs=intel and --with-universal-archs=3-way (issue6245) ........
* Merged revisions 74798 via svnmerge fromRonald Oussoren2009-09-151-12/+19
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74798 | ronald.oussoren | 2009-09-15 20:33:33 +0200 (Tue, 15 Sep 2009) | 8 lines MacOSX: detect the architectures supported by Tk.framework and build _tkinter only for those architectures. This replaces the hardcoded solution that is no longer valid now that 64-bit capable versions of Tk are available on OSX. ........
* Merged revisions 74799 via svnmerge fromEzio Melotti2009-09-151-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74799 | ezio.melotti | 2009-09-15 21:41:43 +0300 (Tue, 15 Sep 2009) | 1 line #6917 - typo in method name ........
* Py_(Set|Get)PythonHome use wchar_t #6913Benjamin Peterson2009-09-151-2/+2
|
* Recorded merge of revisions 74791 via svnmerge fromGeorg Brandl2009-09-141-4/+34
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74791 | georg.brandl | 2009-09-14 16:08:54 +0200 (Mo, 14 Sep 2009) | 1 line #6574: list the future features in a table. ........
* Merged revisions 74787 via svnmerge fromEzio Melotti2009-09-141-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74787 | ezio.melotti | 2009-09-14 03:48:31 +0300 (Mon, 14 Sep 2009) | 1 line #6904 - fix broken link ........
* Merged revisions 74773 via svnmerge fromMatthias Klose2009-09-132-2/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74773 | matthias.klose | 2009-09-13 17:09:24 +0200 (So, 13 Sep 2009) | 2 lines Issue #6635: Fix profiler printing usage message. ........
* Merged revisions 74769 via svnmerge fromMark Dickinson2009-09-131-7/+10
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74769 | mark.dickinson | 2009-09-13 12:56:13 +0100 (Sun, 13 Sep 2009) | 3 lines Fix potential signed-overflow bug in _PyLong_Format; also fix a couple of whitespace issues. ........
* typo: string values *have* to beEzio Melotti2009-09-131-1/+1
|
* fixed more examples that were using u"", print without () and unicode/str ↵Ezio Melotti2009-09-1310-52/+50
| | | | instead of str/bytes
* small fixes in the examples and in the markupEzio Melotti2009-09-131-11/+12
|
* more list()s on dictviewsEzio Melotti2009-09-135-9/+8
|
* py3k documentation has its own urlBenjamin Peterson2009-09-131-1/+1
|
* Merged revisions 74757 via svnmerge fromBenjamin Peterson2009-09-131-4/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74757 | benjamin.peterson | 2009-09-12 20:59:31 -0500 (Sat, 12 Sep 2009) | 1 line update urls ........
* Merged revisions 74754 via svnmerge fromEzio Melotti2009-09-127-6/+51
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74754 | ezio.melotti | 2009-09-12 17:43:43 +0300 (Sat, 12 Sep 2009) | 1 line #6026 - fix tests that failed without zlib ........
* Merged revisions 74750 via svnmerge fromLars Gustäbel2009-09-124-8/+76
| | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74750 | lars.gustaebel | 2009-09-12 12:28:15 +0200 (Sat, 12 Sep 2009) | 9 lines Issue #6856: Add a filter keyword argument to TarFile.add(). The filter argument must be a function that takes a TarInfo object argument, changes it and returns it again. If the function returns None the TarInfo object will be excluded from the archive. The exclude argument is deprecated from now on, because it does something similar but is not as flexible. ........