]> granicus.if.org Git - python/shortlog
python
2012-03-17 R David Murray#11686: add missing entries to email __all__ lists.
2012-03-17 R David Murray#11780: s/throw/raise/
2012-03-17 R David Murray#11780: document that email.encoders throw TypeError...
2012-03-16 Eli BenderskyIssue #14202: some additional doc fixes
2012-03-16 Benjamin Petersoncheck to make sure the attribute is a string (#14334)
2012-03-16 Eli BenderskyIssue #14202: Greatly enhance the documentation of...
2012-03-16 Senthil Kumarancloses issue10484 - Fix the http.server's cgi PATH_INFO...
2012-03-16 Eli BenderskyIssue #9257: clarify the events iterparse accepts
2012-03-16 Senthil KumaranExplain the use of charset parameter with Content-Type...
2012-03-15 Senthil Kumarancloses Issue #11199: Fix the with urllib which hangs...
2012-03-15 R David Murray#12758: removing confusing mention of UTC from time...
2012-03-15 Gregory P.... merge heads
2012-03-15 Gregory P.... Fixes Issue 14234: fix for the previous commit, keep...
2012-03-15 Senthil KumaranFix the wrong urllib exampls which use str for POST...
2012-03-14 Matthias Klosemerge 3.1
2012-03-14 Matthias Klosemerge heads
2012-03-14 Matthias Klosemerge heads
2012-03-14 Matthias Klosemerge 3.1
2012-03-14 Matthias Klose- rename configure.in to configure.ac
2012-03-14 Gregory P.... merge heads
2012-03-14 Gregory P.... merge (no change needed in 3.2)
2012-03-14 Gregory P.... move the Misc/NEWS entry to the right section.
2012-03-14 Gregory P.... Fixes Issue #14234: CVE-2012-0876: Randomize hashes...
2012-03-14 Georg BrandlCloses #14305: fix typo.
2012-03-14 Gregory P.... Fixes issue #14234: CVE-2012-0876: Randomize hashes...
2012-03-14 R David Murray#14062: fix BytesParser handling of linesep for Header...
2012-03-14 Georg BrandlCloses #14289: put a link to the CHM download page...
2012-03-14 Georg BrandlCloses #14283: match() and search() are regex methods...
2012-03-14 R David Murray#14291: if a header has non-ascii unicode, default...
2012-03-14 Senthil Kumarancloses Issue12365 - Add an example explaining the conte...
2012-03-13 Benjamin Petersonmerge heads
2012-03-13 Martin v. LöwisIssue #5219: Prevent event handler cascade in IDLE.
2012-03-13 Benjamin Petersonmerge heads
2012-03-13 Benjamin Petersonfix indentation
2012-03-13 Ned DeilyIssue #14184: Increase the default stack size for secon...
2012-03-13 Vinay SajipMerged upstream change.
2012-03-13 Vinay SajipCloses #14267: Corrected computation of rollover filename.
2012-03-13 Senthil Kumaran3.2 - Fix closes Issue14281 - Test for cgi.escape by...
2012-03-13 Senthil Kumaranmerge heads
2012-03-13 Senthil Kumaranmerge heads
2012-03-13 Michael FoordFix unittest test discovery for Jython
2012-03-12 Ezio Melotti#14179: add tests for re.compile. Patch by Florian...
2012-03-12 Eric V. SmithMerge heads.
2012-03-12 Eric V. Smithstr.format_map tests don't do what they say: fix to...
2012-03-12 Ezio Melotti#13394: add more tests for the aifc module. Patch...
2012-03-12 Benjamin Petersonkill this disabled code
2012-03-12 Benjamin Petersonuse correct naming convention
2012-03-12 Senthil Kumarancloses issue14257 - Grammatical fix
2012-03-12 Benjamin Petersonallow AST objects to be like its subclasses
2012-03-12 Benjamin Petersonmerge heads
2012-03-12 Benjamin Petersonevery other ast object has a dict, so I think AST shoul...
2012-03-12 Senthil Kumarancloses issue14257 - 3.2 minor error in glossary wording...
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-10 Georg BrandlCloses #14244: add info about capturing groups and...
2012-03-10 Georg BrandlCloses #14186: add link to PEP 3107 (function annotatio...
2012-03-09 Senthil KumaranFix closes Issue: 14217 - 3.2 branch
2012-03-08 Benjamin Petersonthis stuff will actually be new in 3.2.4
2012-03-08 Benjamin Petersonallow cycles throught the __dict__ slot to be cleared...
2012-03-07 Benjamin Petersonmerge heads
2012-03-07 Benjamin Petersonkeep the buffer object around while we're using it...
2012-03-07 Éric AraujoBackout buggy patch committed for #13719
2012-03-07 Jason R. CoombsUse PEP-8 style in logging example
2012-03-05 Éric AraujoFix NameError from #13719 fix
2012-03-05 Éric AraujoBackport minidom attribute tests from default (73c76466...
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 PitrouPort 2.7 fix for sporadic failure in test_weakset.
2012-03-03 Antoine PitrouIssue #14177: marshal.loads() now raises TypeError...
2012-03-02 Antoine PitrouIssue #14172: Fix reference leak when marshalling a...
2012-03-02 Eli Benderskymerge 3.2 heads
2012-03-02 Eli BenderskyIssue #11379: add a note in xml.dom.minidom suggesting...
2012-03-02 Vinay SajipCloses #14158: improved resilience to test files left...
2012-03-01 Petri Lehtinensqlite3: Port documentation changes from the 2.7 branch
2012-03-01 Antoine PitrouIssue #14159: Fix the len() of weak containers (WeakSet...
2012-02-29 Stefan KrahIssue #14152: Restore the Include/*.h dependencies...
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-29 Larry HastingsPropagate changes for issues #13053 and #13086 from...
2012-02-28 Nadeem VawdaGive better failure messages in test_strptime (cf....
2012-02-28 Sandro Tosis/div/truediv/; thanks to Félix-Antoine Fortin from...
2012-02-28 Vinay SajipImproved logging cookbook example.
2012-02-28 Georg BrandlFix markup errors.
2012-02-27 Antoine PitrouIssue #13125: Silence spurious test_lib2to3 output...
2012-02-27 Stefan KrahIssue #14125: backport refleak fix (d4adbf908983).
2012-02-27 Vinay SajipUpdated cookbook with information on customising LogRec...
2012-02-27 Vinay SajipUpdated logging cookbook with info on alternative forma...
2012-02-27 Antoine PitrouMerge
2012-02-26 Antoine PitrouIssue #13521: dict.setdefault() now does only one looku...
2012-02-26 Nadeem VawdaIssue #13873: Fix crash in test_zlib when running on...
2012-02-26 Gregory P.... Issue #14123: Explicitly mention that old style % strin...
2012-02-26 Éric AraujoBranch merge
2012-02-26 Éric AraujoSet archive format explicitly in one distutils test
2012-02-26 Éric AraujoFix typo in “seperat{or,ion}”
next