summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* Add Chris Withers.Martin v. Löwis2009-03-081-1/+4
* Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog onlyGuilherme Polo2009-03-071-0/+4
* Fixed issue #4792: Prevent a segfault in _tkinter by using theGuilherme Polo2009-03-071-0/+4
* Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string.Guilherme Polo2009-03-071-0/+2
* Issue #5394: removed > 2.3 syntax from distutils.msvc9compilerTarek Ziadé2009-03-071-0/+3
* Issue #5385: Fixed mmap crash after resize failure on windows.Hirokazu Yamamoto2009-03-051-0/+2
* Issue #5179: Fixed subprocess handle leak on failure on windows.Hirokazu Yamamoto2009-03-031-0/+2
* Backport 70111: Let configparser use ordered dicts by default.Raymond Hettinger2009-03-031-0/+2
* Backport 70106: Add OrderedDict support to collections.namedtuple().Raymond Hettinger2009-03-031-0/+2
* Backport PEP 372: OrderedDict()Raymond Hettinger2009-03-031-0/+2
* give httplib.IncompleteRead a more sane repr #4308Benjamin Peterson2009-03-022-0/+4
* Adds an optional flags argument to re.split, re.sub and re.subn to beGregory P. Smith2009-03-021-0/+2
* fix a silly problem of caching gone wrong #5401Benjamin Peterson2009-03-021-0/+3
* Issue #1733986: Fixed mmap crash in accessing elements of second map objectHirokazu Yamamoto2009-02-281-0/+3
* Issue #5386: mmap.write_byte didn't check map size, so it could cause bufferHirokazu Yamamoto2009-02-281-0/+3
* Issues #1533164 and #5378: Added quiet and force-optimize options to Distutil...Tarek Ziadé2009-02-281-0/+5
* Issue #5052: make Distutils compatible with 2.3 again.Tarek Ziadé2009-02-271-0/+2
* remove deprecated symtable.Symbol methodsBenjamin Peterson2009-02-261-0/+4
* Fixed #5316 : test failure in test_siteTarek Ziadé2009-02-251-0/+3
* - Link the shared python library with $(MODLIBS).Matthias Klose2009-02-221-0/+2
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-214-6/+6
* Issue #5247: Improve error message when unknown format codes are used when us...Eric Smith2009-02-201-0/+4
* #5287: Add exception handling around findCaller() call to help out IronPython.Vinay Sajip2009-02-191-2/+4
* Py3k warnings now automatically include -Qwarn for division.Raymond Hettinger2009-02-181-0/+3
* fixed the data_files inclusion behaviorTarek Ziadé2009-02-171-0/+1
* Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0,Hirokazu Yamamoto2009-02-171-0/+3
* Issue #5292: Fixed mmap crash on its boundary access m[len(m)].Hirokazu Yamamoto2009-02-171-0/+2
* Fixed #2279: distutils.sdist.add_defaults now add files listed in package_dat...Tarek Ziadé2009-02-161-0/+3
* remove some PyBytes_* aliases that are not in 3.xBenjamin Peterson2009-02-161-0/+2
* Added Ross Light to ACKS, for bug 4285 (r69331).Eric Smith2009-02-161-0/+1
* Issue #5260: Various portability and standards compliance fixes, optimizationsMark Dickinson2009-02-151-0/+4
* Fix for #5257: refactored all tests in distutils, so they use a temporary dir...Tarek Ziadé2009-02-141-0/+3
* Fixed #4524: distutils build_script command failed with --with-suffix=3Tarek Ziadé2009-02-131-0/+3
* Issue #2461: added tests for distutils.utilTarek Ziadé2009-02-131-0/+2
* Issue #5186: Reduce hash collisions for objects with no __hash__ method byAntoine Pitrou2009-02-131-0/+3
* - Issue #3745: Fix hashlib to always reject unicode and non buffer-apiGregory P. Smith2009-02-131-0/+4
* Typo fix.Mark Dickinson2009-02-121-1/+1
* Issue 5032: added a step argument to itertools.count() and allowed non-integ...Raymond Hettinger2009-02-121-0/+3
* Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes evenGregory P. Smith2009-02-111-0/+3
* Issue#5203: ctypes segfaults when passing a unicode string to aThomas Heller2009-02-101-0/+3
* Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError forMark Dickinson2009-02-102-0/+4
* Issue #5134: Silence compiler warnings when compiling sqlite with VC++.Martin v. Löwis2009-02-101-0/+2
* Fixed #3386: the optional prefix argument was ignored under OS2 and NT in dis...Tarek Ziadé2009-02-101-0/+3
* compileall used the ctime of bytecode and source to determine if the bytecodeBrett Cannon2009-02-102-1/+6
* Issue 1818: collections.namedtuple() to support automatic renaming of invalid...Raymond Hettinger2009-02-101-0/+4
* Fixed issue #5122: Synchronize tk load failure check to prevent aGuilherme Polo2009-02-091-0/+3
* Fixed issue #4890: Handle empty text search pattern inGuilherme Polo2009-02-091-0/+2
* Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs.Mark Dickinson2009-02-091-0/+3
* Issue #5170: Fixed Unicode output bug in logging and added test case. This is...Vinay Sajip2009-02-081-3/+6
* Issue #4512 closeout: Make ZipImport.get_filename() a public methodNick Coghlan2009-02-081-0/+3