]> granicus.if.org Git - python/shortlog
python
2012-10-19 Nick CoghlanIssue #6074: Restore the long-broken support for runnin...
2012-10-18 Trent NelsonIssue #16274: revert r79813:90a46f8943d0 changes to...
2012-10-18 Trent NelsonIssue #16274: backport of 3.2's asyncore/test_asyncore...
2012-10-18 Trent NelsonIssue #16257: make test_create_connection() handle...
2012-10-17 Trent NelsonDon't add -OPT:Olimit to CFLAGS on AIX, SunOS, HP-UX...
2012-10-17 Andrew SvetlovIssue #9583: Document startup option/environment intera...
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 NelsonMerge heads.
2012-10-16 Trent NelsonIssue #15819: tweak logic in previous commit (e0a2b14a3...
2012-10-16 Benjamin Petersonmerge heads
2012-10-16 Benjamin Petersononly run doctests when __doc__ is around
2012-10-16 Trent NelsonIssue #15819: additional fixes for out-of-tree builds...
2012-10-16 Andrew SvetlovIssue #15936: Reformat text for os.random to follow...
2012-10-16 Andrew SvetlovIssue #15936: Add link from os.urandom to random.System...
2012-10-16 Vinay SajipIssue #16244: Remove file mode overrides.
2012-10-16 Chris JerdonekIssue #16225: Backport from 3.2: Add additional note...
2012-10-16 Benjamin Petersonfix typo
2012-10-16 Benjamin Petersondon't expect warnings from doctests if they can't run
2012-10-16 Chris JerdonekIssue #16227: Add to 2.x Unicode HOWTO a link to the...
2012-10-13 Chris JerdonekIssue #16206: Backport dict documentation improvements...
2012-10-13 Raymond HettingerString exceptions aren't just deprecated, they are...
2012-10-12 Gregory P.... Fixes Issue #12268 for the io module - File readline...
2012-10-11 Chris JerdonekIssue #16199: Backport 2to3 typo fix from 3.2.
2012-10-11 Brian CurtinFix #16176. Properly identify Windows 8 via platform...
2012-10-11 Chris JerdonekBackport from 3.2: Fix placement of shell=True warning...
2012-10-11 Chris JerdonekIssue #16115: Backport subprocess.Popen() documentation...
2012-10-10 Chris JerdonekIssue #12947: Backport doctest documentation change...
2012-10-10 Georg BrandlMissed one instance of code-block:: text highlighting...
2012-10-10 Georg BrandlIssue #12947: revert earlier workaround and use a monke...
2012-10-10 Chris JerdonekIssue #12947: Backport doctest documentation improvemen...
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: Backport subprocess.Popen() documentation...
2012-10-08 Chris JerdonekIssue #14783: Backport changes from 3.2.
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-07 Mark DickinsonClean up a test turd.
2012-10-06 R David Murray#9957: document that SpooledTemporaryFile.truncate...
2012-10-06 Andrew SvetlovIssue #16025: Minor corrections to the zipfile document...
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-04 Jesus CeaBacked out changeset 5abacebec9d2
2012-10-04 Jesus CeaBacked out changeset c73b90b6dadd
2012-10-04 Jesus CeaCloses #16112: platform.architecture does not correctly...
2012-10-03 Nick CoghlanIssue #12947: Better workaround for the problem with...
2012-10-03 Nick CoghlanIssue #12947: Add a note to doctest until the example...
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 Ezio Melotti#15979: improve timeit documentation.
2012-10-01 Chris JerdonekClose #16036: Backport 3.x documentation improvement.
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 Georg BrandlCommit current version of the doc "dailybuild" script.
2012-09-30 Georg BrandlDoc sidebar: point to 3.4 as dev.
2012-09-29 Gregory P.... merge heads
2012-09-29 Gregory P.... Issue #15756: subprocess.poll() now properly handles...
2012-09-29 Chris JerdonekClose issue #16077: fix code example in documentation...
2012-09-29 R David Murray#16085: Don't promote shadowing builtins in the configp...
2012-09-28 Mark DickinsonIssues #16029, #16030: Fix pickling and repr of large...
2012-09-28 R David Murray#16071: fix email.message links in the mailbox docs.
2012-09-28 Jesus CeaCloses #15953: Incorrect some fields declaration in...
2012-09-28 Andrew SvetlovUpdate docs for string.zfill
2012-09-28 Andrew SvetlovUpdate documentation for string.replace. Thanks to...
2012-09-28 Michael FoordPass on parameters in unittest.TextTestResult.__init__...
2012-09-26 Petri Lehtinen#15222: Fix a test failure on Windows
2012-09-25 Raymond HettingerShow how to close a connection
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 Barry Warsaw- Issue #15935: Clarification of argparse docs, re...
2012-09-25 Christian HeimesIssue #16037: Limit httplib's _read_status() function...
2012-09-25 Senthil Kumaran2.7 : Issue #16013: Fix CSV Reader parsing issue with...
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-21 Ezio Melotti #15421: fix an OverflowError in Calendar.itermonthdate...
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 Mark DickinsonIssue 15985: fix round argument names in documentation...
2012-09-20 Ezio MelottiFix a few quotes/backslashes.
2012-09-20 Ezio MelottiFix rst markup in timeit docs.
2012-09-19 Ezio Melotti#15970: xml.etree.ElementTree now serializes correctly...
2012-09-18 Ezio Melotti#15796: Fix \n in readline docstring.
2012-09-17 Ezio Melotti#11643: fix rst markup error in site.rst.
2012-09-17 Ezio Melotti#15920: fix doctests in Doc/howto/regex.rst. Patch...
2012-09-15 Ezio Melotti#15789: mention shell-like parts of the stdlib in the...
2012-09-15 Ezio Melotti#15932: use with statement in csv doc examples.
2012-09-15 Ezio Melotti#15831: avoid using 3.x syntax for keyword-only args.
2012-09-14 Ezio Melotti#15831: document multiple signatures on different lines...
2012-09-13 Ezio Melotti#15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and...
2012-09-12 Barry WarsawA follow up for issue #15906: change the test for calli...
2012-09-12 Christian HeimesCleanup 'k' when the creation of PySTEntryObject fails...
next