]> granicus.if.org Git - python/shortlog
python
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.
2015-04-26 Gregory P.... Use assertEqual rather than assertEquals to avoid the...
2015-04-26 Gregory P.... Add missing PyAPI_FUNC macro's to the public functions...
2015-04-26 Gregory P.... Switch binascii over to using the common _Py_strhex...
2015-04-26 Gregory P.... Add the files missing from c9f1630cf2b1 for issue9951.
2015-04-25 Gregory P.... Issue9951: update _hashopenssl and md5module to use...
2015-04-25 Gregory P.... Implements issue #9951: Adds a hex() method to bytes...
2015-04-25 Benjamin Petersonmerge 3.4 (#24057)
2015-04-25 Benjamin Petersonfix relative link (closes #24057)
2015-04-24 Victor Stinner(Merge 3.4) Issue #9246: On POSIX, os.getcwd() now...
2015-04-24 Victor StinnerIssue #9246: On POSIX, os.getcwd() now supports paths...
2015-04-24 Benjamin Petersonmerge 3.4 (#24049)
2015-04-24 Benjamin Petersonremove dead *-import checking code (closes #24049)
2015-04-23 Serhiy StorchakaIssue #24007: Argument Clinic now writes the format...
2015-04-23 Benjamin Petersonmerge 3.4 (#24044)
2015-04-23 Benjamin Petersonmerge 3.3 (#24044)
2015-04-23 Benjamin Petersonmerge 3.2 (#24044)
2015-04-23 Benjamin Petersonproperly handle malloc failure (closes #24044)
2015-04-23 Christian HeimesIssue #24031: make patchcheck now supports git checkout...
2015-04-23 Christian HeimesIssue #24031: make patchcheck now supports git checkout...
2015-04-23 Serhiy StorchakaIssue #23713: Fixed fragility of test_imap_unordered_ha...
2015-04-23 Serhiy StorchakaIssue #23713: Fixed fragility of test_imap_unordered_ha...
2015-04-23 Serhiy StorchakaUse more precise Tcl version checks in tests.
2015-04-23 Serhiy StorchakaUse more precise Tcl version checks in tests.
2015-04-22 Barry WarsawIssue #24029: Document the name binding behavior for...
2015-04-22 Barry WarsawIssue #24029: Document the name binding behavior for...
2015-04-22 Barry WarsawIssue #24029: Document the name binding behavior for...
2015-04-22 Christian HeimesNext attempt: fix .gitignore for Unix and OSX. Sorry...
2015-04-22 Christian HeimesNext attempt: fix .gitignore for Unix and OSX. Sorry...
2015-04-22 Facundo BatistaIssue #23887: urllib.error.HTTPError now has a proper...
2015-04-22 Christian HeimesFix .gitignore for 'python' binary.
2015-04-22 Christian HeimesFix .gitignore for 'python' binary.
2015-04-22 Benjamin Petersonmerge 3.4 (#22785)
2015-04-22 Benjamin Petersonimproved range docstring (closes #22785)
2015-04-22 doko@ubuntu.com - move NEWS item to 3.5
2015-04-22 Berker PeksagIssue #21483: Skip test_timestamp_overflow on NFS.
2015-04-22 Serhiy StorchakaMerge heads
2015-04-22 Serhiy StorchakaIssue #16840. Turn off bignum support in tkinter with...
2015-04-22 Serhiy StorchakaIssue #16840. Turn off bignum support in tkinter with...
2015-04-22 Berker PeksagIssue #23917: Fall back to sequential compilation when...
2015-04-22 Serhiy StorchakaFixed full Tcl version parsing in tests for pre-final...
2015-04-22 Serhiy StorchakaFixed full Tcl version parsing in tests for pre-final...
2015-04-21 Andrew KuchlingMerge from 3.4
2015-04-21 Andrew Kuchling#15183: clarify timeit documentation to say that setup...
2015-04-21 Serhiy StorchakaIssue #23008: Fixed resolving attributes with boolean...
2015-04-21 Serhiy StorchakaIssue #23008: Fixed resolving attributes with boolean...
2015-04-21 Benjamin Petersonmerge 3.4 (#24022)
2015-04-21 Benjamin Petersondo not call into python api if an exception is set...
2015-04-21 Christian HeimesGet rid of unused-but-set-variable warning. len and...
2015-04-21 Greg Ward#17445: difflib: add diff_bytes(), to compare bytes...
2015-04-20 Benjamin Petersonmerge 3.4 (#23989)
2015-04-20 Benjamin Petersonrecommend requests library (closes #23989)
2015-04-20 doko@ubuntu.com - move some NEWS items to 3.5.0 beta 1
2015-04-20 Guido van RossumFix asyncio issue 235 (merge from 3.4).
2015-04-20 Guido van RossumFix asyncio issue 235: Queue subclass bug caused by...
2015-04-20 Serhiy StorchakaIssue #16840: Turn on support of bignums only in final...
2015-04-20 Serhiy StorchakaIssue #16840: Turn on support of bignums only in final...
2015-04-20 Larry HastingsMerge Python 3.5.0a4 release engineering commits.
2015-04-20 Larry HastingsPost-release updates for Python 3.5.0a4.
2015-04-20 Serhiy StorchakaIssue #23908: os functions now reject paths with embedd...
2015-04-20 Serhiy StorchakaIssue #23908: os functions now reject paths with embedd...
2015-04-20 Serhiy StorchakaIssue #23728: binascii.crc_hqx() could return an intege...
2015-04-20 Serhiy StorchakaIssue #23728: binascii.crc_hqx() could return an intege...
2015-04-20 Serhiy StorchakaIssue #23842: Added tests for os.major(), os.minor...
2015-04-20 Serhiy StorchakaIssue #23842: Added tests for os.major(), os.minor...
2015-04-20 Benjamin Petersonmerge 3.4
2015-04-20 Benjamin Petersonfix grammar
2015-04-20 Steve DowerMinor fixes to Windows build scripts
2015-04-20 Steve DowerBacked out buildbot clean
2015-04-20 Steve DowerForce the buildbots to clean up all externals.
2015-04-19 Larry HastingsAdded tag v3.5.0a4 for changeset 413e0e0004f4
2015-04-19 Larry HastingsVersion number bump for Python 3.5.0a4. v3.5.0a4
2015-04-19 Larry HastingsRegenerated pydoc-topics and fixed bad/suspicious doc...
2015-04-19 Christian HeimesIssue #23998: PyImport_ReInitLock() now checks for...
2015-04-19 Christian HeimesIssue #23998: PyImport_ReInitLock() now checks for...
2015-04-19 Christian HeimesIssue #23998: PyImport_ReInitLock() now checks for...
2015-04-19 Serhiy StorchakaFixed error message for the "u#" format code.
2015-04-19 Serhiy StorchakaFixed error message for the "u#" format code.
2015-04-19 Serhiy StorchakaUse PyArg_ParseTuple (new API) instead of PyArg_Parse...
2015-04-19 doko@ubuntu.com - #22980: fix triplet configure test for more targets
2015-04-19 Berker PeksagMark TarInfo.frombuf() and TarInfo.fromtarfile() as...
next