]> granicus.if.org Git - python/shortlog
python
2011-09-02 Éric AraujoMerge 3.2
2011-09-02 Éric AraujoBranch merge
2011-09-02 Éric AraujoBranch merge
2011-09-01 Victor StinnerMerge 3.2: Issue #12636: IDLE reads the coding cookie...
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 StinnerMerge 3.2: Remove unused variable if Python is build...
2011-09-01 Victor StinnerRemove unused variable if Python is build without threads
2011-09-01 Éric AraujoMerge doc changes from 3.2 (#10454, #12298)
2011-09-01 Éric AraujoMinor: tweak docstrings and __all__ in packaging.tests...
2011-09-01 Victor StinnerIssue #12494: Close pipes and kill process on error...
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 Charles-François... Issue #12868: Skip test_faulthandler.test_stack_overflo...
2011-09-01 Benjamin Petersonmerge 3.2
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 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 Éric AraujoAdd missing name in shutil.__all__
2011-09-01 Ezio MelottiMerge doc fix with 3.2.
2011-09-01 Ezio MelottiFrom RFC 3629 5- and 6-bytes UTF-8 sequences are invali...
2011-09-01 Ross LagerwallMerge with 3.2.
2011-09-01 Éric AraujoMinor improvement to extensions in setup.cfg: check...
2011-09-01 Ross LagerwallRemove duplicate text in os documentation.
2011-09-01 Éric AraujoMinor improvement to extensions section in setup.cfg.
2011-09-01 Éric AraujoMerge doc changes from 3.2.
2011-09-01 Éric AraujoAdd version number for versionchanged directive (backpo...
2011-09-01 Éric AraujoClean up packaging.util: add __all__, remove some unuse...
2011-09-01 Benjamin Petersonnews note on xattrs
2011-09-01 Benjamin Petersonmerge 3.2 (null)
2011-09-01 Benjamin Petersonexpose linux extended file system attributes (closes...
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 AraujoMerge fix for #10086 from 3.2
2011-08-31 Éric AraujoFix test_sysconfig when run from a Python installed...
2011-08-31 Éric AraujoFix packaging command registry to let Windows machines...
2011-08-31 Éric AraujoBranch merge
2011-08-30 Amaury Forgeot... Remove unused variable
2011-08-30 Antoine PitrouTry to fix one of the bigmem tests in test_pickle
2011-08-30 Antoine PitrouTry to fix one of the bigmem tests in test_pickle
2011-08-30 Éric AraujoMove help texts near to the function they’re related to
2011-08-30 Éric AraujoFix typo I introduced in f93acf8844ec
2011-08-30 Amaury Forgeot... Merge from 3.2:
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 AraujoUpdate list of trove classifiers to match PyPI
2011-08-30 Antoine PitrouRemove misleading comment and code.
2011-08-30 Éric AraujoMerge 3.2
2011-08-30 Éric AraujoBranch merge
2011-08-30 Éric AraujoBranch merge
2011-08-29 Éric AraujoMake bdist_* commands respect --skip-build passed to...
2011-08-29 Éric AraujoRemove obsolete mentions of the compress program and...
2011-08-29 Éric AraujoMerge fix for #10946 from 3.2
2011-08-29 Éric AraujoRemove display options (--name, etc.) from the Distribu...
2011-08-29 Éric AraujoCleanup: move code out of a try block
2011-08-29 Antoine PitrouIssue #12847: Fix a crash with negative PUT and LONG_BI...
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 Antoine PitrouIssue #11564: Avoid crashes when trying to pickle huge...
2011-08-29 Éric AraujoPrint all fields when calling “pysetup metadata” withou...
2011-08-29 Éric AraujoMake bdist_* commands respect --skip-build passed to...
2011-08-29 Éric AraujoCleanup: use sys.version_info instead of convoluted...
2011-08-29 Éric Araujo3.3 whatsnew: fix markup, add stub for new crypt features
2011-08-28 Charles-François... Issue #12837: POSIX.1-2008 allows socklen_t to be a...
2011-08-28 Charles-François... Issue #12287: Fix a stack corruption in ossaudiodev...
2011-08-28 Charles-François... Issue #12287: Fix a stack corruption in ossaudiodev...
2011-08-28 Nadeem VawdaMerge: #12839: Fix crash in zlib module due to version...
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 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 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 Antoine PitrouAdd pattern to .hgignore in order to mask PC/generrmap.exe
2011-08-27 Nick CoghlanFix #9923: mailcap now uses the OS path separator for...
2011-08-27 Nick CoghlanFix #12835: prevent use of the unencrypted sendmsg...
2011-08-27 Nadeem VawdaMerge: Make regrtest complain when -M and -j are used...
2011-08-27 Nadeem VawdaMake regrtest complain when -M and -j are used together.
2011-08-26 Éric AraujoMerge from 3.2 (change already committed in py3k)
2011-08-26 Éric AraujoRemove outdated pointer to optparse (fixes #11360).
2011-08-26 Éric AraujoMerge 3.2
2011-08-26 Éric AraujoBranch merge
2011-08-26 Éric AraujoBranch merge
2011-08-25 Éric AraujoSynchronize packaging docs with distutils’ (includes...
2011-08-25 Éric AraujoMerge from 3.2 (#9302 fix and other changes)
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 AraujoMinor code simplification
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...
2011-08-25 Antoine PitrouIssue #12333: fix test_distutils failures under Solaris...
2011-08-25 Éric AraujoAnother (hopefully last) fix for test_packaging on...
next