]> granicus.if.org Git - python/shortlog
python
2012-10-19 Nick CoghlanFix broken test and replace redundant generator with...
2012-10-19 Nick CoghlanIssue #6074: Actually delete the source file in the...
2012-10-19 Nick CoghlanIssue #6074: Forward port Windows read-only source...
2012-10-19 Giampaolo Rodola'Fix issue #16270: urllib may hang when used for retriev...
2012-10-18 Mark DickinsonIssue #16277: in PyLong_FromVoidPtr, add missing branch...
2012-10-18 Chris JerdonekClarify universal-newline wording in tutorial (issue...
2012-10-17 Andrew Svetlovnull merge
2012-10-17 Andrew SvetlovIssue #9583: Document startup option/environment intera...
2012-10-17 Antoine PitrouIssue #15378: Fix Tools/unicode/comparecodecs.py. ...
2012-10-17 Andrew SvetlovIssue #16265: Fix collapsing of code sample in tutorial.
2012-10-17 Trent NelsonIssue #16257: make test_create_connection() handle...
2012-10-17 Trent NelsonIssue #15819: use standard autoconf preset output varia...
2012-10-16 Antoine PitrouAlso add tests for TextIOWrapper.writelines() (issue...
2012-10-16 Antoine PitrouAdd tests for the writelines() method of file objects.
2012-10-16 Trent NelsonIssue #15819: tweak logic in previous commit (617591e7d...
2012-10-16 Trent NelsonIssue #15819: additional fixes for out-of-tree builds...
2012-10-16 Vinay SajipIssue #16244: Remove file mode overrides.
2012-10-16 Chris JerdonekIssue #16225: Add additional note to tutorial about...
2012-10-13 Chris JerdonekIssue #16206: Improve the documentation of the dict...
2012-10-12 Benjamin Petersonskip if __doc__ is gone
2012-10-12 Benjamin Petersonfix to work if __doc__ is removed
2012-10-12 Ezio MelottiFix links to the __next__ method.
2012-10-12 Ezio MelottiMake doctests pass in the functional howto.
2012-10-12 Ezio MelottiImprove markup in functional.rst, and fix a couple...
2012-10-12 Chris JerdonekFix link to str.format() in docs.
2012-10-11 Chris JerdonekIssue #16199: Fix typo in 2to3 docs. Thanks to Mark...
2012-10-11 Brian CurtinFix #16176. Properly identify Windows 8 via platform...
2012-10-11 Chris JerdonekFix placement of shell=True warning in subprocess.Popen...
2012-10-11 Chris JerdonekIssue #16115: Make further improvements to subprocess...
2012-10-10 Georg Brandlmerge 3.2 heads
2012-10-10 Georg BrandlIssue #12947: revert earlier workaround and use a monke...
2012-10-10 Gregory P.... Fixes Issue #16114: The subprocess module no longer...
2012-10-09 Andrew SvetlovIssue #16174: Fix suggested usage of dummy_threading...
2012-10-09 Senthil KumaranFix Issue 15922: make howto/urllib2.rst doctests pass.
2012-10-09 Vinay SajipIssue #16168: Use specified socket type for domain...
2012-10-09 Chris JerdonekIssue #16115: Improve subprocess.Popen() documentation...
2012-10-07 Hynek Schlawack#13498: Clarify docs of os.makedirs()'s exist_ok argument.
2012-10-07 Chris JerdonekIssue #14783: Improve int() docstring and also str...
2012-10-07 Andrew SvetlovIssue #14900: Add aliases for sorting params for pstat...
2012-10-07 Andrew SvetlovIssue #14900: Distuguish call count and primitive call...
2012-10-06 R David Murray#9957: document that SpooledTemporaryFile.truncate...
2012-10-06 Georg BrandlCloses #16149: remove now-false statement about the...
2012-10-06 Andrew Svetlovrevert accidental inclusion of subprocess tests
2012-10-06 Andrew SvetlovIssue #16025: Minor corrections to the zipfile document...
2012-10-05 Ezio MelottiThe file obj passed to ftp.storbinary/storlines must...
2012-10-05 Andrew SvetlovIssue #16138: fix typo.
2012-10-05 Jesus Cea#16112: platform.architecture does not correctly escape...
2012-10-05 Jesus Cea#16112: platform.architecture does not correctly escape...
2012-10-04 Andrew SvetlovIssue #14997: disable <F5> in idle shell window.
2012-10-04 Jesus CeaCloses #16112: platform.architecture does not correctly...
2012-10-03 Jesus CeaCloses #15897: zipimport.c doesn't check return value...
2012-10-03 Jesus CeaFix Misc/ACKS alphabetic order
2012-10-03 Jesus CeaCloses #15897: zipimport.c doesn't check return value...
2012-10-02 Andrew SvetlovClose open bracket, thanks to Josh Helzer from docs@
2012-10-02 Ezio Melotti#15979: improve timeit documentation.
2012-10-01 R David MurrayFix sqlite3 class markup.
2012-09-30 Ezio Melotti#15923: fix a mistake in asdl_c.py that resulted in...
2012-09-30 Chris JerdonekIssue #15533: Skip test_cwd_with_relative_*() tests...
2012-09-30 Chris JerdonekIssue #15533: Clarify docs and add tests for subprocess...
2012-09-29 Antoine PitrouSpeed up test_httpservers by avoiding a one-second...
2012-09-29 Gregory P.... merge heads
2012-09-29 Gregory P.... Fixes issue #15756: subprocess.poll() now properly...
2012-09-29 R David Murray#16085: Don't promote shadowing builtins in the configp...
2012-09-28 R David Murray#16071: fix more email.message links in mailbox docs.
2012-09-28 R David Murray#16071: fix links to email.message.Message in mailbox...
2012-09-28 Jesus CeaCloses #15953: Incorrect some fields declaration in...
2012-09-28 Chris JerdonekClose issue #16073: fix map() example in list comprehen...
2012-09-28 Michael FoordCloses issue #12376 : Pass on parameters in unittest...
2012-09-28 Chris JerdonekIssue #16036: Improve documentation of built-in int...
2012-09-25 Petri Lehtinen#15222: Insert blank line after each message in mbox...
2012-09-25 Petri Lehtinen#15222: test_mailbox: End message template in a newline
2012-09-25 Benjamin Petersonswitch assertion to an explicit ValueError
2012-09-25 Benjamin Petersonfix test_compileall when run with -O[O]
2012-09-25 Benjamin Petersonuse modern conditional syntax
2012-09-25 Barry Warsaw- Issue #15935: Clarification of argparse docs, re...
2012-09-25 Chris JerdonekIssue #16015: Make welcome message more realistic in...
2012-09-25 Senthil KumaranIssue #16013: Fix CSV Reader parsing issue with ending...
2012-09-25 Chris JerdonekIssue #16015: Fix NameError doctest example in tutorial...
2012-09-24 Mark DickinsonIssue #14167: restore statement about breaks in finally...
2012-09-24 Ezio Melotti#16019, #16020: fix syntax highlight.
2012-09-24 Ezio Melotti#16017: capitalize URLs.
2012-09-24 Ezio Melotti#16014: fix broken link.
2012-09-24 Christian HeimesIssue #16012: Fix a regression in pyexpat. The parser...
2012-09-23 Antoine PitrouIssue #15379: Fix passing of non-BMP characters as...
2012-09-23 Ezio Melotti#15949, #15899: use \ufffd instead of ?.
2012-09-22 Ezio Melotti#15949, 15899: avoid using non-latin1 chars in the...
2012-09-21 Ezio Melotti#15421: fix an OverflowError in Calendar.itermonthdates...
2012-09-21 Ezio Melotti#15304: fix wrong warning message in test.support.temp_...
2012-09-21 Ezio Melotti#15980: properly escape newlines in docstrings. Patch...
2012-09-21 doko@ubuntu.com- Issue #11715: Fix multiarch detection without having...
2012-09-21 Benjamin Petersonremove gdb noise about linux-vdso
2012-09-20 Alexander BelopolskyIssue #15973: fixed 3.2 backport.
2012-09-20 Alexander Belopolskymerge
2012-09-20 Alexander BelopolskyIssue #15973: Fixed segmentation fault on timezone...
2012-09-20 Mark DickinsonIssue 15959: Fix type mismatch for quick{_neg}_int_allo...
2012-09-20 Mark DickinsonIssue 15985: fix round argument names in documentation...
2012-09-20 Ezio MelottiFix a few quotes/backslashes.
2012-09-20 Ezio MelottiFix markup in smtpd.rst.
2012-09-20 Ezio MelottiFix rst markup in timeit docs.
2012-09-19 Ezio Melotti#15970: xml.etree.ElementTree now serializes correctly...
next