summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add test of file.write(array) extracted from Jython.Frank Wierzbicki2009-08-161-0/+19
* Issue 6665: Fix fnmatch to properly match filenames with newlines in them.Gregory P. Smith2009-08-163-2/+11
* Wrong place for issue #6244.Guilherme Polo2009-08-161-2/+2
* Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6.Guilherme Polo2009-08-162-2/+4
* Refined section on logging to one file from multiple processes.Vinay Sajip2009-08-151-0/+6
* Added section on logging to one file from multiple processes.Vinay Sajip2009-08-151-0/+16
* better col_offsets for "for" statements with tuple unpacking #6704Benjamin Peterson2009-08-154-12/+24
* Force the http connection to close after any request returned whenGregory P. Smith2009-08-151-1/+14
* #6707 fix a crash with dir() on an uninitialized moduleBenjamin Peterson2009-08-153-3/+8