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.
Senthil Kumaran
2012-07-08
0
-0/+0
|
\
|
*
Fix the buildbot failure - msg164973
Senthil Kumaran
2012-07-08
2
-5/+4
*
|
revert the changes done in d931a3b64fd6 - buildbot failure.
Senthil Kumaran
2012-07-08
3
-13/+1
|
/
*
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...
Senthil Kumaran
2012-07-08
3
-2/+14
*
Fix leftover quote.
Georg Brandl
2012-07-06
1
-1/+1
*
Issue #15247: FileIO now raises an error when given a file descriptor pointin...
Antoine Pitrou
2012-07-06
3
-12/+16
*
Fix closes issue # 15033 - Return the proper exitcode for failure when module...
Senthil Kumaran
2012-07-05
3
-2/+21
*
Issue #1677: Unused variable warning in Non-Windows
Jesus Cea
2012-07-03
1
-0/+3
*
Backed out changeset 7ccc2cea6969
Jesus Cea
2012-07-03
1
-3/+0
*
Issue #1667: Unused variable warning in Non-Windows
Jesus Cea
2012-07-03
1
-0/+3
*
Create ~/.pypirc securely (#13512).
Éric Araujo
2012-07-03
3
-1/+5
*
Branch merge
Éric Araujo
2012-07-03
1
-1/+2
|
\
|
*
Make it easier to search for the grouper() recipe.
Raymond Hettinger
2012-07-03
1
-1/+2
*
|
Ignore .nfs* files in distutils (#7719).
Éric Araujo
2012-07-03
6
-5/+36
*
|
Use source role to get links to files
Éric Araujo
2012-07-02
1
-3/+3
*
|
Adapt mentions of future changes in doc
Éric Araujo
2012-07-02
4
-5/+4
*
|
Avoid SyntaxError in script using print function
Éric Araujo
2012-07-02
1
-0/+2
|
/
*
The StopIteration API applies to both tokenize() and generate_tokens()
Raymond Hettinger
2012-07-02
1
-1/+2
*
Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLO...
Antoine Pitrou
2012-07-01
3
-5/+5
*
Make call of os.getppid() conditional: it is not available on Windows.
Georg Brandl
2012-07-01
1
-1/+2
*
Remove an unneeded footnote.
Georg Brandl
2012-07-01
1
-6/+3
*
Issue #15170: Quote the variable that expands to the current directory.
Stefan Krah
2012-06-30
1
-1/+1
*
Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit m...
Mark Dickinson
2012-06-30
3
-2/+28
*
Merged
Tim Golden
2012-06-29
0
-0/+0
|
\
|
*
Backed out changeset ee51e3aef302 - it broke the test suite
Antoine Pitrou
2012-06-29
1
-9/+8
|
*
urlparse cleanup. rename keywords used as variables
Senthil Kumaran
2012-06-29
1
-8/+9
*
|
Issue #1677: Handle better a race condition between the interactive interpret...
Tim Golden
2012-06-29
1
-23/+16
|
/
*
#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
Senthil Kumaran
2012-06-29
1
-5/+5
*
Issue #5067: improve some json error messages.
Antoine Pitrou
2012-06-28
5
-16/+15
*
Issue #15219: Fix a reference leak when hashlib.new() is called with
Amaury Forgeot d'Arc
2012-06-28
3
-6/+6
*
#9559: Append data to single-file mailbox files if messages are only added
Petri Lehtinen
2012-06-28
3
-5/+46
*
Regrtest option "-n" doesn't exist in 2.7.
Antoine Pitrou
2012-06-27
2
-2/+2
*
Flush stdout and stderr when running tests in parallel
Antoine Pitrou
2012-06-27
1
-0/+2
*
Allow passing extra testing options to the buildbot test scripts
Antoine Pitrou
2012-06-27
2
-2/+2
*
issue13666 - Fixing datetime documentation example when using tzinfo
Senthil Kumaran
2012-06-26
1
-9/+8
*
Fixes issue #12268 for file readline, readlines and read() and readinto methods.
Gregory P. Smith
2012-06-26
3
-5/+212
*
Try to fix failure of a Windows buildbot to capture name resolution errors.
Antoine Pitrou
2012-06-25
1
-0/+3
*
Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita ...
Vinay Sajip
2012-06-25
1
-1/+5
*
Issue #15170: Try the HOST_PYTHON hack for 2.7.
Stefan Krah
2012-06-25
1
-0/+1
*
Remove useless test (flowinfo is unsigned).
Charles-François Natali
2012-06-23
1
-2/+2
*
Fixed the name of the 'email.Utils' module in tests.
Alexander Belopolsky
2012-06-22
1
-2/+2
*
Issue #14653: email.utils.mktime_tz() no longer relies on system
Alexander Belopolsky
2012-06-22
3
-4/+13
*
#10053: Don't close FDs when FileIO.__init__ fails
Hynek Schlawack
2012-06-21
3
-6/+20
*
Issue #15101: Make pool finalizer avoid joining current thread
Richard Oudkerk
2012-06-18
2
-3/+8
*
Fix NEWS entry for #15036
Petri Lehtinen
2012-06-18
1
-3/+3
*
#14840: Add a bit on the difference between tuples and lists. Initial patch ...
Ezio Melotti
2012-06-17
2
-9/+22
*
Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport fro...
Nick Coghlan
2012-06-17
2
-0/+12
*
Issue #15044: Handle Fedora 17's approach to ndbm compatibility (backport fro...
Nick Coghlan
2012-06-17
1
-1/+5
[prev]
[next]