]> granicus.if.org Git - python/shortlog
python
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.
2011-09-04 Georg BrandlTypo fix.
2011-09-03 Georg BrandlAdded tag v3.2.2 for changeset 137e45f15c0b
2011-09-03 Benjamin Petersonadd a __dict__ descr for IOBase (closes #12878)
2011-09-02 Éric AraujoWarn instead of crashing because of invalid path in...
2011-09-02 Éric AraujoEnable catching WARN-level logging messages in distutil...
2011-09-02 Łukasz Langaremoved misleading editing leftovers
2011-09-02 Sandro TosiGive credit to Adam
2011-09-02 Amaury Forgeot... Issue #12764: Fix a crash in ctypes when the name of...
2011-09-02 Sandro Tosi#12781: Mention SO_REUSEADDR flag near socket examples
2011-09-02 Éric AraujoBranch merge
2011-09-01 Victor StinnerIssue #12636: IDLE reads the coding cookie when executi...
2011-09-01 Victor StinnerIDLE: fix some RessourceWarning, reuse tokenize.open()
2011-09-01 Victor StinnerRemove unused variable if Python is build without threads
2011-09-01 Éric AraujoFix typo (was build) and remove redundancy in docstring
2011-09-01 Éric AraujoAdd links from library/functions to other docs.
2011-09-01 Éric AraujoFix a few links in the table of built-in functions...
2011-09-01 Benjamin Petersonmake sure to initialize the method wrapper type
2011-09-01 Éric AraujoRemove obsolete comment
2011-09-01 Antoine PitrouIssue #12802: the Windows error ERROR_DIRECTORY (number...
2011-09-01 Éric Araujo#10454: a few edits to compileall help messages
2011-09-01 Éric AraujoDocument that format string don’t support arbitrary...
next