]> granicus.if.org Git - python/shortlog
python
2012-03-13 Vinay SajipMerged upstream change.
2012-03-13 Vinay SajipCloses #14267: Merged fix from 3.2.
2012-03-13 Vinay SajipCloses #14267: Corrected computation of rollover filename.
2012-03-13 Senthil Kumaranmerge to 3.3 - Fix closes Issue14281 - Test for cgi...
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 Senthil Kumaranmerge heads
2012-03-13 Senthil Kumaranmerge heads
2012-03-13 Michael FoordMerge
2012-03-13 Michael FoordFix unittest test discovery for Jython
2012-03-13 R David Murray#8942: add test for __path__ contents in zipimport...
2012-03-13 Martin v. LöwisIssue #1178863: Separate initialisation from setting...
2012-03-13 Sean Reifschneidercloses #14259 re.finditer() now takes keyword arguments...
2012-03-13 Victor StinnerTry to fix compilation of Python-ast.c on Visual Studio...
2012-03-12 Ezio Melotti#14179: merge with 3.2.
2012-03-12 Ezio Melotti#14179: add tests for re.compile. Patch by Florian...
2012-03-12 Victor StinnerIssue #14104: Implement time.monotonic() on Mac OS X,
2012-03-12 Łukasz Langaminor PEP7-related fix
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 Michael FoordMerge
2012-03-12 Michael FoordMove adding unittest test discovery command line option...
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 Łukasz LangaHead merge
2012-03-12 Łukasz Langa#13842: check whether PyUnicode_FromString succeeded
2012-03-12 Ezio Melotti#13394: add more tests for the aifc module and use...
2012-03-12 Ezio Melotti#13394: add more tests for the aifc module. Patch...
2012-03-12 Michael FoordMerge
2012-03-12 Michael FoordRefactor unittest command line handling to always use...
2012-03-12 Łukasz LangaHead merge.
2012-03-12 Łukasz LangaFixes #13842: cannot pickle Ellipsis or NotImplemented.
2012-03-12 Benjamin Petersonadjust for change in AST type
2012-03-12 Benjamin Petersonmerge 3.2
2012-03-12 Benjamin Petersonkill this disabled code
2012-03-12 Benjamin Petersonmerge 3.2
2012-03-12 Benjamin Petersonuse correct naming convention
2012-03-12 Senthil Kumarancloses issue14257 - Grammatical fix
2012-03-12 Senthil Kumarancloses issue14257 - Grammatical fix
2012-03-12 Benjamin Petersongive the AST class a __dict__
2012-03-12 Benjamin Petersonmerge 3.2
2012-03-12 Benjamin Petersonallow AST objects to be like its subclasses
2012-03-12 Benjamin Petersonmerge heads
2012-03-12 Benjamin Petersonmerge 3.2
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 Eric V. SmithMerge.
2012-03-12 Eric V. SmithMake test_logging no longer fail if zlib not present...
2012-03-12 Senthil Kumarancloses issue14257 - cpython - minor error in glossary...
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-11 Antoine PitrouIssue #14252: Fix subprocess.Popen.terminate() to not...
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.
next