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
...
*
remove extra letter
Benjamin Peterson
2014-09-19
1
-1/+1
*
standardize pep 466 relnote style
Benjamin Peterson
2014-09-19
1
-11/+9
*
whatsnew for pep 466 ssl backport
Benjamin Peterson
2014-09-19
1
-0/+11
*
Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName().
Vinay Sajip
2014-09-18
1
-1/+9
*
Issue #16827: Make Interpreter introduction section of the tutorial more
Senthil Kumaran
2014-09-18
3
-111/+128
*
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...
Senthil Kumaran
2014-09-17
4
-1/+18
*
Lax cookie parsing in http.cookies could be a security issue when
Guido van Rossum
2014-09-16
4
-1/+15
*
Test re pickling for all protocols.
Serhiy Storchaka
2014-09-15
1
-3/+6
*
Issue #22384: An exception in Tkinter callback no longer crashes the program
Serhiy Storchaka
2014-09-14
1
-2/+5
*
Now re tests work again on Unicode-disabled build.
Serhiy Storchaka
2014-09-14
2
-48/+53
*
Use more appropriate asserts in re tests.
Serhiy Storchaka
2014-09-14
1
-59/+59
*
make hg link secure
Benjamin Peterson
2014-09-13
1
-1/+1
*
#22398 Tools/msi enhancements for 2.7
Steve Dower
2014-09-12
3
-14/+9
*
test_distutils: remove the test file in DistributionTestCase.test_debug_mode()
Victor Stinner
2014-09-11
1
-1/+2
*
Issue #21147: sqlite3 now raises an exception if the request contains a null
Serhiy Storchaka
2014-09-11
4
-3/+20
*
Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
Serhiy Storchaka
2014-09-11
3
-1/+9
*
Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.
Serhiy Storchaka
2014-09-11
2
-12/+31
*
- Issue #22381: Update zlib to 1.2.8.
doko@ubuntu.com
2014-09-11
4
-5/+50
*
- Issue #22381: Update zlib to 1.2.8.
doko@ubuntu.com
2014-09-11
44
-3181/+7795
*
y2k compliance, lol (closes #22380)
Benjamin Peterson
2014-09-10
1
-37/+0
*
Issue #22369: Change "context manager protocol" to "context management protoc...
Serhiy Storchaka
2014-09-10
3
-5/+5
*
Issue #22226: Added private function _splitdict() in the Tkinter module.
Serhiy Storchaka
2014-09-06
5
-93/+116
*
Issue #22131: Fixed a bug in handling an error occured during reading from
Serhiy Storchaka
2014-09-06
1
-3/+1
*
Document 2.7.9 changes in OS X installer build requirements:
Ned Deily
2014-09-05
1
-6/+15
*
Update OS X installer build script for changes to documentation build:
Ned Deily
2014-09-05
1
-11/+5
*
Issue #20643: Fixed references to the next() method (distinguish from the
Serhiy Storchaka
2014-09-05
8
-28/+27
*
Issue #22340: Fix test_collections if the sets module was already imported
Victor Stinner
2014-09-05
1
-2/+2
*
Issue #22340: Fix Python 3 warnings in Python 2 tests
Victor Stinner
2014-09-05
8
-38/+63
*
backport our own copy of the ref-counting extension
Benjamin Peterson
2014-09-05
2
-2/+122
*
regrtest: backport "[ 1/399]" progress back from Python 3
Victor Stinner
2014-09-05
1
-4/+15
*
Issue #22221: Backported fixes from Python 3 (issue #18960).
Serhiy Storchaka
2014-09-05
6
-5/+52
*
remove automatic svn checkout of sphinx and its deps from Doc/Makefile
Benjamin Peterson
2014-09-05
5
-98/+164
*
fix malformed use cmdoption directive
Benjamin Peterson
2014-09-05
1
-1/+2
*
Fixed the versionadded in the docs for the backport in 16c86a6bdbe2
Alex Gaynor
2014-09-04
1
-1/+1
*
Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...
Alex Gaynor
2014-09-04
5
-24/+84
*
the correct role is :meth: not :method:
Benjamin Peterson
2014-09-04
1
-8/+6
*
remove script that now lives at https://github.com/python/docsbuild-scripts
Benjamin Peterson
2014-09-02
1
-135/+0
*
NEWS items for Idle.
Terry Jan Reedy
2014-09-03
1
-0/+9
*
NEWS items for turtledemo.
Terry Jan Reedy
2014-09-03
1
-0/+12
*
Issue #22051: remove unneeded reload that allowed bad code.
Terry Jan Reedy
2014-09-03
1
-1/+0
*
Issue #22320: Fix broken link in the General Python FAQ.
Ned Deily
2014-09-01
1
-1/+2
*
don't index outside of the path (closes #22312)
Benjamin Peterson
2014-08-31
3
-1/+4
*
getuid() returns real process id not effective (closes #22307)
Benjamin Peterson
2014-08-31
1
-4/+4
*
#22215: have the smtplib 'quit' command reset the state.
R David Murray
2014-08-30
3
-0/+23
*
PEP 466: backport persistent urandom fd (closes #21305)
Benjamin Peterson
2014-08-28
4
-16/+83
*
PEP 466: backport hashlib algorithm constants (closes #21307)
Benjamin Peterson
2014-08-28
5
-4/+106
*
fix load_verify_locations on unicode paths (closes #22244)
Benjamin Peterson
2014-08-28
2
-8/+27
*
correct call grammar error (#3473)
Benjamin Peterson
2014-08-28
1
-1/+1
*
properly handle file closing in error cases (closes #22266)
Benjamin Peterson
2014-08-28
1
-29/+48
*
Issue 22090: Fix '%' formatting for infinities and NaNs.
Stefan Krah
2014-08-26
2
-0/+7
[prev]
[next]