]> granicus.if.org Git - python/shortlog
python
2012-03-14 Gregory P.... merge (no change)
2012-03-14 Gregory P.... Fixes Issue #14234: CVE-2012-0876: Randomize hashes...
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 Gregory P.... Fixes issue #14234: CVE-2012-0876: Randomize hashes...
2012-03-14 Senthil Kumaranmerge heads
2012-03-14 Senthil KumaranFix the buildbot breakdown - issue 10050
2012-03-14 Andrew SvetlovMegre from tip
2012-03-14 Andrew SvetlovMerge from tip
2012-03-14 Senthil Kumarandeprecated the old urllib primitives in 3.3 urllib...
2012-03-14 Michael FoordRemove Python 2 compatibility cruft from unittest.mock
2012-03-14 Andrew SvetlovIssue #14200: Idle shell crash on printing non-BMP...
2012-03-14 Michael FoordAnd another one... mock import fix.
2012-03-14 Michael FoordMerge
2012-03-14 Michael FoordFix another mock import
2012-03-14 Michael FoordFix import failure in mock test
2012-03-14 R David Murray#12818: remove escaping of () in quoted strings in...
2012-03-14 Michael FoordPEP 417: Adding unittest.mock
2012-03-14 R David Murray#14062: fix BytesParser handling of Header objects
2012-03-14 R David Murray#14062: fix BytesParser handling of linesep for Header...
2012-03-14 Antoine PitrouIssue #13839: When invoked on the command-line, the...
2012-03-14 Andrew SvetlovRevert the patch for issue 3835 because failed on Windo...
2012-03-14 Georg Brandl#14289: merge with 3.2
2012-03-14 Georg BrandlCloses #14289: put a link to the CHM download page...
2012-03-14 Georg Brandl#14283: merge with 3.2
2012-03-14 R David MurrayMerge #14291: if a header has non-ascii unicode, defaul...
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 Georg BrandlCloses #14298: update section about dict implementation.
2012-03-14 Gregory P.... Avoid main_window unused compiler warning.
2012-03-14 Senthil Kumarandefault: closes Issue12365 - Add an example explaining...
2012-03-14 Senthil Kumarancloses Issue12365 - Add an example explaining the conte...
2012-03-14 Senthil KumaranIssue10050 - urlretrieve uses newer urlopen. reporthook...
2012-03-14 Andrew SvetlovIssue #989712: Support using Tk without a mainloop.
2012-03-13 Victor StinnerWhat's New in Python 3.3: Repeat the dict lookup change...
2012-03-13 Victor StinnerFix doc of datetime.date*.*fromtimestamp() methods
2012-03-13 Victor StinnerIssue #14180: Fix the select module to handle correctly...
2012-03-13 Victor StinnerIssue #14180: TestDateTime.test_microsecond_rounding...
2012-03-13 Victor StinnerIssue #14180: datetime.date.fromtimestamp(), datetime...
2012-03-13 R David Murray#8315: add automatic unittest test discovery in test...
2012-03-13 Benjamin Petersonmerge 3.2
2012-03-13 Benjamin Petersonmerge heads
2012-03-13 Benjamin Petersonmerge heads
2012-03-13 Martin v. LöwisMerge 3.2
2012-03-13 Martin v. LöwisIssue #5219: Prevent event handler cascade in IDLE.
2012-03-13 Martin v. LöwisIssue #5219: Prevent event handler cascade in IDLE.
2012-03-13 Benjamin Petersonmerge 3.2
2012-03-13 Benjamin Petersonmerge heads
2012-03-13 Benjamin Petersonfix indentation
2012-03-13 Martin v. LöwisIssue #3835: Refuse to use unthreaded Tcl in threaded...
2012-03-13 Martin v. LöwisIssue #2843: Add new Tk API to Tkinter.
2012-03-13 Ned DeilyIssue #14184: merge
2012-03-13 Ned DeilyIssue #14184: Increase the default stack size for secon...
2012-03-13 Victor StinnerIssue #14180: Fix an invalid rounding when compiler...
2012-03-13 Victor StinnerIssue #14180: Fix pythoncore.vcproj, Modules/_time...
2012-03-13 Victor StinnerIssue #14180: Fix another typo in kqueue_queue_control()
2012-03-13 Victor StinnerIssue #14180: Fix select.select() compilation on BSD...
2012-03-13 Victor StinnerIssue #14180: Remove commented code
2012-03-13 Victor StinnerClose #14180: Factorize code to convert a number of...
2012-03-13 Vinay SajipMerged upstream change.
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
next