]> granicus.if.org Git - python/shortlog
python
2015-05-08 Ned DeilyMinor updates to the OS X installer ReadMe.rtf.
2015-05-08 Ned DeilyMinor updates to the OS X installer ReadMe.rtf.
2015-05-08 Larry HastingsIssue #20274: When calling a _sqlite.Connection, it...
2015-05-08 Larry HastingsIssue #20274: Remove ignored and erroneous "kwargs...
2015-05-08 Larry HastingsMerge from 3.4.
2015-05-08 Larry HastingsIssue #21520: test_zipfile no longer fails if the word...
2015-05-08 Andrew SvetlovMerge 3.4
2015-05-08 Andrew SvetlovFix doc: asyncio.Semaphore.release() actually is a...
2015-05-08 Larry HastingsIssue #24000: Improved Argument Clinic's mapping of...
2015-05-07 Benjamin PetersonMerge 3.4
2015-05-07 Benjamin Petersonshorten capsule name macro; it doesn't need to be so...
2015-05-07 Benjamin Petersonmerge heads
2015-05-07 Benjamin Petersonmerge 3.4
2015-05-07 Benjamin Petersonremove word we don't need
2015-05-07 Zachary WareMerge from 3.4.
2015-05-07 Zachary WareFix copy/paste errors.
2015-05-06 Serhiy StorchakaFixed English in error message.
2015-05-06 Serhiy StorchakaFixed English in error message.
2015-05-06 Serhiy StorchakaIssue #24134: assertRaises(), assertRaisesRegex(),...
2015-05-06 Serhiy StorchakaIssue #24134: assertRaises(), assertRaisesRegex(),...
2015-05-06 Serhiy StorchakaUse specialized functions intead of Py_BuildValue(...
2015-05-06 Serhiy StorchakaIssue #23880: Tkinter's getint() and getdouble() now...
2015-05-06 Serhiy StorchakaIssue #24009: Got rid of using rare "y#" format unit...
2015-05-06 Serhiy StorchakaIssue #24125: Saved error's line and column numbers...
2015-05-06 Serhiy StorchakaIssue #24125: Saved error's line and column numbers...
2015-05-06 Berker PeksagFix remaining tests and remove an unused import.
2015-05-06 Berker PeksagMerge heads.
2015-05-06 Berker PeksagIssue #9517: Move script_helper to the support package.
2015-05-06 Eric SnowRemove an unnecessary flag.
2015-05-06 Benjamin PetersonPEP 448: additional unpacking generalizations (closes...
2015-05-05 doko@ubuntu.com - merge 3.4
2015-05-05 doko@ubuntu.com - Issue #24122, fix quoting for LIBPL
2015-05-05 Guido van RossumIssue 24088: Clarify semantics of yield expression...
2015-05-05 Guido van RossumIssue 24088: Clarify semantics of yield expression.
2015-05-05 Raymond HettingerIssue #24113: Remove unreachable code in shlex.
2015-05-04 Eric SnowIssue #23911: Fix mixed bytes/strings.
2015-05-04 Larry HastingsIssue #24001: Argument Clinic converters now use accept...
2015-05-04 Serhiy StorchakaIssue #20159. Converted the _elementtree module to...
2015-05-03 Steve DowerEnables shortcuts to be deselected when installing...
2015-05-03 Larry HastingsFix Windows build breakage from checkins on Issues...
2015-05-03 Benjamin Petersonmerge 3.4 (#24118)
2015-05-03 Benjamin Petersonupdate example, since python.org is HTTPS-only now...
2015-05-03 Benjamin Petersonmerge 3.4 (#24096)
2015-05-03 Benjamin Petersonmerge 3.3 (#24096)
2015-05-03 Benjamin Petersonbe more robust against the filters list changing under...
2015-05-03 Serhiy StorchakaIssue #20179: Converted the _ssl module to Argument...
2015-05-03 Serhiy StorchakaIssue #20148: Converted the _sre module to Argument...
2015-05-03 Serhiy StorchakaIssue #20168: Converted the _tkinter module to Argument...
2015-05-03 Serhiy StorchakaIssue #23330: h2py now supports arbitrary filenames...
2015-05-03 Serhiy StorchakaIssue #23330: h2py now supports arbitrary filenames...
2015-05-03 Serhiy StorchakaIssue #22619: Added negative limit support in the trace...
2015-05-03 Steve DowerUpdates documentation for installing Python on Windows.
2015-05-03 Steve DowerReplaces use of WinRAR to generate ZIP file with Python...
2015-05-03 Benjamin Petersonmerge 3.4 (#24094)
2015-05-03 Benjamin Petersonmerge 3.3 (#24094)
2015-05-03 Benjamin Petersonremove merge markers
2015-05-03 Benjamin Petersonjust sort the items tuple directly (closes #24094)
2015-05-03 Guido van RossumAsyncio issue 222 / PR 231 (Victor Stinner) -- fix...
2015-05-03 Guido van RossumAsyncio issue 222 / PR 231 (Victor Stinner) -- fix...
2015-05-03 Eric SnowIssue #23911: Move path-based bootstrap code to a separ...
2015-05-02 Steve DowerMakes embedded distribution a plain ZIP file and correc...
2015-05-02 Steve DowerFixes Python failing to run during Windows release...
2015-05-02 Steve DowerUpdate Windows installer for new CRT version.
2015-05-02 R David MurrayMerge: #24108: Update fnmatch.translate example to...
2015-05-02 R David Murray#24108: Update fnmatch.translate example to show correc...
2015-05-02 R David MurrayMerge: #24081: Remove obsolete caveat from import docs.
2015-05-02 R David Murray#24081: Remove obsolete caveat from import docs.
2015-05-02 Raymond Hettingermerge
2015-05-02 Raymond HettingerDefer deleted item decref until after the deque is...
2015-05-02 Raymond Hettingermerge
2015-05-02 Raymond HettingerIssues #24099, #24100, and #24101: Fix free-after-use...
2015-05-02 Serhiy StorchakaFixed a typo.
2015-05-02 Serhiy StorchakaFixed a typo.
2015-05-02 Vinay SajipCloses #24060: Merged documentation update from 3.4.
2015-05-02 Vinay SajipIssue #24060: Made logging.Formatter documentation...
2015-04-30 Benjamin Petersonmerge 3.4
2015-04-30 Benjamin Petersonupdate links
2015-04-30 Raymond HettingerIssue #23910: Optimize property() getter calls. Patch...
2015-04-30 doko@ubuntu.com - merge 3.4
2015-04-30 doko@ubuntu.com - remove unused EXTRAPLATDIR macro in Makefile.pre.in
2015-04-29 Benjamin Petersonmerge 3.4
2015-04-29 Benjamin Petersonimprove phrasing
2015-04-29 Ned DeilyIssue #24077: merge from 3.4
2015-04-29 Ned DeilyIssue #24077: Fix typo in man page for -I command optio...
2015-04-28 Benjamin Petersonremove deleted method
2015-04-28 Benjamin Petersonremove the concept of an unoptimized function scope...
2015-04-27 Andrew SvetlovMerge 3.4
2015-04-27 Andrew SvetlovIssue #21354: PyCFunction_New function is exposed by...
2015-04-27 Berker PeksagIssue #24062: Fix os.stat links. Patch by July Tikhonov.
2015-04-27 Berker PeksagIssue #24062: Fix os.stat links. Patch by July Tikhonov.
2015-04-26 Benjamin Petersonmerge 3.4 (#24058)
2015-04-26 Benjamin Petersonremove extern definition, since it's in a header file...
2015-04-26 Antoine PitrouAdd missing newline in NEWS
2015-04-26 Antoine PitrouIssue #23996: Avoid a crash when a delegated generator...
2015-04-26 Antoine PitrouIssue #23996: Avoid a crash when a delegated generator...
2015-04-26 Berker PeksagIssue #23356: Simplify convert_arg_line_to_args example.
2015-04-26 Berker PeksagIssue #23356: Simplify convert_arg_line_to_args example.
2015-04-26 Gregory P.... Silence a gcc "may be used uninitialized" compiler...
2015-04-26 Gregory P.... Fix computation of max_fd on OpenBSD. Issue #23852.
2015-04-26 Gregory P.... Fix computation of max_fd on OpenBSD. Issue #23852.
next