]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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
2010-11-05  Antoine PitrouFix bootstrap issues when building without threads
2010-11-05  Antoine PitrouIssue #10311: The signal module now restores errno...
2010-11-05  Antoine PitrouIssue #10282: Add a `nntp_implementation` attribute...
2010-11-05  Hirokazu YamamotoFixed socket_gethostname() on windows.
2010-11-05  David MalcolmIssue #10288: The deprecated family of "char"-handling...
2010-11-05  Brian CurtinClose subprocess pipes to clean up ResourceWarnings
2010-11-05  Brian CurtinFix a number of ResourceWarnings on Windows due to...
2010-11-05  Brian CurtinAdd socket cleanup for ResourceWarning and update test...
2010-11-05  Ezio MelottiMerge the doc for assertTrue/False, assert[Not]AlmostEq...
2010-11-05  Brian CurtinFix ResourceWarning from subprocess pipes being left...
2010-11-05  Brian CurtinFix ResourceWarning from subprocess pipe.
2010-11-05  Brian CurtinClose subprocess pipes in _kill. Fixes a number of...
2010-11-05  Brian CurtinClose subprocess pipes in the non-UNIX section of run_cgi.
2010-11-05  Brian CurtinShift the pipe-using code into an else block, then...
2010-11-05  Antoine PitrouFollowup to r86170: fix reference leak in str.format
2010-11-05  Georg BrandlMove glossary entry to the right position and fix link.
2010-11-05  Brian CurtinAdd cleanups to stdout/stderr pipes to remove ResourceW...
2010-11-05  Antoine PitrouIssue #10279: fix test_gc under Win64.
2010-11-04  Antoine PitrouIssue #10283: Add a `group_pattern` argument to NNTP...
2010-11-04  Antoine PitrouIssue #3699: Fix test_bigaddrspace and extend it to...
2010-11-04  Antoine PitrouIssue #10293: Remove obsolete field in the PyMemoryView...
2010-11-04  Ezio MelottiMove the deprecated aliases in a new section.
2010-11-04  Eric SmithIssue #6081: Add str.format_map. str.format_map(mapping...
2010-11-04  Antoine PitrouIssue #10314: improve performance of JSON encoding...
2010-11-04  Hirokazu YamamotoUpdated PC/VS8.0. (mainly to follow r86137: use tempora...
next