]> granicus.if.org Git - python/shortlog
python
2011-10-18 Antoine PitrouIssue #13188: When called without an explicit traceback...
2011-10-18 Ezio Melotti#12448: smtplib now flushes stdout while running `...
2011-10-18 Ezio Melotti#12277: add missing comma.
2011-10-17 Nadeem VawdaIssue #13194: zlib.compressobj().copy() and zlib.decomp...
2011-10-17 Benjamin Petersonplug possible refleak (closes #13199)
2011-10-17 Mark Hammondnormalize whitespace in Lib/distutils/msvc9compiler.py
2011-10-17 Mark HammondIssue #7833: Ext. modules built using distutils on...
2011-10-16 Victor StinnerIssue #10653: Fix time.strftime() on Windows, check...
2011-10-16 Raymond HettingerIssue 13177: Make tracebacks more readable by avoiding...
2011-10-14 Éric AraujoUpdate dead references from py.org/dev/faq to the devgu...
2011-10-14 Éric AraujoBranch merge
2011-10-14 Lars GustäbelIssue #13158: Fix decoding and encoding of base-256...
2011-10-14 Victor StinnerIssue #13025: mimetypes is now reading MIME types using...
2011-10-14 Victor StinnerIssue #10653: On Windows, use strftime() instead of...
2011-10-13 Nadeem VawdaIssue #13159: Replace FileIO's quadratic-time buffer...
2011-10-11 Mark DickinsonIssue #13145. Fix incorrect documentation for PyNumber_...
2011-10-11 Éric AraujoIncrease test coverage for distutils.filelist (#11751).
2011-10-09 Ezio MelottiFix/improve markup in whatsnew/2.7.
2011-10-09 Ezio Melotti#13138: add missing versionadded.
2011-10-09 Raymond HettingerClean-up and improve the priority queue example in...
2011-10-09 Éric AraujoBranch merge
2011-10-09 Éric AraujoAdd tests for Unicode handling in distutils’ check...
2011-10-09 Éric AraujoAs it turns out, this bug was already in the tracker...
2011-10-08 Antoine Pitroutest_unicode was forgetting to run the common string...
2011-10-08 Antoine PitrouFix a missing encoding argument when opening a text...
2011-10-08 Éric AraujoFix docstring of distutils.util.byte_compile (followup...
2011-10-07 Éric AraujoFix distutils.sysconfig.get_makefile_filename when...
2011-10-07 Éric AraujoFix test_sysconfig when prefix != exec-prefix (#9100).
2011-10-07 Éric AraujoFix distutils byte-compilation to comply with PEP 3147...
2011-10-07 Éric AraujoMake C code in one distutils test comply with ISO C...
2011-10-07 Éric AraujoFix a typo and a broken link (part of #10536).
2011-10-07 Barry WarsawMerged
2011-10-07 Ned DeilyIssue #7367: Ensure test directory always gets removed.
2011-10-07 Barry WarsawBranch merge.
2011-10-07 Barry Warsaw- Issue #11250: Back port fix from 3.3 branch, so that...
2011-10-07 Antoine PitrouIssue #12823: remove broken link and replace it with...
2011-10-07 Antoine PitrouIssue #13063: the Windows error ERROR_NO_DATA (numbered...
2011-10-06 Ned DeilyIssue #7367: add NEWS item.
2011-10-06 Ned DeilyIssue #7367: Fix pkgutil.walk_paths to skip directories...
2011-10-06 Ned DeilyIssue #7367: Add test case to test_pkgutil for walking...
2011-10-06 Ned DeilyIssue #7425: Refactor test_pydoc test case for '-k...
2011-10-06 Antoine PitrouIssue #12911: Fix memory consumption when calculating...
2011-10-06 Éric AraujoBranch merge
2011-10-05 Amaury Forgeot... Enable the only tests for sys.gettrace
2011-10-05 Charles-François... Issue #13070: Fix a crash when a TextIOWrapper caught...
2011-10-05 Senthil KumaranIssue13104 - Fix urllib.request.thishost() utility...
2011-10-05 Senthil KumaranIssue #13073 - Address the review comments made by...
2011-10-04 Éric AraujoFix typo and case in a recently added test
2011-10-04 Éric AraujoFix markup used in the documentation of sys.prefix...
2011-10-04 Éric AraujoMove doc of sys.dont_write_bytecode to make all attribu...
2011-10-04 Charles-François... os.geteuid() may not be available...
2011-10-04 Charles-François... Issue #11956: Always skip test_import.test_unwritable_d...
2011-10-04 Charles-François... Issue #11956: Skip test_import.test_unwritable_director...
2011-10-04 Antoine PitrouTry to fix linking failures under Windows
2011-10-04 Antoine PitrouRemove all other uses of the C tolower()/toupper()...
2011-10-04 Antoine PitrouIssue #13099: Fix sqlite3.Cursor.lastrowid under a...
2011-10-04 Antoine PitrouAdd John to ACKS
2011-10-04 Antoine PitrouIssue #13087: BufferedReader.seek() now always raises...
2011-10-04 Antoine PitrouStart fixing test_bigmem:
2011-10-04 Antoine PitrouIssue #7689: Allow pickling of dynamically created...
2011-10-04 Meador IngeIssue #12881: ctypes: Fix segfault with large structure...
2011-10-02 Senthil KumaranDocument message_body arg in HTTPConnection.endheaders
2011-10-02 Antoine PitrouFix ResourceWarnings in the TIPC socket tests.
2011-10-02 Ezio Melotti#13076: fix links to datetime.time and datetime.datetime.
2011-10-01 R David Murray#4147: minidom's toprettyxml no longer adds whitespace...
2011-10-01 Antoine PitrouIssue #13034: When decoding some SSL certificates,...
2011-09-29 Charles-François... Issue #13058: ossaudiodev: fix a file descriptor leak...
2011-09-28 Meador IngeIssue #13013: ctypes: Fix a reference leak in PyCArrayT...
2011-09-25 Martin v. LöwisDepend setobject.o and dictobject.o on stringlib/eq.h.
2011-09-24 Mark DickinsonIssue #12973: Fix itertools bug caused by signed intege...
2011-09-23 Benjamin Petersonfix compiler compliant about \0 not being an opcode
2011-09-23 Victor StinnerIssue #7732: Don't open a directory as a file anymore...
2011-09-22 Victor StinnerIssue #12931: Add a test with Unicode URI to test_xmlrpc
2011-09-21 Charles-François... Fix a race condition in test_socket.ThreadableTest...
2011-09-21 Senthil KumaranFix closes issue13005 - Remove the mention of 'repeat...
2011-09-21 Charles-François... Issue #12981: test_multiprocessing: catch ImportError...
2011-09-21 Jesus CeaClose #13022: _multiprocessing.recvfd() doesn't check...
2011-09-20 Victor Stinnertest_multiprocessing removes temporary files
2011-09-20 Victor Stinnertest_httplib removes temporary files
2011-09-20 Barry Warsaw- Issue #13021: Missing decref on an error path. Thank...
2011-09-19 Mark DickinsonIssue #12973: Fix undefined-behaviour-inducing overflow...
2011-09-19 Jesus CeaClose #13007: whichdb should recognize gdbm 1.9 magic...
2011-09-18 Georg BrandlFix bug in heapq priority queue example.
2011-09-17 Georg BrandlAdd info from the docstring for random.gammavariate...
2011-09-17 Georg BrandlFix typo.
2011-09-15 Victor StinnerFix the import machinery if there is an error on sys...
2011-09-14 Ned DeilyIssue #9871: Prevent IDLE 3 crash when given byte stings
2011-09-14 Stefan KrahIssue #11149: recent versions of clang require the...
2011-09-12 Senthil KumaranFix issue12938 - Update the docstring of html.escape...
2011-09-12 Senthil KumaranAdd the quote_plus call in the test.
2011-09-12 Amaury Forgeot... Issue #12483: ctypes: Fix a crash when the destruction...
2011-09-12 Éric AraujoBranch merge
2011-09-12 Stefan KrahIssue #12963: PyLong_AsSize_t() now returns (size_t...
2011-09-10 Éric AraujoWrap pydoc output under 80 characters
2011-09-10 Ezio Melotti#12940: fix cmd example. Patch by Tim Chase.
2011-09-10 Jesus CeaNEWS
2011-09-10 Jesus CeaClose #12950: multiprocessing "test_fd_transfer" fails...
2011-09-09 Éric AraujoFix determination of Metadata version (#8933). Patch...
2011-09-09 Éric AraujoSlight cleanup in distutils test_dist.
2011-09-09 Jesus CeaFix issue #12948: multiprocessing test failures can...
next