]> granicus.if.org Git - python/shortlog
python
2011-03-29 guido@google.comMerge Issue 11662 from 3.2 branch.
2011-03-29 guido@google.comMerge Issue 11662 from 3.1 branch.
2011-03-29 guido@google.comIssue 11662: Fix vulnerability in urllib/urllib2.
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 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...
2011-03-23 Raymond HettingerFix set representation in an example.
2011-03-23 Raymond HettingerMinor named tuple clean-ups.
2011-03-23 Raymond HettingerFactor-out named tuple class definition template strings.
2011-03-23 Éric AraujoBranch merge
2011-03-23 Éric AraujoMerge from 3.2
2011-03-23 Éric AraujoBranch merge
2011-03-23 Éric AraujoMerge from 3.2.
2011-03-23 Éric AraujoMerge from 3.1.
2011-03-23 Antoine PitrouUse transient_internet() consistently in test_imaplib
2011-03-23 Antoine PitrouUse transient_internet() consistently in test_imaplib
2011-03-23 Éric AraujoFix obscure set crashers (#8420). Backport of d56b3caf...
2011-03-23 Éric AraujoDo not touch sys.path when site is imported and python...
2011-03-23 Raymond HettingerIssue #10610: Document that int(), float(), and complex...
2011-03-23 Raymond HettingerIssue #10610: Document that int(), float(), and complex...
2011-03-23 Raymond HettingerIssue #10610: Document that int(), float(), and complex...
2011-03-22 Raymond HettingerIssue #10771: Clarify that descriptors get used in...
2011-03-22 Raymond HettingerIssue #10771: Clarify that descriptors get used in...
2011-03-22 Raymond HettingerIssue #10771: Clarify that descriptors get used in...
2011-03-22 Raymond HettingerIssue 10787: Document the probability density function...
2011-03-22 Raymond HettingerIssue 10787: Document the probability density function...
2011-03-22 Raymond HettingerIssue 10787: Document the probability density function...
2011-03-22 Raymond HettingerIssue 10988: fix description of super's descriptor...
2011-03-22 Raymond HettingerIssue 10988: fix description of super's descriptor...
2011-03-22 Raymond HettingerIssue 10988: fix description of super's descriptor...
2011-03-22 Raymond HettingerClean-up whitespace.
2011-03-22 Raymond HettingerReplace **locals() with explicit field names.
2011-03-22 Raymond HettingerSimplify the named tuple template by using the new...
2011-03-22 Raymond HettingerImprove readability by replacing '\n' in template with...
2011-03-22 Raymond HettingerIssue #11333: Add __slots__ to the collections ABCs.
2011-03-22 Antoine PitrouMerge
2011-03-22 Antoine PitrouMerge
2011-03-22 Antoine PitrouUse shorter timings in test_concurrent_futures to make...
2011-03-22 Raymond HettingerIssue #11625: Fix Typo
2011-03-22 Raymond HettingerIssue #11625: Fix Typo
2011-03-22 Raymond HettingerIssue #11625: Fix Typo
2011-03-22 Victor StinnerIssue #11630, issue #3080: Fix refleak introduced by...
2011-03-22 Raymond HettingerIssue #11628: cmp_to_key should use __slots__.
2011-03-22 Raymond HettingerIssue #11628: cmp_to_key should use __slots__.
2011-03-22 Victor StinnerIssue #3080: On DJGPP, case_bytes() returns -1 to signa...
2011-03-22 Victor StinnerIssue #7330, #10833: Replace %100s by %.100s and %200s...
2011-03-21 R David MurrayFix rename spelling error.
2011-03-21 R David MurrayDummy merge to overlay fixed email.test move on top...
2011-03-21 R David MurrayCorrectly move email package tests to Lib/test.
2011-03-21 R David MurrayPrepare for move of email tests.
2011-03-21 R David MurrayMove email tests to Lib/test package and modernize...
2011-03-21 R David MurrayMake regrtest recognize test packages as well as test...
2011-03-21 Antoine PitrouAlways print out the traceback when a test "crashed"
2011-03-21 Antoine PitrouAlways print out the traceback when a test "crashed"
2011-03-21 Antoine PitrouTry to make test_import a bit more robust
2011-03-21 Antoine PitrouTry to make test_import a bit more robust
2011-03-21 Antoine PitrouRelax timing check (seen a buildbot failure on this)
2011-03-21 Antoine PitrouRelax timing check (seen a buildbot failure on this)
2011-03-21 Victor StinnerIssue #10833: Use PyErr_Format() and PyUnicode_FromForm...
2011-03-21 Victor StinnerIssue #10833: Remove the buffer allocated on the stack...
2011-03-21 Reid KlecknerFix timeout error message on windows to not be in milli...
2011-03-21 Antoine PitrouIssue #11621: fix bootstrap issue with getopt/gettext...
2011-03-21 Victor StinnerIssue #10833: Use PyUnicode_FromFormat() and PyErr_Form...
2011-03-21 Victor Stinner_elementtree.c: remove trailing spaces
2011-03-21 Georg BrandlMerge to default.
2011-03-21 Georg BrandlMerge to 3.2.
2011-03-21 Georg BrandlFix duplicate word.
2011-03-21 Victor Stinnermerge 3.2 (already commited before)
2011-03-21 Victor Stinnermerge 3.1 (already commited before)
2011-03-21 Victor StinnerIssue #8651: PyArg_Parse*() functions raise an Overflow...
next