]> granicus.if.org Git - python/shortlog
python
2012-01-09 Antoine PitrouIssue #13747: fix documentation error about the default...
2012-01-07 Sandro TosiPy_SetPythonHome() can be called before Py_Initialize...
2012-01-07 Sandro Tosiclarify recv* are blocking operations; thanks to Chris...
2012-01-06 Raymond HettingerClarify that vars() doesn't place extra restrictions...
2012-01-05 Sandro TosiIssue #12042: a queue is only used to retrive results...
2012-01-05 Sandro TosiIssue #11984: remove reference to parser, it's not...
2012-01-04 Sandro TosiIssue #10772: add count and help argparse action; patch...
2012-01-03 Benjamin Petersonfix this to not depend on dictionary order
2012-01-03 Antoine PitrouIssue #13636: Weak ciphers are now disabled by default...
2012-01-03 Sandro TosiIssue #6031: improve serve_forever() description
2012-01-03 Sandro TosiIssue #9349: add argparse.SUPPRESS to help doc
2012-01-02 Charles-François... Issue #9975: socket: Fix incorrect use of flowinfo...
2012-01-01 Sandro TosiIssue #13302: backport part of 3ed28f28466f
2012-01-01 Sandro TosiIssue #13690: add re.DEBUG; patch by Filip Gruszczyński
2012-01-01 Ned DeilyUpdate copyright dates in Mac plists.
2012-01-01 Benjamin Petersonadd another year to glorious PSF IP
2011-12-31 Sandro Tosifix some broken URLs
2011-12-31 Eli BenderskySome formatting & grammar fixes for the multiprocessing doc
2011-12-30 Benjamin Petersonuse booleans
2011-12-28 Jason R. CoombsLimit test scope to those platforms that can save the...
2011-12-27 Benjamin Petersonpropgate error in other conditions
2011-12-26 Jason R. CoombsIssue #11638: Adding test to ensure .tar.gz files can...
2011-12-25 Georg BrandlI do not think we will ever have auto-indent at the...
2011-12-25 Sandro Tosifix "Title underline too short" sphinx warning
2011-12-25 Sandro Tosiuse double-quote char instead of unicode ones; thanks...
2011-12-25 Sandro Tosifix to sent/send typo
2011-12-25 Sandro Tosifix Constuctor/Constructor typo; thanks to Anthon van...
2011-12-24 Sandro Tosipoint IronPython to ironpython.net; thanks to Lazar...
2011-12-24 Sandro Tosifix Rather that/Rather than; thanks to Reuben Thomas...
2011-12-24 Sandro Tosiremove spurious dot from string formatting example...
2011-12-24 Sandro Tosicorrect syslog.openlog() argument name to logoption...
2011-12-23 Charles-François... Issue #13565: Increase multiprocessing's server socket...
2011-12-23 Senthil Kumaranport to 2.7 - Minor code style improvements in http...
2011-12-23 Senthil KumaranUpdate News entry.
2011-12-23 Senthil Kumaranporting mimetype doc changes from 3.2.
2011-12-22 Senthil KumaranIssue13443 - Remove the functional module examples...
2011-12-21 Lars GustäbelIssue #13639: Accept unicode filenames in tarfile.open...
2011-12-21 Antoine PitrouUse context managers in test_ssl to simplify test writing.
2011-12-21 Antoine PitrouFix test_import failure when run multiple times.
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.
next