]> granicus.if.org Git - python/shortlog
python
2010-10-29 Benjamin Petersonmake gdb skip expected
2010-10-29 Brett CannonMake file handing in setup.py more robust by using...
2010-10-29 Antoine PitrouFix typo
2010-10-29 Antoine PitrouMake a GC run before trying to clean up files left...
2010-10-29 Martin v. LöwisIssue #9377: Use Unicode API for gethostname on Windows.
2010-10-29 Antoine PitrouIssue #7547: fix transient failures due to network...
2010-10-29 Alexander BelopolskyIssue 7061: Explained 'gon'
2010-10-29 Barry WarsawFix issue 10214 by removing the out of date python...
2010-10-29 Antoine PitrouActually restore the original asyncore socket map by...
2010-10-29 Antoine PitrouMake check_warnings error messages more informative
2010-10-29 Antoine Pitroutest___all__ ignores ResourceWarning as well
2010-10-29 Antoine PitrouFix ResourceWarning in Lib/test/threaded_import_hangers.py
2010-10-29 Victor Stinnertest_tarfile: woops, remove +0.001 which was used to...
2010-10-29 Victor Stinnertest_tarfile: dump mtime as hexadecimal on test_extract...
2010-10-29 Antoine PitrouIssue #10093: ResourceWarnings are now issued when...
2010-10-29 Lars GustäbelAdd read support for all missing variants of the GNU...
2010-10-29 Georg Brandl(?:...) is a non-capturing, but still grouping construct.
2010-10-29 Georg BrandlFix markup error and update false positive entries...
2010-10-29 Georg BrandlPort suspicious markup builder and patchlevel.py so...
2010-10-29 Georg BrandlRe-add "debugger" label, it is used in pydoc-topics.
2010-10-29 Georg Brandlsend_bytes obviously needs bytes...
2010-10-29 Georg Brandl#10222: fix for overzealous AIX compiler.
2010-10-29 Benjamin Petersondecrement offset when it points to a newline (#10186...
2010-10-29 Victor StinnerWhat's New in Python 3.2: update Unicode section
2010-10-29 Victor StinnerIssue #10210: os.get_exec_path() ignores BytesWarning...
2010-10-28 Victor Stinner#10209, test_pep277: disable test_normalize and test_li...
2010-10-28 Victor Stinnertest_pep277: disable filenames 11, 12, 13, 14 on darwin
2010-10-28 Antoine PitrouIssue #5437: A preallocated MemoryError instance should...
2010-10-28 Alexander BelopolskyFixed a typo in a comment.
2010-10-28 Hirokazu YamamotoUpdated readme.txt about OpenSSL.
2010-10-28 Georg Brandl#10116: wrap transient_internet() around net access...
2010-10-28 Éric AraujoFix typo from r85874
2010-10-28 Georg BrandlReview new Barrier docs.
2010-10-28 Georg BrandlSupport new Condition return value in the multiprocessi...
2010-10-28 Victor Stinnertest_pep277: add identifiers to filenames
2010-10-28 Victor Stinnertest_pep277: format filename with ascii() on failure
2010-10-28 Victor Stinnertest_pep277: format function argument with ascii()...
2010-10-28 Kristján Valur... issue 8777
2010-10-28 Georg BrandlCondition.wait now returns bool.
2010-10-28 Georg Brandl#10218: return timeout status from Condition.wait,...
2010-10-28 Georg BrandlFix bytes/str issues in get-remote-certificate.py.
2010-10-28 Georg Brandl#7351: add more consistent exception name alias.
2010-10-27 Antoine PitrouIssue #8852: Allow the socket module to build on OpenSo...
2010-10-27 Georg BrandlAdd David.
2010-10-27 Antoine PitrouIn open(), only set the buffer size from st.st_blksize...
2010-10-27 Antoine PitrouRecode modules from latin-1 to utf-8
2010-10-27 Antoine PitrouIssue #5027: The standard `xml` namespace is now unders...
2010-10-27 Alexander BelopolskyIssue #10193: Simplified instrospection used by turtle...
2010-10-27 Georg Brandl#5975: add unix_dialect to csv module.
2010-10-27 Georg BrandlEncoding fix.
2010-10-27 Alexander BelopolskyIssue #7061: Dropped "for Tk" from turtle module title...
2010-10-27 Victor StinnerSimplify PyUnicode_Encode/DecodeFSDefault on Windows...
2010-10-26 Georg BrandlFix import.
2010-10-26 Georg Brandl#10200: typo.
2010-10-26 Georg Brandl#10200: typo.
2010-10-26 Vinay Sajiplogging: Improved Formatter implementation.
2010-10-26 R. David Murray#7761: fix telnetlib.interact failures on Windows.
2010-10-26 Georg Brandlfaqwiz is removed.
2010-10-26 Georg BrandlWork a bit more on tkinter demos.
2010-10-26 Georg BrandlMarkup fix.
2010-10-25 Georg Brandl#3018: tkinter demo fixes for py3k.
2010-10-25 Victor Stinnersys_update_path(): update sys.path even if argc==0
2010-10-25 Victor Stinnerupdate gitignore
2010-10-25 Senthil KumaranFix issue10192 - add urlencode to urllib.parse.__all__
2010-10-25 Vinay Sajiplogging: Formatter implementation tweak.
2010-10-25 Vinay Sajiplogging: Added style option to Formatter to allow ...
2010-10-25 Jesus CeaIssue #10143: Update "os.pathconf" values
2010-10-25 Skip Montanarotest_gdb should be skipped on darwin (not up to v7...
2010-10-24 Victor Stinnerstr.encode() doesn't accept None as errors: use 'strict...
2010-10-24 Victor StinnerIssue #10161: test_pep277 formats filenames with ascii...
2010-10-24 Georg BrandlThese are true PyCFunctions, after adding the second...
2010-10-24 Victor StinnerIssue #8761: Mangle PyUnicode_CompareWithASCIIString...
2010-10-24 Victor Stinneros: fsencode(), fsdecode() and os.environ(b) internal...
2010-10-24 Georg BrandlAdd documentation about the default warnings filters.
2010-10-24 Georg BrandlAdd a new warning gategory, ResourceWarning, as discuss...
2010-10-24 Georg BrandlFix style.
2010-10-24 Georg BrandlAdd casts (one needed, one for consistency).
2010-10-24 Georg BrandlRemove usage of exception indexing.
2010-10-24 Nick CoghlanIssue 5178: Add tempfile.TemporaryDirectory (original...
2010-10-24 Benjamin Petersontighten loop
2010-10-24 Benjamin Petersonremove broken code accounting an offset the size of...
2010-10-23 R. David Murray#1349106: add linesep argument to generator.flatten...
2010-10-23 Antoine PitrouIssue #10185: use Py_hash_t instead of long
2010-10-23 Martin v. LöwisRevert r85801. The test ought to pass without rounding.
2010-10-23 Antoine PitrouFollow up to #9778: fix regressions on 64-bit Windows...
2010-10-23 Georg Brandl#6518: enable context manager protocol for ossaudiodev...
2010-10-23 Antoine PitrouAlso guard other SOCK_NONBLOCK test
2010-10-23 Victor StinnerIssue #6011: sysconfig and distutils.sysconfig use...
2010-10-23 Antoine PitrouFix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent...
2010-10-23 Benjamin Petersonfollow up to #9778: define and use an unsigned hash...
2010-10-23 Victor StinnerTry to fix test_tarfile on AMD64 debian parallel 3.x
2010-10-23 Victor StinnerIssue #6011: getpath: decode VPATH env var from the...
2010-10-22 Antoine PitrouRevert r85797 (and r85798): it broke the Windows buildb...
2010-10-22 Antoine PitrouUpdate what's new
2010-10-22 Antoine PitrouIssue #9935: Speed up pickling of instances of user...
2010-10-22 Antoine PitrouFor now, remove accept4() code (issue #10115)
2010-10-22 Antoine PitrouFix test_ssl on Ubuntu buildbot with patched OpenSSL
2010-10-22 Antoine PitrouIssue #5639: Add a *server_hostname* argument to `SSLCo...
2010-10-22 Barry WarsawOnly hack cmd.library_dirs when running under Py_ENABLE...
2010-10-22 Georg BrandlRefactor interesting use of try-finally.
next