]> granicus.if.org Git - python/shortlog
python
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.
2011-09-03 Georg BrandlRegenerate pydoc topics.
2011-08-29 Éric AraujoMake bdist_* commands respect --skip-build passed to...
2011-08-25 Antoine PitrouIssue #12333: fix test_distutils failures under Solaris...
2011-08-25 Georg BrandlClose #12838: fix range() call.
2011-08-23 Éric AraujoFix distutils tests on Windows (#12678).
2011-08-23 Éric AraujoFix distutils tests on Windows (#12678).
2011-08-23 Antoine PitrouMerge
2011-08-23 Charles-François... Issue #12821: Fix test_fcntl failures on OpenBSD 5.
2011-08-23 Antoine PitrouIssue #11657: Fix sending file descriptors over 255...
2011-08-23 Antoine PitrouA warning doesn't equate a failed test
2011-08-22 Ezio MelottiFix indentation and add a skip decorator.
2011-08-22 Ezio Melotti#9200: The str.is* methods now work with strings that...
2011-08-21 Nadeem VawdaIssue #12678: Fix distutils sdist test on Windows.
2011-08-21 Nadeem VawdaIssue #12678: Fix distutils sdist test on Windows.
2011-08-21 Éric AraujoFix distutils test_install for shared CPython builds
2011-08-21 Éric AraujoFix distutils test_install for shared CPython builds
2011-08-21 Éric AraujoFactor out the build_ext fixup for shared Python builds.
2011-08-21 Éric AraujoAdd missing name in shutil
2011-08-21 Éric AraujoAdd missing closing paren in docstring (thanks Ezio)
2011-08-20 Sandro Tosi#5301: add image/vnd.microsoft.icon (.ico) MIME type
2011-08-20 Éric AraujoBranch merge
2011-08-20 Éric AraujoBranch merge
2011-08-20 Antoine PitrouIssue #12213: make it clear that BufferedRWPair shouldn...
2011-08-20 Sandro Tosi#12787: link original MultiCall proposal to webarchive...
2011-08-20 Antoine PitrouIssue #12213: Fix a buffering bug with interleaved...
2011-08-20 Antoine PitrouIssue #12791: Break reference cycles early when a gener...
2011-08-20 Victor StinnerIssue #12326: sys.platform is now always 'linux2' on...
2011-08-20 Éric AraujoDedent example in docstring
2011-08-20 Éric AraujoAdd a test for extension modules in the distutils recor...
2011-08-20 Éric AraujoAdd a test for extension modules in the distutils recor...
2011-08-20 Éric AraujoRework test_record a bit to make the test more exact
2011-08-21 Éric AraujoFactor out the build_ext fixup for shared Python builds.
2011-08-20 Éric AraujoRework test_record a bit to make the test more exact
2011-08-20 Éric AraujoRefactor the copying of xxmodule.c in distutils tests...
2011-09-03 Georg BrandlUpdate suspicious ignore file.
2011-09-03 Georg BrandlUpdate sys.platform doc for #12326.
next