]> granicus.if.org Git - python/shortlog
python
2011-12-07 Victor StinnerIssue #11886: workaround an OS bug (time zone data...
2011-12-07 Ezio Melotti#13531: add a test for defaultdict with a non-callable...
2011-12-07 Amaury Forgeot... Issue #13546: Fixed an overflow issue that could crash...
2011-12-06 Jesus CeaClose #13500: Hitting EOF gets cmd.py into a infinite...
2011-12-06 Lars GustäbelCorrectly detect bzip2 compressed streams with blocksiz...
2011-12-04 Antoine PitrouIssue #13527: remove mention of Python megawidgets...
2011-12-03 Meador IngeIssue #13513: IOBase docs incorrectly link to the readl...
2011-11-07 Jason R. CoombsIssue #13211: Add .reason attribute to HTTPError to...
2011-12-02 Petri LehtinenIssue #13439: Fix many errors in turtle docstrings.
2011-12-02 Ezio Melotti#13494: s/cast/convert/. Also add a link.
2011-12-02 Ezio Melotti#13499: fix example adding >>> before the comments.
2011-12-02 Ezio Melotti#8414: add more tests for "assert". Initial patch...
2011-11-28 Victor StinnerIssue #13093: Fix _testcapi.unicode_encodedecimal()
2011-11-27 Charles-François... Issue #13415: Skip test_os.test_unset_error on FreeBSD...
2011-11-27 Charles-François... Issue #13415: Test in configure if unsetenv() has a...
2011-11-26 Meador IngeIssue #12618: fix py_compile unit tests to handle diffe...
2011-11-26 Meador IngeIssue #12618: create unit tests for the py_compile...
2011-11-26 Meador IngeIssue #13380: add an internal function for resetting...
2011-11-25 Antoine PitrouIssue #12856: Ensure child processes do not inherit...
2011-11-23 Vinay SajipAdded a configuration dictionary example to the logging...
2011-11-23 Vinay SajipCloses #13459: Clarified documentation on Logger.propag...
2011-11-23 Benjamin Petersonno python objects to manage here
2011-11-23 Benjamin Petersonplug refleak
2011-11-23 Antoine PitrouIssue #13458: Fix a memory leak in the ssl module when...
2011-11-22 Victor StinnerIssue #13436: Fix unsetenv() test on Windows
2011-11-22 Victor StinnerIssue #13415: os.unsetenv() doesn't ignore errors anymore.
2011-11-22 Charles-François... Issue #12156: Skip test_multiprocessing on systems...
2011-11-22 Victor StinnerIssue #13093: Fix error handling on PyUnicode_EncodeDec...
2011-11-21 Antoine PitrouIssue #13322: Fix BufferedWriter.write() to ensure...
2011-11-20 Victor StinnerClose #13401: Skip TestFileTypeW of test_argparse if...
2011-11-20 Raymond HettingerNote the store_true and store_false also create the...
2011-11-20 Raymond HettingerMake an error message more understandable and consisten...
2011-11-19 Mark DickinsonIssue #12245: Document sys.float_info.rounds better.
2011-11-18 Ezio Melotti#13387: add note about checking the exact type in asser...
2011-11-18 Ezio Melotti#11112: Fix typo in a base class in test_socket.
2011-11-18 Ezio Melotti#13358: HTMLParser now calls handle_data only once...
2011-11-18 Ezio Melotti#4147: minidom's toprettyxml no longer adds whitespace...
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_...
next