summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #6922: Fix an infinite loop when trying to decode an invalidGeorg Brandl2009-09-171-0/+3
* Issue #6713: Improve performance of str(n) and repr(n) for integers nMark Dickinson2009-09-161-0/+2
* Add news entry for r74841.Thomas Wouters2009-09-161-0/+2
* #6844: do not emit DeprecationWarnings on access if Exception.message has bee...Georg Brandl2009-09-161-0/+3
* Add Armin Ronacher.Georg Brandl2009-09-151-0/+4
* Issue #6635: Fix profiler printing usage message.Matthias Klose2009-09-131-0/+2
* update urlsBenjamin Peterson2009-09-131-4/+2
* Issue #6856: Add a filter keyword argument to TarFile.add().Lars Gustäbel2009-09-121-0/+2
* Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompilerTarek Ziadé2009-09-091-0/+4
* #6865 fix ref counting in initialization of pwd moduleBenjamin Peterson2009-09-081-0/+3
* Issue #6857: Fix Decimal formatting to be consistent with existing floatMark Dickinson2009-09-081-0/+3
* #Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Dec...Mark Dickinson2009-09-071-0/+4
* Issue #6850: Fix bug in Decimal._parse_format_specifier for formatsMark Dickinson2009-09-071-0/+3
* Issue #6848: Fix curses module build failure on OS X 10.6.Mark Dickinson2009-09-061-0/+2
* Fix for issue 4937Ronald Oussoren2009-09-061-0/+7
* Issue #6846: bytearray.pop was returning ints in the range [-128, 128)Mark Dickinson2009-09-061-0/+2
* Fix build issues on OSX 10.6 (issue 6802)Ronald Oussoren2009-09-061-0/+2
* news entry matching r74655Chris Withers2009-09-041-0/+5
* Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments ...Georg Brandl2009-09-041-0/+3
* Issue #2666: Handle BROWSER environment variable properly for unknown browser...Georg Brandl2009-09-041-0/+3
* test_platform fails on OS X Snow Leopard because the UNIX command to get theBrett Cannon2009-09-031-0/+3
* remove the check that classmethod's argument is a callableBenjamin Peterson2009-09-011-0/+2
* #6750: TextIOWrapped could duplicate output when several threads write to it.Amaury Forgeot d'Arc2009-08-291-0/+3
* fixed #6801: symmetric_difference_update also accepts pipeTarek Ziadé2009-08-291-0/+3
* Issue #6054: Do not normalize stored pathnames.Lars Gustäbel2009-08-281-0/+2
* Issue #6794: Fix handling of NaNs in Decimal.compare_total andMark Dickinson2009-08-281-0/+3
* 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-211-0/+3
* #6693: New functions in site.py to get user/global site packages paths.Tarek Ziadé2009-08-201-0/+2
* Add weakref support to the thread.lock type.Gregory P. Smith2009-08-201-0/+2
* Issue #1356969: Add missing info methods in Tix.HList.Guilherme Polo2009-08-181-0/+2
* Issue #1522587: New constants and methods for the Tix.Grid widget.Guilherme Polo2009-08-181-0/+2
* Issue #1250469: Fix the return value of Tix.PanedWindow.panes.Guilherme Polo2009-08-181-0/+2
* Issue #1119673: Do not override Tkinter.Text methods when creating a Scrolled...Guilherme Polo2009-08-181-0/+3
* typosBenjamin Peterson2009-08-171-2/+2
* Issue 6665: Fix fnmatch to properly match filenames with newlines in them.Gregory P. Smith2009-08-161-0/+2
* 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-161-0/+2
* better col_offsets for "for" statements with tuple unpacking #6704Benjamin Peterson2009-08-152-0/+4
* #6707 fix a crash with dir() on an uninitialized moduleBenjamin Peterson2009-08-151-0/+2
* Issue #1135: Add the XView and YView mix-ins to avoid duplicatingGuilherme Polo2009-08-141-0/+3
* Expat could crash if given the wrong kind of input by never stopping itsBrett Cannon2009-08-132-1/+5
* Fix issue1628205: Socket file objects returned by socket.socket.makefile() nowGregory P. Smith2009-08-131-0/+4
* Issue #6629: Fix a data corruption issue in the new `io` package, which couldAntoine Pitrou2009-08-061-0/+5
* Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note...Jesse Noller2009-08-062-0/+4
* Issue #6619: Remove duplicate 'isgenerator' function from inspect module.Mark Dickinson2009-08-021-0/+1
* Issue #6595: Allow Decimal constructor to accept non-European decimalMark Dickinson2009-08-021-0/+4
* - Issue #6624: yArg_ParseTuple with "s" format when parsing argument withSean Reifscheider2009-08-011-0/+3
* #6511: ZipFile will now raise BadZipfile when opening an empty or tiny file,Amaury Forgeot d'Arc2009-07-281-0/+3