index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge heads
Eli Bendersky
2012-07-17
3
-14/+22
|
\
|
*
#15377: Make posixpath.join() more strict when checking for str/bytes mix
Hynek Schlawack
2012-07-17
2
-14/+19
|
*
Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp d...
Nick Coghlan
2012-07-17
1
-1/+1
|
*
Fix context manager use in posixpath.join() tests
Hynek Schlawack
2012-07-17
1
-9/+12
*
|
ISsue #14988: restore Python 2's behavior of raising ImportError when unable ...
Eli Bendersky
2012-07-17
1
-0/+2
|
/
*
one more test fix for systems without select.poll. tested by deleting
Gregory P. Smith
2012-07-16
1
-3/+6
*
Fix unchecked select.poll reference in setUp and tearDown for
Gregory P. Smith
2012-07-16
1
-5/+7
*
Fix the with_poll tests for platforms without poll. missing import.
Gregory P. Smith
2012-07-16
1
-0/+1
*
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
Gregory P. Smith
2012-07-16
4
-7/+223
*
#15180: Clarify posixpath.join() error message when mixing str & bytes
Hynek Schlawack
2012-07-15
3
-8/+24
*
Issue #15230: Update runpy docs to clarify a couple of points that came up in...
Nick Coghlan
2012-07-14
2
-0/+14
*
Close #15230: runpy.run_path now sets __package__ correctly. Also refactored ...
Nick Coghlan
2012-07-14
3
-158/+277
*
Try other approach to fix issue #15334.
Antoine Pitrou
2012-07-13
1
-3/+8
*
Remove duplicate entry and fix order
Antoine Pitrou
2012-07-13
1
-2/+1
*
Issue #15334: skip test_dynamic_key when run in non-interactive mode.
Antoine Pitrou
2012-07-13
2
-0/+2
*
Issue #15338: skip test_UNC_path when the current user doesn't have enough pe...
Antoine Pitrou
2012-07-13
1
-0/+7
*
Add c_size_t and c_ssize_t to the ctypes summary table.
Antoine Pitrou
2012-07-12
1
-0/+5
*
Show the proper way to exit a cmd shell
Raymond Hettinger
2012-07-12
1
-1/+1
*
Issue #15300: Ensure the temporary test working directories are in the same p...
Antoine Pitrou
2012-07-11
3
-1/+10
*
Use _RPCFile.write properly.
Martin v. Löwis
2012-07-11
1
-2/+2
*
Don't use TextIOBase implementations in _RPCFile.
Martin v. Löwis
2012-07-11
1
-2/+8
*
Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.
Martin v. Löwis
2012-07-11
2
-2/+2
*
Backport test for nested namespace packages.
Antoine Pitrou
2012-07-09
1
-2/+44
*
normalize whitespace
Martin v. Löwis
2012-07-09
1
-1/+1
*
Issue #13532: Check that arguments to sys.stdout.write are strings.
Martin v. Löwis
2012-07-09
3
-3/+25
*
Issue 12510: Delete actual first param name for all methods; revise tests.
Terry Jan Reedy
2012-07-09
1
-14/+20
*
revert the changes done for issue14826 - quoting witin Request is not desirable.
Senthil Kumaran
2012-07-09
3
-11/+0
*
Issue #13557: Clarify effect of giving two different namespaces to exec or
Terry Jan Reedy
2012-07-08
2
-4/+7
*
issue 14826 - Address the buildbot failure ( explanation msg164973)
Senthil Kumaran
2012-07-08
2
-3/+3
*
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...
Senthil Kumaran
2012-07-08
3
-1/+12
*
Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding d...
Florent Xicluna
2012-07-07
3
-1/+8
*
Issue #15247: FileIO now raises an error when given a file descriptor pointin...
Antoine Pitrou
2012-07-06
3
-12/+16
*
Issue #15020: The program name used to search for Python's path is now "pytho...
Antoine Pitrou
2012-07-05
2
-0/+7
*
Fix issue # 15033 - Return the proper exitcode for failure when modules are i...
Senthil Kumaran
2012-07-05
3
-1/+19
*
Issue #1677: Unused variable warning in Non-Windows
Jesus Cea
2012-07-03
1
-1/+4
*
Make call of os.getppid() conditional: it is not available on Windows.
Georg Brandl
2012-07-01
1
-1/+2
*
Fix inconsistent function name in embedding howto.
Georg Brandl
2012-07-01
1
-2/+2
*
Issue #15171: Quote the variable that expands to the current directory.
Stefan Krah
2012-06-30
1
-1/+1
*
Issue #9239: add tests for modifying zipfile comments in append mode.
Antoine Pitrou
2012-06-30
1
-0/+18
*
Merged
Tim Golden
2012-06-29
1
-22/+15
|
\
|
*
Issue #1677: Handle better a race condition between the interactive interpret...
Tim Golden
2012-06-29
1
-22/+15
*
|
urllib.parse cleanup. rename keywords used as variables
Senthil Kumaran
2012-06-29
1
-7/+7
*
|
Better diagnose test failure
Antoine Pitrou
2012-06-29
1
-2/+2
|
/
*
#5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()
Petri Lehtinen
2012-06-29
3
-0/+23
*
#9559: Don't call _pre_mailbox_hook more than once
Petri Lehtinen
2012-06-29
1
-2/+5
*
urlparse docs clean up - no reference to earlier draft
Senthil Kumaran
2012-06-29
1
-5/+5
*
Issue #5067: improve some json error messages.
Antoine Pitrou
2012-06-28
5
-12/+14
*
Issue #10571: Fix the "--sign" option of distutils' upload command.
Antoine Pitrou
2012-06-28
3
-1/+5
*
#9559: Append data to single-file mailbox files if messages are only added
Petri Lehtinen
2012-06-28
3
-5/+46
*
Flush stdout and stderr when running tests in parallel
Antoine Pitrou
2012-06-27
1
-0/+2
[next]