]> granicus.if.org Git - python/shortlog
python
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...
2010-11-04 Ezio MelottiMerge the doc for assertIs[Not], assertIs[Not]None...
2010-11-04 Hirokazu YamamotoCan build older OpenSSL in http://svn.python.org/projec...
2010-11-04 Hirokazu YamamotoAdded svn:ignore.
2010-11-04 Hirokazu YamamotoIssue #5391: mmap.read_byte() should return unsigned...
2010-11-04 Senthil KumaranFix Issue 10307 - compile error in readline.c
2010-11-04 Brian CurtinFix three ResourceWarnings.
2010-11-04 Raymond HettingerDemote one warning to a note. There's no security...
2010-11-04 Raymond HettingerPut warning block in the main flow of text.
2010-11-04 Benjamin Petersonclassic classes are gone; whoppie!
2010-11-03 Benjamin Petersondeuglify
2010-11-03 Phillip J. EbyImplement http://bugs.python.org/issue10155 using And...
2010-11-03 Benjamin Petersonupdate items/keys/values doc #10300
2010-11-03 Ezio MelottiDivide the context manager signature from the normal...
2010-11-03 Ezio MelottiMinor cleanups to unittest doc.
2010-11-03 Ezio MelottiList the assert* methods in tables in unittest doc.
2010-11-03 Antoine PitrouIssue #10285: explain the `flag` return field better...
2010-11-03 Antoine PitrouIssue #10281: nntplib now returns None for absent field...
2010-11-03 Kristján Valur... issue 9981
2010-11-03 Antoine PitrouDisabling SNI test; server admin would not like us...
2010-11-03 Georg BrandlA newline in lineno output breaks pyframe output.
2010-11-03 Phillip J. EbyUpdate docs (and sample app in wsgiref.simple_server...
2010-11-02 Antoine PitrouIssue #10173: test_multiprocessing shouldn't pickle...
2010-11-02 Antoine PitrouIssue #10280: NNTP.nntp_version should reflect the...
2010-11-02 Phillip J. EbyUpdate wsgiref for PEP 3333, and fix errors introduced...
2010-11-02 Benjamin Petersonremove some things that are now tested
2010-11-02 Brett CannonDitch some dead code in test_unicode_file.
2010-11-02 Michael FoordUpdating unittest docs to reflect change in unittest...
2010-11-02 Hirokazu YamamotoDefined Py_BUILD_CORE_MODULE also on VC7.1.
2010-11-02 Hirokazu YamamotoPy_BUILD_CORE_MODULE was not needed in python.dsp and...
2010-11-02 Michael FoordRemove the keyword only restriction for places and...
2010-11-02 Hirokazu YamamotoDefined Py_BUILD_CORE_MODULE also on VC6.
2010-11-02 Steven BethardFix bug 9340 - argparse parse_known_args didn't work...
next