]> granicus.if.org Git - python/shortlog
python
2010-11-10 Antoine PitrouDisable test_python_builders in test_xmlrpc_net, follow...
2010-11-10 Łukasz Langaadded myself as a maintainer of configparser
2010-11-10 Łukasz LangaIssue #5412: extend configparser to support mapping...
2010-11-10 Victor Stinnergetpath.c: fix test to detech PyUnicode_AsWideChar...
2010-11-10 Antoine PitrouIssue #10372: Import the warnings module only after...
2010-11-10 Antoine PitrouFollowup to r86383: it seems that in some cases (buildb...
2010-11-10 Georg BrandlFix typo.
2010-11-10 Antoine PitrouForward port r86386 after it fixed the 3.1 buildbot...
2010-11-09 Antoine PitrouIssue #4471: Properly shutdown socket in IMAP.shutdown...
2010-11-09 Antoine PitrouFix IMAP.login() to work properly.
2010-11-09 Antoine PitrouPreserve the original environment (e.g. LD_LIBRARY_PATH)
2010-11-09 Ask SolemRemove uneeded NEWS entries for minor documentation...
2010-11-09 Ask SolemIssue #8028: multiprocessing: Documented that ``Proces...
2010-11-09 Ask SolemIssue #7707: Documented that multiprocessing.Queue...
2010-11-09 Ask SolemDocumented the new error_callback keyword argument...
2010-11-09 Antoine PitrouUse script_helper in one more test
2010-11-09 Ask SolemAdded missing NEWS entry for my previous commit (r86370).
2010-11-09 Ask SolemIssue #9244: multiprocessing.pool: Worker crashes if...
2010-11-09 Antoine PitrouIssue #10022: The dictionary returned by the `getpeerce...
2010-11-09 Antoine PitrouMake `usenetrc` False by default (the old behaviour...
2010-11-09 Antoine PitrouIssue #1926: Add support for NNTP over SSL on port...
2010-11-09 Alexander BelopolskyIssue #7061: Added a 'Turtle star' sidebar
2010-11-09 Senthil KumaranFix issue10324 - Modules/binascii.c: simplify expressions
2010-11-09 Victor StinnerIssue #10359: Remove useless (duplicate) initialization...
2010-11-09 Victor StinnerIssue #10359: Remove useless comma, invalid in ISO C
2010-11-09 Victor StinnerIssue #10359: Use Py_UNICODE for the typecode in array
2010-11-09 Victor StinnerIssue #10359: Remove ";" after function definition...
2010-11-09 Raymond HettingerSimplify code
2010-11-09 Alexander BelopolskyFixed a typo in ReST markup.
2010-11-09 Senthil KumaranFix Issue10205 - XML QName error when different tags...
2010-11-09 Victor Stinnertest_tokenize: use self.assertEqual() instead of plain...
2010-11-09 Victor StinnerIssue #10335: Add tokenize.open(), detect the file...
2010-11-08 Victor StinnerIssue #6011: decode PREFIX, EXEC_PREFIX and PYTHONPATH...
2010-11-08 Victor StinnerPyUnicode_DecodeFSDefaultAndSize() raises MemoryError...
2010-11-08 Victor Stinner_Py_char2wchar() frees the memory on conversion error
2010-11-08 Alexander BelopolskyFixed unit test failure on Windows
2010-11-08 Victor StinnerPyUnicode_EncodeFS() raises an exception if _Py_wchar2c...
2010-11-08 Éric AraujoThis was actually fixed for the previous alpha.
2010-11-08 Antoine PitrouFix memory consumption advertised by some test cases
2010-11-08 Antoine PitrouFix test_hashlib with the bigmem option
2010-11-08 Alexander BelopolskyStreamlined code in trace.Ignore and added unit tests.
2010-11-08 Éric AraujoAdd missing NEWS entry for a fix committed by Senthil.
2010-11-08 R. David Murray#10321: Add support for sending binary DATA and Message...
2010-11-08 Éric AraujoMove a news entry to the right section (+ light reforma...
2010-11-08 Georg BrandlFix next version name.
2010-11-08 Georg BrandlFix typo.
2010-11-08 Georg BrandlFix latex conversion glitch in property/feature descrip...
2010-11-08 Senthil KumaranExtra space caught by the post-commit-hook, aka Taggnos...
2010-11-08 Senthil KumaranFix Issue 10303: a small clarification in the tutorial.
2010-11-07 Brian Curtintypo: annually->manually
2010-11-07 Sean ReifscheiderRemoving reference to ftp.python.org and enhancing...
2010-11-07 Antoine PitrouIssue #10347: ignore leading test count ("[ 1/340...
2010-11-07 Victor Stinnerstr, bytes, bytearray docstring: remove unnecessary...
2010-11-07 Victor StinnerFix encode/decode method doc of str, bytes, bytearray...
2010-11-07 Victor StinnerIssue #10329: The trace module writes reports using...
2010-11-07 Victor Stinneros module: remove nonbreaking space in a comment
2010-11-07 Mark DickinsonUpdate assertComplexIdentical to handle nans correctly.
2010-11-07 Hirokazu YamamotoIssue #6317: Now winsound.PlaySound only accepts unicod...
2010-11-07 Victor StinnerIssue #10337: skip tests of tanh() sign in test_math...
2010-11-07 Senthil KumaranFix Issue10226 - Clarifying the role of the netloc...
2010-11-07 Mark DickinsonIssue #10145: the float.is_integer method was undocumented.
2010-11-07 Hirokazu YamamotoChanged entry name because it's hard to merge.
2010-11-07 Mark DickinsonIssue 10297: Add missing import in decimal example...
2010-11-07 Hirokazu YamamotoReformatted code a bit.
2010-11-07 Mark DickinsonAdd a dtoa.c test value that triggered a bug in recent...
2010-11-07 Hirokazu YamamotoIssue #6317: Now winsound.PlaySound can accept non...
2010-11-07 Victor Stinnertest_concurrent_futures: remove temporary hack
2010-11-07 Hirokazu YamamotoFormatted code. (Tabify, etc)
2010-11-06 Eric SmithAdded more to docstrings for str.format, format_map...
2010-11-06 Éric AraujoFix #10252 again (hopefully definitely). Patch by...
2010-11-06 Éric AraujoRemove traces of setuptools (#10341)
2010-11-06 Éric AraujoCorrect the fix for #10252: Popen objects have no close...
2010-11-06 Éric AraujoAdd missing NEWS entries for some of my commits.
2010-11-06 Eric SmithRemoved unused test classes from test_format_map().
2010-11-06 Eric SmithAdded example for str.format_map().
2010-11-06 Victor Stinnertest_concurrent_futures: dump ulimit -a to check a...
2010-11-06 Victor Stinneros.get_exec_path() ignores BytesWarning instead of...
2010-11-06 Georg Brandl#10334: add a role to refer to Python source files...
2010-11-06 Éric AraujoTweak example to make clear the argument is a boolean...
2010-11-06 Éric AraujoFix wrapper/wrapped typo (with Raymond’s blessing)
2010-11-06 Éric AraujoFix typo
2010-11-06 Éric AraujoRemove traces of Mac OS 9 support, again (#9508).
2010-11-06 Éric AraujoFix typo from r86170.
2010-11-06 Éric AraujoPrevent race condition with mkdir in distutils. Patch...
2010-11-06 Éric AraujoAdd missing NEWS entry for r86239.
2010-11-06 Éric AraujoPrevent ResourceWarnings in test_gettext
2010-11-06 Éric AraujoFix caching error found by regrtest -R (#10229)
2010-11-06 Éric AraujoMake sure each test can be run standalone (./python...
2010-11-06 Éric AraujoFix one omission in r78359
2010-11-06 Éric AraujoAlso close file descriptors from os.popen and subproces...
2010-11-06 Alexander BelopolskyIssue #10330: trace module can now be used with python...
2010-11-06 Brian CurtinClear up ResourceWarnings
2010-11-05 Éric AraujoOf course, I forgot one file in r86223.
2010-11-05 Éric AraujoAdd missing entry for r86223.
2010-11-05 Éric AraujoAlways close files in distutils code and tests (#10252).
2010-11-05 Antoine PitrouMore what's new
2010-11-05 Antoine PitrouUpdate 3.2 what's new
2010-11-05 Antoine PitrouIssue #10180: Pickling file objects is now explicitly...
2010-11-05 Antoine PitrouOutput served URL when running ssl_servers
2010-11-05 Antoine PitrouFix test_httplib when built without threads
next