Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove unneeded variable assignment. | Brett Cannon | 2010-05-03 | 1 | -3/+1 | |
| | | | | Found using Clang's static analyzer. | |||||
* | Remove unneeded variable mutation and initializations. | Brett Cannon | 2010-05-03 | 1 | -4/+6 | |
| | | | | Found using Clang's static analyzer. | |||||
* | Clean up whitespace and remove unneeded variable initialization as found by | Brett Cannon | 2010-05-03 | 1 | -56/+52 | |
| | | | | Clang. | |||||
* | Remove an unused variable. | Brett Cannon | 2010-05-03 | 1 | -2/+1 | |
| | | | | Found using Clang's static analyzer. | |||||
* | Remove unneeded variable initialization. | Brett Cannon | 2010-05-03 | 1 | -3/+0 | |
| | | | | Found using Clang's static analyzer. | |||||
* | Issue #7865: The close() method of :mod:`io` objects should not swallow | Antoine Pitrou | 2010-05-03 | 7 | -31/+80 | |
| | | | | | exceptions raised by the implicit flush(). Also ensure that calling close() several times is supported. Patch by Pascal Chambon. | |||||
* | wbits negative was documented SEVEN years ago | Jesus Cea | 2010-05-03 | 1 | -3/+1 | |
| | ||||||
* | Issue #8576: logging updated to remove usage of find_unused_port(). | Vinay Sajip | 2010-05-03 | 3 | -4/+9 | |
| | ||||||
* | Update the Vim syntax highlight file. | Brett Cannon | 2010-05-02 | 2 | -20/+26 | |
| | ||||||
* | Fix unittest tests to not abuse traceback.format_exception | Michael Foord | 2010-05-02 | 1 | -1/+14 | |
| | ||||||
* | Issue #4687: Fix accuracy of garbage collection runtimes displayed with | Antoine Pitrou | 2010-05-02 | 2 | -1/+4 | |
| | | | | gc.DEBUG_STATS. | |||||
* | Small update to r80698 to ensure that webbrowser.open | Ronald Oussoren | 2010-05-02 | 1 | -1/+1 | |
| | | | | uses the default browser. | |||||
* | For for issue #7192: with this patch webbrowser.get("firefox") | Ronald Oussoren | 2010-05-02 | 2 | -1/+30 | |
| | | | | works on OSX | |||||
* | Improve error message from nb_int returning a non-integer, in various ↵ | Mark Dickinson | 2010-05-02 | 1 | -4/+4 | |
| | | | | PyInt_As* functions: | |||||
* | Remove duplicate test | Antoine Pitrou | 2010-05-01 | 1 | -21/+0 | |
| | ||||||
* | Fix attribution. Travis didn't do much and he did a bad work. | Antoine Pitrou | 2010-05-01 | 1 | -1/+1 | |
| | | | | (yes, this is a sensitive subject, sorry) | |||||
* | Describe memoryview | Andrew M. Kuchling | 2010-05-01 | 1 | -1/+53 | |
| | ||||||
* | Minor grammar fix | Andrew M. Kuchling | 2010-05-01 | 1 | -1/+1 | |
| | ||||||
* | Fix incorrect use of a list as the target of an 'except' clause in ↵ | Mark Dickinson | 2010-05-01 | 1 | -1/+1 | |
| | | | | test_decimal.py. | |||||
* | Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format string | Senthil Kumaran | 2010-05-01 | 2 | -1/+14 | |
| | ||||||
* | Add various items | Andrew M. Kuchling | 2010-05-01 | 1 | -5/+30 | |
| | ||||||
* | Issue #8576: Remove use of find_unused_port() in test_smtplib and | Antoine Pitrou | 2010-04-30 | 3 | -7/+14 | |
| | | | | test_multiprocessing. Patch by Paul Moore. | |||||
* | [issue8211] configure: ignore AC_PROG_CC hardcoded CFLAGS | Marc-André Lemburg | 2010-04-30 | 2 | -20/+30 | |
| | | | | | | Only override the AC_PROG_CC determined CFLAGS if they were set by the user. This restores the default behavior in the common case of not having CFLAGS defined when running configure. | |||||
* | Add notes about uninstalling a framework install to | Ronald Oussoren | 2010-04-30 | 1 | -1/+21 | |
| | | | | Mac/README. Fixes issue 7107. | |||||
* | Fix for issue 8476 | Ronald Oussoren | 2010-04-30 | 1 | -4/+5 | |
| | ||||||
* | Add item | Andrew M. Kuchling | 2010-04-30 | 1 | -0/+10 | |
| | ||||||
* | Minor grammar re-wording | Andrew M. Kuchling | 2010-04-30 | 1 | -2/+2 | |
| | ||||||
* | Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir ↵ | Tarek Ziadé | 2010-04-30 | 2 | -5/+13 | |
| | | | | and srcdir | |||||
* | Fix for issue #3646: with this patch it is possible to do a | Ronald Oussoren | 2010-04-30 | 7 | -24/+116 | |
| | | | | | | | | | | | | framework install of Python in your home directory (on OSX): $ configure --enable-framework=${HOME}/Library/Frameworks $ make && make install Without this patch the framework would get installed just fine, but 'make install' would try to install the application bundles and command-line tools outside the user's home, which doesn't work for non-admin users (and is bad form anyway). | |||||
* | Add various items; rearrange unittest section a bit | Andrew M. Kuchling | 2010-04-30 | 1 | -51/+87 | |
| | ||||||
* | Markup fix; clarify by adding 'in that order' | Andrew M. Kuchling | 2010-04-30 | 1 | -2/+3 | |
| | ||||||
* | Fix typos | Andrew M. Kuchling | 2010-04-30 | 2 | -2/+2 | |
| | ||||||
* | Reword paragraph to make its meaning clearer. | Andrew M. Kuchling | 2010-04-30 | 1 | -7/+10 | |
| | | | | | | Antoine Pitrou: is my version of the paragraph still correct? R. David Murray: is this more understandable than the previous version? | |||||
* | Always add space after RFC; reword paragraph | Andrew M. Kuchling | 2010-04-30 | 1 | -7/+8 | |
| | ||||||
* | Fixes issue 8543 (asynchat documentation issues) | Giampaolo Rodolà | 2010-04-29 | 1 | -91/+10 | |
| | ||||||
* | Fixing the Broken links of mechanize library. | Senthil Kumaran | 2010-04-29 | 1 | -3/+2 | |
| | ||||||
* | Group the Windows entries in getfilesystemencoding doc, move the win 9x one ↵ | Ezio Melotti | 2010-04-29 | 1 | -7/+9 | |
| | | | | at the bottom of the list and fix some markup. | |||||
* | Issue #8464: tarfile.open(name, mode="w|") no longer creates | Lars Gustäbel | 2010-04-29 | 3 | -1/+22 | |
| | | | | files with execute permissions set. | |||||
* | Issue #7834: Fix connect() of Bluetooth L2CAP sockets with recent versions | Antoine Pitrou | 2010-04-29 | 3 | -0/+5 | |
| | | | | of the Linux kernel. Patch by Yaniv Aknin. | |||||
* | update pypy url | Benjamin Peterson | 2010-04-29 | 1 | -1/+1 | |
| | ||||||
* | update pypy description | Benjamin Peterson | 2010-04-29 | 1 | -6/+6 | |
| | ||||||
* | Add various unittest items | Andrew M. Kuchling | 2010-04-29 | 1 | -16/+40 | |
| | ||||||
* | Fix doubled 'the'. | Andrew M. Kuchling | 2010-04-29 | 1 | -16/+16 | |
| | | | | | | | Markup fixes to use :exc:, :option: in a few places. (Glitch: unittest.main's -c ends up a link to the Python interpreter's -c option. Should we skip using :option: for that switch, or disable the auto-linking somehow?) | |||||
* | Add various items | Andrew M. Kuchling | 2010-04-29 | 1 | -13/+51 | |
| | ||||||
* | Fix style issues in test_ssl | Antoine Pitrou | 2010-04-28 | 1 | -138/+143 | |
| | ||||||
* | Clarify and fix the documentation for IOBase.close() | Antoine Pitrou | 2010-04-28 | 1 | -2/+4 | |
| | ||||||
* | State clearly that truncate() doesn't move the file position, | Antoine Pitrou | 2010-04-28 | 1 | -6/+3 | |
| | | | | and remove a duplicate of its specification. | |||||
* | Fixed Issue6312 - httplib fails with HEAD requests to pages with ↵ | Senthil Kumaran | 2010-04-28 | 4 | -0/+39 | |
| | | | | "transfer-encoding: chunked" | |||||
* | Add version changed note for -m tinkering with sys.argv[0] during the search ↵ | Nick Coghlan | 2010-04-28 | 1 | -0/+2 | |
| | | | | process | |||||
* | Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' ↵ | Nick Coghlan | 2010-04-28 | 3 | -4/+9 | |
| | | | | instead of '-c' while searching for the module to be executed |