]> granicus.if.org Git - python/shortlog
python
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-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...
2011-08-03 Ned DeilyIssue #12540: Prevent zombie IDLE processes on Windows...
2011-08-04 Benjamin Petersondosmodule is, thankfully, no more
2011-08-03 Senthil Kumaranchange the redundant svn scheme urljoin test case to...
2011-08-03 Senthil Kumaranmerged heads
2011-08-03 Senthil KumaranFix closes issue12683 - urljoin to work with relative...
2011-08-03 Georg BrandlFix spacing in string literal.
2011-08-02 Senthil KumaranFix closes issue12663 - Correcting the ArgumentParser...
2011-08-02 Sandro Tosi#12665: Dictionary view example has error in set operation
2011-08-02 Sandro Tosi#12670: Fix struct code after forward declaration on...
2011-08-02 Senthil KumaranFix closes Issue12183 - Explain the Symlink copy behavi...
2011-08-02 Senthil KumaranFix closes Issue12676 - Invalid identifier used in...
2011-08-01 Stefan KrahSkip test_getsetlocale_issue1813() on Fedora due to...
2011-08-01 Georg BrandlUse attribute access instead of index access for namedt...
2011-08-01 Éric AraujoFix resource warning when looking at turtledemo’s help...
2011-08-01 Éric AraujoBranch merge
2011-08-01 Vinay SajipCloses #12667: Added documentation for SMTPHandler...
2011-07-31 Ezio MelottiFix typo reported by Sandro Tosi.
2011-07-31 Éric AraujoStop trying to write into the stdlib during lib2to3...
2011-07-31 Senthil Kumaranusing support.transient_internet helper method in the...
2011-07-31 Éric AraujoFix regression with distutils MANIFEST handing (#11104...
2011-07-30 Éric AraujoLet “make patchcheck” work for out-of-dir builds (...
2011-07-30 Ezio Melotti#12531: Fix spaces and markup.
2011-07-30 Benjamin Petersonadd space
2011-07-30 Benjamin Petersondocument NotImplemented
2011-07-30 Eli Benderskymerging Georg's revision
2011-07-30 Eli BenderskyIssue #11699: fix documentation of OptionParser.get_opt...
2011-07-30 Georg BrandlChange test.support docs to be more specific about...
2011-07-30 Eli BenderskyIssue #12531: add index entries to documentation of...
2011-07-30 Benjamin Petersonremove duplicated type ready
2011-07-29 Antoine PitrouIssue #12626: In regrtest, allow to filter tests using...
2011-07-29 Charles-François... Issue #12464: tempfile.TemporaryDirectory.cleanup(...
2011-07-29 Éric AraujoDocument that atexit execution order is undefined ...
next