]> granicus.if.org Git - python/shortlog
python
2011-12-18 Charles-François... Issue #11870: threading: Properly reinitialize threads...
2011-12-18 Charles-François... Issue #8035: urllib: Fix a bug where the client could...
2011-12-18 Victor StinnerIssue #13522: Fix _Py_co_pow() documentation
2011-12-18 Antoine PitrouIssue #13522: document error return values of some...
2011-12-16 Ezio Melotti#13613: fix example in re doc.
2011-12-15 Victor StinnerIssue #13545: Fix platform.libc_version() is the SO...
2011-12-15 Antoine PitrouFix the fix for issue #12149: it was incorrect, althoug...
2011-12-14 Ned DeilyIssue #4625: add NEWS entry.
2011-12-14 Ned DeilyIssue #4625: If IDLE cannot write to its recent file...
2011-12-14 Charles-François... Issue #13453: Fix a race condition in test_poplib.
2011-12-14 Charles-François... Issue #4028: Make multiprocessing build on SunOS.
2011-12-13 Ezio Melotti#6570: clarify tutorial section about keyword arguments.
2011-12-13 Ezio Melotti#13549: improve tutorial section about listcomps.
2011-12-12 Raymond HettingerIssue #13573: The csv.writer now uses the repr() for...
2011-12-10 Benjamin Petersonyou can't get resource.error if you can't import resource
2011-12-10 Charles-François... Issue #13453: Catch EAI_FAIL in support.transient_internet.
2011-12-09 Florent XiclunaFix docstring typo.
2011-12-09 Jason R. CoombsImplemented suggested improvements for pdb test by...
2011-12-08 Stefan KrahBackport second fix for issue #11149.
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...
next