]> granicus.if.org Git - python/shortlog
python
2012-03-26 Stefan KrahIssue #3367: NULL-terminate argv[] copies to prevent...
2012-03-26 Benjamin Petersonmerge heads
2012-03-26 Benjamin Petersonkill this terribly outdated comment
2012-03-25 Georg BrandlAdd missing files for new doc theme.
2012-03-25 Georg BrandlSwitch to new "lighter" doc design.
2012-03-25 Georg BrandlCloses #14401: fix typos in curses howto.
2012-03-24 Charles-François... Issue #13902: Fix a random test_threading failure on...
2012-03-24 Martin v. LöwisIssue #14400: Fix typo.
2012-03-23 Vinay SajipCloses #14314: backported fix.
2012-03-23 Giampaolo Rodola'attempt to fix asyncore buildbot failure
2012-03-23 Kristján Valur... Fix typo when "PyObject*" was changed to "identifier"
2012-03-22 Kristján Valur... Issue #14387 : undefine 'small' so that it doesn't...
2012-03-22 Giampaolo Rodola'issue 10340 - forgot to update Misc/NEWS
2012-03-22 Giampaolo Rodola'fix #10340: properly handle EINVAL on OSX and also...
2012-03-22 Benjamin Petersonthis should technicaly be identifier
2012-03-22 Antoine PitrouIssue #14387: Do not include accu.h from Python.h.
2012-03-22 Benjamin Petersoncheck for NULL
2012-03-22 Benjamin Petersoncheck by equality for __future__ not identity (closes...
2012-03-21 R David Murray#12757: Make doctest skipping in -OO mode work with...
2012-03-21 Andrew Svetlov#3573: idle now doesn't hungs if launched as: idle...
2012-03-20 Giampaolo Rodola'Fix issue #13694: asynchronous connect in asyncore...
2012-03-19 Ross LagerwallIssue #14359: Only use O_CLOEXEC in _posixmodule.c...
2012-03-19 R David Murray#14355: remove obsolete doc reference to previously...
2012-03-18 Gregory P.... Fixes Issue #14331: Use significantly less stack space...
2012-03-18 Georg BrandlMerge 3.2.3rc2 from release clone.
2012-03-18 Georg BrandlPost-release updates for 3.2.3rc2.
2012-03-18 Georg BrandlAdded tag v3.2.3rc2 for changeset 428f05cb7277
2012-03-18 Georg BrandlBump to 3.2.3rc2. v3.2.3rc2
2012-03-17 R David Murray#14333: fix test_queue so it can be run via standard...
2012-03-17 Georg BrandlMove MANIFEST parsing change to the right position.
2012-03-17 Ned DeilyIssue #14346: Fix some typos in the Mac/README file.
2012-03-17 Georg BrandlCloses #14250: regex.flags has not only explicit flags...
2012-03-17 Georg BrandlCloses #14343: avoid shadowing builtin input() in examp...
2012-03-17 Georg BrandlCloses #14342: remove out-of-date section about avoidin...
2012-03-17 Georg BrandlCloses #14306: clarify expensiveness of try-except...
2012-03-17 Senthil Kumaran3.2 explain json.dumps for non-string keys in dicts...
2012-03-17 R David Murray#11686: news entry.
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 Georg BrandlTransplant from main repo d6c197edd99b: Fixes Issue...
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...
next