]> granicus.if.org Git - python/shortlog
python
2012-03-11 Ross LagerwallModify patchcheck.py to check for changes to configure.in.
2012-03-10 Antoine PitrouFix regression after c8d1df9ac987
2012-03-10 Georg BrandlClose #14210: add command argument completion to pdb...
2012-03-10 Georg BrandlClose #14248: fix typo.
2012-03-10 Mark Dickinsonmerge 3.2 (#9574)
2012-03-10 Mark DickinsonCloses #9574: Note that complex constructor doesn't...
2012-03-10 Antoine PitrouPEP8-ize test names
2012-03-10 Antoine PitrouRemove useless failOnException() method
2012-03-10 Georg BrandlMerge with 3.2.
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 Victor StinnerClose #14232: catch mmap() failure in new_arena() of...
2012-03-09 Victor StinnerIssue #14205: Fix test_dict.test_mutating_lookup()
2012-03-09 Antoine PitrouRelax timeout tests for weak Windows buildbot
2012-03-09 Benjamin Petersonrefactor and avoid warnings
2012-03-09 Victor StinnerIssue #14205: Document the dict lookup change in What...
2012-03-09 Victor StinnerIssue #14231: Lib/test/crashers/borrowed_ref_1.py was...
2012-03-09 Eli BenderskyIssue #14178: Problem deleting slices with steps !...
2012-03-09 Georg BrandlFix indentation.
2012-03-09 Senthil Kumarannull merge from 3.2
2012-03-09 Senthil KumaranFix closes Issue: 14217 - 3.2 branch
2012-03-09 Senthil KumaranFix closes Issue: 14217 - Appropriate sphinx directive...
2012-03-08 Victor StinnerIssue #14211: Oops, I removed the wrong file :-)
2012-03-08 Victor StinnerIssue #14211: _PyObject_GenericSetAttrWithDict() keeps...
2012-03-08 Victor StinnerClose #14199: _PyType_Lookup() and super_getattro(...
2012-03-08 Georg BrandlFix indentation.
2012-03-08 Victor StinnerIssue #14205: document the change of dict[key] behaviou...
2012-03-08 Benjamin Petersonmerge 3.2 (null)
2012-03-08 Victor StinnerClose #14223: curses.addch() is no more limited to...
2012-03-08 Benjamin Petersonmerge 3.2 (#3787e896dbe9)
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-08 Benjamin Petersonmake gi_running a boolean
2012-03-08 Benjamin Petersonindicate we're not running as we leave this block
2012-03-07 Benjamin Petersonmake delegating generators say they running (closes...
2012-03-07 Benjamin Petersonmerge 3.2 (#14212)
2012-03-07 Benjamin Petersonmerge heads
2012-03-07 Benjamin Petersonkeep the buffer object around while we're using it...
2012-03-07 Éric AraujoRemove buggy change for #13719 in packaging
2012-03-07 Éric AraujoMerge 3.2
2012-03-07 Éric AraujoBackout buggy patch committed for #13719
2012-03-07 Ross LagerwallUse ANSI C prototype instead of K&R style.
2012-03-07 Jason R. CoombsUse PEP-8 style in logging example
2012-03-06 Ross LagerwallIssue #10951: Fix compiler warnings in _sre.c
2012-03-06 Ross LagerwallIssue #10951: Fix warnings in the socket module.
2012-03-07 Jason R. CoombsMerge: Use PEP-8 style in logging example
2012-03-07 Georg BrandlAdd todo item about hash randomization.
2012-03-06 Brett Cannonmerge
2012-03-06 Martin v. LöwisRemove uuids, as they are now computed.
2012-03-06 Martin v. LöwisUse hg manifest to compute list of library files to...
2012-03-06 Stefan KrahWhitespace.
2012-03-06 Stefan KrahWhitespace.
2012-03-06 Stefan KrahIssue #14181: Improve clarity in the documentation...
2012-03-06 Antoine PitrouMerge
2012-03-06 Antoine PitrouRemove a couple of local imports.
2012-03-06 Antoine PitrouReap processes at test end to avoid false positives...
2012-03-06 Nick CoghlanAdd some simple examples to the PEP 380 section of...
2012-03-06 Nick CoghlanAdd PEP 414 to What's New, consolidate memoryview entries
2012-03-06 Martin v. LöwisIssue #14200: Add benchmark results to text flow.
2012-03-06 Larry HastingsFix a comment: PySequence_Fast() creates a list, not...
2012-03-06 Victor StinnerRemove an unused variable
2012-03-06 Victor Stinnertest_pty: fix ResourceWarning warnings
2012-03-06 Victor StinnerClose #14205: dict lookup raises a RuntimeError if...
2012-03-05 Martin v. LöwisMove entry to right section. Mention minidom.
2012-03-05 Vinay SajipAdded delay before record creation.
2012-03-05 Antoine PitrouIssue #12328: Fix multiprocessing's use of overlapped...
2012-03-05 Stefan KrahMerge.
2012-03-05 Stefan KrahIssue #14181: Preserve backwards compatibility for...
2012-03-05 Éric AraujoMerge 3.2
2012-03-05 Éric AraujoMake packaging’ upload command work with bdist_msi...
2012-03-05 Éric AraujoFix NameError from #13719 fix
2012-03-05 Éric AraujoBranch merge
2012-03-05 Éric AraujoMerge 3.2
2012-03-05 Éric AraujoImprove packaging.database documentation
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 Benjamin Petersonremove f_yieldfrom access from Python (closes #13970)
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 Stefan KrahIssue #14181: Test creating memoryviews from a static...
2012-03-05 Vinay SajipIssue #12151: Added more info to diagnostics.
2012-03-05 Florent Xiclunaxml.dom.minidom: add more __slots__ to limit resource...
2012-03-05 Florent Xiclunaxml.dom: fix typo, drop unused imports.
2012-03-05 Florent XiclunaFlatten nested try ... finally, try ... except.
2012-03-05 Stefan KrahMerge.
2012-03-05 Stefan KrahIssue #10181: The decision was to raise a buffer error...
2012-03-05 Vinay SajipMerged upstream changes.
2012-03-05 Vinay SajipAdded more diagnostics for diagnosing #12151.
2012-03-05 Florent XiclunaIssue #14007: accept incomplete TreeBuilder objects...
2012-03-05 Florent XiclunaIssue #14007: drop unused TreeBuilder().xml.
2012-03-05 Stefan KrahIssue #14181: Allow memoryview construction from an...
2012-03-05 Georg Brandl3.3.0a1 is done.
2012-03-05 Martin v. LöwisIssue #14168: Check for presence of _attrs before acces...
2012-03-05 Meador IngeIssue #14195: Make WeakSet.__lt__ and WeakSet.__gt__...
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 Martin v. LöwisIssue #14171: Add valgrind suppressions for OpenSSL...
2012-03-04 Antoine PitrouMerge
next