]> granicus.if.org Git - python/shortlog
python
2011-11-18 Ezio Melotti#13426: fix typo in pickle doc.
2011-11-17 Jason R. CoombsPDB now will properly escape backslashes in the names...
2011-11-16 Eli Benderskyfixing typos in optparse doc
2011-11-16 Eli Benderskyremove duplicated paragraph in the tutorial
2011-11-16 Ned DeilyIssue #8793: Prevent IDLE crash in 2.7 when given strin...
2011-11-15 Antoine PitrouIssue #13333: The UTF-7 decoder now accepts lone surrogates
2011-11-14 Victor StinnerIssue #7732: Try to fix the a failing test on Windows
2011-11-14 Ezio Melotti#1745761, #755670, #13357, #12629, #1200313: improve...
2011-11-08 Ezio MelottiGroup tests about attributes in a separate class.
2011-11-13 Eli BenderskyNormalize the keyword arguments documentation notation...
2011-11-12 Petri LehtinenMerge heads
2011-11-12 Petri LehtinenUpdate mailbox.Maildir tests
2011-11-12 Eli BenderskyCloses issue 12767: document the argument of threading...
2011-11-12 Antoine PitrouIssue #13193: Fix distutils.filelist.FileList under...
2011-11-11 Eli BenderskyIssue #12875: explicitly specify default value of the...
2011-11-11 Eli BenderskyIssue #13161: fix doc strings of __i*__ operators
2011-11-11 Eli BenderskyIssue #13191: typo in argparse docs
2011-11-09 Antoine PitrouIssue #13373: multiprocessing.Queue.get() could sometim...
2011-11-08 Jesus CeaPartial patch for issue #11812: Take care of test_telne...
2011-11-08 Jesus CeaSolved a potential deadlock in test_telnetlib.py. Relat...
2011-11-07 Vinay SajipCloses #13361: Raise correct exception type.
2011-11-07 Vinay SajipCloses #13661: Check added for type of logger name.
2011-11-07 Vinay SajipCloses #13356. Thanks to Florent Xicluna for the patch.
2011-11-06 Vinay SajipCloses issue #13353: version doumentation about utc...
2011-11-06 Petri LehtinenRevert "Accept None as start and stop parameters for...
2011-11-06 Ezio MelottiSilence a couple of warnings.
2011-11-06 Ezio MelottiFix another callable warning.
2011-11-06 Ezio MelottiFix tests now that the callable warning is gone.
2011-11-06 Benjamin Petersonremove py3k warning for callable
2011-11-05 Petri LehtinenAccept None as start and stop parameters for list.index...
2011-11-05 Éric AraujoAdd missing versionadded (fixes #12392)
2011-11-05 Petri LehtinenIssue #3067: Enhance the documentation and docstring...
2011-11-05 Petri LehtinenFix Maildir initialization so that maildir contents...
2011-11-04 Raymond HettingerFix typos
2011-11-04 Petri LehtinenAdd .gitignore
2011-11-04 Raymond HettingerInline the advisory text on how to use the shelve module.
2011-11-04 Éric AraujoRevert commit that was not a bugfix (#5301).
2011-11-04 Florent XiclunaIssue #13140: Fix the daemon_threads attribute of Threa...
2011-11-02 Charles-François... Issue #13308: Fix test_httpservers failures when run...
2011-11-02 Senthil KumaranFix Issue13147 - Correct the Multiprocessing Pool.map_a...
2011-11-01 Florent XiclunaFix merge in changeset e1dde980a92c.
2011-11-01 Florent XiclunaMissing NEWS entry in changeset e1dde980a92c
2011-11-01 Florent XiclunaIssue #2892: preserve iterparse events in case of Synta...
2011-11-01 Ezio Melotti#670664: Fix HTMLParser to correctly handle the content...
2011-11-01 Sandro Tosicorrect signature for tzinfo.dst() in examples; thanks...
2011-10-31 Ned DeilyIssue #13304: Skip test case if user site-packages...
2011-10-31 Antoine PitrouBackout redundant changeset 1de4d92cd6a4
2011-10-31 Senthil KumaranPort to 2.7 - issue 10817 - Fix urlretrieve function...
2011-10-31 Sandro Tosimerge heads
2011-10-31 Sandro Tosireally use backticks in string conversion definition...
2011-10-31 Barry Warsawtest_protocol_sslv2(): Skip this test if ssl.PROTOCOL_S...
2011-10-31 Sandro Tosiuse diveintopython.net now that DIP.org returns 410...
2011-10-31 Sandro Tosiremove confusing paragraph (as part of r87523); thanks...
2011-10-31 Jesus CeaCloses #13283: removal of two unused variable in locale.py
2011-10-31 Martin v. Löwismerge closing of 2.5 branch
2011-10-31 Martin v. Löwismerge closing of 2.5 branch
2011-10-31 Martin v. Löwis2.5 is no longer maintained 2.5
2011-10-31 Sandro Tosidocument turtle mainloop()/done() functions; thanks...
2011-10-31 Ned DeilyIssue 13296: Fix IDLE to clear compile __future__ flags...
2011-10-31 Sandro Tosicaught is the right pp of catch; thanks to Don Bennett...
2011-10-30 Raymond HettingerImprove itertools docs with clearer examples of pure...
2011-10-30 Raymond HettingerIssue 13274: Make the pure python code for heapq more...
2011-10-30 Antoine PitrouRemove unstable SSL tests in the absence of ssl.OP_NO_...
2011-10-30 Petri LehtinenAdd Misc/NEWS entry for issue #10519
2011-10-30 Benjamin Petersonremove unused variable
2011-10-30 Petri LehtinenFix the return value of set_discard (issue #10519)
2011-10-30 Petri LehtinenAvoid unnecessary recursive function calls (closes...
2011-10-30 Ezio MelottiAdd a button to the code examples in the doc to show...
2011-10-29 Ezio Melotti#13289: fix typo.
2011-10-29 Florent XiclunaCloses #7334: close source files on ElementTree.parse...
2011-10-28 Benjamin Petersonbring is_integer into tested existence
2011-10-28 Barry WarsawOops, put fix news in the right section.
2011-10-28 Barry Warsaw- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
2011-10-28 Ezio MelottiMinor fixes to the HTMLParser doc.
2011-10-28 Ezio MelottiImprove HTMLParser example in the doc.
2011-10-28 Ezio Melotti#13278: fix typo.
2011-10-27 Vinay SajipAdded lost documentation cross-reference.
2011-10-27 Benjamin Petersonadjust for change in assert bytecode
2011-10-27 Benjamin Petersonmerge heads
2011-10-27 Benjamin Petersondon't let a tuple msg be interpreted as arguments to...
2011-10-27 Benjamin Petersonadd a test for an assertion with tuple msg
2011-10-27 Nick CoghlanIssue #13237: Make the subprocess convenience helper...
2011-10-26 Petri LehtinenIssue #10860: Skip the new test if HTTPS is not available
2011-10-26 Nick CoghlanIssue #13237: fix typo
2011-10-26 Nick CoghlanIssue #13237: remove some details that only apply to...
2011-10-26 Nick CoghlanIssue #13237: further updates to subprocess documentation
2011-10-25 Vinay SajipCorrected typo in comment.
2011-10-25 Ezio MelottiRefactor a bit the codecs doc.
2011-10-24 Vinay SajipUpdated NEWS with fix for 13232.
2011-10-24 Vinay SajipCloses #13232: Handle multiple encodings in exception...
2011-10-24 Petri Lehtinenmerge heads
2011-10-24 Petri LehtinenIssue #13018: Fix reference leaks in error paths in...
2011-10-24 Charles-François... Issue #10332: multiprocessing: fix a race condition...
2011-10-24 Benjamin Petersonmerge heads
2011-10-24 Benjamin Petersonnote callable is back in 3.2
2011-10-24 Nick CoghlanIssue #13237: Rearrange subprocess module documentation...
2011-10-23 Florent XiclunaIssue #13141: Demonstrate recommended style for SocketS...
2011-10-23 Petri LehtinenWhoops, PyException_GetTraceback() is not documented...
2011-10-23 Petri LehtinenAdd the green "New reference" note to the doc of PyExce...
2011-10-23 Éric AraujoNote that the #1548891 fix indirectly fixes shlex ...
next