| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #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 |
| | | |||||
| * | fixed misplaced Issue line | Tarek Ziadé | 2009-08-21 | 1 | -3/+6 |
| | | |||||
| * | Fixed #6556: Corrected doc on how Distutils looks for its user configuration ↵ | Tarek Ziadé | 2009-08-21 | 2 | -4/+9 |
| | | | | | file under Windows | ||||
| * | Added section on exceptions raised during logging. | Vinay Sajip | 2009-08-20 | 1 | -0/+22 |
| | | |||||
| * | #6693: New functions in site.py to get user/global site packages paths. | Tarek Ziadé | 2009-08-20 | 4 | -36/+154 |
| | | |||||
| * | Add weakref support to the thread.lock type. | Gregory P. Smith | 2009-08-20 | 3 | -2/+12 |
| | | |||||
| * | comment typo fix | Gregory P. Smith | 2009-08-20 | 1 | -1/+1 |
| | | |||||
| * | Revert the changes from r74463, they were causing test_xmlrpc to fail. | Gregory P. Smith | 2009-08-19 | 1 | -9/+1 |
| | | | | | | | | | | We do not need to force a close when using socket buffering on a httplib.HTTPRequest as the library does not support streaming requests so there should never been extra data beyond the end of the current request to have left over in the requests socket buffer. see http://bugs.python.org/issue6724 | ||||
| * | Added missing static option for OptionMenu. Issue #5961. | Guilherme Polo | 2009-08-18 | 1 | -1/+2 |
| | | |||||
| * | Issue #1356969: Add missing info methods in Tix.HList. | Guilherme Polo | 2009-08-18 | 2 | -0/+12 |
| | | |||||
| * | missing module ref (issue6723) | Skip Montanaro | 2009-08-18 | 1 | -1/+1 |
| | | |||||
| * | Fixes for Tix.Grid from issue #1522587. | Guilherme Polo | 2009-08-18 | 1 | -3/+6 |
| | | |||||
| * | Issue #1522587: New constants and methods for the Tix.Grid widget. | Guilherme Polo | 2009-08-18 | 2 | -11/+104 |
| | | |||||
| * | Mark the "radio" option of Tix.CheckList as static. | Guilherme Polo | 2009-08-18 | 1 | -1/+1 |
| | | |||||
| * | Issue #1250469: Fix the return value of Tix.PanedWindow.panes. | Guilherme Polo | 2009-08-18 | 2 | -5/+4 |
| | | |||||
| * | Issue #1119673: Do not override Tkinter.Text methods when creating a ↵ | Guilherme Polo | 2009-08-18 | 2 | -1/+7 |
| | | | | | ScrolledText. | ||||
| * | fixed typo | Tarek Ziadé | 2009-08-18 | 1 | -4/+4 |
| | | |||||
| * | added more test coverage for distutils.filelist to prevent regressions when ↵ | Tarek Ziadé | 2009-08-18 | 2 | -5/+45 |
| | | | | | fnmatch or re are changed | ||||
| * | module cleanup | Tarek Ziadé | 2009-08-17 | 1 | -57/+42 |
| | | |||||
| * | fixed how fnmatch.translate is used (since it has changed in r74475 for ↵ | Tarek Ziadé | 2009-08-17 | 2 | -9/+10 |
| | | | | | #6665). Now the code is not harcoding the usage of $ anymore | ||||
| * | Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation. | R. David Murray | 2009-08-17 | 1 | -1/+1 |
| | | |||||
| * | typos | Benjamin Peterson | 2009-08-17 | 1 | -2/+2 |
| | | |||||
| * | Further refined section on logging to one file from multiple processes. | Vinay Sajip | 2009-08-17 | 1 | -0/+3 |
| | | |||||
