]> granicus.if.org Git - python/shortlog
python
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...
2011-03-22 Raymond HettingerIssue 10988: fix description of super's descriptor...
2011-03-22 Raymond HettingerIssue #11625: Fix Typo
2011-03-21 Georg BrandlFix duplicate word.
2011-03-21 Kurt B. Kaiser<Home> toggle non-functional when NumLock set
2011-03-21 Victor StinnerIssue #8651: PyArg_Parse*() functions raise an Overflow...
2011-03-20 Éric AraujoFix some issue references in NEWS
2011-03-21 Victor StinnerIssue #5537: Fix time2isoz() and time2netscape() functi...
2011-03-20 Éric AraujoFix typo in class name
2011-03-20 Antoine PitrouCall reap_children() where appropriate
2011-03-20 R David MurrayMarkup fixes for #7198 patch.
2011-03-20 R David Murray#7198: really add newline='' to csv.writer docs.
2011-03-20 Senthil KumaranIssue #11567 - Let's have the DOCTYPE as HTML instead...
2011-03-19 Antoine PitrouIssue #11459: A `bufsize` value of 0 in subprocess...
2011-03-17 Antoine PitrouIssue #5421: Fix misleading error message when one...
2011-03-17 Senthil KumaranError message in http.server code. Missed to update...
2011-03-16 R David Murray#11401: handle headers with no value.
2011-03-16 R David Murray#9298: restore proper folding of base64 encoded bodies.
2011-03-16 Jesus CeaClose Issue 11570: Lib/test/test_distutils.py tries...
2011-03-16 Ronald OussorenIssue #11569: use absolute path to the sysctl command...
2011-03-16 Ezio MelottiRevert typo fixes in zlib/*
2011-03-16 Ezio Melotti#11565: Fix several typos. Patch by Piotr Kasprzyk.
2011-03-15 R David Murray#11216: document all possible set_charset execution...
2011-03-15 Antoine PitrouFix whitespace in test_subprocess
2011-03-15 Antoine PitrouMerge
2011-03-15 Benjamin Petersonmake this subversion artifact empty
2011-03-15 Antoine PitrouOn behalf of Tarek: Issue #11501: disutils.archive_util...
2011-03-15 R David Murray#11555: update doc for 3.x change to as_string mangle_f...
2011-03-15 Ezio MelottiRevert typo fixes in _cytpes/libffi*
2011-03-15 Gregory P.... Fix the @test_NNNN_tmp file terds being left in whateve...
2011-03-15 Ezio Melotti#11515: fix several typos. Patch by Piotr Kasprzyk.
2011-03-15 R David MurrayRemove redundant __contains__ entry from Message docs.
2011-03-14 Ronald OussorenIssue #11500: Fixed a bug in the os x proxy bypass...
2011-03-14 briancurtinFix #11491. When dbm.open was called with a file which...
2011-03-14 Ronald OussorenFixes #1099: Mac compile fails with pydebug and framewo...
2011-03-14 R David Murray#11488: Add tests for writelines method of SpooledTempo...
2011-03-14 Ross LagerwallIssue #10885: Fix multiprocessing docs typo
next