]> granicus.if.org Git - python/shortlog
python
2011-03-26 Steven BethardIssue #9348: Raise an early error if argparse nargs...
2011-03-26 Mark DickinsonMerge #11675
2011-03-26 Mark DickinsonIssue #11675: Zero-out newly-created multiprocessing...
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.1
2011-03-26 Éric AraujoBranch merge
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 Éric AraujoRemove untrue statement from tutorial
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 É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.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 Kurt B. KaiserMerge from 3.1 again
2011-03-25 Kurt B. KaiserMerge 3.2 heads
2011-03-24 Kurt B. KaiserMerge 3.1
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.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 Senthil Kumaranissue10883 - Silence some ftp related ResourceWarnings...
2011-03-23 Antoine PitrouAdd NEWS entry for 9aa6097131ef
2011-03-23 Antoine PitrouIssue #11653: fix -W with -j in regrtest
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 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 Éric AraujoBranch merge
2011-03-23 Éric AraujoMerge from 3.1.
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 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 Kurt B. KaiserMerge from 3.1
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 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 #11628: cmp_to_key should use __slots__.
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 PitrouRelax timing check (seen a buildbot failure on this)
2011-03-21 Georg BrandlMerge to 3.2.
2011-03-21 Georg BrandlFix duplicate word.
2011-03-21 Kurt B. Kaiser<Home> toggle non-functional when NumLock set
2011-03-21 Victor Stinnermerge 3.1 (already commited before)
2011-03-21 Victor StinnerIssue #8651: PyArg_Parse*() functions raise an Overflow...
2011-03-21 Éric AraujoFix some issue references in NEWS
2011-03-21 Victor Stinnermerge 3.1
2011-03-21 Victor StinnerIssue #5537: Fix time2isoz() and time2netscape() functi...
2011-03-21 Victor Stinnertime.strftime(): replace PyErr_Format() by PyErr_SetStr...
2011-03-21 Victor StinnerIssue #10864 has been fixed: remove the workaround
2011-03-20 Antoine PitrouMerge
2011-03-20 Antoine PitrouTry to strengthen test_httpservers (issue #11617)
2011-03-20 Éric AraujoFix some issue references in NEWS
2011-03-20 Victor StinnerIssue #11395: io.FileIO().write() clamps the data lengt...
2011-03-20 Victor StinnerFix #11586: typo in initfsencoding()
2011-03-20 Éric AraujoMerge from 3.1
2011-03-20 Éric AraujoFix typo in class name
2011-03-20 Antoine PitrouMerge
2011-03-20 Antoine PitrouCall reap_children() where appropriate
2011-03-20 R David MurrayMerge markup fixes for #7198 patch.
2011-03-20 R David MurrayMarkup fixes for #7198 patch.
2011-03-20 R David MurrayReally merge #7198
2011-03-20 R David Murray#7198: really add newline='' to csv.writer docs.
2011-03-20 Ezio MelottiSave a copy of sys.warnoptions in test_program.
2011-03-20 Ezio MelottiAdd a check for sys.warnoptions in regrtest.
2011-03-20 Senthil KumaranMerge from 3.1
2011-03-20 Senthil KumaranIssue #11567 - Let's have the DOCTYPE as HTML instead...
2011-03-20 Senthil KumaranAdd NEWS for Issue #11563.
2011-03-19 Senthil Kumaranbranch merge 3.2
2011-03-19 Senthil KumaranCall unfakehttp in order to close connection while...
2011-03-19 Antoine PitrouIssue #11459: A `bufsize` value of 0 in subprocess...
2011-03-19 Antoine PitrouIssue #11459: A `bufsize` value of 0 in subprocess...
2011-03-19 Senthil KumaranMerging it again.
2011-03-19 Senthil KumaranCloses issue11563 - test_urllibnet ResourceWarning...
2011-03-19 Raymond HettingerIssue 7391: Remove questionable and outdated HOWTO...
2011-03-17 Antoine PitrouOops, wrong issue number in NEWS
2011-03-17 Antoine PitrouAdd news entry for a791dd7d51f3
2011-03-17 Antoine PitrouIssue #10914: fix bogus memory management in Modules...
2011-03-17 Antoine PitrouIssue #5421: merge fix
2011-03-17 Antoine PitrouIssue #5421: Fix misleading error message when one...
2011-03-17 Michael FoordMove NEWS entry to correct place
next