summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Clarifying Entry.selection_present's docstring.Guilherme Polo2009-08-141-1/+2
* Issue #1135: Add the XView and YView mix-ins to avoid duplicatingGuilherme Polo2009-08-144-131/+54
* Issue #3926: Fix the usage of the new showwarnings and formatwarning.Guilherme Polo2009-08-142-15/+16
* Issue #3344: Replace itertools.count by enumerate.Guilherme Polo2009-08-141-3/+2
* Added versionchanged notices for optional 'delay' parameter to file handler c...Vinay Sajip2009-08-141-0/+12
* Expat could crash if given the wrong kind of input by never stopping itsBrett Cannon2009-08-134-3/+26
* Fix issue1628205: Socket file objects returned by socket.socket.makefile() nowGregory P. Smith2009-08-134-14/+146
* Remove potentially confusing sentence in __mangling description.Georg Brandl2009-08-131-5/+2
* Use locale.format_string() for more than one specifier.Georg Brandl2009-08-131-2/+2
* #6679: Remove mention that sub supports no flags.Georg Brandl2009-08-131-3/+1
* comment typo fixGregory P. Smith2009-08-121-1/+1
* Issue #6629: Fix a data corruption issue in the new `io` package, which couldAntoine Pitrou2009-08-063-0/+38
* #6658: fix two typos.Georg Brandl2009-08-061-2/+2
* Fix punctuation and one copy-paste error.Georg Brandl2009-08-061-13/+10
* Fix base keyword arg name for int() and long().Georg Brandl2009-08-061-6/+7
* Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note...Jesse Noller2009-08-064-8/+20
* Typo.Guilherme Polo2009-08-051-1/+1
* Easier reference to find (at least while svn continues being used).Guilherme Polo2009-08-051-1/+1