]> granicus.if.org Git - python/shortlog
python
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...
2010-11-18 Stefan KrahIssue #10356: hash(Decimal("sNaN")) now raises ValueErr...
2010-11-18 Antoine PitrouMake test_nntplib more robust when the "last" article...
2010-11-18 Senthil KumaranFix Issue 9991: xmlrpc client ssl check faulty
2010-11-18 Éric AraujoRemove spurious space that was breaking Vim’s reST...
2010-11-18 Benjamin Petersonreduce try block compass
2010-11-18 Kristján Valur... Issue 10260
2010-11-18 Michael FoordRemove duplicate period from reference doc
2010-11-18 Alexander BelopolskyIssue #10446 NEWS entry
2010-11-18 Brett CannonFix a minor inconsistency in capitalization for the...
2010-11-18 Brian CurtinFix #8886. Use context managers throughout the test.
2010-11-18 Alexander BelopolskyIssue #10446: Several changes to module documentation...
2010-11-17 Benjamin Petersonhandle dict subclasses gracefully in PyArg_ValidateKeyw...
2010-11-17 Antoine PitrouUse laxer timeouts in barrier tests
2010-11-17 David MalcolmIssue #9518: Extend the PyModuleDef_HEAD_INIT macro...
2010-11-17 Antoine PitrouIssue #10443: Add the SSLContext.set_default_verify_pat...
2010-11-17 Antoine PitrouIssue #10440: Support RUSAGE_THREAD as a constant in...
2010-11-17 Stefan KrahIssue #10356: Decimal(-1).__hash__() should equal hash...
2010-11-17 Brian QuinlanRemoves an inefficient spin loop in as_completed
2010-11-16 Ezio MelottiFix typo
2010-11-16 Matthias KloseModules/_io/bufferedio.c (buffered_dealloc_warn): Make...
2010-11-16 Éric AraujoProvide links to Python source where the code is short...
2010-11-16 Antoine PitrouIssue #10429: IMAP.starttls() stored the capabilities...
2010-11-16 Antoine PitrouAvoid some BytesWarnings when running test_imaplib...
2010-11-16 Georg BrandlPost-release bumps.
2010-11-16 Georg BrandlAdd stub for PEP 3148.
2010-11-16 Alexander BelopolskyIssue #10413: Updated comments to reflect code changes
next