summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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-181-0/+10
* 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-181-11/+102
* 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-181-5/+2
* Issue #1119673: Do not override Tkinter.Text methods when creating a Scrolled...Guilherme Polo2009-08-181-1/+4
* 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
* 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-162-2/+9
* better col_offsets for "for" statements with tuple unpacking #6704Benjamin Peterson2009-08-151-1/+8
* 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-151-0/+1
* 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-143-131/+51
* 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
* Expat could crash if given the wrong kind of input by never stopping itsBrett Cannon2009-08-131-1/+20
* Fix issue1628205: Socket file objects returned by socket.socket.makefile() nowGregory P. Smith2009-08-132-13/+128
* Issue #6629: Fix a data corruption issue in the new `io` package, which couldAntoine Pitrou2009-08-061-0/+20
* Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note...Jesse Noller2009-08-061-3/+16
* Typo.Guilherme Polo2009-08-051-1/+1
* Easier reference to find (at least while svn continues being used).Guilherme Polo2009-08-051-1/+1
* Issue #6620: Slightly safer code for _grouping_intervals in the localeMark Dickinson2009-08-041-0/+3
* Issue 6637: defaultdict.copy() failed with an empty factory.Raymond Hettinger2009-08-041-0/+7
* Adding tests derived from the Jython project. These are primarily tests ofFrank Wierzbicki2009-08-021-0/+116
* Issue #6619: Remove duplicate 'isgenerator' function from inspect module.Mark Dickinson2009-08-021-4/+0
* Issue #6595: Allow Decimal constructor to accept non-European decimalMark Dickinson2009-08-022-20/+19
* #6511: ZipFile will now raise BadZipfile when opening an empty or tiny file,Amaury Forgeot d'Arc2009-07-282-1/+14
* "Fix" for the refleak report: the ABC classes are now in the _pyio moduleAmaury Forgeot d'Arc2009-07-281-2/+2
* Issue #6561: '\d' regular expression should not match characters ofMark Dickinson2009-07-281-0/+21
* Issue 6573: Fix set.union() for cases where self is in the argument chain.Raymond Hettinger2009-07-271-0/+4
* Issue 6581. Michael FoordMichael Foord2009-07-261-1/+4
* #6553: crash in cPickle.load(), when given a StringIO with incomplete data.Amaury Forgeot d'Arc2009-07-231-0/+5
* use bools for autoraiseBenjamin Peterson2009-07-231-11/+11
* Backport of fix for issue 6542: make sureR. David Murray2009-07-221-1/+12
* Issue #6540: Fixed crash for bytearray.translate() with invalid parameters.Georg Brandl2009-07-221-0/+5
* Issue #6545: Removed assert statements in distutils.Extension, so the behavio...Tarek Ziadé2009-07-221-4/+5
* Revert rev 74134, as it does not completely fixx issue #6493.Thomas Heller2009-07-211-15/+0
* Issue #6493: Fix a ctypes problem setting bitfields more than 31 bitsThomas Heller2009-07-211-0/+15
* Merged revisions 74121-74122 via svnmerge fromBenjamin Peterson2009-07-203-1/+3
* the Slice in x[::] has to have step as None to help the interpreterBenjamin Peterson2009-07-201-1/+2
* Merged revisions 74116 via svnmerge fromBenjamin Peterson2009-07-201-1/+1
* Merged revisions 73771,73811,73840,73842,73848-73849,73861,73957-73960,73964-...Benjamin Peterson2009-07-2018-145/+411