summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* #6813: better documentation for numberless string formats.Georg Brandl2009-09-012-5/+14
* Doc fix for the issue2637.Senthil Kumaran2009-08-311-3/+4
* Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. ...Mark Dickinson2009-08-311-1/+2
* other -> others where multiple arguments are accepted.Georg Brandl2009-08-311-2/+2
* #6801: fix copy-paste oversight.Georg Brandl2009-08-301-1/+1
* #6803: fix old name.Georg Brandl2009-08-301-2/+2
* #6750: TextIOWrapped could duplicate output when several threads write to it.Amaury Forgeot d'Arc2009-08-293-4/+33
* fixed #6801: symmetric_difference_update also accepts pipeTarek Ziadé2009-08-292-1/+4
* Silence gcc 'comparison always false' warningMark Dickinson2009-08-282-2/+6
* Issue #6054: Do not normalize stored pathnames.Lars Gustäbel2009-08-283-29/+84
* remove more code for restricted executionBenjamin Peterson2009-08-281-9/+4
* restricted environments are no moreBenjamin Peterson2009-08-282-10/+2
* Issue #6794: Fix handling of NaNs in Decimal.compare_total andMark Dickinson2009-08-283-2/+24
* Issue 6654Kristján Valur Jónsson2009-08-272-5/+118
* issue 6275Kristján Valur Jónsson2009-08-273-0/+20
* #6787: reference fix.Georg Brandl2009-08-271-1/+1
* Typo fix.Georg Brandl2009-08-271-1/+1
* Remove leftover text from end of sentence.R. David Murray2009-08-271-1/+1
* #6677: note that rmdir only removes empty directories.Georg Brandl2009-08-241-1/+4
* fix pdf building by teaching latex the right encoding packageBenjamin Peterson2009-08-241-0/+3
* #6677: mention "deleting" as an alias for removing files.Georg Brandl2009-08-241-9/+9
* #6718: fix example.Georg Brandl2009-08-241-1/+1
* #6725: spell "namespace" consistently.Georg Brandl2009-08-241-3/+3
* #6772: mention utf-8 as utf8 alias.Georg Brandl2009-08-241-1/+2
* #6775: fix python.org URLs in README.Georg Brandl2009-08-241-9/+9
* issue 6769Kristján Valur Jónsson2009-08-241-1/+1
* Restore alphabetic order.Georg Brandl2009-08-231-1/+1
* fixed misplaced Issue lineTarek Ziadé2009-08-211-3/+6
* Fixed #6556: Corrected doc on how Distutils looks for its user configuration ...Tarek Ziadé2009-08-212-4/+9
* Added section on exceptions raised during logging.Vinay Sajip2009-08-201-0/+22
* #6693: New functions in site.py to get user/global site packages paths.Tarek Ziadé2009-08-204-36/+154
* Add weakref support to the thread.lock type.Gregory P. Smith2009-08-203-2/+12
* comment typo fixGregory P. Smith2009-08-201-1/+1
* Revert the changes from r74463, they were causing test_xmlrpc to fail.Gregory P. Smith2009-08-191-9/+1
* Added missing static option for OptionMenu. Issue #5961.Guilherme Polo2009-08-181-1/+2
* Issue #1356969: Add missing info methods in Tix.HList.Guilherme Polo2009-08-182-0/+12
* missing module ref (issue6723)Skip Montanaro2009-08-181-1/+1
* Fixes for Tix.Grid from issue #1522587.Guilherme Polo2009-08-181-3/+6
* Issue #1522587: New constants and methods for the Tix.Grid widget.Guilherme Polo2009-08-182-11/+104
* Mark the "radio" option of Tix.CheckList as static.Guilherme Polo2009-08-181-1/+1
* Issue #1250469: Fix the return value of Tix.PanedWindow.panes.Guilherme Polo2009-08-182-5/+4
* Issue #1119673: Do not override Tkinter.Text methods when creating a Scrolled...Guilherme Polo2009-08-182-1/+7
* fixed typoTarek Ziadé2009-08-181-4/+4
* added more test coverage for distutils.filelist to prevent regressions when f...Tarek Ziadé2009-08-182-5/+45
* module cleanupTarek Ziadé2009-08-171-57/+42
* fixed how fnmatch.translate is used (since it has changed in r74475 for #6665...Tarek Ziadé2009-08-172-9/+10
* Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation.R. David Murray2009-08-171-1/+1
* typosBenjamin Peterson2009-08-171-2/+2
* Further refined section on logging to one file from multiple processes.Vinay Sajip2009-08-171-0/+3
* Clean up the C library import code (based on suggestions in issue6281).Gregory P. Smith2009-08-161-33/+33