]> granicus.if.org Git - python/shortlog
python
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-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
2011-07-29 Éric AraujoUpdate documentation for shutil.move (#12043) and fix...
2011-07-29 Éric AraujoStop ignoring Mercurial merge conflits files (#12255).
2011-07-29 Éric AraujoMake VCSes ignore the compiled shared library file...
2011-07-29 Éric AraujoFix missing or shebangs and executable bits for scripts...
2011-07-28 Senthil KumaranFix closes Issue11439 - Handle the SVN Keywords in...
2011-07-27 Jason R. CoombsFixes #10639: reindent.py should not convert newlines
2011-07-27 Charles-François... - Issue #12603: Fix pydoc.synopsis() on files with...
2011-07-27 Ross LagerwallIssue #12607: In subprocess, fix issue where if stdin...
2011-07-27 Senthil Kumaranmerge from 3.2 - Fix closes Issue12621 - Fix docstrings...
2011-07-27 Ezio Melotti#12642: fix args names in open() doc.
2011-07-27 Senthil Kumaranmerge from 3.2 - fix urlopen behavior on sites which...
2011-07-27 Ned DeilyIssue #12590: IDLE editor window now always displays...
2011-07-26 Ned DeilyIssue #8746: Use tempfile module to get tempdir and...
2011-07-26 Éric AraujoMake indentation comply with our style guide and the...
2011-07-29 Éric AraujoFix “anyways” (following R. David Murray in 5c7520e02d5a)
2011-07-29 Éric AraujoAdd links from builtins module docs to built-in functio...
2011-07-29 Éric AraujoFix typo in 97a75fccd7c8
2011-07-25 Ross LagerwallIssue #12102: Document that buffered files must be...
2011-07-24 Charles-François... Issue #12560: Build libpython.so on OpenBSD. Patch...
2011-07-24 Antoine PitrouIssue #1813: Fix codec lookup and setting/getting local...
2011-07-23 Nadeem VawdaFix typo in dbf1e1a27427 that was causing some buildbot...
2011-07-23 Nadeem VawdaFix typo in NEWS entry for dbf1e1a27427.
2011-07-23 Nadeem VawdaIssue #10883: Fix socket leaks in urllib.request.
2011-07-23 Senthil Kumaranmerge from 3.2 - Fix closes issue12581 - Increase the...
2011-07-23 Georg BrandlFix function name: open -> urlopen.
2011-07-22 Benjamin Petersonmerge heads
2011-07-22 Benjamin Petersonallow None identifiers
2011-07-22 Charles-François... Issue #12592: Make Python build on OpenBSD 5 (and futur...
2011-07-22 Benjamin Petersonnews note
2011-07-22 Benjamin Petersonverify the types of AST strings and identifiers (closes...
2011-07-22 Benjamin Petersonhardcode the old svn __version__
2011-07-22 Eli BenderskyIssue #12434: make StringIO.write error message consist...
2011-07-21 Charles-François... Issue #12372: POSIX semaphores are broken on AIX: don...
2011-07-21 Ezio MelottiFix markup.
2011-07-21 Ezio Melotti#12601: fix typo.
2011-07-20 Senthil Kumaranmerge from 3.2 - Fix closes issue12524 - update http...
next