| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | merge with 3.2 | Sandro Tosi | 2012-08-04 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | ||||||
| | | | * | | | | | | | add missing period; thanks to Gaston Fiore from docs@ | Sandro Tosi | 2012-08-04 | 1 | -1/+1 | |
| | | * | | | | | | | | Merge | Antoine Pitrou | 2012-08-04 | 2 | -36/+29 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | #15546: Fix BZ2File.read1()'s handling of pathological input data. | Nadeem Vawda | 2012-08-04 | 1 | -23/+28 | |
| | | | * | | | | | | | | asynchat speedup improvement: avoid to use a function mimicking old buffer() ... | Giampaolo Rodola' | 2012-08-04 | 1 | -13/+1 | |
| | | * | | | | | | | | | Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and | Antoine Pitrou | 2012-08-04 | 4 | -433/+161 | |
| | | |/ / / / / / / / | ||||||
| | | * | | | | | | | | Null merge (fix already applied to the default branch) | Victor Stinner | 2012-08-03 | 0 | -0/+0 | |
| | | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | ||||||
| | | | * | | | | | | | Close #13119: use "\r\n" newline for sys.stdout/err on Windows | Victor Stinner | 2012-08-03 | 3 | -5/+28 | |
| | | * | | | | | | | | Close #13119: use "\r\n" newline for sys.stdout/err on Windows | Victor Stinner | 2012-08-03 | 3 | -5/+28 | |
| | | * | | | | | | | | (Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n' | Victor Stinner | 2012-08-03 | 4 | -12/+12 | |
| | | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | ||||||
| | | | * | | | | | | | open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't | Victor Stinner | 2012-08-03 | 4 | -12/+12 | |
| | | * | | | | | | | | Make TextIOWrapper's documentation clearer by copying the newline argument's ... | Antoine Pitrou | 2012-08-03 | 2 | -17/+32 | |
| | | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | ||||||
| | | | * | | | | | | | Make TextIOWrapper's documentation clearer by copying the newline argument's ... | Antoine Pitrou | 2012-08-03 | 2 | -17/+32 | |
| | | * | | | | | | | | MERGE: #15512: Remove remnants of debugging code | Jesus Cea | 2012-08-03 | 1 | -2/+0 | |
| | | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | ||||||
| | | | * | | | | | | | #15512: Remove remnants of debugging code | Jesus Cea | 2012-08-03 | 1 | -2/+0 | |
| | | * | | | | | | | | MERGE: Closes #15469: Correct __sizeof__ support for deque | Jesus Cea | 2012-08-03 | 3 | -1/+39 | |
| | | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | ||||||
| | | | * | | | | | | | Closes #15469: Correct __sizeof__ support for deque | Jesus Cea | 2012-08-03 | 3 | -1/+39 | |
| | | * | | | | | | | | MERGE: Closes #15512: Correct __sizeof__ support for parser | Jesus Cea | 2012-08-03 | 5 | -1/+85 | |
| | | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | ||||||
| | | | * | | | | | | | Closes #15512: Correct __sizeof__ support for parser | Jesus Cea | 2012-08-03 | 5 | -1/+85 | |
| | | * | | | | | | | | Closes #15514: Correct __sizeof__ support for cpu_set | Jesus Cea | 2012-08-03 | 3 | -0/+24 | |
| | | * | | | | | | | | Update the What's New details for importlib based on doc/ABC changes. | Brett Cannon | 2012-08-02 | 2 | -9/+25 | |
| | | * | | | | | | | | Ditch the 'self' argument in importlib docs since it's implied. | Brett Cannon | 2012-08-02 | 1 | -8/+8 | |
| | | * | | | | | | | | Close #15534: Fix a typo in the fast search function of the string library (_... | Victor Stinner | 2012-08-02 | 3 | -6/+16 | |
| | | * | | | | | | | | Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ... | Antoine Pitrou | 2012-08-02 | 3 | -2/+5 | |
| | | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | ||||||
| | | | * | | | | | | | Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ... | Antoine Pitrou | 2012-08-02 | 3 | -2/+5 | |
| | | | * | | | | | | | Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py | Eli Bendersky | 2012-08-01 | 1 | -1/+5 | |
| | | * | | | | | | | | Issue #15502: Bring the importlib.PathFinder docs and docstring more in line ... | Nick Coghlan | 2012-08-02 | 4 | -1363/+1434 | |
| | | * | | | | | | | | Clarify the import statement semantics, especially for implicit imports in th... | Nick Coghlan | 2012-08-02 | 1 | -29/+74 | |
| | | * | | | | | | | | Close #15519: Properly expose WindowsRegistryFinder in importlib and bring th... | Nick Coghlan | 2012-08-02 | 7 | -2497/+2510 | |
| | | * | | | | | | | | Issue #15502: Bring the importlib ABCs into line with the current state of th... | Nick Coghlan | 2012-08-02 | 5 | -54/+116 | |
| | | * | | | | | | | | Cleanup findnocoding.py and pysource.py scripts (with infile/infile.close) | Victor Stinner | 2012-08-01 | 2 | -5/+4 | |
| | | * | | | | | | | | Fix findnocoding.p and pysource.py scripts | Victor Stinner | 2012-08-01 | 2 | -14/+14 | |
| | | * | | | | | | | | Issue #15441: Skip test_nonascii_abspath() of test_genericpath on Windows | Victor Stinner | 2012-08-01 | 1 | -3/+11 | |
| | | * | | | | | | | | Issue #15463: Write a test for faulthandler truncating the name of functions | Victor Stinner | 2012-08-01 | 1 | -0/+24 | |
| | | * | | | | | | | | Fix the user signal handler of faulthandler | Victor Stinner | 2012-08-01 | 1 | -3/+2 | |
| | | * | | | | | | | | Issue #15525: Increase timeout when TerminateProcess() fails | Richard Oudkerk | 2012-08-01 | 1 | -2/+2 | |
| | | * | | | | | | | | Improve wording for __hash__ | Antoine Pitrou | 2012-08-01 | 1 | -4/+4 | |
| | | * | | | | | | | | Clarify that hash randomization is on by default | Antoine Pitrou | 2012-08-01 | 1 | -17/+16 | |
| | | * | | | | | | | | Issue #8847: Merge with 3.2 | Martin v. Löwis | 2012-08-01 | 4 | -1/+19 | |
| | | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | ||||||
| | | | * | | | | | | | Issue #8847: Disable COMDAT folding in Windows PGO builds. | Martin v. Löwis | 2012-08-01 | 4 | -1/+19 | |
| | | * | | | | | | | | Issue #8847: Disable COMDAT folding in Windows PGO builds. | Martin v. Löwis | 2012-08-01 | 3 | -12/+12 | |
| | | * | | | | | | | | merge heads | Benjamin Peterson | 2012-08-01 | 2 | -10/+10 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser | Jesus Cea | 2012-08-01 | 2 | -10/+10 | |
| | | * | | | | | | | | | construct fields in the right order (closes #15517) | Benjamin Peterson | 2012-08-01 | 2 | -9/+3 | |
| | | |/ / / / / / / / | ||||||
| | | * | | | | | | | | abc fixes. | Barry Warsaw | 2012-07-31 | 2 | -0/+13 | |
| | | * | | | | | | | | Typo. | Barry Warsaw | 2012-07-31 | 1 | -2/+2 | |
| | | * | | | | | | | | - Issue #15295: Reorganize and rewrite the documentation on the import system. | Barry Warsaw | 2012-07-31 | 1 | -2/+1 | |
| | | * | | | | | | | | merge | Barry Warsaw | 2012-07-31 | 14 | -3675/+3722 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ \ \ | Issue #9803: Don't close IDLE on saving if breakpoint is open. | Andrew Svetlov | 2012-07-31 | 2 | -2/+5 | |
| | | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / / | ||||||
| | | | | * | | | | | | | Issue #9803: Don't close IDLE on saving if breakpoint is open. | Andrew Svetlov | 2012-07-31 | 2 | -2/+5 | |
