]> granicus.if.org Git - python/shortlog
python
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...
2012-09-19 Trent NelsonSilence compiler warnings on Solaris 10 via explicit...
2012-09-18 Ezio Melotti#15796: Fix \n in readline docstring. Patch by Serhiy...
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 Antoine PitrouIssue #15526: try to fix test_startfile's inability...
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. Patch...
2012-09-14 Antoine PitrouIssue #15842: the SocketIO.{readable,writable,seekable...
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 WarsawUpdate merge from 2.7: s/basetring/str
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...
2012-09-12 Christian HeimesPartly revert ad3824a90261 and add comment about refere...
2012-09-12 Christian HeimesFix out of bounds read in long_new() for empty bytes...
2012-09-12 Barry Warsaw- Issue #15906: Fix a regression in argparse caused...
2012-09-11 R David Murray#14617: clarify discussion of interrelationship of...
2012-09-11 Christian HeimesFix null pointer dereferencing in structmember.c PyMemb...
2012-09-11 Senthil KumaranFix issue #15899: Make the unicode.rst doctests pass...
2012-09-11 Jesus CeaCloses #15793: Stack corruption in ssl.RAND_egd()
2012-09-10 Jesus Cea#15676: mmap: add empty file check prior to offset...
2012-09-10 Jesus Cea#15676: mmap: add empty file check prior to offset...
2012-09-10 Jesus Cea#15676: Proper attribution in Misc/ACKS
2012-09-10 Christian HeimesFixed memory leak in error branch of object_repr which...
2012-09-10 Christian HeimesFixed memory leak in error branch of parsestrplus....
2012-09-10 R David Murray#14649: clarify DocTestSuite error when there are no...
2012-09-10 doko@ubuntu.combackport from the trunk, to fix test_tools with srcdir...
2012-09-10 Richard OudkerkIssue #15901: Change example to use byte string instead...
2012-09-10 Christian HeimesAdded missing va_end in error branch of PyArg_UnpackTup...
2012-09-10 Christian HeimesClosed reference leak of variable 'k' in function ste_n...
2012-09-10 Christian HeimesFixed possible reference leak to mod when type_name...
2012-09-10 Christian HeimesPyTuple_Pack() was missing va_end() in its error branch...
2012-09-10 Christian HeimesPy_TYPE() has already dereferenced self before the...
2012-09-09 Jesus CeaCloses #15676: mmap: add empty file check prior to...
2012-09-09 Alexander BelopolskyIssue #15881: Added NEWS entry and proper credit.
2012-09-09 Alexander BelopolskyIssue #15881: Fixed 3.2 backport.
2012-09-09 Alexander BelopolskyFixed whitespace
2012-09-09 Alexander BelopolskyIssue #15881: Fixed atexit hook in multiprocessing.
2012-09-09 Ned DeilyIssue #15822: Fix installation of lib2to3 grammar pickl...
2012-09-08 R David Murray#5088: document behavior of optparse defaults with...
2012-09-08 Ezio MelottiMerge heads.
2012-09-08 Ezio Melotti#15865: add "*" in the signature to document keyword...
2012-09-08 R David Murray#15510: clarify textwrap's handling of whitespace,...
2012-09-08 R David Murray#15847: allow args to be a tuple in parse_args
2012-09-08 Stefan KrahIssue #15868: Fix refleak in bytesio.c (Coverity #715365).
next