]> granicus.if.org Git - python/shortlog
python
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
2010-11-14 Vinay SajipLogging: added stack_info argument.
2010-11-14 Raymond HettingerIssue 10410: An iterable is not necessarily a container.
2010-11-13 Georg BrandlTagging 3.2a4.
2010-11-13 Georg BrandlMinor edits. v3.2a4
2010-11-13 Senthil KumaranFix Issue5111 - Wrap the Ipv6 host with [] in the...
2010-11-13 Mark DickinsonStreamline a cmath test (and fix some overlong lines...
2010-11-13 Mark DickinsonMake Fraction(-1).__hash__() return -2 rather than...
2010-11-13 Georg BrandlBump to 3.2a4.
2010-11-13 Georg BrandlIgnore suspicious-ignore file.
2010-11-13 Georg BrandlUpdate pydoc topics.
2010-11-13 Fred Drakefix copy-editing level nits
2010-11-13 Fred Drakeuse appropriate markup
2010-11-13 Antoine PitrouSwitch from gmane to another provider for NNTP tests...
2010-11-12 Éric AraujoAnd now for something completely different: Finish...
2010-11-12 Andrew M. KuchlingRemove myself as a maintainer for curses and mailbox...
2010-11-12 Antoine PitrouIssue #4471: Add the IMAP.starttls() method to enable...
2010-11-12 Martin v. LöwisAdd UUID for 3.2a4
2010-11-12 Georg BrandlAdd a deprecated-removed directive that allows to give...
2010-11-12 Georg BrandlFix weird line block in table.
next