]> granicus.if.org Git - python/shortlog
python
2011-03-26 Antoine PitrouMerge
2011-03-26 Antoine PitrouMerge
2011-03-26 Antoine PitrouIn the Windows clean script for buildbots, also clear...
2011-03-26 Ross LagerwallMerge with 3.2
2011-03-26 Ross LagerwallMerge with 3.1
2011-03-26 Ross LagerwallIssue #11659: Fix ResourceWarning in test_subprocess...
2011-03-26 Steven BethardIssue #8982: Improve the documentation for the argparse...
2011-03-26 Steven BethardIssue #8982: Improve the documentation for the argparse...
2011-03-26 Antoine PitrouIssue #11635: Don't use polling in worker threads and...
2011-03-26 Antoine PitrouIssue #11635: Don't use polling in worker threads and...
2011-03-26 Antoine PitrouMerge from 3.2
2011-03-26 Antoine PitrouRead HTTP response inside transient_internet()
2011-03-26 Antoine Pitroutest_urllibnet: make it so that transient_internet...
2011-03-26 Steven BethardFix NEWS item that ended up in wrong section
2011-03-26 Steven BethardFix NEWS item that ended up in wrong section
2011-03-26 Steven BethardIssue #9348: Raise an early error if argparse nargs...
2011-03-26 Steven BethardIssue #9348: Raise an early error if argparse nargs...
2011-03-26 Steven BethardIssue #11174: Add argparse.MetavarTypeHelpFormatter...
2011-03-26 Mark DickinsonMerge #11675
2011-03-26 Mark DickinsonMerge #11675
2011-03-26 Mark DickinsonIssue #11675: Zero-out newly-created multiprocessing...
2011-03-26 Éric AraujoMerge #10553 followup from 3.2
2011-03-26 Éric Araujo#10553: Explain why compileall has no command-line...
2011-03-26 Éric AraujoBranch merge
2011-03-26 Éric AraujoMerge 3.2
2011-03-26 Éric AraujoBranch merge
2011-03-26 Éric AraujoMerge 3.1
2011-03-26 Éric AraujoBranch merge
2011-03-26 Éric AraujoRemove traces of division_warning left over from Python...
2011-03-26 Kurt B. KaiserMerge from 3.2
2011-03-26 Kurt B. KaiserMerge from 3.1
2011-03-26 Kurt B. Kaiser<Home> toggle failing on Tk 8.5, causing IDLE exits...
2011-03-25 Éric AraujoMerge doc touchups from 3.1
2011-03-25 Éric AraujoBranch merge
2011-03-25 Éric AraujoTweaks to sys.flags description table.
2011-03-25 Raymond HettingerIssue #11666: Teach pydoc to display full help for...
2011-03-25 Raymond HettingerIssue #11666: Teach pydoc to display full help for...
2011-03-25 Éric AraujoRemove untrue statement from tutorial
2011-03-25 R David MurrayMerge #9557: eliminate 3 seconds of static overhead...
2011-03-25 R David MurrayMerge #9557: eliminate 3 seconds of static overhead...
2011-03-25 R David Murray#9557: eliminate 3 seconds of static overhead from...
2011-03-25 Raymond HettingerIssue #11071: Fix whatsnew description of O/S access...
2011-03-25 Raymond HettingerIssue #11071: Fix whatsnew description of O/S access...
2011-03-25 R David MurrayMerge #11584: Since __getitem__ returns headers, make...
2011-03-25 Éric AraujoUse universal construct os.path.expanduser('~') instead...
2011-03-25 R David Murray#11584: Since __getitem__ returns headers, make decode_...
2011-03-25 Ezio Melotti#2650: Merge with 3.2.
2011-03-25 Ezio Melotti#2650: Merge with 3.1.
2011-03-25 Ezio Melotti#2650: Refactor re.escape to use enumerate().
2011-03-25 Ezio Melotti#2650: Add tests with non-ascii chars for re.escape.
2011-03-25 Ezio Melotti#2650: Refactor the tests for re.escape.
2011-03-25 Thomas WoutersRevert the Lib/test/test_bigmem.py changes from commit...
2011-03-25 Kurt B. KaiserMerge from 3.2 again
2011-03-25 Kurt B. KaiserMerge from 3.1 again
2011-03-25 Kurt B. KaiserMerge from 3.2 again
2011-03-25 Kurt B. KaiserMerge 3.2 heads
2011-03-25 Kurt B. KaiserMerge default heads
2011-03-24 Eli BenderskyIssue #11634: Remove misleading paragraph from a comment
2011-03-24 Kurt B. KaiserMerge heads
2011-03-24 Kurt B. KaiserMerge 3.2
2011-03-24 R David Murray#11093: make NOTTESTS empty by renaming confusingly...
2011-03-24 R David Murray#11031: Add --testdir to specify where to find tests
2011-03-24 R David Murray#11030: make --coverdir work for relative directories...
2011-03-24 Raymond HettingerRemove test_importable(). Couldn't see how to make...
2011-03-24 Kurt B. KaiserMerge 3.1
2011-03-24 Kurt B. KaiserMerge 3.2
2011-03-24 Raymond HettingerIsolate the test_source() test in test_collections
2011-03-24 R David MurrayMerge #11606: improved body_encode algorithm, no longer...
2011-03-24 R David MurrayMerge #11606: improved body_encode algorithm, no longer...
2011-03-24 R David Murray#11606: improved body_encode algorithm, no longer produ...
2011-03-24 Kurt B. KaiserMerge 3.1
2011-03-24 Victor StinnerMerge 3.2
2011-03-24 Victor StinnerMerge 3.1
2011-03-24 Victor Stinnertest_multiprocessing: use assertLess() to see the timeo...
2011-03-24 Antoine PitrouAdd tests for the atexit hook in concurrent.futures...
2011-03-24 Antoine PitrouAdd tests for the atexit hook in concurrent.futures...
2011-03-24 Senthil Kumaranissue11236 getpass.getpass to respond ctrl-c or ctrl-z
2011-03-24 Senthil Kumaranissue10883 - Silence some ftp related ResourceWarnings...
2011-03-24 Senthil Kumaranissue10883 - Silence some ftp related ResourceWarnings...
2011-03-24 Raymond HettingerAdd tests for _source to importable and exec'able.
2011-03-24 Brett CannonRemove a stale comment.
2011-03-23 Brett CannonMake importlib compatible with __import__ by "fixing...
2011-03-23 Brett CannonHave importlib use the repr of a module name in error...
2011-03-23 Antoine PitrouIssue #11653: fix -W with -j in regrtest.
2011-03-23 Antoine PitrouAdd NEWS entry for 9aa6097131ef
2011-03-23 Antoine PitrouIssue #11653: fix -W with -j in regrtest
2011-03-23 Raymond HettingerMinor clean-ups.
2011-03-23 Raymond HettingerAdd news entry for the _source attribute created by...
2011-03-23 Raymond HettingerMerge
2011-03-23 Raymond HettingerExpose the namedtuple source with a _source attribute.
2011-03-23 R David MurrayMerge #11590: fix quoprimime decode handling of empty...
2011-03-23 R David MurrayMerge #11590: fix quoprimime decode handling of empty...
2011-03-23 R David Murray#11590: fix quoprimime decode handling of empty strings...
2011-03-23 Antoine PitrouAllow "-j0" as an argument to regrtest, to automaticall...
2011-03-23 Antoine PitrouFix transmitting warning options to the children when...
2011-03-23 Raymond HettingerMove namespace setup inside the template.
2011-03-23 R David MurrayMerge #11589: add additional tests for the email quopri...
2011-03-23 R David MurrayMerge #11589: add additional tests for the email quopri...
2011-03-23 R David Murray#11589: add additional tests for the email quoprimime...
2011-03-23 Mark DickinsonIssue #11244: Remove outdated peepholer check that...
next