]> granicus.if.org Git - python/shortlog
python
2010-07-27 Gregory P.... The default size of the re module's compiled regular...
2010-07-26 Georg BrandlClarify.
2010-07-26 Alexander BelopolskyAdded versionadded entry for the annotate argument.
2010-07-26 Georg BrandlAdd Reid.
2010-07-26 Georg BrandlFix indentation in example.
2010-07-26 Georg BrandlFix grammar.
2010-07-26 Andrew M. KuchlingReword paragraph
2010-07-26 Andrew M. Kuchling#7637: fix a grammar error; simplify a sentence
2010-07-26 Georg BrandlAdd Brian Quinlan.
2010-07-26 Georg Brandl#9381: fix markup.
2010-07-26 Alexander BelopolskyMake python version of fromtimestamp behave more like C.
2010-07-26 Brian CurtinAdd note about #7113 and add Łukasz Langa to ACKS
2010-07-26 Brian CurtinFix #7113. Patch by Łukasz Langa.
2010-07-25 Andrew M. Kuchling#777884: make .normalize() do nothing for childless...
2010-07-25 Andrew M. Kuchling#7637: clarify description of encoding parameter
2010-07-25 Michael FoordIssue #4686 - add .args to exceptions in the configpars...
2010-07-25 Andrew M. Kuchling#1495229: update the type names used by the XML DOM...
2010-07-25 Alexander BelopolskyCorrected comments on where settrace and setprofile...
2010-07-25 Alexander BelopolskyIssue #9315: Renamed test_trace to test_sys_settrace and
2010-07-25 Alexander BelopolskyIssue #9315: Revert r83005 before renaming test_trace to
2010-07-24 Ronald OussorenFix for issue 9367: the test code for os.getgroups
2010-07-24 Martin v. LöwisPut listdir default argument into declaration.
2010-07-24 Richard JonesImplementation for issue 4184
2010-07-24 Victor Stinner#9032: XML-RPC client: Transport.request() retries...
2010-07-24 Victor StinnerIssue #4629: getopt raises an error if an argument...
2010-07-23 Alexander BelopolskyUse _datetime docstring if _datetime is available.
2010-07-23 Alexander BelopolskyIssue #7989: Added pure python implementation of the...
2010-07-23 Brett CannonAdd Brian Brazil.
2010-07-23 Brett CannonMention in the fnmatch docs that meta-characters in...
2010-07-23 Brett CannonAdd queue tests for empty, full, put_nowait, and get_no...
2010-07-23 Georg BrandlUpdate to 1.0.
2010-07-23 Georg BrandlFix some markup glitches.
2010-07-23 Ezio Melotti#9359: fix typo. Thanks to Piotr Kasprzyk for the patch.
2010-07-23 Brian CurtinTab test_repr_daemon over so it's included in ThreadTests.
2010-07-23 Brett CannonAdd tests for fnmatch.filter and translate.
2010-07-23 Brett CannonMake fnmatch be more PEP 8 compliant.
2010-07-23 Richard JonesNew tests for smtpd module. Has full coverage for SMTPC...
2010-07-23 Ronald OussorenEnsure that sys.prefix can reliably be found
2010-07-23 Brett CannonAdd more tests for the threading.Thread.repr.
2010-07-23 Brett CannonRip out old testing code that was inlined in threading.
2010-07-23 Brett CannonRename some macros in the sha1 module to no longer...
2010-07-23 Brett CannonStop shadowing a test class.
2010-07-23 Brett CannonExplicitly test relative imports by reusing importlib...
2010-07-23 Brett CannonTest calendar.monthrange.
2010-07-23 Ronald OussorenThis fixes issue7900 by adding code that deals
2010-07-23 Brett CannonClarify the wording for threading.is_alive() to not...
2010-07-23 Martin v. LöwisIssue #6095: Make directory argument to os.listdir...
2010-07-23 Ronald OussorenFix for issue 7895. Avoid crashing the interpreter
2010-07-23 Ronald OussorenMinor tweak of test_osx_env to
2010-07-23 Brett CannonDocument the fact that the 'test' package is meant...
2010-07-23 Ronald OussorenWorkaround for issue 4047: in some configurations of
2010-07-23 Ronald OussorenEnsure that the Makefile variable expansion
2010-07-23 Georg BrandlUse augassign.
2010-07-22 Brian CurtinSkip this test as it doesn't apply to Windows. It was...
2010-07-22 Tarek Ziadéreverted distutils its 3.1 state. All new work is now...
2010-07-22 Brett CannonAdd importlib benchmarks which try to be "realistic...
2010-07-21 Alexander BelopolskyIssue #9323: Fixed a bug in trace.py that resulted...
2010-07-21 Antoine PitrouIssue #5395: check that array.fromfile() re-raises...
2010-07-21 Antoine PitrouRemove outdated mention of deprecated functions in...
2010-07-21 Doug HellmannApply patch from Ray Allen for issue 9296
2010-07-21 Brett CannonMinor clarification about importlib.abc.SourceLoader...
2010-07-21 Brian CurtinFix #9316. if/is grammar corrections.
2010-07-20 Benjamin Petersonrevert unintended changes
2010-07-20 Benjamin Petersonmove test_trace.py so as not to conflict with future...
2010-07-20 Alexander BelopolskyIssue #9282: Fixed --listfuncs option of trace.py....
2010-07-20 Ronald OussorenWithout this patch the value of sysconfig.get_config_va...
2010-07-19 Gregory P.... Fixes Issue #3704: http.cookiejar was not properly...
2010-07-19 Senthil KumaranFix Issue9301 - urllib.parse.unquote and unquote_to_byt...
2010-07-19 Stefan KrahSub-issue of #9036: Fix incorrect use of Py_CHARMASK.
2010-07-19 Stefan KrahIssue #9265: Incorrect name passed as arg[0] when shell...
2010-07-19 Ronald OussorenThis patch adds a testcase that demonstrates a problem
2010-07-19 Stefan KrahIssue #9036: Throughout the code base, Py_CHARMASK...
2010-07-19 Georg BrandlClarification. Yay importlib!
2010-07-19 Georg Brandlpydoc.pager does not promise to use $PAGER.
2010-07-19 Mark DickinsonRemove temporary debugging code.
2010-07-19 Georg BrandlClarify :option: description.
2010-07-19 Georg BrandlClarify.
2010-07-18 Jean-Paul CalderoneDocument the extra epoll flags
2010-07-18 Jean-Paul CalderoneThere is no method named "register(fd, eventmask)"...
2010-07-18 Mark DickinsonAdd configure check for a bug with gcc soft floating...
2010-07-18 Benjamin Petersonnest method and attribute doc
2010-07-18 Benjamin Petersonuse classmethod
2010-07-18 Georg Brandl#9110: update to ContextDecorator doc.
2010-07-18 Georg Brandl#9279: remove the pdb.doc file, put its contents in...
2010-07-18 Mark DickinsonClarify Misc/NEWS entry.
2010-07-18 Mark DickinsonMisc/NEWS entry for r82941.
2010-07-18 Mark DickinsonIssue #9277: Struct module: standard bool packing was...
2010-07-17 Alexander BelopolskyIssue #5180: Fixed a bug that prevented loading 2.x...
2010-07-17 Benjamin Petersonsharedinstall should depend on sharedmods #9280
2010-07-17 Alexander BelopolskyIssue #9268: Add annotation option to pickletools.dis
2010-07-17 Stefan KrahIssue #7384: On Gentoo, libreadline.so is a "fake libra...
2010-07-17 R. David Murray#1555570: correctly handle a \r\n that is split by...
2010-07-16 Brett CannonAdd comma grouping to max result so it's easier to...
2010-07-16 Antoine PitrouFix possible failure in pickling tests due to different...
2010-07-16 Brett CannonAdd benchmarks for importing just source w/o writing...
2010-07-16 Alexander BelopolskyCorrected TUPLE<N> opcodes' docs.
2010-07-15 Brett CannonTouch up comments and code along with outputting what...
2010-07-14 Senthil KumaranFix issue9132 - Documentation for comparing dictionarie...
2010-07-14 Senthil KumaranFix a mistake, https proxy shoud be https://
2010-07-14 Senthil KumaranFix: Issue6853 - Get HTTPS system proxy in Windows.
next