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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...
Senthil Kumaran
2014-09-17
2
-1/+13
*
Lax cookie parsing in http.cookies could be a security issue when
Guido van Rossum
2014-09-16
2
-1/+11
*
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
*
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
1
-0/+10
*
Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
Serhiy Storchaka
2014-09-11
1
-1/+2
*
Issue #22226: Added private function _splitdict() in the Tkinter module.
Serhiy Storchaka
2014-09-06
4
-93/+113
*
Issue #22131: Fixed a bug in handling an error occured during reading from
Serhiy Storchaka
2014-09-06
1
-3/+1
*
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
*
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
3
-1/+22
*
Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...
Alex Gaynor
2014-09-04
2
-20/+56
*
don't index outside of the path (closes #22312)
Benjamin Peterson
2014-08-31
2
-1/+2
*
#22215: have the smtplib 'quit' command reset the state.
R David Murray
2014-08-30
2
-0/+19
*
PEP 466: backport hashlib algorithm constants (closes #21307)
Benjamin Peterson
2014-08-28
2
-3/+20
*
fix load_verify_locations on unicode paths (closes #22244)
Benjamin Peterson
2014-08-28
1
-0/+3
*
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
*
allow test to work on implementations not using ref-counting (closes #22265)
Benjamin Peterson
2014-08-24
1
-0/+1
*
fix some test_weakref tests to not rely on ref-counting (closes #22267)
Benjamin Peterson
2014-08-24
1
-0/+2
*
don't segfault when trying to fdopen() a fd for a dir (closes #22259)
Benjamin Peterson
2014-08-24
1
-0/+12
*
Issue #22236: Tkinter tests now don't reuse default root window. New root
Serhiy Storchaka
2014-08-24
13
-264/+224
*
Merge heads.
Terry Jan Reedy
2014-08-23
1
-1/+0
|
\
|
*
Idle ColorDelegator: finish removing code for 'as'.
Terry Jan Reedy
2014-08-19
1
-1/+0
*
|
Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.py
Ned Deily
2014-08-22
2
-2/+14
*
|
Issue #22191: Fix warnings.__all__.
Brett Cannon
2014-08-22
3
-2/+22
*
|
Import Tkinter as tkinter to help merging and avoid backporting errors.
Serhiy Storchaka
2014-08-21
9
-214/+214
*
|
Issue #1730136: Fix backported exception name.
Ned Deily
2014-08-21
1
-1/+1
*
|
expect socket.error instead of the py3ism OSError
Benjamin Peterson
2014-08-20
1
-1/+1
*
|
allow any socket error for rude shutdown test
Benjamin Peterson
2014-08-20
1
-1/+1
*
|
backport many ssl features from Python 3 (closes #21308)
Benjamin Peterson
2014-08-20
19
-809/+3636
*
|
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...
Senthil Kumaran
2014-08-20
2
-18/+84
|
/
*
Idle ColorDelegator: remove special case code for 'as' in import statements.
Terry Jan Reedy
2014-08-19
1
-17/+0
*
Fixed typo.
Serhiy Storchaka
2014-08-19
1
-2/+2
*
Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
Serhiy Storchaka
2014-08-19
1
-1/+10
*
Clean up test_user_command.
Serhiy Storchaka
2014-08-18
1
-20/+19
*
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
Serhiy Storchaka
2014-08-17
2
-15/+38
*
Issue #22201: Command-line interface of the zipfile module now correctly
Serhiy Storchaka
2014-08-17
1
-12/+1
*
backout changeset e0510a3bdf8f - due to buildbot failures. Ref: Issue #8797
Senthil Kumaran
2014-08-16
2
-87/+18
*
Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from
Victor Stinner
2014-08-16
1
-4/+6
*
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...
Senthil Kumaran
2014-08-16
2
-18/+87
*
Issue #17390: Adjust Editor window title. Remove 'Python', move version to end.
Terry Jan Reedy
2014-08-15
1
-4/+5
*
Decreased memory requirements of new tests added in issue21448.
Serhiy Storchaka
2014-08-12
1
-1/+2
*
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing ...
Serhiy Storchaka
2014-08-12
2
-11/+79
*
Issue #17923: glob() patterns ending with a slash no longer match non-dirs on
Serhiy Storchaka
2014-08-12
1
-3/+8
*
test for 2 arg exec case
Benjamin Peterson
2014-08-10
1
-0/+5
[next]