]> granicus.if.org Git - python/shortlog
python
2010-12-28 Georg BrandlAdd sys.flags.quiet attribute for the new -q option...
2010-12-28 Brian CurtinThis file was obsolted by a number of adjustments to...
2010-12-28 Brian CurtinMinor doc update for #9333. Took out the phrasing about...
2010-12-28 Senthil KumaranFix Issue10759 - html.parser.unescape() fails on HTML...
2010-12-28 Brian CurtinFix #9333. The symlink function is always available...
2010-12-28 Victor StinnerIssue #10783: Fix test_sys, pack('c', ' ') => pack...
2010-12-28 Victor StinnerIssue #10783: struct.pack() doesn't encode implicitly...
2010-12-28 Georg Brandl#10609: fix non-working dbm example.
2010-12-28 Georg Brandl#10739: document that on Windows, socket.makefile(...
2010-12-28 Georg BrandlRewrap.
2010-12-28 Georg BrandlRemove history; adapt a bit more to reST, since this...
2010-12-28 Georg Brandl#10781: clarify that *encoding* is not a parameter...
2010-12-28 Georg Brandl#10742: document readonly attribute of memoryviews.
2010-12-28 Georg Brandl#10767: update README in crashers; not all may have...
2010-12-28 Victor StinnerIssue #9738: Fix typo, ASCII-encoding string => ASCII...
2010-12-28 Georg BrandlAdd news entry and clarify another.
2010-12-28 Georg Brandl#10768: fix ScrolledText widget construction, and make...
2010-12-28 Georg Brandl#10777: fix iteration over dict keys while mutating...
2010-12-28 Georg Brandl#10679: install idle, pydoc, 2to3 scripts with X.Y...
2010-12-28 Georg BrandlFix advice: call PyType_Ready to fill in ob_type of...
2010-12-28 Georg BrandlRemove confusing paragraph -- this is relevant only...
2010-12-28 Georg BrandlReplace sys.maxint mention by sys.maxsize.
2010-12-28 Victor StinnerIssue #10780: Remove commas at the end of the argument...
2010-12-28 Victor StinnerIssue #8966: Remove the documentation of ctypes.set_con...
2010-12-28 Victor StinnerIssue #10780: PyErr_SetFromWindowsErrWithFilename(...
2010-12-27 Victor StinnerIssue #10778: decoding_fgets() decodes the filename...
2010-12-27 Victor StinnerIssue #10779: PyErr_WarnExplicit() decodes the filename...
2010-12-27 R. David Murray#7056: runtest and runtest_inner don't use testdir...
2010-12-27 Vinay SajipIssue #10626: test_logging now preserves logger disable...
2010-12-27 Vinay SajipIssue #10626: test_logging now preserves logger disable...
2010-12-27 Vinay SajipIssue #10774: test_logging now removes temp files creat...
2010-12-27 R. David MurraySkip test that does not raise an error on Windows.
2010-12-27 Victor StinnerIssue #9738: Ooops, fix typos in my previous commit...
2010-12-27 Victor StinnerIssue #9738: Document encodings of AST, compiler, parse...
2010-12-27 Victor StinnerIssue #9738: document encodings of unicode functions
2010-12-27 Victor StinnerIssue #9738: Document encodings of error and warning...
2010-12-27 R. David MurrayEscape file path before searching for it in output...
2010-12-26 Vinay SajipAdded logging documentation cross-references.
2010-12-26 R. David Murray#5258/#10642: print fn, line, traceback and continue...
2010-12-26 Vinay SajipImproved logging cookbook for logging with multiprocessing.
2010-12-26 Éric AraujoFix typo (#10770)
2010-12-26 Terry Reedyrevert 87478
2010-12-26 Éric AraujoRemove unexistent parameter (#3216)
2010-12-26 Éric AraujoFix typo spotted by Rodrigo Bernardo Pimentel (#9891)
2010-12-25 Victor StinnerIssue #10763: subprocess.communicate() closes stdout...
2010-12-25 Brian QuinlanAssign closed handles to None to make errors more obvio...
2010-12-24 Brian QuinlanBetter reporting of test failures on Windows.
2010-12-24 R. David Murray#1693546: don't add quotes around RFC 2231 encoded...
2010-12-24 Terry ReedyMatch current tracker name, though I do not know if...
2010-12-24 Raymond HettingerAdopt symmetric names for arguments (actual/expected...
2010-12-24 Vinay SajipLogging documentation updates.
2010-12-24 Raymond HettingerKeep helper functions private.
2010-12-24 Raymond HettingerPut diff output in useful order (when the elements...
2010-12-24 Raymond HettingerAdd direct tests for the util functions.
2010-12-24 Raymond HettingerAdd news entry for 87471.
2010-12-24 Raymond HettingerImprove diff for assertCountEqual() to actually show...
2010-12-24 Alexander BelopolskyAdded an XXX note to describe timedelta/timedelta feature.
2010-12-24 Senthil KumaranFix some mistakes- Issue3243 (r87399) Correcting the...
2010-12-24 Raymond HettingerFix docstring.
2010-12-24 Raymond HettingerFix docs and comment for r87454.
2010-12-24 Raymond HettingerAdd test for r87454.
2010-12-24 Alexander BelopolskyIssue #9063: Corrected the tzinfo example.
2010-12-23 Benjamin Petersonupdate comment
2010-12-23 Éric AraujoFix syntax typo
2010-12-23 Terry ReedyIssue 10730: mimetypes module - add .svgz to mimetypes...
2010-12-23 Benjamin Petersonkill some function imports
2010-12-23 Benjamin Petersonuse native tenary condition
2010-12-23 Benjamin Petersonfix docstring
2010-12-23 Raymond HettingerFix buglet. If the input was an iterator, the fallback...
2010-12-23 R. David Murray#1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss...
2010-12-23 R. David Murray#4496: remove misleading comment and note that self...
2010-12-23 Éric AraujoFix typo in superclass method name
2010-12-23 Éric AraujoNits: use a real boolean, make one docstring more simil...
2010-12-23 Éric AraujoFix small inaccuracy: there is no index function
2010-12-23 Alexander BelopolskyIssue #10587: Document the meaning of str methods.
2010-12-23 Alexander BelopolskyIssue #10254: Fixed a crash and a regression introduced...
2010-12-22 Antoine PitrouFix ResourceWarning in test_normalization
2010-12-22 Michael FoordAnother trivial typo correction in whatsnew
2010-12-22 Vinay SajipLogging documentation updates.
2010-12-22 Michael FoordMinor typo corrections in whatsnew
2010-12-22 Raymond HettingerAdd todo
2010-12-22 Gregory P.... fix a compiler warning about err_msg potentially being...
2010-12-22 Alexander BelopolskyRemoved unneeded #include
2010-12-22 Alexander BelopolskyBoth PEP 3131 and the current implementation use NFKC...
2010-12-21 R. David Murray#4871: check that zipfile password is bytes, and give...
2010-12-21 Antoine PitrouIssue #10750: The `raw` attribute of buffered IO object...
2010-12-21 Raymond HettingerDocument the alternate format for :ref:.
2010-12-21 Raymond HettingerReference the release schedule
2010-12-21 Raymond HettingerDeprecate assertDictContainsSubset()
2010-12-21 Antoine PitrouSuggest sys.maxsize as a reliable way to know whether...
2010-12-21 R. David MurrayMake test_compileall more robust by using -S to keep...
2010-12-21 R. David MurrayFix the change made for issue 1243654.
2010-12-20 R. David MurrayRevert incorrect patch made at the wrong time.
2010-12-20 R. David MurrayMake test_compileall more robust by using -S to keep...
2010-12-19 Vinay SajipLogging documentation updates.
2010-12-19 Vinay SajipLogging documentation reorganised.
2010-12-19 Georg BrandlTag 3.2 beta 2.
2010-12-19 Georg Brandl#3243 follow-up: remove debugging print and fix docs... v3.2b2
2010-12-19 Senthil KumaranIssue3243 - Support iterable bodies in httplib. Patch...
2010-12-19 Georg BrandlBump to 3.2b2.
next