Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix missing. | Georg Brandl | 2010-04-14 | 1 | -2/+2 | |
| | ||||||
* | #8370: fix module name in backported doc addition. | Georg Brandl | 2010-04-14 | 1 | -2/+2 | |
| | ||||||
* | #5250: document __instancecheck__ and __subclasscheck__. I hope the part ↵ | Georg Brandl | 2010-04-14 | 1 | -0/+42 | |
| | | | | about the class/metaclass distinction is understandable. | |||||
* | #8399: add note about Windows and O_BINARY. | Georg Brandl | 2010-04-14 | 1 | -1/+2 | |
| | ||||||
* | Add some text | Andrew M. Kuchling | 2010-04-14 | 1 | -1/+22 | |
| | ||||||
* | Add an x-ref to where the O_ constants are documented and move the SEEK_ ↵ | Georg Brandl | 2010-04-14 | 1 | -11/+17 | |
| | | | | constants after lseek(). | |||||
* | #5341: fix typo and adapt docstring syntax. | Georg Brandl | 2010-04-14 | 1 | -2/+2 | |
| | ||||||
* | #5341: typo. | Georg Brandl | 2010-04-14 | 1 | -1/+1 | |
| | ||||||
* | Add a small sleep to let a subprocess start before terminating it. | Brian Curtin | 2010-04-14 | 1 | -0/+1 | |
| | | | | | | David Bolen's buildbot isn't know for it's speed, and it seems that we may have been trying to kill the subprocess before it was fully initialized. I ran with this change on the bot itself and it seemed to work. | |||||
* | Add argparse example | Andrew M. Kuchling | 2010-04-14 | 1 | -2/+60 | |
| | ||||||
* | Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters. | R. David Murray | 2010-04-13 | 4 | -1/+13 | |
| | ||||||
* | Fix overzealous patterns in .hgignore, which used to hide files containing ↵ | Antoine Pitrou | 2010-04-13 | 1 | -15/+15 | |
| | | | | | | e.g. "python". (also an occasional source of bugs on the hgsvn-generated hg mirrors) | |||||
* | In test_winsound, don't try to import _winreg until after checking that ↵ | Mark Dickinson | 2010-04-13 | 1 | -1/+1 | |
| | | | | winsound is supported. | |||||
* | Get rid of multi-row cells. | Georg Brandl | 2010-04-13 | 1 | -10/+10 | |
| | ||||||
* | Fix #7306. Add skips to test_winsound when no default sound is configured. | Brian Curtin | 2010-04-13 | 1 | -0/+18 | |
| | | | | These failures occur on a Windows Server 2003 machine I test on. | |||||
* | Add an item; stray edit | Andrew M. Kuchling | 2010-04-13 | 1 | -2/+22 | |
| | ||||||
* | Fix #8364. Update the setquit docstring and change a built-in to builtin. | Brian Curtin | 2010-04-12 | 1 | -3/+5 | |
| | ||||||
* | Add usage notes for collections.Counter(). | Raymond Hettinger | 2010-04-12 | 1 | -0/+27 | |
| | ||||||
* | More struct doc tweaks. | Mark Dickinson | 2010-04-12 | 1 | -6/+13 | |
| | ||||||
* | Rewrap some long lines in struct module doc source. | Mark Dickinson | 2010-04-12 | 1 | -16/+18 | |
| | ||||||
* | Issue #7355: Various improvements to struct module documentation. | Mark Dickinson | 2010-04-12 | 1 | -55/+114 | |
| | | | | | | | | | | | | | | - note early on that the result of struct.pack includes padding bytes by default - add examples showing how order of struct fields can affect size (due to padding) - better headers and references; introduction to format strings - integrate packing notes into table Many thanks to Meador Inge for the patch. | |||||
* | Update the Windows FAQ's text about os.kill (#1220212). | Brian Curtin | 2010-04-12 | 1 | -1/+6 | |
| | ||||||
* | Issue #7585: use tab between components in unified and context diff headers. | R. David Murray | 2010-04-12 | 5 | -21/+51 | |
| | | | | | | | | | | | | Instead of spaces between the filename and date (or whatever the string is that follows the filename, if any) use tabs. This is what the unix 'diff' command does, for example, and difflib was intended to follow the 'standard' way of doing diffs. This improves compatibility with patch tools. The docs and examples are also changed to recommended that the date format used be the ISO 8601 format, which is what modern diff tools emit by default. Patch by Anatoly Techtonik. | |||||
* | Issue #8367: Fix spurious test failure on systems without a sound card. | Stefan Krah | 2010-04-12 | 1 | -5/+3 | |
| | ||||||
* | typo | Barry Warsaw | 2010-04-12 | 1 | -1/+1 | |
| | ||||||
* | Issue #7472: ISO-2022 charsets now consistently use 7bit CTE. | R. David Murray | 2010-04-12 | 2 | -1/+5 | |
| | | | | | | | | Fixed a typo in the email.encoders module so that messages output using an ISO-2022 character set will use a content-transfer-encoding of 7bit consistently. Previously if the input data had any eight bit characters the output data would get marked as 8bit even though it was actually 7bit. | |||||
* | Adding additional examples of valid urls as per RFC 3986 (for issue8339) | Senthil Kumaran | 2010-04-12 | 1 | -1/+1 | |
| | ||||||
* | Re-enable all tests, to see which ones fail on the buildbots. | Martin v. Löwis | 2010-04-12 | 1 | -6/+6 | |
| | ||||||
* | Issue #8330: Fix expected output in test_gdb. | Martin v. Löwis | 2010-04-12 | 2 | -10/+30 | |
| | ||||||
* | It is possible to add extra testing options using EXTRATESTOPTS. | Antoine Pitrou | 2010-04-12 | 1 | -6/+6 | |
| | | | | | | | | When such extra options include "-x testname", subsequent arguments are all taken as test names to ignore. Therefore, standard options must be passed before *TESTOPTS. (witnessed on the ARM buildbots) | |||||
* | Fix misplaced items and incorrect title. | Antoine Pitrou | 2010-04-11 | 1 | -11/+11 | |
| | ||||||
* | Issue #8374: Update the internal alias table in the :mod:`locale` module | Antoine Pitrou | 2010-04-11 | 3 | -14/+93 | |
| | | | | to cover recent locale changes and additions. | |||||
* | Add several items | Andrew M. Kuchling | 2010-04-11 | 1 | -22/+62 | |
| | ||||||
* | Minor factoring | Raymond Hettinger | 2010-04-11 | 1 | -2/+1 | |
| | ||||||
* | Fix for issues #3581, #1481 and #7650: | Stefan Krah | 2010-04-11 | 1 | -26/+9 | |
| | | | | | | | | | | | | | | 1. The assumptions in check_node() were too restrictive: - Hardware addresses with universal_local_bit=1 are valid (locally administered). - Many of the tested functions (including uuid.getnode()) may return valid RFC 4122 random node IDs. These are pretty much random 48-bit values with the multicast bit set to 1. 2. _unixdll_getnode() calls _uuid_generate_time(), which may be None on some platforms. The resulting TypeError is now caught. | |||||
* | Add two items | Andrew M. Kuchling | 2010-04-11 | 1 | -4/+23 | |
| | ||||||
* | Two typo fixes | Andrew M. Kuchling | 2010-04-11 | 2 | -2/+2 | |
| | ||||||
* | Add descriptor howto to main documentation | Raymond Hettinger | 2010-04-11 | 2 | -0/+432 | |
| | ||||||
* | Remove distutils section | Andrew M. Kuchling | 2010-04-11 | 1 | -52/+0 | |
| | ||||||
* | name correct | Andrew M. Kuchling | 2010-04-11 | 1 | -1/+1 | |
| | ||||||
* | add test for class with no operations defined | Benjamin Peterson | 2010-04-11 | 1 | -0/+6 | |
| | ||||||
* | Add various items | Andrew M. Kuchling | 2010-04-11 | 1 | -2/+59 | |
| | ||||||
* | Punctuation fix | Andrew M. Kuchling | 2010-04-11 | 1 | -1/+1 | |
| | ||||||
* | Two grammar fixes | Andrew M. Kuchling | 2010-04-11 | 1 | -2/+2 | |
| | ||||||
* | Add the sorting HOWTO to the main docs. | Raymond Hettinger | 2010-04-11 | 2 | -0/+285 | |
| | ||||||
* | Revert temporary commit in r79937 | Antoine Pitrou | 2010-04-10 | 3 | -99/+21 | |
| | ||||||
* | Temporary commit of fix to issue #5380 (in order to watch buildbot response) | Antoine Pitrou | 2010-04-10 | 3 | -21/+99 | |
| | ||||||
* | fix PYTHONWARNINGS handling to not modify the original env value and improve | Philip Jenvey | 2010-04-10 | 2 | -10/+18 | |
| | | | | its tests | |||||
* | Refactor a couple inspect module tests to remove duplicate code | Jean-Paul Calderone | 2010-04-10 | 1 | -62/+26 | |
| | | | | | | | | | The test_classify_oldstyle and test_classify_newstyle methods of test.test_inspect.TestClassesAndFunctions were previously almost identical (aside from irrelevant whitespace and one semantic difference). They now share a single helper. Fixes issue #8363. | |||||
* | adjust gc_collect for Jython | Philip Jenvey | 2010-04-10 | 1 | -1/+3 | |
| |