]> granicus.if.org Git - python/shortlog
python
2010-11-22 Martin v. LöwisIssue #10459: Update CJK character names to Unicode...
2010-11-22 Senthil KumaranFix - s/urllib2/urllib.request/
2010-11-22 Senthil KumaranFix Issue4493 - urllib2 adds '/' to the path component...
2010-11-22 Éric AraujoFix resource warning from patchcheck.py
2010-11-22 Éric AraujoRemove unnecessary `object` base class in docs (#10366).
2010-11-22 Alexander BelopolskyIssue #10138: Removed 'indefinitely' from the proleptic...
2010-11-22 Éric AraujoFix one compileall test (#10453). Patch by Michele...
2010-11-22 Ezio MelottiAdd myself for unittest and fix Alexander username
2010-11-22 Éric Araujor84925 followup: add docstring for get_makefile_filenam...
2010-11-22 Éric AraujoFix typo
2010-11-22 Raymond HettingerUpdate maintainers
2010-11-22 Brian CurtinQuote the paths in the event that they contain spaces.
2010-11-21 Raymond HettingerIssue 3292: Fixup to the Sequence docs.
2010-11-21 Brian CurtinFix #6378. Start IDLE using the proper version of Pytho...
2010-11-21 Raymond HettingerIssue 6722: Improve the namedtuple examples.
2010-11-21 Michael FoordIssue 10470: 'python -m unittest' launches test discov...
2010-11-21 Mark DickinsonIssue #10488: Bring documentation for 'float' builtin...
2010-11-21 Ezio MelottiAdd CSS rule for the deprecated-removed directive
2010-11-21 Brett CannonAdd sets to the precedence table.
2010-11-21 Antoine PitrouMake test_nntplib more robust
2010-11-21 R. David MurrayFix TestBytesGeneratorIdempotent tests and a couple...
2010-11-21 Benjamin Petersonfix refleak
2010-11-21 Senthil KumaranFix issue3709 - BaseHTTPRequestHandler will buffer...
2010-11-21 Łukasz Langaconfigparser: read-only attributes to get the section...
2010-11-21 Łukasz LangaIssue #10489: removed broken `__name__` support from...
2010-11-21 Mark DickinsonFix capitalization.
2010-11-21 Raymond HettingerRevert r86517
2010-11-21 Nick CoghlanAdd a couple of missing versionadded tags in the inspec...
2010-11-21 Nick CoghlanIssue #10220: Add inspect.getgeneratorstate(). Initial...
2010-11-21 Éric AraujoStyle edits in followup to r86521 (#9312)
2010-11-21 Raymond HettingerIssue #7770: Note the useful range of sin/cos in the...
2010-11-21 Éric AraujoTry to get more useful output from failing buildbot
2010-11-21 Raymond HettingerClean-up the description of the range object.
2010-11-20 Éric AraujoDocument index and count as part of the Sequence ABC...
2010-11-20 Benjamin Petersonpep 7 actually wants the brace on a new line
2010-11-20 Benjamin Petersonfix two broken tests
2010-11-20 Benjamin Petersonmerge all range tests into test_range
2010-11-20 Benjamin Petersonenable test that was commented out for whatever reason
2010-11-20 Benjamin Petersoncode style and simplification
2010-11-20 Georg BrandlAdd error handling in range_count.
2010-11-20 Benjamin Petersoncount() should return integers #10474
2010-11-20 Éric AraujoFix typos and style in compileall.
2010-11-20 R. David MurrayFix email doc update I overlooked (thanks, Éric)
2010-11-20 R. David Murray#10453: compileall now uses argparse instead of getopt...
2010-11-20 Antoine PitrouIssue #8078: Add constants for higher baud rates in...
2010-11-20 Georg Brandl#9724: add nonlocal to pydoc topics.
2010-11-20 Antoine PitrouIssue #10255: Fix reference leak in Py_InitializeEx...
2010-11-20 Éric AraujoAdd entry for r86601
2010-11-20 Antoine PitrouIn 3.x, bytearray is akin to bytes, not str.
2010-11-20 Éric AraujoFix two NameErrors in distutils (#10407)
2010-11-20 Benjamin Petersonrevert changes in inappropiate branch
2010-11-20 Ezio Melotti#9424: Replace deprecated assert* methods in the Python...
2010-11-20 Benjamin Petersondon't shadow globals
2010-11-20 Alexander BelopolskyIssue #10371: Deprecated undocumented functions in...
2010-11-20 Benjamin Petersonadd filename to ENOENT message #4925
2010-11-20 Michael FoordAddition of issue 9926 to NEWS
2010-11-20 Benjamin Petersoncorrect logic when pos is after the string #10467
2010-11-20 Michael FoordImprove unittest.TestLoader.discover docstring
2010-11-20 Benjamin Petersonadd space
2010-11-20 Benjamin Petersoncode style
2010-11-20 Senthil KumaranFix issue10377 - Output from pstats - it is just secs...
2010-11-20 Michael FoordIssue 9732: __class__ no longer checked on objects...
2010-11-20 Michael FoordIssue 9732: fetch the method resolution order from...
2010-11-20 R. David Murray#1574217: only swallow AttributeErrors in isinstance...
2010-11-20 Łukasz Langaremoved a NEWS entry that cloned itself in mysterious...
2010-11-20 Michael FoordIssue 9732: remove use of __class__ in inspect.getattr_...
2010-11-20 Łukasz Langaacknowledge configparser evolution
2010-11-20 Łukasz Langaconfigparser: the name of the DEFAULT section is now...
2010-11-20 Michael FoordIssue 10326: further extend test for unpickling to...
2010-11-20 Michael FoordIssue 10326: extend test for pickling of TestCase insta...
2010-11-20 Michael FoordIssue 10326: TestCase instances can now be pickled...
2010-11-20 R. David MurrayImprove TestBytesGeneratorIdempotent using by using...
2010-11-20 Michael FoordIssue 9732: addition of getattr_static to the inspect...
2010-11-20 Georg Brandlsocket.gethostbyname(socket.gethostname()) can fail...
2010-11-20 Georg Brandl#10460: an even better indent.pro.
2010-11-20 Georg Brandl#10439: document PyCodec C APIs.
2010-11-20 Georg Brandl#10460: Update indent.pro to match PEP 7 better.
2010-11-20 Georg Brandl#10465: fix broken delegation in __getattr__ of _Padded...
2010-11-20 Mark DickinsonIssue #9920: Skip tests for cmath.atan and cmath.atanh...
2010-11-20 Mark DickinsonIssue #10325: Fix two issues in the fallback definition...
2010-11-20 Mark DickinsonRegenerated configure and pyconfig.h.in.
2010-11-20 Georg BrandlFix rst markup errors.
2010-11-20 Ezio MelottiUse correct markup for True/False/None
2010-11-20 Mark DickinsonAdd configure-time test for log1p disrespecting zero...
2010-11-20 Ezio MelottiAdd a few labels and links to unittest doc
2010-11-20 Benjamin Petersonnew plan: functions that want 'tmp' can declare it
2010-11-20 Brian QuinlanFixes a timing-related failure on Windows (issue 10183)
2010-11-20 R. David MurrayMake test class name unique so that both test classes...
2010-11-20 Benjamin Petersonc89 declarations
2010-11-20 Benjamin Petersonuse %R format code; fixes invalid dereferencing #10391
2010-11-19 Georg BrandlDo not put a raw REPLACEMENT CHARACTER in the document.
2010-11-19 Fred Drakeremove documentation for something that's gone
2010-11-19 Antoine PitrouFix test_ssl_presence when ssl is not present
2010-11-19 Alexander BelopolskyIssue #4153: Updated Unicode HOWTO.
2010-11-18 Ezio Melotti#10455: fix typo
2010-11-18 Alexander BelopolskyIssue 7828: Fixed chr() and ord() documentation for...
2010-11-18 Antoine PitrouWrap all test_nntplib methods accessing a remote server...
2010-11-18 Senthil KumaranCode Changes as per review comments by Antoine Pitrou.
2010-11-18 Éric AraujoFix usage of :option: in the docs (#9312).
2010-11-18 Senthil KumaranFix Issue2244 - urllib unquotes user and password info...
next