]> granicus.if.org Git - python/shortlog
python
2011-12-21 Antoine PitrouIssue #1785: Fix inspect and pydoc with misbehaving...
2011-12-20 Benjamin Petersonnote the blinding speed of these functions
2011-12-20 Charles-François... Followup to issue #11867: Use socketpair(), since FreeB...
2011-12-19 Benjamin Petersondon't mention implementation detail
2011-12-19 Charles-François... Issue #13453: Try to increase some socket timeouts...
2011-12-19 Victor StinnerIssue #13628: python-gdb.py is now able to retrieve...
2011-12-19 Charles-François... Issue #11867: Make test_mailbox.test_lock_conflict...
2011-12-19 Ezio Melotti#13576: add tests about the handling of (possibly broke...
2011-12-19 Ezio Melottis/:c:type:/:ctype:/g
2011-12-19 Ezio Melotti#3932: suggest passing unicode to HTMLParser.feed().
2011-12-19 Ezio Melotti#13387: rephrase unclear sentence.
2011-12-18 Antoine PitrouFollowup to #7502: add __hash__ method and tests.
2011-12-18 Victor StinnerIssue #13617: Document that the result PyUnicode_AsUnic...
2011-12-18 Antoine PitrouMerge
2011-12-18 Georg BrandlSmall clarification in docstring of dict.update():...
2011-12-18 Antoine PitrouIssue #7502: Fix equality comparison for DocTestCase...
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.
next