Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #6843: add link from filterwarnings to where the meaning of the arguments is ↵ | Georg Brandl | 2009-09-05 | 1 | -17/+19 |
| | | | | covered. | ||||
* | Add configure-time checks for gamma and error functions. | Mark Dickinson | 2009-09-05 | 3 | -3/+117 |
| | |||||
* | #6841: remove duplicated word. | Georg Brandl | 2009-09-05 | 1 | -1/+1 |
| | |||||
* | news entry matching r74655 | Chris Withers | 2009-09-04 | 1 | -0/+5 |
| | |||||
* | Fixes issue #6838: use a list to accumulate the value instead of repeatedly ↵ | Chris Withers | 2009-09-04 | 1 | -12/+9 |
| | | | | concatenating strings. | ||||
* | #6777: dont discourage usage of Exception.args or promote usage of ↵ | Georg Brandl | 2009-09-04 | 1 | -17/+14 |
| | | | | Exception.message. | ||||
* | #6756: add some info about the "acct" parameter. | Georg Brandl | 2009-09-04 | 1 | -1/+2 |
| | |||||
* | #5101: add back tests to test_funcattrs that were lost during unittest ↵ | Georg Brandl | 2009-09-04 | 1 | -61/+119 |
| | | | | conversion, and make some PEP8 cleanups. | ||||
* | Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments ↵ | Georg Brandl | 2009-09-04 | 2 | -1/+6 |
| | | | | as documented. | ||||
* | #5047: remove Monterey support from configure. | Georg Brandl | 2009-09-04 | 3 | -51/+3 |
| | |||||
* | Issue #2666: Handle BROWSER environment variable properly for unknown ↵ | Georg Brandl | 2009-09-04 | 2 | -1/+6 |
| | | | | browser names in the webbrowser module. | ||||
* | test_platform fails on OS X Snow Leopard because the UNIX command to get the | Brett Cannon | 2009-09-03 | 2 | -1/+10 |
| | | | | | | | | canonical version, sw_vers, leaves off trailing zeros in the version number (e.g. 10.6 instead of 10.6.0). Test now compensates by tacking on extra zeros for the test comparison. Fixes issue #6806. | ||||
* | Sorry, sorry! Ignore my previous two commits. I mixed up the version | Armin Rigo | 2009-09-03 | 2 | -21/+0 |
| | | | | | of python with which I tried running the crashers. They don't crash the current HEAD. | ||||
* | Does not terminate: consume all memory without responding to Ctrl-C. | Armin Rigo | 2009-09-03 | 1 | -0/+10 |
| | | | | I am not too sure why, but you can surely find out by gdb'ing a bit... | ||||
* | Found the next crasher by thinking about this logic in PyPy. | Armin Rigo | 2009-09-03 | 1 | -0/+11 |
| | |||||
* | #6757: complete the list of types that marshal can serialize. | Georg Brandl | 2009-09-03 | 1 | -6/+8 |
| | |||||
* | #6828: fix wrongly highlighted blocks. | Georg Brandl | 2009-09-03 | 1 | -5/+9 |
| | |||||
* | #6821: fix signature of PyBuffer_Release(). | Georg Brandl | 2009-09-02 | 1 | -2/+2 |
| | |||||
* | remove the check that classmethod's argument is a callable | Benjamin Peterson | 2009-09-01 | 4 | -17/+5 |
| | |||||
* | #6638: fix wrong parameter name and markup a class. | Georg Brandl | 2009-09-01 | 1 | -3/+4 |
| | |||||
* | #6810: add a link to the section about frame objects instead of just a ↵ | Georg Brandl | 2009-09-01 | 2 | -3/+5 |
| | | | | description where to find it. | ||||
* | #6765: hint that log(x, base) is not very sophisticated. | Georg Brandl | 2009-09-01 | 1 | -3/+6 |
| | |||||
* | #6808: clarification. | Georg Brandl | 2009-09-01 | 1 | -3/+3 |
| | |||||
* | #6813: better documentation for numberless string formats. | Georg Brandl | 2009-09-01 | 2 | -5/+14 |
| | |||||
* | Doc fix for the issue2637. | Senthil Kumaran | 2009-08-31 | 1 | -3/+4 |
| | |||||
* | Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. ↵ | Mark Dickinson | 2009-08-31 | 1 | -1/+2 |
| | | | | Thanks Jerry Chen. | ||||
* | other -> others where multiple arguments are accepted. | Georg Brandl | 2009-08-31 | 1 | -2/+2 |
| | |||||
* | #6801: fix copy-paste oversight. | Georg Brandl | 2009-08-30 | 1 | -1/+1 |
| | |||||
* | #6803: fix old name. | Georg Brandl | 2009-08-30 | 1 | -2/+2 |
| | |||||
* | #6750: TextIOWrapped could duplicate output when several threads write to it. | Amaury Forgeot d'Arc | 2009-08-29 | 3 | -4/+33 |
| | | | | this affect text files opened with io.open(), and the print() function of py3k | ||||
* | fixed #6801: symmetric_difference_update also accepts pipe | Tarek Ziadé | 2009-08-29 | 2 | -1/+4 |
| | |||||
* | Silence gcc 'comparison always false' warning | Mark Dickinson | 2009-08-28 | 2 | -2/+6 |
| | |||||
* | Issue #6054: Do not normalize stored pathnames. | Lars Gustäbel | 2009-08-28 | 3 | -29/+84 |
| | | | | | | No longer use tarfile.normpath() on pathnames. Store pathnames unchanged, i.e. do not remove "./", "../" and "//" occurrences. However, still convert absolute to relative paths. | ||||
* | remove more code for restricted execution | Benjamin Peterson | 2009-08-28 | 1 | -9/+4 |
| | |||||
* | restricted environments are no more | Benjamin Peterson | 2009-08-28 | 2 | -10/+2 |
| | |||||
* | Issue #6794: Fix handling of NaNs in Decimal.compare_total and | Mark Dickinson | 2009-08-28 | 3 | -2/+24 |
| | | | | Decimal.compare_total_mag. | ||||
* | Issue 6654 | Kristján Valur Jónsson | 2009-08-27 | 2 | -5/+118 |
| | | | | Allow the XML-RPC server to use the HTTP request path when dispatching. Added a MultiPathXMLRPCServer class that uses the feature, plus unit tests. | ||||
* | issue 6275 | Kristján Valur Jónsson | 2009-08-27 | 3 | -0/+20 |
| | | | | Add an "exc_value" attribute to the _AssertRaisesContext context manager in the unittest package. This allows further tests on the exception that was raised after the context manager exits. | ||||
* | #6787: reference fix. | Georg Brandl | 2009-08-27 | 1 | -1/+1 |
| | |||||
* | Typo fix. | Georg Brandl | 2009-08-27 | 1 | -1/+1 |
| | |||||
* | Remove leftover text from end of sentence. | R. David Murray | 2009-08-27 | 1 | -1/+1 |
| | |||||
* | #6677: note that rmdir only removes empty directories. | Georg Brandl | 2009-08-24 | 1 | -1/+4 |
| | |||||
* | fix pdf building by teaching latex the right encoding package | Benjamin Peterson | 2009-08-24 | 1 | -0/+3 |
| | |||||
* | #6677: mention "deleting" as an alias for removing files. | Georg Brandl | 2009-08-24 | 1 | -9/+9 |
| | |||||
* | #6718: fix example. | Georg Brandl | 2009-08-24 | 1 | -1/+1 |
| | |||||
* | #6725: spell "namespace" consistently. | Georg Brandl | 2009-08-24 | 1 | -3/+3 |
| | |||||
* | #6772: mention utf-8 as utf8 alias. | Georg Brandl | 2009-08-24 | 1 | -1/+2 |
| | |||||
* | #6775: fix python.org URLs in README. | Georg Brandl | 2009-08-24 | 1 | -9/+9 |
| | |||||
* | issue 6769 | Kristján Valur Jónsson | 2009-08-24 | 1 | -1/+1 |
| | | | | fix a mistake in instantiatiating the HTTPSConnection class. | ||||
* | Restore alphabetic order. | Georg Brandl | 2009-08-23 | 1 | -1/+1 |
| |