]> granicus.if.org Git - python/shortlog
python
2012-08-09 Ned DeilyIssue #14992: merge from 3.2
2012-08-09 Ned DeilyIssue #14992: Prevent test_os test_exist_ok_s_isgid_dir...
2012-08-09 Victor Stinnerfaulthandler: fix the handler of user signals
2012-08-09 Benjamin Petersonmerge heads
2012-08-09 Benjamin Petersonuse char instead of int to please T_BOOL (closes #15597)
2012-08-08 Victor StinnerIssue #13072: Fix test_array for installation without...
2012-08-08 Larry HastingsIssue #15589: Ensure double-alignment for brute-force...
2012-08-08 Victor Stinnerregrtest: give more information when a child process...
2012-08-08 Victor StinnerIssue #13072: Ooops, now fix test_array for Linux with...
2012-08-08 Victor StinnerIssue #13072: Fix test_array for Windows with 16-bit...
2012-08-08 doko@ubuntu.com- Issue #11715: Fix multiarch detection without having...
2012-08-07 Ned DeilyIssue #15560: Ensure consistent sqlite3 behavior and...
2012-08-07 Benjamin Petersonmerge heads
2012-08-07 Benjamin Petersonfix yield from return value on custom iterators (closes...
2012-08-06 Brett CannonIssue #15163: Pydoc shouldn't show __loader__ as a...
2012-08-06 Brett CannonIssue #15471: Don't use mutable object as default value...
2012-08-06 R David MurrayMerge #15554: clarify splitlines/split differences.
2012-08-06 R David Murray#15554: clarify splitlines/split differences.
2012-08-06 Ned DeilyIssue #15037: Build OS X installers with local copy...
2012-08-06 Ned DeilyOS X installer cleanups:
2012-08-06 Brett CannonIssue #15482: Merge 78449:3fe01f7520e2 with a minor...
2012-08-06 Brett CannonIssue #15482: Properly document the default 'level...
2012-08-05 Brett CannonFix a spelling mistake in a comment.
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...
next