]> granicus.if.org Git - python/shortlog
python
2012-08-05 Victor StinnerClose #13072: Restore code before the PEP 393 for the...
2012-08-05 Ned Deilymerge heads
2012-08-05 Ned DeilyIssue #15560: Fix building _sqlite3 extension on OS...
2012-08-05 Ned DeilyIssue #15560: null merge
2012-08-05 Benjamin Petersonmerge heads
2012-08-05 Benjamin Petersonadd another testcase
2012-08-05 Ned DeilyIssue #15560: Fix building _sqlite3 extension on OS...
2012-08-05 Victor StinnerWhat's New in Python 3.3: Split improved and new module...
2012-08-05 Victor StinnerComplete What's New in Python 3.3.
2012-08-05 Victor StinnerIssue #15548: Update and complete What's New in Python...
2012-08-05 Victor Stinneros.unlinkat() has been removed, update os.fwalk() doc
2012-08-05 Antoine PitrouMerge
2012-08-05 Antoine PitrouFix CGI tests to take into account the platform's line...
2012-08-05 Antoine PitrouFix CGI tests to take into account the platform's line...
2012-08-05 Nick CoghlanIssue #14814: Attempt to clarify network address and...
2012-08-05 Nadeem Vawda#15546: Also fix GzipFile.peek().
2012-08-05 Nick CoghlanIssue #14814: Remove redundant property from interface...
2012-08-05 Nick CoghlanIssue #14814: Finish review of ipaddress network object...
2012-08-05 Nick CoghlanIssue 14814: Docs work showed some more cases of networ...
2012-08-05 Nick CoghlanNEWS entry for previous ipaddress fix
2012-08-05 Nick CoghlanClose #15559: Implementing __index__ creates a nasty...
2012-08-05 Nadeem Vawda#15546: Fix {GzipFile,LZMAFile}.read1()'s handling...
2012-08-04 Antoine PitrouFix test_venv to work with universal newlines (issue...
2012-08-04 Antoine PitrouMerge universal newlines-related fixes (issue #13119)
2012-08-04 Antoine PitrouFix universal newlines test to avoid the newline transl...
2012-08-04 Antoine PitrouFix test_sys under Windows (issue #13119)
2012-08-04 Antoine PitrouRemove unused variable `trim_get_code`.
2012-08-04 Victor StinnerIssue #12655: Mention multiprocessing.cpu_count() in...
2012-08-04 Andrew SvetlovIssue #13052: Fix IDLE crashing when replace string...
2012-08-04 Andrew SvetlovIssue #13052: Fix IDLE crashing when replace string...
2012-08-04 Sandro Tosimerge with 3.2
2012-08-04 Sandro Tosiadd missing period; thanks to Gaston Fiore from docs@
2012-08-04 Antoine PitrouMerge
2012-08-04 Antoine PitrouIssue #12655: Instead of requiring a custom type, os...
2012-08-04 Nadeem Vawda#15546: Fix BZ2File.read1()'s handling of pathological...
2012-08-04 Giampaolo Rodola'asynchat speedup improvement: avoid to use a function...
2012-08-03 Victor StinnerNull merge (fix already applied to the default branch)
2012-08-03 Victor StinnerClose #13119: use "\r\n" newline for sys.stdout/err...
2012-08-03 Victor StinnerClose #13119: use "\r\n" newline for sys.stdout/err...
2012-08-03 Victor Stinner(Merge 3.2) open() / TextIOWrapper doc: make it explici...
2012-08-03 Victor Stinneropen() / TextIOWrapper doc: make it explicit than newli...
2012-08-03 Antoine PitrouMake TextIOWrapper's documentation clearer by copying...
2012-08-03 Antoine PitrouMake TextIOWrapper's documentation clearer by copying...
2012-08-03 Jesus CeaMERGE: #15512: Remove remnants of debugging code
2012-08-03 Jesus Cea#15512: Remove remnants of debugging code
2012-08-03 Jesus CeaMERGE: Closes #15469: Correct __sizeof__ support for...
2012-08-03 Jesus CeaCloses #15469: Correct __sizeof__ support for deque
2012-08-03 Jesus CeaMERGE: Closes #15512: Correct __sizeof__ support for...
2012-08-03 Jesus CeaCloses #15512: Correct __sizeof__ support for parser
2012-08-03 Jesus CeaCloses #15514: Correct __sizeof__ support for cpu_set
2012-08-02 Brett CannonUpdate the What's New details for importlib based on...
2012-08-02 Brett CannonDitch the 'self' argument in importlib docs since it...
2012-08-02 Victor StinnerClose #15534: Fix a typo in the fast search function...
2012-08-02 Antoine PitrouIssue #15538: Fix compilation of the getnameinfo()...
2012-08-02 Antoine PitrouIssue #15538: Fix compilation of the getnameinfo()...
2012-08-02 Nick CoghlanIssue #15502: Bring the importlib.PathFinder docs and...
2012-08-02 Nick CoghlanClarify the import statement semantics, especially...
2012-08-02 Nick CoghlanClose #15519: Properly expose WindowsRegistryFinder...
2012-08-02 Nick CoghlanIssue #15502: Bring the importlib ABCs into line with...
2012-08-01 Eli BenderskyIssue #15321: update PyPI upload doc to say --no-raw...
2012-08-01 Victor StinnerCleanup findnocoding.py and pysource.py scripts (with...
2012-08-01 Victor StinnerFix findnocoding.p and pysource.py scripts
2012-08-01 Victor StinnerIssue #15441: Skip test_nonascii_abspath() of test_gene...
2012-08-01 Victor StinnerIssue #15463: Write a test for faulthandler truncating...
2012-08-01 Victor StinnerFix the user signal handler of faulthandler
2012-08-01 Richard OudkerkIssue #15525: Increase timeout when TerminateProcess...
2012-08-01 Antoine PitrouImprove wording for __hash__
2012-08-01 Antoine PitrouClarify that hash randomization is on by default
2012-08-01 Martin v. LöwisIssue #8847: Merge with 3.2
2012-08-01 Martin v. LöwisIssue #8847: Disable COMDAT folding in Windows PGO...
2012-08-01 Martin v. LöwisIssue #8847: Disable COMDAT folding in Windows PGO...
2012-08-01 Benjamin Petersonmerge heads
2012-08-01 Benjamin Petersonconstruct fields in the right order (closes #15517)
2012-08-01 Jesus CeaCloses #15499: Sleep is hardcoded in webbrowser.UnixBrowser
2012-07-31 Barry Warsawabc fixes.
2012-07-31 Barry WarsawTypo.
2012-07-31 Barry Warsaw- Issue #15295: Reorganize and rewrite the documentatio...
2012-07-31 Barry Warsawmerge
2012-07-31 Barry WarsawFinally, a coherent set of terminology for all the...
2012-07-31 Andrew SvetlovIssue #9803: Don't close IDLE on saving if breakpoint...
2012-07-31 Andrew SvetlovIssue #9803: Don't close IDLE on saving if breakpoint...
2012-07-31 Eli BenderskyIssue #14814: fix some typos in howto/ipaddress.rst
2012-07-31 Eli BenderskyIssue #14814: reorganize ipaddress documentation and...
2012-07-31 Nick CoghlanIssue #15425: Don't rely on the assumption that the...
2012-07-31 Nick CoghlanClose #15486: Simplify the mechanism used to remove...
2012-07-31 Eli BenderskyIssue #15231: rephrase the last paragraph slightly
2012-07-31 Victor StinnerUpdate the string limit in the faulthandler documentations
2012-07-31 Victor StinnerFix initialization of the faulthandler module
2012-07-30 Brett CannonMinor markup tweak.
2012-07-30 Brett CannonAdd a versionchanged mention to __import__ in regards...
2012-07-30 Brett CannonIssue #15508: Fix the docstring for __import__ to not...
2012-07-30 Barry WarsawAnother XXX.
2012-07-30 Barry WarsawAddress substantially all of Eric Snow's comments in...
2012-07-30 Barry Warsawmerge
2012-07-30 Andrew SvetlovIssue #12288: Consider '0' and '0.0' as valid initialva...
2012-07-30 Andrew SvetlovIssue #12288: Consider '0' and '0.0' as valid initialva...
2012-07-30 Antoine PitrouBetter test for BytesIO.__sizeof__, now that the struct...
2012-07-30 Ned Deilymerge
2012-07-30 Ned Deilynull merge
2012-07-30 Ned DeilyIssue #14018: Fix OS X Tcl/Tk framework checking when...
next