]> granicus.if.org Git - python/shortlog
python
2011-04-26 Ezio Melotti#6780: fix starts/endswith error message to mention...
2011-04-25 R David Murray#11901: add description of how bitfields are laid out...
2011-04-25 Jesus Ceapybench prep_times calculation error (closes #11895)
2011-04-20 Jesus Ceamerge heads
2011-04-20 Jesus CeaPort 5b607cd8c71b (closes #11892)
2011-04-20 Raymond HettingerMinor text rearrangement.
2011-04-20 Jesus Ceamerge
2011-04-20 Ezio MelottiFix wrong function name. Noticed by Clive Darke.
2011-04-20 Jesus CeaUp-port changeset 5cf8f6da8743 (closes #11890)
2011-04-20 Jesus Ceastartswith and endswith don't accept None as slice...
2011-04-20 Raymond HettingerIssue #11875: Alter the previous fix to work better...
2011-04-19 Ezio MelottiFix wrong number of functions noticed by Sandro Tosi.
2011-04-19 Raymond Hettingermerge
2011-04-19 Raymond HettingerHmm, __ne__ was missing
2011-04-19 Raymond HettingerIssue 11875: Keep OrderedDict's __reduce__ from tempora...
2011-04-18 Nadeem VawdaFix sporadic failure in test_startfile.
2011-04-18 Victor StinnerIssue #11768: The signal handler of the signal module...
2011-04-18 Ezio Melotti#11865: fix typo in init.rst.
2011-04-18 Raymond HettingerRework multiset methods to use less memory and to make...
2011-04-16 Georg BrandlSmall wording fix.
2011-04-16 Eli BenderskyIssue #11855: Apply missing formatting for urlretrieve
2011-04-16 Raymond HettingerAdd another example to the collections module docs.
2011-04-15 Raymond HettingerFix minor subclassing issue with collections.Counter
2011-04-15 Ezio Melotti#11843: remove duplicate line from table in distutil...
2011-04-15 Ezio MelottiIssue #5057: fix a bug in the peepholer that led to...
2011-04-15 Senthil KumaranIssue #11467: Fix urlparse behavior when handling urls...
2011-04-15 Ezio Melotti#11848: replace dead link in random.betavariate comment.
2011-04-15 Ezio Melotti#4783: document that is not possible to use json.dump...
2011-04-15 Eli BenderskyIssue #11827: remove mention of list2cmdline in the...
2011-04-14 Senthil KumaranFix Issue11474 - fix url2pathname() handling of '/C...
2011-04-14 Ezio Melotti#11840: Improve c-api/unicode documentation. Patch...
2011-04-14 Ezio Melotti#9101: backport json reference in configparser doc.
2011-04-13 Brian CurtinRemove inexistent tools
2011-04-13 R David MurrayFix wording and clarify that the IDNA codec operates...
2011-04-13 Ezio MelottiFix typo in docstring.
2011-04-13 Ezio Melotti#9233: Fix json.loads({}) to return a dict (instead...
2011-04-13 Ezio MelottiRemove unnecessary imports and use assertIs instead...
2011-04-13 Ezio Melotti#9233: Fix json to work properly even when _json is...
2011-04-13 Ezio Melotti#9233: skip _json-specific tests when _json is not...
2011-04-13 Senthil KumaranMerge updates
2011-04-13 Senthil KumaranUpdate the News for the fix to Issue11703.
2011-04-13 R David Murray#10019: Fix regression relative to 2.6: add newlines...
2011-04-12 Benjamin Petersonmerge heads
2011-04-12 Benjamin Petersonmake assigning to a bytes literal a syntax error (close...
2011-04-12 Senthil KumaranFix Issue11703 - urllib2.geturl() does not return corre...
2011-04-12 Raymond HettingerIssue 11747: Fix output format for context diffs.
2011-04-12 R David MurrayAdd maxlinelen to docstring, delete obsolete wording
2011-04-11 Brian CurtinCorrect leading spaces in my NEWS entry.
2011-04-11 brian.curtinAdd NEWS item for #5162.
2011-04-11 brian.curtinFix #5162. Allow child spawning from Windows services...
2011-04-09 Ned DeilyIssue9670: Back out changeset 378b40d71175; test fails...
2011-04-09 Ned DeilyIssue #9670: Increase the default stack size for second...
2011-04-09 Ross LagerwallIssue #11719: Fix message about unexpected test_msilib...
2011-04-09 Victor StinnerIssue #11650: PyOS_StdioReadline() retries fgets()...
2011-04-08 R David Murray#11492: fix header truncation on folding when there...
2011-04-08 R David MurrayImprove test coverage of _split_ascii method.
2011-04-07 Barry WarsawRefinement by Stefan Krah (see issue 11715, msg133194...
2011-04-06 Barry WarsawIssue 11715: Build extension modules on multiarch Debia...
2011-04-06 Senthil KumaranIssue #10762: Guard against invalid/non-supported forma...
2011-04-05 Antoine PitrouTry to fix sporadic test_multiprocessing failure
2011-04-05 Ross LagerwallIssue #10963: Ensure that subprocess.communicate()...
2011-04-04 Antoine PitrouTry to fix sporadic failure in test_thread/test_threading
2011-04-04 Antoine PitrouIssue #11761: make tests for gc.get_count() less fragile
2011-04-03 Ezio MelottiFix typo noticed by Sandro Tosi.
2011-03-30 Kristjan Valur... Merge 3.1
2011-03-30 Kristjan Valur... Bugfix: Properly test for errors from PyLong_AsLong...
2011-03-30 Raymond HettingerIssue 11713: clarify docstring for collections.deque()
2011-03-29 Guido van RossumMerge issue 11662.
2011-03-29 guido@google.comIssue 11662: Fix vulnerability in urllib/urllib2.
2011-03-28 Benjamin Petersonlet's keep parenthesis around sizeof
2011-03-28 Ezio Melotti#10617: add class directives to collections ABCs.
2011-03-27 Martin v. LöwisCloses #11696: Fix ID generation in msilib.
2011-03-27 Mark DickinsonIssue #9696: Fix exception incorrectly raised by xdrlib...
2011-03-27 Mark DickinsonFix misplaced Misc/NEWS entry.
2011-03-27 Martin v. LöwisFix short file name generation in bdist_msi.
2011-03-26 Benjamin Petersonrevert unintended changes
2011-03-26 Benjamin Petersonalways check return value of PyObject_IsInstance for...
2011-03-26 Benjamin Petersoncheck possible recursive _as_parameter_ to prevent...
2011-03-26 Ross LagerwallIssue #11659: Fix ResourceWarning in test_subprocess...
2011-03-26 Mark DickinsonIssue #11675: Zero-out newly-created multiprocessing...
2011-03-26 Éric AraujoBranch merge
2011-03-26 Kurt B. Kaiser<Home> toggle failing on Tk 8.5, causing IDLE exits...
2011-03-25 Éric AraujoBranch merge
2011-03-25 Éric AraujoTweaks to sys.flags description table.
2011-03-25 Éric AraujoRemove untrue statement from tutorial
2011-03-25 R David Murray#9557: eliminate 3 seconds of static overhead from...
2011-03-25 Éric AraujoUse universal construct os.path.expanduser('~') instead...
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-24 Kurt B. KaiserMerge 3.1
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 Stinnertest_multiprocessing: use assertLess() to see the timeo...
2011-03-23 R David Murray#11590: fix quoprimime decode handling of empty strings...
2011-03-23 R David Murray#11589: add additional tests for the email quoprimime...
2011-03-23 Éric AraujoFix obscure set crashers (#8420). Backport of d56b3caf...
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 10787: Document the probability density function...
next