]> granicus.if.org Git - python/shortlog
python
2011-06-10 Vinay SajipUpdated Formatter.formatTime docs to indicate configura...
2011-06-10 Vinay SajipMerged documentation change for Issue #12168.
2011-06-10 Vinay SajipDocumented change for Issue #12168.
2011-06-10 Benjamin Petersonmerge heads
2011-06-10 Benjamin Petersonmerge 3.2 (#12009)
2011-06-10 Benjamin Petersonmerge 3.1 (#12009)
2011-06-10 Éric AraujoBranch merge
2011-06-10 Benjamin Petersonfix regression in netrc comment handling (closes #12009)
2011-06-10 Éric AraujoDon’t try to install something when running from uninst...
2011-06-10 Victor Stinnernull merge 3.2 (patch already applied to 3.3)
2011-06-10 Victor Stinnernull merge 3.1 (patch already applied to 3.2)
2011-06-10 Victor StinnerIssue #10801: Fix test_unicode_filenames() of test_zipfile
2011-06-10 Victor StinnerIssue #8407: skip sigwait() tests if pthread_sigmask...
2011-06-10 Victor Stinnertest_platform: ignore DeprecationWarning on popen(...
2011-06-10 Victor StinnerIssue #8407: write error message on sigwait test failure
2011-06-10 Victor StinnerIssue #8407: Make signal.sigwait() tests more reliable
2011-06-10 Ross LagerwallIssue #9344: Add os.getgrouplist().
2011-06-10 Éric AraujoClean up extra environment variable after packaging...
2011-06-10 Éric AraujoFix omission in test for packaging install_distinfo...
2011-06-10 Éric AraujoRemove *.egg-info from Makefile.pre.in (follow-up to...
2011-06-10 Éric AraujoPackaging: use repr to display projects name (3ebabfbf6...
2011-06-09 Victor StinnerIssue #8407: signal.sigwait() releases the GIL
2011-06-09 Brian CurtinRemoved a Windows 9x trick used before LoadLibraryExW.
2011-06-09 R David MurrayMerge #10694: zipfile now ignores garbage at the end...
2011-06-09 R David Murray#10694: zipfile now ignores garbage at the end of a...
2011-06-09 R David Murraymerge #12283: Fixed regression in smtplib quoting of...
2011-06-09 R David Murray#12283: Fixed regression in smtplib quoting of leading...
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
next