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 3.3 (#23367)
Benjamin Peterson
2015-03-02
2
-3/+12
|
|
\
\
|
|
|
/
|
|
*
fix possible overflow bugs in unicodedata (closes #23367)
Benjamin Peterson
2015-03-02
2
-3/+12
*
|
|
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...
Steve Dower
2015-03-02
1
-2/+11
|
\
\
\
|
|
/
/
|
*
|
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...
Steve Dower
2015-03-02
1
-2/+11
*
|
|
Issue #23451: Update pyconfig.h for Windows to require Vista headers and remo...
Steve Dower
2015-03-02
6
-68/+29
*
|
|
merge 3.4 (#23561)
Benjamin Peterson
2015-03-02
1
-100/+100
|
\
\
\
|
|
/
/
|
*
|
wrap everything at 80 chars
Benjamin Peterson
2015-03-02
1
-98/+97
|
*
|
link to the correct dis method or function (closes #23561)
Benjamin Peterson
2015-03-02
1
-3/+3
*
|
|
Added more tests for urllib.parse utility functions.
Serhiy Storchaka
2015-03-02
2
-69/+129
|
\
\
\
|
|
/
/
|
*
|
Added more tests for urllib.parse utility functions.
Serhiy Storchaka
2015-03-02
2
-69/+129
*
|
|
Issue #23527: Update Gmail port number for STARTTLS to 587.
Berker Peksag
2015-03-02
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #23527: Update Gmail port number for STARTTLS to 587.
Berker Peksag
2015-03-02
1
-1/+1
*
|
|
Issue #23477: Improve test coverage of wsgiref.simple_server.
Berker Peksag
2015-03-02
1
-0/+25
|
\
\
\
|
|
/
/
|
*
|
Issue #23477: Improve test coverage of wsgiref.simple_server.
Berker Peksag
2015-03-02
1
-0/+25
*
|
|
Issue #20521: Change ``TOS`` to TOS in dis documentation.
Berker Peksag
2015-03-02
1
-4/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #20521: Change ``TOS`` to TOS in dis documentation.
Berker Peksag
2015-03-02
1
-4/+4
*
|
|
Issue #23387: Skip test_issue16464 if it raises an 5xx error.
Berker Peksag
2015-03-02
2
-21/+13
|
\
\
\
|
|
/
/
|
*
|
Issue #23387: Skip test_issue16464 if it raises an 5xx error.
Berker Peksag
2015-03-02
2
-21/+13
*
|
|
Add a versionadded directive for PEP 486.
Berker Peksag
2015-03-02
1
-0/+2
*
|
|
merge 3.4
Benjamin Peterson
2015-03-02
1
-6/+5
|
\
\
\
|
|
/
/
|
*
|
remove mention of Python 2.2 and 2.3
Benjamin Peterson
2015-03-02
1
-6/+5
*
|
|
Issue #7830: Flatten nested functools.partial.
Alexander Belopolsky
2015-03-01
4
-7/+68
*
|
|
Closes issue #22791: Improved datetime from timestamp methods documentation.
Alexander Belopolsky
2015-03-01
3
-8/+13
*
|
|
Fixed pydoc tests when run with -OO.
Serhiy Storchaka
2015-03-01
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Fixed pydoc tests when run with -OO.
Serhiy Storchaka
2015-03-01
1
-0/+4
*
|
|
Fixed a typo.
Serhiy Storchaka
2015-03-01
1
-1/+1
*
|
|
Issue #23553: Use an unsigned cast to tighten-up the bounds checking logic.
Raymond Hettinger
2015-03-01
1
-2/+2
*
|
|
Merge heads
Serhiy Storchaka
2015-03-01
1
-6/+12
|
\
\
\
|
*
|
|
Need a (size_t) cast instead of (unsigned) to be big enough for a Py_ssize_t.
Raymond Hettinger
2015-03-01
1
-6/+12
*
|
|
|
Issue #20204: Deprecation warning is now raised for builtin type without the
Serhiy Storchaka
2015-03-01
3
-0/+17
*
|
|
|
Issue #20204: Added the __module__ attribute to _tkinter classes.
Serhiy Storchaka
2015-03-01
2
-2/+4
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Issue #20204: Added the __module__ attribute to _tkinter classes.
Serhiy Storchaka
2015-03-01
2
-2/+5
*
|
|
Updates CRT installation for Windows installer.
Steve Dower
2015-03-01
11
-72/+180
*
|
|
Use unsigned division and modulo for item assignment as well.
Raymond Hettinger
2015-03-01
1
-4/+5
*
|
|
Issue #19980: Improved help() for non-recognized strings. help('') now
Serhiy Storchaka
2015-02-28
4
-5/+20
*
|
|
merge
Alexander Belopolsky
2015-02-28
1
-1/+3
|
\
\
\
|
*
|
|
Convert one more division to unsigned arithmetic to speed-up deque_item().
Raymond Hettinger
2015-02-28
1
-1/+3
*
|
|
|
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky
2015-02-28
3
-3/+61
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky
2015-02-28
3
-3/+61
*
|
|
Fixed a test for issue #21619 on Windows.
Serhiy Storchaka
2015-02-28
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fixed a test for issue #21619 on Windows.
Serhiy Storchaka
2015-02-28
1
-1/+1
*
|
|
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka
2015-02-28
3
-4/+24
|
\
\
\
|
|
/
/
|
*
|
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka
2015-02-28
3
-4/+24
*
|
|
Line missed in last checkin
Raymond Hettinger
2015-02-28
1
-1/+0
*
|
|
Since the index is always non-negative, use faster unsigned division and modulo.
Raymond Hettinger
2015-02-27
1
-3/+5
*
|
|
Merge with 3.4 for porting HOWTO tweaks
Brett Cannon
2015-02-27
1
-2/+3
|
\
\
\
|
|
/
/
|
*
|
Fix the clarification as to why division cannot be ported automatically
Brett Cannon
2015-02-27
1
-2/+3
*
|
|
Merge from 3.4.
Larry Hastings
2015-02-27
1
-3/+1
|
\
\
\
|
|
/
/
|
*
|
Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!)
Larry Hastings
2015-02-27
1
-3/+1
*
|
|
Issue #22834: Drop a redundant comment and use errno instead of an
Brett Cannon
2015-02-27
1
-2/+2
[prev]
[next]