]> granicus.if.org Git - python/shortlog
python
2011-06-09 Vinay SajipMerged upstream changes.
2011-06-09 Vinay SajipMade time formats in Formatter more configurable.
2011-06-09 R David Murray#10424: argument names are now included in the missing...
2011-06-09 Vinay SajipMerged fix for issue #12168 from 3.2.
2011-06-09 Vinay SajipIssue #12168: SysLogHandler now allows NUL termination...
2011-06-09 Brian CurtinMerge 3.2
2011-06-09 Éric AraujoMerge doc fixes from 3.2
2011-06-09 Brian CurtinCorrection to 88e318166eaf - Issue #11583
2011-06-09 Éric AraujoThe change done for #10645 deserves a NEWS entry
2011-06-09 Éric AraujoBranch merge
2011-06-09 Éric AraujoStop creating a Python-X.Y.Z-pyX.Y.egg-info file on...
2011-06-09 Éric AraujoBranch merge
2011-06-09 Éric AraujoDocument how to define extension modules in setup.cfg
2011-06-09 Éric AraujoFix incorrect nesting of sections in setup.cfg specific...
2011-06-09 Éric AraujoFix example in packaging test_config.
2011-06-08 Brian CurtinFix #11583. Changed os.path.isdir to use GetFileAttribu...
2011-06-08 Brian CurtinFix #11583. Changed os.path.isdir to use GetFileAttribu...
2011-06-08 Charles-François... Issue #12021: Make mmap's read() method argument option...
2011-06-08 Antoine PitrouIssue #9205: concurrent.futures.ProcessPoolExecutor...
2011-06-08 Éric AraujoFix a few misuses of :option: I missed in r86521.
2011-06-08 Brett CannonRevert a reversed comparison order introduced in r70695.
2011-06-08 Éric AraujoAdd links from builtins module docs to built-in functio...
2011-06-08 Éric AraujoStyle change in packaging: use “not in” over “not x...
2011-06-08 Éric AraujoPackaging: always use repr to display project names.
2011-06-08 Éric AraujoFix misunderstanding of how booleans work
2011-06-08 Éric AraujoPackaging cleanup: normalize print calls.
2011-06-08 Éric AraujoPackaging cleanup: remove use of script_name where...
2011-06-07 Éric AraujoAdd examples that work on Windows to distutils docs...
2011-06-07 Éric AraujoRemove outdated bit of advice (584f9c213a6d follow-up)
2011-06-07 Éric AraujoKill dead code in importlib.test.__main__ (#12019,...
2011-06-07 Éric AraujoBranch merge: packaging fixes
2011-06-07 Łukasz Langa#12274: use proper escaping for % in IDLE config (merge...
2011-06-07 Łukasz Langa#12274: use proper escaping for % in IDLE config.
2011-06-07 Victor Stinner(Merge 3.2) test.support: don't catch OSError when...
2011-06-07 Victor Stinnertest.support: can_symlink() removes the temporary symbo...
2011-06-07 Brett CannonRemove a redundant assignment.
2011-06-07 Brett CannonChecking if an unsigned long is < 0 is pointless.
2011-06-07 Brett CannonRemove some extraneous parentheses and swap the compari...
2011-06-07 Brett CannonWhen building sqlite3, the directory where sqlite.h...
2011-06-06 Victor StinnerUse a sleep for test_subprocess timeout test
2011-06-06 Éric AraujoFix UnboundLocalError in a finally block of one packagi...
2011-06-06 Éric AraujoFix sdist to always include setup.cfg (#11092), to...
2011-06-06 Éric AraujoUse strings instead of sets of lines in packaging.creat...
2011-06-06 Éric AraujoFix comment
2011-06-06 Éric AraujoUpdate comments in sysconfig.cfg
2011-06-06 Éric AraujoFix documentation of requires-python field in setup...
2011-06-06 Charles-François... Issue #12196: Make os.pipe2() flags argument mandatory.
2011-06-06 Antoine PitrouWhitespace normalization
2011-06-06 Antoine PitrouIssue #12040: Expose a new attribute `sentinel` on...
2011-06-06 Antoine PitrouIssue #11893: Remove obsolete internal wrapper class...
2011-06-06 Éric AraujoMerge 3.2
2011-06-06 Éric AraujoBranch merge
2011-06-06 Éric AraujoBranch merge
2011-06-06 Éric AraujoRemove wsgiref.egg-info from msi.py (follow-up to d615e...
2011-06-06 Victor StinnerIssue #12250: regrtest --timeout displays a warning...
2011-06-06 Victor StinnerIssue #12250: modify "make buildbottest" command line...
2011-06-06 Martin v. LöwisDrop claim about nasty problem.
2011-06-06 Martin v. LöwisDrop unfounded claims about performance.
2011-06-06 Benjamin Petersonalways clear parser error
2011-06-06 Benjamin Petersonmerge heads
2011-06-06 Benjamin Petersongreatly improve argument parsing error messages (closes...
2011-06-06 Éric AraujoRephrase the section about spec versioning
2011-06-06 Éric AraujoFix a few typos
2011-06-06 Éric AraujoMinor rework of the extensibility and acks sections
2011-06-05 Éric AraujoMove a non-PEP 345 field at the end of the metadata...
2011-06-05 Éric AraujoMake example of file inclusion in setupcfg more obvious
2011-06-06 Éric AraujoRephrase and update intro and syntax sections of setupcfg
2011-06-05 Éric AraujoChange reST targets in setup.cfg spec.
2011-06-05 Éric AraujoAdd a short table of contents to the setup.cfg spec.
2011-06-05 Éric AraujoUpdate doctring now that Python has real booleans
2011-06-05 Martin v. LöwisDrop old UUIDs.
2011-06-05 Martin v. Löwismerge:Do not add txt files twice
2011-06-05 Martin v. Löwisnull merge
2011-06-05 Martin v. Löwismerge:Do not add txt files twice
2011-06-05 Martin v. LöwisAdd 3.1.4 UUIDs.
2011-06-05 Martin v. LöwisDo not add txt files twice.
2011-06-05 Vinay SajipCloses issue #11557: removal of non-idiomatic code...
2011-06-05 Gregory P.... merge heads.
2011-06-05 Benjamin Petersonmerge heads
2011-06-05 Benjamin Petersononly clear the parser error if it's set (closes #12264)
2011-06-04 Éric AraujoImprove consistency in questions asked by packaging...
2011-06-04 Éric AraujoClean up packaging.create and add TODO notes for future...
2011-06-04 Éric AraujoMake help messages in packaging.run more consistent
2011-06-04 Éric AraujoCleanup in packaging: don’t unnecessarily instantiate...
2011-06-04 Éric AraujoImprove a few docstrings in packaging.
2011-06-04 Éric AraujoMerge ABC and distutils touch-ups from 3.2.
2011-06-04 Éric AraujoRemove unneeded executable bit on two distutils files
2011-06-04 Éric AraujoBranch merge
2011-06-04 Mark DickinsonIssue #12080: Fix a performance issue in Decimal._power...
2011-06-04 Éric AraujoAdd reST target for Doc/packaging/setupcfg
2011-06-04 Éric AraujoUse list constructor or built-in method instead of...
2011-06-04 Éric AraujoImprove glossary entry for ABCs.
2011-06-04 Éric AraujoAdd missing section of doc file lost among repositories...
2011-06-03 Benjamin Petersonmerge heads
2011-06-03 Benjamin Petersonsome horrible preprocessing tricks to automatically...
2011-06-03 Victor Stinner(Merge 3.2) Issue #12016: Add test_errorhandle() to...
2011-06-03 Victor StinnerIssue #12016: Add test_errorhandle() to TestBase_Mapping of
2011-06-03 Victor Stinner(Merge 3.2) Issue #12016: Reindent decoders of HK and...
2011-06-03 Victor StinnerIssue #12016: Reindent decoders of HK and JP codecs
2011-06-03 Benjamin Petersonrun autoconf
next