]> granicus.if.org Git - python/shortlog
python
2011-08-25 Éric AraujoRefactor helpers for compiling the xx module in distuti...
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.
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 Éric AraujoAvoid title case in flowing text (backport from 3.2)
2011-08-12 Sandro Tosilet PySequence_Check me a link; thanks to tomo cocoa...
2011-08-12 Sandro Tosiit's 'rather than'; reported by James Bateman on docs@
2011-08-12 Sandro TosiEnglish fixup, from Mike MacCana on docs@
2011-08-11 Vinay SajipIssue #12718: Add documentation on using custom importers.
2011-08-10 Senthil KumaranRemove the un-exercised in-module test code.
2011-08-10 Senthil KumaranFix closes Issue12722 - link heapq source in the text...
2011-08-09 Raymond HettingerIssue 12717: Fix-up an earlier backport in ConfigParser.
2011-08-09 Georg BrandlRepair markup.
2011-08-08 Georg BrandlConfirm that the prime example is actually correct...
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-07 Senthil Kumaranwhitespace fix.
2011-08-07 Senthil KumaranRemove the old dead test program within the module...
2011-08-06 Eli BenderskyFix grammar
2011-08-06 Senthil KumaranFix closes Issue12697 - Update the usage syntax of...
2011-08-06 Senthil Kumarans/a/an - grammar?
2011-08-06 Senthil KumaranFix closes issue11047 - Correct the 2.7 whatsnew descri...
2011-08-06 Senthil KumaranFix closes issue12698 - make the no_proxy environment...
2011-08-04 Benjamin Petersondosmodule is, thankfully, no more
2011-08-03 Senthil Kumaranadd svn+ssh testcase for urljoin.
2011-08-03 Senthil Kumaraninclude svn+ssh as well.
2011-08-03 Senthil KumaranFix closes issue12683 - urljoin to work with relative...
2011-08-02 Senthil KumaranFix closes issue12663 - Correcting the ArgumentParser...
2011-08-02 Éric AraujoBranch merge
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 Éric AraujoFix incorrect mtime comparison in distutils (#11933).
2011-08-01 Stefan KrahBackport 68b5f87566fb
2011-08-01 Georg BrandlUse attribute access instead of index access for namedt...
2011-08-01 Éric AraujoBranch merge
2011-08-01 Vinay SajipCloses #12667: Corrected 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 Benjamin Petersonrunning tests enables us to discover that they actually...
2011-07-31 Senthil Kumaranmerge heads.
2011-07-31 Senthil Kumaranusing test_support.transient_internet helper method...
2011-07-31 Benjamin Petersonmerge heads
2011-07-31 Benjamin Petersonbe precise
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.
2011-07-30 Benjamin Petersonnote Ellipsis syntax
2011-07-30 Benjamin Petersonadd space
2011-07-30 Benjamin Petersondocument NotImplemented
2011-07-30 Eli BenderskyIssue #11699: fix documentation of OptionParser.get_opt...
2011-07-29 Éric AraujoDocument that atexit execution order is undefined ...
2011-07-29 Éric AraujoAdd a link target for argparse.Namespace (#8982)
2011-07-29 Éric AraujoMake “pydoc somebuiltin.somemethod” work (#8887)
2011-07-29 Éric AraujoBackout duplicate changeset ed34ca4e639c
2011-06-11 Éric AraujoAdd missing reST target to one heading in the tutorial
2011-07-29 Éric AraujoBranch merge
2011-07-29 Eli BenderskyIssue #12531: add index entries to documentation of...
2011-07-29 Raymond HettingerIssue 12514: Use try/finally to assure that timeit...
2011-07-28 Éric AraujoTurn raw URI into real link
next