]> granicus.if.org Git - python/shortlog
python
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...
2011-08-25 Georg BrandlClose #12838: fix range() call.
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 É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 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-19 Sandro Tosifix description of \r; thanks to Thomas Waldmann from...
2011-08-19 Antoine PitrouFix typo in test names
2011-08-19 Sandro Tosimention RFC1123 as origin of 4-year digit; thanks to...
2011-08-19 Éric AraujoBranch merge
2011-08-19 Éric AraujoTypo
2011-08-19 Éric AraujoMention virtual subclasses in the glossary entry for...
2011-08-19 Vinay SajipIssue #12780: Removed checks in logging for .pyc/.pyo...
2011-08-19 Eli BenderskyIssue #12672: remove confusing part of sentence in...
2011-08-19 Nadeem VawdaFix ResourceWarnings in test_subprocess.
2011-08-19 Éric AraujoFix typo in command name
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 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 Benjamin Petersonmerge heads
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 Benjamin PetersonNUL -> NULL
2011-08-17 Benjamin Petersonfix possible refleaks
2011-08-16 Sandro Tosi#12761: fix wording of zlib license section
2011-08-16 Éric AraujoRevert change that was not a syntax fix but actually...
2011-08-15 Ezio Melotti#12204: document that str.upper().isupper() might be...
2011-08-15 Ezio Melotti#12266: Fix str.capitalize() to correctly uppercase...
2011-08-14 Ezio Melotti#12725: fix working. Patch by Ben Hayden.
2011-08-13 Georg BrandlFix #11513: wrong exception handling for the case that...
2011-08-13 Benjamin Petersontokenize is just broken on test_pep3131.py
2011-08-13 Benjamin Petersonnormalization is different between unicode builds,...
2011-08-13 Benjamin Petersonin narrow builds, make sure to test codepoints as ident...
2011-08-12 Sandro Tosilet PySequence_Check me a link; thanks to tomo cocoa...
2011-08-12 Éric AraujoBranch merge
2011-08-12 Éric AraujoUpdate crlf and lfcr scripts for 3.x bytes semantics...
2011-08-12 Sandro Tosiit's 'rather than'; reported by James Bateman on docs@
2011-08-12 Éric Araujopatchcheck: don’t talk about the test suite when no...
2011-08-12 Éric AraujoBranch merge
2011-08-11 Antoine PitrouIssue #12687: Fix a possible buffering bug when unpickl...
2011-08-11 Vinay SajipIssue #12718: Add documentation on using custom importers.
2011-08-11 Senthil KumaranNews item for Issue10087.
2011-08-11 Senthil KumaranFix closes Issue10087 - fixing the output of calendar...
2011-08-10 Éric AraujoUse real word in English text (i.e. not code)
2011-08-10 Éric AraujoFix find command in makefile “funny” target
2011-08-09 Benjamin Petersonnote mutating tp_dict is bad (closes #12719)
2011-08-09 Éric AraujoTest pipes.quote with a few non-ASCII characters (see...
2011-08-09 Éric AraujoBranch merge
2011-08-08 Georg BrandlConfirm that the prime example is actually correct...
2011-08-08 Éric AraujoBranch merge
2011-08-08 Sandro Tosi#12709: add error_callback argument to map_async docume...
2011-08-07 Sandro Tosi#10741: add documentation for PyGILState_GetThisThreadS...
2011-08-07 Sandro Tosi#12677: correct turtle orientation in doc
2011-08-06 Éric AraujoAdd documentation for PEP 370 features in distutils...
2011-08-06 Eli BenderskyFix grammar
2011-08-06 Senthil KumaranFix closes Issue12697 - Update the usage syntax of...
2011-08-06 Senthil Kumaranmerge from 2.7 - Fix closes issue11047 - Correct the...
2011-08-06 Senthil KumaranFix closes issue12698 - make the no_proxy environment...
2011-08-05 Éric AraujoImprove documentation for PEP 370 support in site modul...
next