summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* reverted changes for #6459 (doesn't apply on 2.x)Tarek Ziadé2009-07-111-3/+0
* #2622 Import errors in email.message, from a py2app standalone application.Amaury Forgeot d'Arc2009-07-111-0/+3
* fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'Tarek Ziadé2009-07-111-0/+3
* Fixed #6455 (the test shall use pyd files under win32, rather than so files)Tarek Ziadé2009-07-101-0/+2
* Issue #1523: Remove deprecated overflow masking in struct module, andMark Dickinson2009-07-071-0/+4
* Issue 6070: when creating a compiled file, after copying the mode bits, onR. David Murray2009-07-071-0/+3
* Fixed #6377: distutils compiler switch ignored (and added a deprecation warni...Tarek Ziadé2009-07-061-0/+3
* Issues #1530559, #1741130: Fix various inconsistencies in struct.packMark Dickinson2009-07-051-0/+15
* Fixed #6413: fixed log level in distutils.dist.announceTarek Ziadé2009-07-041-0/+2
* news entry for r73825Gregory P. Smith2009-07-041-0/+3
* Fixed #6403 : package path usage for build_extTarek Ziadé2009-07-031-0/+2
* when print() gets unicode arguments, sep and end should be unicode by default...Benjamin Peterson2009-07-021-0/+3
* only order comparisons are removed in py3k #6119Benjamin Peterson2009-07-021-0/+3
* Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes i...Jesse Noller2009-06-302-0/+7
* Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a buildMark Dickinson2009-06-301-0/+4
* Fixed 6365: wrong inplace location for build_ext if the extension had dotsTarek Ziadé2009-06-291-0/+3
* Fixed NEWS.Hirokazu Yamamoto2009-06-291-2/+2
* Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.Hirokazu Yamamoto2009-06-291-0/+2
* Issue #4856: Remove checks for win NT.Hirokazu Yamamoto2009-06-281-0/+2
* Issue 5390: Add uninstall icon independent of whether fileMartin v. Löwis2009-06-281-0/+3
* #2016 Fix a crash in function call when the **kwargs dictionary is mutatedAmaury Forgeot d'Arc2009-06-251-0/+3
* #6332: fix word dupes throughout the source.Georg Brandl2009-06-246-8/+8
* Add procedural note.Raymond Hettinger2009-06-231-0/+3
* Remove the ipaddr module per discussion on python-devAmaury Forgeot d'Arc2009-06-231-0/+2
* Issue 6329: Fix iteration for memoryviews.Raymond Hettinger2009-06-231-0/+3
* Fix issue 5230 by having pydoc's safeimport check to see if the importR. David Murray2009-06-232-0/+5
* Issue #6314: logging.basicConfig() performs extra checks on the "level" argum...Vinay Sajip2009-06-211-1/+4
* Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl toGuilherme Polo2009-06-211-0/+5
* Fixed #6164 AIX specific linker argument in Distutils unixcompilerTarek Ziadé2009-06-201-0/+3
* Issue #6274. Fixed a potential FD leak in subprocess.py.Facundo Batista2009-06-191-0/+2
* #6189: The subprocess.py module should be kept compatible with python 2.2Amaury Forgeot d'Arc2009-06-181-0/+2
* Fixed #6287: documentation for the license field in distutilsTarek Ziadé2009-06-161-0/+2
* don't mask encoding errors when decoding a string #6289Benjamin Peterson2009-06-161-0/+2
* Issue #6286: distutils upload command now uses urllib2Tarek Ziadé2009-06-151-0/+3
* Issue #6271: mmap tried to close invalid file handle (-1) when annonymous.Hirokazu Yamamoto2009-06-141-0/+3
* when no module is given in a 'from' relative import, make ImportFrom.module NULLBenjamin Peterson2009-06-131-0/+3
* prevent import statements from assigning to NoneBenjamin Peterson2009-06-131-0/+2
* keep the slice.step field as NULL if no step expression is givenBenjamin Peterson2009-06-131-0/+3
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-0/+4
* Support AMD64 in msilib. Set Win64 on reglocator.Martin v. Löwis2009-06-121-0/+2
* Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFil...Vinay Sajip2009-06-111-9/+12
* #6263 fixed syntax error in distutils.cygwinccompilerTarek Ziadé2009-06-111-0/+2
* Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in ...Tarek Ziadé2009-06-111-0/+4
* This is a fix for Issue5809: you shouldn't specify both --enable-framework andRonald Oussoren2009-06-081-0/+3
* Add Ezio.Georg Brandl2009-06-071-0/+3
* #5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do mu...Georg Brandl2009-06-041-0/+2
* #4547: When debugging a very large function, it was not alwaysAmaury Forgeot d'Arc2009-06-011-0/+3
* Issue #6152: New option '-j'/'--multiprocess' for regrtest allows runningAntoine Pitrou2009-05-311-0/+3
* Update ACKSAntoine Pitrou2009-05-301-0/+1
* Issue #5330: C functions called with keyword arguments were not reported byAntoine Pitrou2009-05-301-0/+3