]> granicus.if.org Git - python/shortlog
python
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...
2012-09-12 Christian HeimesPartly revert ad3824a90261 and add comment about refere...
2012-09-12 Senthil KumaranAutomated merge with file:///home/vagrant/3.2
2012-09-12 Senthil KumaranFix issue #15899 - howto/unicode.rst doctest correctio...
2012-09-12 Barry Warsaw- Issue #15906: Fix a regression in argparse caused...
2012-09-10 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 CeaCloses #15910: MD5 and SHA1 crash when "updated" with...
2012-09-10 Jesus CeaCloses #15908: SHA1 crashes in 64 bits when the string...
2012-09-10 Jesus Cea#15676: Proper attribution in Misc/ACKS
2012-09-10 R David Murray#14649: add sample files omitted from previous checkin.
2012-09-10 Christian Heimesmerge
2012-09-10 Christian HeimesFixed memory leak in error branch of object_repr which...
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 Christian Heimesmerge
2012-09-10 Christian HeimesAdded missing va_end in error branch of PyArg_UnpackTup...
2012-09-10 doko@ubuntu.com- Mention _heapq in Setup.dist.
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-09 Jesus CeaCloses #15676: mmap: add empty file check prior to...
2012-09-09 Ned DeilyIssue #15822: Fix installation of lib2to3 grammar pickl...
2012-09-08 R David Murraycloses #5088: document behavior of optparse defaults...
2012-09-08 R David Murray#15510: clarify textwrap's handling of whitespace,...
2012-09-08 Christian HeimesFix for fcc629208842
2012-09-08 R David Murray#15847: allow args to be a tuple in parse_args
2012-09-07 Antoine PitrouIssue #15340: Fix importing the random module when...
2012-09-07 Christian HeimesFix for fcc629208842
2012-09-06 Christian HeimesIssue #15591 and Issue #11715: silence output of setup...
2012-09-06 Christian HeimesIssue #15591 and Issue #11715: silence output of setup...
2012-09-06 Christian HeimesIssue #15591: run ctypes' configure in quiet mode when...
2012-09-05 Antoine PitrouIssue #13992: The trashcan mechanism is now thread...
2012-09-05 Antoine PitrouIssue #15841: The readable(), writable() and seekable...
2012-09-01 Petri Lehtinen#15802: Fix test logic in TestMaildir.test_create_tmp
2012-09-01 Petri Lehtinen#13769: Enhance docs for ensure_ascii semantics in...
2012-09-01 R David Murray#12776,#11839: call argparse type function only once.
2012-08-31 Trent NelsonRemove trailing whitespace in order to silence warnings...
next