]> granicus.if.org Git - python/shortlog
python
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...
2011-09-01 Éric AraujoDocument that True/False/None don’t use :keyword: in...
2011-09-01 Ezio MelottiFrom RFC 3629 5- and 6-bytes UTF-8 sequences are invali...
2011-09-01 Ross LagerwallRemove duplicate text in os documentation.
2011-09-01 Éric AraujoAdd version number for versionchanged directive (backpo...
2011-09-01 Benjamin Petersonaccept bytes for the AST 'string' type
2011-09-01 Éric AraujoAdapt/remove mentions of functions gone in 3.x
2011-09-01 Éric AraujoFix some misuses of Sphinx roles and one typo
2011-09-01 Éric AraujoAvoid using the default reST role. Makes Doc/tools...
2011-08-31 Éric AraujoFix test_sysconfig when run from a Python installed...
2011-08-30 Antoine PitrouTry to fix one of the bigmem tests in test_pickle
2011-08-30 Amaury Forgeot... Issue #11241: subclasses of ctypes.Array can now be...
2011-08-30 Amaury Forgeot... Issue #9651: Fix a crash when ctypes.create_string_buff...
2011-08-30 Éric AraujoBranch merge
2011-08-29 Antoine PitrouIssue #12847: Fix a crash with negative PUT and LONG_BI...
2011-08-29 Antoine PitrouIssue #11564: Avoid crashes when trying to pickle huge...
2011-08-29 Éric AraujoMake bdist_* commands respect --skip-build passed to...
2011-08-28 Charles-François... Issue #12287: Fix a stack corruption in ossaudiodev...
2011-08-28 Nadeem VawdaIssue #12839: Fix crash in zlib module due to version...
2011-08-27 Antoine PitrouMake tests faster by reaping threads only at the end
2011-08-27 Antoine PitrouProvide a better diagnosis on socket errors
2011-08-27 Antoine PitrouAdd pattern to .hgignore in order to mask PC/generrmap.exe
2011-08-27 Nadeem VawdaMake regrtest complain when -M and -j are used together.
2011-08-26 Éric AraujoRemove outdated pointer to optparse (fixes #11360).
2011-08-26 Éric AraujoBranch merge
2011-08-25 Éric AraujoDocument the "optional" argument of distutils’ Extensio...
2011-08-25 Éric AraujoFix type information in distutils API reference (#9302).
2011-08-25 Éric AraujoMake the list of docs contributors sorted again
2011-08-25 Éric AraujoTurn two ifs into one in the code I commited a few...
2011-08-25 Antoine PitrouIssue #12333: fix test_distutils failures under Solaris... v3.2.2
2011-09-03 Georg BrandlBump to 3.2.2.
next