]> granicus.if.org Git - python/shortlog
python
2012-03-15 Gregory P.... merge heads.
2012-03-15 Gregory P.... Fixes Issue 14234: fix for the previous commit, keep...
2012-03-15 Barry Warsawmerge 2.6
2012-03-15 Barry Warsaw- Issue #14234: CVE-2012-0876: Randomize hashes of...
2012-03-14 Matthias Klose- rename configure.in to configure.ac
2012-03-14 Gregory P.... Fixes Issue #14234: CVE-2012-0876: Randomize hashes...
2012-03-14 Georg BrandlCloses #14289: put a link to the CHM download page...
2012-03-13 Martin v. LöwisIssue #5219: Prevent event handler cascade in IDLE.
2012-03-13 Vinay SajipMerged upstream change.
2012-03-13 Vinay SajipCloses #14267: Corrected computation of rollover filename.
2012-03-13 Senthil KumaranFix closes Issue14281 - Test for cgi.escape by Brian...
2012-03-13 Senthil Kumaranmerge heads
2012-03-12 Ezio Melotti#14179: add tests for re.compile. Patch by Florian...
2012-03-12 Senthil Kumarancloses issue14257 - Grammatical fix
2012-03-12 Senthil Kumarancloses issue14257 minor error in glossary wording regar...
2012-03-12 Senthil KumaranFix closes issue14258 - added clarification to \W and...
2012-03-12 Ezio Melotti#14161: fix test failures on Windows.
2012-03-11 Ezio Melotti#14161: fix compile error under Windows.
2012-03-11 Ezio Melotti#14161: fix the __repr__ of file objects to escape...
2012-03-11 Antoine PitrouIssue #14252: Fix subprocess.Popen.terminate() to not...
2012-03-10 Mark DickinsonCloses #9574: Note that complex constructor doesn't...
2012-03-08 Jason R. CoombsMoved symlink support into its own module. Ported can_s...
2012-03-08 Jason R. CoombsImprove the test case to avoid spurious errors about...
2012-03-08 Jason R. CoombsTest in 6c218b9c5c4c was inadvertently converted from...
2012-02-23 Barry WarsawAdded tag v2.6.8rc1 for changeset 5356b6c7fd66
2012-02-23 Barry WarsawAdded tag v2.6.8rc1 for changeset caab08cd2b3e
2012-02-23 Barry WarsawBump some more copyright years (as per PEP 101), since... v2.6.8rc1
2012-02-23 Barry WarsawBump to version 2.6.8rc1.
2012-02-22 Barry WarsawBack port from 2.7:
2012-02-22 Barry WarsawBackport from 2.7:
2012-02-22 Barry WarsawBackport from 2.7 branch.
2012-02-21 Georg BrandlRemove reST markup from --help output. Also: O(n*...
2012-02-21 Benjamin Petersondon't need this hack anymore
2012-02-21 Antoine PitrouFix crash at startup with -W options.
2012-02-21 Benjamin Petersonmerge heads
2012-02-21 Barry WarsawBackport fix from default branch for ./python -R -Wd...
2012-02-21 Benjamin Petersonensure no one tries to hash things before the random...
2012-02-21 Barry WarsawLet's sort the keys so that this test passes even with...
2012-02-21 Barry WarsawWhitespace normalization
2012-02-21 Barry Warsaw- Issue #13703: oCERT-2011-003: add -R command-line...
2012-02-20 Barry WarsawBack port Python 2.7 fix for test_invalid_redirect...
2012-02-18 Charles-François... Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless...
2012-01-27 Antoine PitrouIssue #13885: CVE-2011-3389: the _ssl module would...
2012-01-15 Jason R. CoombsAdding regression test for issue6727
2012-01-13 Jason R. CoombsFix indentation
2012-01-13 Jason R. CoombsExtracted Windows directory detection from NullImporter...
2012-01-13 Jason R. CoombsMoved directory detection into an isdir function
2012-03-08 Benjamin Petersonmove notes for 2.7.4 to the right place
2012-03-08 Benjamin Petersonallow cycles throught the __dict__ slot to be cleared...
2012-03-07 Éric AraujoBackout buggy patch for #13719
2012-03-07 Jason R. CoombsUse PEP-8 style in logging example
2012-03-06 Vinay SajipCloses #14158: We now track test_support.TESTFN cleanup...
2012-03-05 Éric AraujoFix NameError
2012-03-05 Éric AraujoMake distutils’ upload command work with bdist_msi...
2012-03-05 Éric AraujoMove xml.etree higher and xml.parsers.expat lower in...
2012-03-05 Éric AraujoUse source reST role instead of file where it makes...
2012-03-05 Éric AraujoRemove mention of defunct file.
2012-03-05 Éric AraujoUse raw string for a docstring that uses a backslash
2012-03-05 Meador IngeIssue #14195: Make WeakSet.__lt__ and WeakSet.__gt__...
2012-03-04 Antoine PitrouFix some set algebra methods of WeakSet objects.
2012-03-04 Antoine PitrouFix sporadic failure in test_weakset
2012-03-04 Armin RigoAdd a crasher for the documented issue of calling ...
2012-03-03 Georg BrandlFix link to global module index.
2012-03-02 Eli BenderskyIssue #11379: add a note in xml.dom.minidom suggesting...
2012-03-01 Petri Lehtinensqlite3: Port relevant documentation changes from 3.2
2012-03-01 Antoine PitrouIssue #14159: Fix the len() of weak sets to return...
2012-02-29 Stefan KrahIssue #14152: backport fix.
2012-02-29 Ezio Melotti#14089: increase coverage of the fractions module....
2012-02-29 Ezio Melotti#14155: remove duplication about search vs match in...
2012-02-29 Ezio Melotti#10713: Improve documentation for \b and \B and add...
2012-02-28 Larry HastingsIssue #13086: Update howto/cporting.rst to discuss...
2012-02-28 Nadeem VawdaGive better failure messages in test_strptime (cf....
2012-02-28 Martin v. Löwisnull-merge v2.6.8rc1 tag
2012-02-26 Antoine PitrouIssue #13521: dict.setdefault() now does only one looku...
2012-02-26 Éric AraujoBranch merge
2012-02-26 Éric AraujoAdd versionadded for sys.flags.hash_randomization variable
2012-02-26 Éric AraujoFix markup errors
2012-02-26 Éric AraujoSynchronize some distutils tests with 3.2.
2012-02-26 Éric AraujoFix typo “seperator”
2012-02-26 Éric AraujoState explicitely that PYTHONDONTWRITEBYTECODE is equiv...
2012-02-26 Éric AraujoUpdate docstring with more useful text (from the PEP)
2012-02-26 Éric AraujoAvoid relying on the default reST role in logging libra...
2012-02-26 Éric AraujoDocument that shutil.make_archive does not typecheck...
2012-02-26 Éric AraujoUse raw strings for docstrings with backslashes in...
2012-02-26 Éric AraujoFix typo (#13467)
2012-02-26 Éric AraujoUpdate lingering references to ex-parrot. I mean ex...
2012-02-26 Éric AraujoFix instructions on how to rebuild some modules
2012-02-26 Éric AraujoMark up constants in socket doc as such
2012-02-26 Éric AraujoHide or remove user-visible XXX notes from distutils...
2012-02-26 Éric AraujoStop ignoring RPMs in distutils' upload command (#2945).
2012-02-26 Éric AraujoImprove interlinking of archiving/compression modules...
2012-02-25 Sandro TosiIssue #13999: refer to multiprocessing.Queue when needed
2012-02-25 Ezio Melotti#14114: don't include copybutton.js in the htmlhelp...
2012-02-25 Éric AraujoAdd test file for scripts in Tools (#13447).
2012-02-25 Éric AraujoFix long-standing bugs with MANIFEST.in parsing on...
2012-02-25 Martin v. LöwisAdd 2.7.3 and 2.7.4 UUIDs
2012-02-23 Vinay SajipMerged upstream changes.
2012-02-23 Vinay SajipFix added for recent changes in non-threading environments.
2012-02-23 Benjamin Petersonmerge heads
2012-02-23 Benjamin Petersonmerge 2.7 release
next