]> granicus.if.org Git - python/shortlog
python
2011-10-11 Mark DickinsonIssue #13145. Fix incorrect documentation for PyNumber_...
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...
2011-09-09 Jesus CeaClose issue #12948: multiprocessing test failures can...
2011-09-09 Éric AraujoFix current name of the Python 3 binary on Unix (#12896).
2011-09-06 Vinay SajipCloses #12906: Fixed bug in YAML configuration.
2011-09-06 Benjamin Petersonmerge heads
2011-09-06 Benjamin Petersoncast to getter
2011-09-06 Victor StinnerFix PyUnicode_AsWideCharString() doc: size doesn't...
2011-09-05 Victor StinnerIssue #9561: distutils now reads and writes egg-info...
2011-09-05 Victor StinnerIssue #12326: Remove plat-linux3 directory
2011-09-05 Senthil KumaranFix closes Issue11155 - Correct the multiprocessing...
2011-09-05 Éric AraujoBranch merge
2011-09-05 Lars GustäbelIssue #12841: Fix tarfile extraction of non-existent...
2011-09-05 Ezio Melotti#12888: Fix a bug in HTMLParser.unescape that prevented...
2011-09-04 Éric AraujoBranch merge
2011-09-04 Martin v. LöwisAdd 3.2.2 and 3.2.3 UUIDs.
2011-09-04 Georg BrandlPost-release version bump.
2011-09-04 Georg BrandlMerge with release clone.
next