]> granicus.if.org Git - python/shortlog
python
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 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
2011-06-03 Benjamin Petersonremove AC_REVISION
2011-06-03 Éric AraujoPoint to new collections.abc module for collections...
2011-06-03 Éric AraujoRemove link that’s already present at the top of the...
2011-06-03 Éric AraujoMerge #12249 fix from 3.2
2011-06-03 Éric AraujoDocument working dir for “make html” (#12249). Patch...
2011-06-03 Éric AraujoFix reST label for collections ABCs.
2011-06-03 Éric AraujoDocument autoflushing in packaging.test.support.Logging...
2011-06-03 Éric AraujoAdd NEWS and whatsnew entries for the packaging module
2011-06-03 Charles-François... Merge.
2011-06-03 Charles-François... Issue #12196: Make test.support's requires_linux_versio...
2011-06-03 Victor StinnerClose #12250: Disable the regrtest timeout by default
2011-06-03 Raymond Hettingermerge
2011-06-03 Raymond HettingerFix named tuples to work with vars().
2011-06-02 Éric AraujoMerge packaging doc fix
2011-06-02 Éric AraujoPackaging doc: Add missing index file, improve main...
2011-06-02 Éric AraujoFix format of warnings from the packaging check command
2011-06-02 Éric AraujoMake packaging.tests.support.LoggingCatcher.get_logs...
2011-06-02 Tarek Ziadeadded the generate-setup action
2011-06-02 Tarek Ziadethis documentation is now handled by all the new packag...
2011-06-01 Raymond Hettingermerge
2011-06-01 Raymond HettingerForward port doc updates for builtin functions.
2011-06-01 Éric AraujoKill trailing whitespace
2011-06-01 Éric AraujoAdd documentation for the packaging module.
2011-06-01 Charles-François... Issue #12196: Add a note on os.pipe2() in the "Whats...
2011-06-01 Éric AraujoMerge 3.2
2011-06-01 Éric AraujoBranch merge
2011-06-01 Éric AraujoRemove duplicate entry for Josip
2011-06-01 Éric AraujoBranch merge
2011-06-01 Éric AraujoThe compiler class for EMX was removed
2011-06-01 Éric AraujoFix typos in class names
2011-06-01 Victor Stinnertest_faulthandler: use a longer sleep (2.5 sec instead...
2011-06-01 Victor Stinner(Merge 3.2) Close #12230: Mac OS X Tiger (10.4) has...
2011-06-01 Victor StinnerClose #12230: Mac OS X Tiger (10.4) has a kernel bug...
2011-06-01 Victor Stinnertest.support: add requires_mac_ver() function
2011-06-01 Benjamin Petersonmerge 3.2
2011-06-01 Benjamin Petersonmerge 3.1
2011-06-01 Benjamin Petersonreturn NULL on error
2011-06-01 Benjamin Petersonmerge 3.2
2011-06-01 Benjamin Petersonbe extra careful with a borrowed reference when the...
2011-06-01 Benjamin Petersonmerge 3.2
2011-06-01 Benjamin Petersondemote this to a note
next