]> granicus.if.org Git - python/shortlog
python
2012-10-28 Andrew SvetlovMerge issue #14570: Document json sort_keys parameter...
2012-10-28 Andrew SvetlovMerge issue #14570: Document json sort_keys parameter...
2012-10-28 Andrew SvetlovIssue #14570: Document json sort_keys parameter properly.
2012-10-28 Mark DickinsonIssue #14700: merge tests from 3.3.
2012-10-28 Mark DickinsonIssue #14700: merge tests from 3.2.
2012-10-28 Mark DickinsonIssue #14700: Fix buggy overflow checks for large preci...
2012-10-28 Georg Brandlmerge with 3.3
2012-10-28 Georg Brandlmerge with 3.2
2012-10-28 Georg Brandlchangeset: 80007:49e4541f2aef
2012-10-28 Andrew SvetlovMerge issue #14616: Mention shlex.quote in subprocess...
2012-10-28 Andrew SvetlovIssue #14616: Mention shlex.quote in subprocess docs.
2012-10-28 Vinay SajipIssue #16340: Merged fix from 3.3.
2012-10-28 Vinay SajipIssue #16340: exclude venv/scripts from byte-compilatio...
2012-10-28 Georg BrandlMinor typo fix.
2012-10-28 Georg Brandlmerge with 3.3
2012-10-28 Georg BrandlAdd a autobuild-quick target that only rebuilds HTML.
2012-10-28 Georg Brandlmerge with 3.3
2012-10-28 Georg Brandlmerge with 3.2
2012-10-28 Georg Brandl#8040: fix jQuery incompatibility
2012-10-27 R David Murraymerge #12890: skip tests which fail on windows until...
2012-10-27 R David Murray#12890: skip tests which fail on windows until fixed...
2012-10-27 R David Murraymerge #15889: make regrtest --start succeed in more...
2012-10-27 R David Murraymerge #15889: make regrtest --start succeed in more...
2012-10-27 R David Murray#15889: make regrtest --start succeed in more cases.
2012-10-27 Ezio Melotti#16337: merge with 3.3.
2012-10-27 Ezio Melotti#16337: fix typo.
2012-10-27 Ezio Melotti#8040: merge with 3.3.
2012-10-27 Ezio Melotti#8040: merge with 3.2.
2012-10-27 Ezio Melotti#8040: fix the version.
2012-10-27 Ezio Melotti#8040: merge with 3.3.
2012-10-27 Ezio Melotti#8040: merge with 3.2.
2012-10-27 Ezio Melotti#8040: enable the versionswitcher for the autobuild...
2012-10-27 Ezio Melotti#8040: merge with 3.3.
2012-10-27 Ezio Melotti#8040: merge with 3.2.
2012-10-27 Ezio Melotti#8040: add a version switcher to the documentation...
2012-10-27 R David Murraymerge #12890: don't emit <p> tags in text mode when...
2012-10-27 R David Murraymerge #12890: don't emit <p> tags in text mode when...
2012-10-27 R David Murray#12890: don't emit <p> tags in text mode when logdir...
2012-10-27 Senthil Kumaranmerge from 3.3
2012-10-27 Senthil Kumaranmerge from 3.2
2012-10-27 Senthil KumaranAutomated merge with file:///home/vagrant/3.3
2012-10-27 Senthil KumaranInclude mention of jenkins as an example framework...
2012-10-27 R David Murraymerge #15043: Improve test_gdb support of gdb >= 7.4.
2012-10-27 R David Murraymerge #15043: Improve test_gdb support of gdb >= 7.4.
2012-10-27 R David Murray#15043: Improve test_gdb support of gdb >= 7.4.
2012-10-27 Hynek SchlawackMerge 3.3
2012-10-27 Hynek Schlawack#16307: Fix multiprocessing.Pool.map_async not calling...
2012-10-27 Senthil Kumaranmerge 3.3 and 3.2 changes related to 10836
2012-10-27 Senthil KumaranIssue #16250: Fix URLError invocation with proper args
2012-10-27 Senthil KumaranIssue #16250: Fix URLError invocation with proper args.
2012-10-27 Philip Jenveymerge with 3.3
2012-10-27 Philip Jenveymerge with 3.2
2012-10-27 Philip Jenveybounds check for bad data (thanks amaury)
2012-10-26 Andrew SvetlovMerge issue #16243: add example for inspect.formatargspec
2012-10-26 Andrew SvetlovIssue #16243: add example for inspect.formatargspec
2012-10-26 Petri LehtinenMerge 3.3
2012-10-26 Petri LehtinenAdd Modules/_freeze_importlib to .gitignore
2012-10-26 Ezio MelottiMerge heads.
2012-10-26 Ezio Melotti#16317: merge with 3.3.
2012-10-26 Ezio Melotti#16317: mention lzma in the tutorial. Patch by Serhiy...
2012-10-26 Giampaolo Rodola'remove obsolete hasattr() check for socket.sendall
2012-10-26 Ezio Melotti#16206: merge with 3.3.
2012-10-26 Ezio Melotti#16206: merge with 3.2.
2012-10-26 Ezio Melotti#16206: Improve examples about dict construction.
2012-10-26 Chris JerdonekMerge from 3.3: fix formatting of syntax description...
2012-10-26 Chris JerdonekMerge from 3.2: fix formatting of syntax description...
2012-10-26 Chris JerdonekFix formatting of syntax description of function defini...
2012-10-25 Mark DickinsonIssue #16305: Merge fix from 3.3.
2012-10-25 Mark DickinsonIssue #16305: Merge fix from 3.2.
2012-10-25 Mark DickinsonFix math.factorial KeyboardInterrupt segfault. Thanks...
2012-10-25 Andrew SvetlovUpdate NEWS for issue #16241
2012-10-25 Andrew SvetlovUpdate NEWS for issue #16241
2012-10-24 Ezio Melotti#16210: merge with 3.3.
2012-10-24 Ezio Melotti#16210: merge with 3.2.
2012-10-24 Ezio Melotti#16210: combine the two type() docs. Patch by Pete...
2012-10-24 Benjamin Petersonmake _PyParser_TokenNames const
2012-10-23 Vinay SajipMerged fix of whitespace typo in Misc/NEWS from 3.3.
2012-10-23 Vinay SajipFixed whitespace typo in Misc/NEWS.
2012-10-23 Vinay SajipCloses #16116: Merged fix from 3.3.
2012-10-23 Vinay SajipIssue #16116: Now uses corrected include and library...
2012-10-23 Ezio MelottiAdd Misc/NEWS entry for dd8b969d7459/#16245.
2012-10-23 Senthil KumaranFix the windows buildbot permission error - close the...
2012-10-23 Senthil KumaranFix issue16300: addressing the buildbot failures on...
2012-10-23 Ezio Melotti#16245: merge with 3.3.
2012-10-23 Ezio Melotti#16245: Fix the value of a few entities in html.entitie...
2012-10-23 Ezio Melotti#16245: add a script to generate the html.entities...
2012-10-23 Petri LehtinenReplace tabs with spaces in posixmodule.c
2012-10-23 Petri LehtinenReplace tabs with spaces in posixmodule.c
2012-10-23 Andrew SvetlovIssue #16241: document -X faulthandler command line...
2012-10-23 Andrew SvetlovIssue #16241: document -X faulthandler command line...
2012-10-23 Ezio MelottiMerge html.entities.html5 reordering with 3.3.
2012-10-23 Ezio MelottiReorder html.entities.html5 entities to make updates...
2012-10-23 Senthil KumaranAutomated merge with ssh://hg.python.org/cpython
2012-10-23 Senthil Kumaranskip the file localhost test on windows. Fix it on...
2012-10-23 Victor StinnerReplace usage of the deprecated Py_UNICODE_COPY() with...
2012-10-23 Victor StinnerOptimize _PyUnicode_HasNULChars(): use findchar() inste...
2012-10-23 Victor StinnerInline raise_translate_exception(): it is only used...
2012-10-23 Victor StinnerOptimize PyUnicode_RichCompare() for Py_EQ and Py_NE...
2012-10-23 Senthil KumaranFix the ResourceWarning in test_urllib.py due changes...
2012-10-22 Ned DeilyIssue #15853: merge 3.3 -> default
next