Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provides a clearer warning message when cheap inheritance with the ↵ | Giampaolo Rodolà | 2010-05-06 | 1 | -2/+3 |
| | | | | underlying socket object is used | ||||
* | Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; ↵ | Giampaolo Rodolà | 2010-05-06 | 3 | -5/+42 |
| | | | | asyncore.__getattr__ cheap inheritance caused confusing error messages when accessing undefined class attributes; added an alias for __str__ which now is used as a fallback for __repr__ | ||||
* | Add back in a line that was unneeded which advanced a pointer, but commented | Brett Cannon | 2010-05-06 | 1 | -0/+1 |
| | | | | | | out as it is currently unneeded. This effectively adds back in the line removed in r80809 as a comment. | ||||
* | Change section title; point to unittest2 | Andrew M. Kuchling | 2010-05-06 | 1 | -2/+5 |
| | |||||
* | Add 2 items; record ideas for two initial sections; clarify wording | Andrew M. Kuchling | 2010-05-06 | 1 | -5/+20 |
| | |||||
* | Describe ElementTree 1.3; rearrange new-module sections; describe dict views ↵ | Andrew M. Kuchling | 2010-05-06 | 1 | -72/+165 |
| | | | | as sets; small edits and items | ||||
* | `self` doesn't exist here | Antoine Pitrou | 2010-05-06 | 1 | -3/+3 |
| | |||||
* | Use anonymous hyperlinks | Andrew M. Kuchling | 2010-05-06 | 1 | -4/+4 |
| | |||||
* | Fix #7863. Properly identify Windows 7 and Server 2008 R2. | Brian Curtin | 2010-05-06 | 1 | -17/+34 |
| | | | | | Removed various unused code and added a way to correctly determine server vs. workstation via the registry. | ||||
* | Add various items | Andrew M. Kuchling | 2010-05-06 | 1 | -7/+39 |
| | |||||
* | Reword paragraph; fix filename, which should be pyconfig.h | Andrew M. Kuchling | 2010-05-06 | 1 | -3/+3 |
| | |||||
* | Have the serve.py script announce the directory it is | R. David Murray | 2010-05-06 | 1 | -0/+1 |
| | | | | | serving and which port it is serving it on (I can never remember the default port number it uses...) | ||||
* | Untabify Modules/posixmodule.c (2) | Victor Stinner | 2010-05-06 | 1 | -10/+10 |
| | | | | Fix some more functions by hand | ||||
* | Untabify Modules/posixmodule.c | Victor Stinner | 2010-05-05 | 1 | -5047/+5047 |
| | | | | | Run Antoine Pitrou "untabify" script + manual editions (OS/2 and some continuation lines). | ||||
* | Revert a change where an expression is not needed now, but could be in the ↵ | Brett Cannon | 2010-05-05 | 1 | -0/+1 |
| | | | | future. | ||||
* | Issue #1533: test_range in test_builtin: fix test comment and add test | Mark Dickinson | 2010-05-05 | 1 | -2/+2 |
| | | | | for rejection of small floats. Thanks Alexander Belopolsky. | ||||
* | removed non needed lines | Tarek Ziadé | 2010-05-05 | 1 | -2/+1 |
| | |||||
* | Issue #8625: Turn off gcc optimization in debug builds. | Mark Dickinson | 2010-05-05 | 3 | -3/+8 |
| | |||||
* | Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills | Tarek Ziadé | 2010-05-05 | 3 | -10/+112 |
| | |||||
* | Issue 8628: fix incorrect documentation for numbers.Complex.imag. | Mark Dickinson | 2010-05-05 | 1 | -2/+2 |
| | |||||
* | Mention how Clang's static anaylzer was run over Objects/ and Python/. | Brett Cannon | 2010-05-05 | 1 | -0/+2 |
| | |||||
* | Remove an unneeded variable assignment. | Brett Cannon | 2010-05-05 | 1 | -1/+0 |
| | | | | Found using Clang's static analyzer. | ||||
* | Explicitly add stdio.h and string.h to make strtod.c work standalone. | Brett Cannon | 2010-05-05 | 1 | -6/+9 |
| | | | | Found using Clang's static analyzer. | ||||
* | Change to a Py_XDECREF and fix some whitespace. | Brett Cannon | 2010-05-05 | 1 | -8/+8 |
| | | | | Found using Clang's static analyzer. | ||||
* | Remove an unnecessary variable assignment. | Brett Cannon | 2010-05-05 | 1 | -1/+0 |
| | | | | Found using Clang's static analyzer. | ||||
* | Remove two unneeded branches to an 'if' statement by applying De Morgan's Law | Brett Cannon | 2010-05-05 | 1 | -73/+68 |
| | | | | | | | | | and creating a single 'if' statement along with a NULL default value for a variable. Also clean up a bunch of whitespace. Found using Clang's static analyzer. | ||||
* | Remove an unneeded variable increment. | Brett Cannon | 2010-05-05 | 1 | -1/+0 |
| | | | | Found using Clang's static analyzer. | ||||
* | Remove an unneeded variable and fix a little whitespace. | Brett Cannon | 2010-05-05 | 1 | -3/+2 |
| | | | | Found using Clang's static analyzer. | ||||
* | Fix whitespace. | Brett Cannon | 2010-05-05 | 1 | -8/+8 |
| | |||||
* | Partially revert the over-reaching r80813. | Brett Cannon | 2010-05-05 | 4 | -78/+85 |
| | |||||
* | Remove three unneeded variable assignments. | Brett Cannon | 2010-05-05 | 5 | -89/+79 |
| | | | | Found using Clang's static analyzer. | ||||
* | Remove an unneeded assignment. | Brett Cannon | 2010-05-05 | 1 | -2/+2 |
| | | | | Found using Clang's static analyzer. | ||||
* | Remove an unneeded variable assignment. | Brett Cannon | 2010-05-05 | 1 | -2/+1 |
| | | | | Found using Clang's static analyzer. | ||||
* | Remove an unneeded variable. | Brett Cannon | 2010-05-05 | 1 | -2/+0 |
| | | | | Found using Clang's static analyzer. | ||||
* | Remove an unneeded variable increment. | Brett Cannon | 2010-05-05 | 1 | -1/+0 |
| | | | | Found using Clang's static analyzer. | ||||
* | Remove extraneous whitespace. | Brett Cannon | 2010-05-05 | 3 | -51/+51 |
| | |||||
* | Remove an unnecessary variable. | Brett Cannon | 2010-05-05 | 1 | -3/+0 |
| | | | | Found using Clang's static analyzer. | ||||
* | In a number of places code still revers | Ronald Oussoren | 2010-05-05 | 30 | -268/+71 |
| | | | | | | | | | to "sys.platform == 'mac'" and that is dead code because it refers to a platform that is no longer supported (and hasn't been supported for several releases). Fixes issue #7908 for the trunk. | ||||
* | Issue #8600: fix test_gdb failures when gdb issues some spurious warnings. | Antoine Pitrou | 2010-05-05 | 1 | -0/+5 |
| | |||||
* | Issue #7472: remove unused code from email.encoders.encode_7or8bit. | R. David Murray | 2010-05-05 | 2 | -7/+8 |
| | | | | | | | | | Yukihiro Nakadaira noticed a typo in encode_7or8bit that was trying to special case iso-2022 codecs. It turns out that the code in question is never used, because whereas it was designed to trigger if the payload encoding was eight bit but its output encoding was 7 bit, in practice the payload is always converted to the 7bit encoding before encode_7or8bit is called. Patch by Shawat Anand. | ||||
* | Untabify Modules/_io/fileio.c | Antoine Pitrou | 2010-05-05 | 1 | -705/+705 |
| | |||||
* | NEWS | Barry Warsaw | 2010-05-05 | 1 | -0/+2 |
| | |||||
* | Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes | Barry Warsaw | 2010-05-05 | 3 | -1/+1 |
| | | | | | Debian unhappy. The actual contents of the audio clip are unimportant, so replace it with something that we know is okay. Guido likes woodpeckers. | ||||
* | Untabify Modules/_ssl.c | Antoine Pitrou | 2010-05-05 | 1 | -1346/+1346 |
| | |||||
* | Force exit using os._exit instead of sys.exit, | Ronald Oussoren | 2010-05-05 | 1 | -1/+1 |
| | | | | | this makes sure that the child does not continue testing. | ||||
* | The C function used by uuid.uuid4 is broken on | Ronald Oussoren | 2010-05-05 | 3 | -0/+44 |
| | | | | | | | | | | OSX 10.6 in that after os.fork() the parent and child generate the same sequence of UUIDs. This patch falls back to the the Python implementation on OSX 10.6 or later. Fixes issue #8621. | ||||
* | Update the NEWS entry for issue #8211. | Marc-André Lemburg | 2010-05-05 | 1 | -2/+2 |
| | |||||
* | Issue #8313: traceback.format_exception_only() encodes unicode message to | Victor Stinner | 2010-05-05 | 3 | -2/+20 |
| | | | | ASCII with backslashreplace error handler if str(value) failed | ||||
* | Remove reference to unused source file. | Thomas Heller | 2010-05-04 | 1 | -4/+0 |
| | |||||
* | Fix test_gzip failure on OS X. The failure was a result of trying to fflush | Mark Dickinson | 2010-05-04 | 1 | -1/+1 |
| | | | | a file that wasn't open for writing. Patch by Antoine Pitrou. |