]> granicus.if.org Git - python/shortlog
python
2011-09-12 Senthil KumaranPort the fix for Issue12924 (missing quote_plus) to...
2011-09-12 Amaury Forgeot... Remove trailing spaces
2011-09-12 Amaury Forgeot... Issue #12483: ctypes: Fix a crash when the destruction...
2011-09-12 Éric AraujoBranch merge
2011-09-10 Éric AraujoFix determination of Metadata version (#8933). Patch...
2011-09-10 Éric AraujoSlight cleanup in distutils test_dist.
2011-09-10 Jesus CeaNEWS
2011-09-10 Jesus CeaClose #12950: multiprocessing "test_fd_transfer" fails...
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 AraujoPort a few markup edits from 3.x
2011-09-09 Jesus CeaIssue #12333: fix test_distutils failures under Solaris...
2011-09-06 Vinay SajipCloses #12906: Fixed bug in YAML configuration.
2011-09-05 Victor StinnerUpdate sys.platform doc for #12326.
2011-09-05 Victor StinnerIssue #12326: Remove plat-linux3 directory
2011-09-05 Senthil Kumaranmerge from 3.2. Fix closes Issue11155 - Correct the...
2011-09-05 Éric AraujoBranch merge
2011-09-05 Lars GustäbelIssue #12841: Fix tarfile extraction of non-existent...
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 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 StinnerRemove unused variable if Python is build without threads
2011-09-01 Éric AraujoRemove obsolete comment
2011-09-01 Éric AraujoClarify compileall command-line options (#10454).
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 doc
2011-09-01 Éric AraujoFix some markup and one typo
2011-09-01 Éric AraujoAvoid using the default reST role. Makes Doc/tools...
2011-09-01 Ezio MelottiFrom RFC 3629 5- and 6-bytes UTF-8 sequences are invali...
2011-08-31 Éric AraujoFix test_sysconfig when run from a Python installed...
2011-08-30 Amaury Forgeot... Issue #9651: Fix a crash when ctypes.create_string_buff...
2011-08-30 Sandro Tosiadded versionadd information for pkgutil.get_data(...
2011-08-29 Éric AraujoMake bdist_* commands respect --skip-build passed to...
2011-08-29 Éric AraujoAdd suspicious entries for the Python Porting HOWTO...
2011-08-29 Nadeem VawdaFix test failures when Python is compiled without threa...
2011-08-28 Charles-François... Always define _PyIsSelectable_fd().
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 PitrouProvide a better diagnosis on socket errors
2011-08-26 Éric AraujoRemove outdated pointer to optparse (fixes #11360).
2011-08-26 Éric AraujoAdd FIXME note as a reminder
2011-08-26 Éric AraujoBranch merge
2011-08-25 Éric AraujoDocument the "optional" argument of distutils’ Extensio...
2011-08-26 Éric AraujoFix type information in distutils API reference (#9302).
2011-08-26 Éric AraujoBackport tests for the distutils install command
2011-08-26 Éric AraujoTry to fix test_distutils on Windows (#12678)
2011-08-26 Éric AraujoAdd tests for build_ext --user (backport from 3.2)
2011-08-25 Éric AraujoRefactor helpers for compiling the xx module in distuti...
2011-08-25 Charles-François... Issue #12786: Set communication pipes used by subproces...
2011-08-25 Georg BrandlClose #12838: fix range() call.
2011-08-25 Raymond HettingerUpdate link to the decimal arithmetic specification.
2011-08-24 Antoine PitrouIssue #4106: Fix occasional exceptions printed out...
2011-08-23 Antoine PitrouIssue #11657: Fix sending file descriptors over 255...
2011-08-23 Charles-François... Issue #12821: Fix test_fcntl failures on OpenBSD 5.
2011-08-22 Ezio Melotti#9200: backport tests but run them on wide builds only.
2011-08-21 Nadeem VawdaIssue #12678: Fix distutils sdist test on Windows.
2011-08-21 Éric AraujoAdd missing name in shutil.__all__
2011-08-20 Sandro Tosi#5301: add image/vnd.microsoft.icon (.ico) MIME type
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 Victor StinnerIssue #12326: sys.platform is now always 'linux2' on...
2011-08-19 Sandro Tosifix description of \r; thanks to Thomas Waldmann from...
2011-08-19 Sandro Tosimerge heads
2011-08-19 Sandro Tosimention RFC1123 as origin of 4-year digit; thanks to...
2011-08-19 Éric AraujoBranch merge
2011-08-19 Éric AraujoFix typo in command name
2011-08-19 Éric AraujoRemove obsolete term + indicate how to find the program...
2011-08-19 Éric AraujoLink isinstance/issubclass to the ABC glossary entry...
2011-08-19 Éric AraujoFix a typo and remove some unneeded markup
2011-08-19 Éric Araujopatchcheck: don’t talk about the test suite when no...
2011-08-19 Éric AraujoFix find command in makefile “funny” target
2011-08-19 Éric AraujoAdd documentation for PEP 370 features in distutils...
2011-08-19 Éric AraujoImprove documentation for PEP 370 support in site modul...
2011-08-19 Eli BenderskyIssue #12672: remove confusing part of sentence in...
2011-08-19 Nadeem VawdaFix resource leaks in test_subprocess.
2011-08-19 Éric AraujoGuard shutil._make_archive against a logger=None argument.
2011-08-19 Éric AraujoAdd missing documentation for logger argument of shutil...
2011-08-19 Éric AraujoTurn last automatic footnote in this file into a manual...
2011-08-19 Éric AraujoBranch merge
2011-08-19 Éric AraujoBackport source links from 3.x.
2011-08-19 Éric AraujoUse standard heading for ast module docs
2011-08-19 Éric AraujoSynchronize argparse docs with 3.x versions
2011-08-18 Éric AraujoRemove unneeded reST target
2011-08-18 Éric AraujoSynchronize glossary with py3k.
2011-08-18 Éric AraujoAdd Python porting howto from 3.x.
2011-08-18 Charles-François... Issue #12650: fix failures on some buildbots, when...
2011-08-18 Éric AraujoBackport source role for linking to files in the cpytho...
2011-08-18 Charles-François... Issue #12650: only run the tests on Unix.
2011-08-18 Charles-François... Issue #12650: Fix a race condition where a subprocess...
2011-08-18 Sandro Tosigrammatical fixes; from Darren Yin on docs@
2011-08-17 Benjamin Petersonfix possible refleaks
2011-08-16 Sandro Tosi#12761: fix wording of zlib license section
2011-08-15 Barry WarsawNEWS entry.
2011-08-15 Barry WarsawThe simplest possible fix for the regression in bug...
2011-08-15 Ezio Melotti#12204: document that str.upper().isupper() might be...
2011-08-15 Ezio Melotti#12266: move the tests in test_unicode.
next