]> granicus.if.org Git - python/shortlog
python
2011-08-21 Éric AraujoMerge 3.2
2011-08-21 Éric AraujoAdd missing closing paren in docstring (thanks Ezio)
2011-08-21 Charles-François... Issue #12783: Fix test_posix failures on FreeBSD buildb...
2011-08-21 Victor StinnerIssue #12326: update sys.platform doc for Linux
2011-08-20 Victor StinnerIssue #12326: refactor usage of sys.platform
2011-08-20 Sandro Tosi#5301: merge with 3.2
2011-08-20 Sandro Tosi#5301: add image/vnd.microsoft.icon (.ico) MIME type
2011-08-20 Victor StinnerIssue #12326: woops, I really mean 'linux', not 'linux2'
2011-08-20 Victor StinnerClose #12326: sys.platform is now always 'linux' on...
2011-08-20 Éric AraujoMerge 3.2
2011-08-20 Éric AraujoBranch merge
2011-08-20 Éric AraujoBranch merge
2011-08-20 Éric AraujoBranch merge
2011-08-20 Éric AraujoFix sdist test on Windows (#12678). Patch by Jeremy...
2011-08-20 Antoine PitrouIssue #12213: make it clear that BufferedRWPair shouldn...
2011-08-20 Antoine PitrouIssue #12213: make it clear that BufferedRWPair shouldn...
2011-08-20 Sandro Tosi#12787: merge with 3.2
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 #12213: Fix a buffering bug with interleaved...
2011-08-20 Antoine PitrouIssue #12791: Break reference cycles early when a gener...
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 AraujoAdd a simple test for the packaging RECORD file.
2011-08-20 Éric AraujoMinor cleanup
2011-08-20 Éric AraujoAdd a test for extension modules in the old-style recor...
2011-08-20 Éric AraujoRework test_old_record a bit to make the test more...
2011-08-20 Éric AraujoRefactor the copying of xxmodule.c in packaging tests...
2011-08-20 Éric AraujoDedent example in docstring
2011-08-20 Éric AraujoMerge 3.2
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-20 Éric AraujoRefactor the copying of xxmodule.c in distutils tests...
2011-08-20 Antoine PitrouFix compilation under Windows
2011-08-19 Sandro Tosimerge with 3.2
2011-08-19 Sandro Tosifix description of \r; thanks to Thomas Waldmann from...
2011-08-19 Antoine PitrouFix typo in test names
2011-08-19 Antoine PitrouFix typo in test names
2011-08-19 Sandro Tosimerge with 3.2
2011-08-19 Sandro Tosimention RFC1123 as origin of 4-year digit; thanks to...
2011-08-19 Antoine PitrouIssue #12778: Reduce memory consumption when JSON-encod...
2011-08-19 Éric AraujoRestore $HOME after test has run (should fix #12765)
2011-08-19 Éric AraujoMerge 3.2
2011-08-19 Éric AraujoBranch merge
2011-08-19 Éric AraujoBranch merge
2011-08-19 Éric AraujoMerge fixes for #12256 and typos from 3.2
2011-08-19 Éric AraujoTypo
2011-08-19 Éric AraujoMention virtual subclasses in the glossary entry for...
2011-08-19 Vinay SajipIssue #12780: Merged fix from 3.2.
2011-08-19 Vinay SajipIssue #12780: Removed checks in logging for .pyc/.pyo...
2011-08-19 Eli BenderskyMerge from 3.2
2011-08-19 Eli BenderskyIssue #12672: remove confusing part of sentence in...
2011-08-19 Nadeem VawdaMerge: Fix ResourceWarnings in test_subprocess.
2011-08-19 Nadeem VawdaFix ResourceWarnings in test_subprocess.
2011-08-19 Éric AraujoMark abc.abstractproperty as a property
2011-08-19 Éric AraujoFix typo in command name
2011-08-19 Éric AraujoMerge 3.2
2011-08-19 Éric AraujoFix instance I missed in 59f7bbe1236c (#1626300)
2011-08-19 Éric AraujoMake logging call lazy
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-18 Éric AraujoDon’t quote characters twice.
2011-08-18 Éric AraujoDon’t use “arg” for “argument”
2011-08-18 Éric AraujoImprove “pysetup create” help messages.
2011-08-18 Éric AraujoFix typo
2011-08-18 Éric AraujoRemove class that was only useful with Sphinx autodoc
2011-08-18 Éric AraujoAdd a few missing source links from 2.7 and harmonize...
2011-08-18 Éric AraujoMinor improvements to BadZipFile and BadZipfile docs.
2011-08-18 Éric AraujoFix markup to get a target instead of a comment
2011-08-18 Éric AraujoFix a typo and touch up blank lines
2011-08-18 Éric AraujoAdd missing reST target for one section of this file
2011-08-18 Éric AraujoAvoid splitting a word between a link and text
2011-08-18 Charles-François... Issue #12650: fix failures on some buildbots, when...
2011-08-18 Charles-François... Issue #12650: fix failures on some buildbots, when...
2011-08-18 Benjamin Petersonmerge heads
2011-08-18 Benjamin Petersonmerge 3.2
2011-08-18 Benjamin Petersonmerge heads
2011-08-18 Benjamin Petersonmerge 3.2
2011-08-18 Benjamin Petersonthe named of the character is actually NUL
2011-08-18 Charles-François... Issue #12650: Fix a race condition where a subprocess...
2011-08-18 Charles-François... Issue #12650: Fix a race condition where a subprocess...
2011-08-18 Benjamin Petersonmerge 3.2
2011-08-18 Benjamin PetersonNUL -> NULL
2011-08-17 Victor StinnerIssue #12326: don't test the major version of sys.platform
2011-08-17 Benjamin Petersonchange word
2011-08-17 Benjamin Petersonmake __doc__ mutable on heaptypes (closes #12773)
2011-08-17 Benjamin Petersonfactor out common checks for setting special type attri...
2011-08-17 Benjamin Petersonimprove test name
2011-08-17 Benjamin Petersoncrush other possible refleaks in this section
2011-08-17 Benjamin Petersonmerge 3.2
2011-08-17 Benjamin Petersonfix possible refleaks
2011-08-16 Benjamin Petersoncomplain when a class variable shadows a name in __slot...
2011-08-16 Benjamin Petersonmerge heads
2011-08-16 Benjamin Petersonsome *nixes decided not to call init process 1 (closes...
2011-08-16 Sandro Tosimerge heads
2011-08-16 Sandro Tosimerge with 3.2
2011-08-16 Sandro Tosi#12761: fix wording of zlib license section
2011-08-16 Antoine PitrouUse -n for tests under Windows
2011-08-16 Éric AraujoBranch merge
2011-08-16 Éric AraujoMerge Makefile fix from 3.2 (thanks Georg)
next