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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
use Py_ssize_t for file offset and length computations in iteration (closes #...
Benjamin Peterson
2014-10-01
1
-0/+2
|
*
clear BufferedRWPair weakrefs on deallocation (closes #22517)
Benjamin Peterson
2014-09-30
1
-0/+3
|
*
fix overflow checking in PyString_Repr (closes #22519)
Benjamin Peterson
2014-09-29
1
-0/+2
|
*
add NEWS note for #22518
Benjamin Peterson
2014-09-29
1
-0/+2
|
*
give exception a nice message (closes #22379)
Benjamin Peterson
2014-09-28
2
-0/+4
|
*
#10510: make distuitls upload/register use HTML standards compliant CRLF.
R David Murray
2014-09-27
2
-0/+4
|
*
Issue #16537: Check whether self.extensions is empty in setup.py.
Berker Peksag
2014-09-27
2
-0/+4
|
*
Issue #9850: Fixed macpath.join() for empty first component. Patch by
Serhiy Storchaka
2014-09-27
1
-0/+3
|
*
Issue #17462: Add a paragraph about advantages of argparse over optparse.
Berker Peksag
2014-09-26
1
-0/+1
|
*
Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.
Berker Peksag
2014-09-24
1
-0/+1
|
*
Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS
Serhiy Storchaka
2014-09-23
1
-0/+3
|
*
Issue #21866: ZipFile.close() no longer writes ZIP64 central directory
Serhiy Storchaka
2014-09-23
1
-0/+3
|
*
Fix formatting typo in Misc/NEWS.
Ned Deily
2014-09-22
1
-1/+1
|
*
Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a.
Serhiy Storchaka
2014-09-21
1
-1/+1
|
*
Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re
Serhiy Storchaka
2014-09-21
1
-0/+3
|
*
Issue #22423: Unhandled exception in thread no longer causes unhandled
Serhiy Storchaka
2014-09-21
1
-0/+4
|
*
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...
Senthil Kumaran
2014-09-17
2
-0/+5
|
*
Lax cookie parsing in http.cookies could be a security issue when
Guido van Rossum
2014-09-16
2
-0/+4
|
*
Issue #21147: sqlite3 now raises an exception if the request contains a null
Serhiy Storchaka
2014-09-11
1
-0/+3
|
*
Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
Serhiy Storchaka
2014-09-11
1
-0/+3
|
*
Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.
Serhiy Storchaka
2014-09-11
1
-0/+3
|
*
- Issue #22381: Update zlib to 1.2.8.
doko@ubuntu.com
2014-09-11
1
-0/+2
|
*
Issue #22369: Change "context manager protocol" to "context management protoc...
Serhiy Storchaka
2014-09-10
1
-3/+3
|
*
Issue #22226: Added private function _splitdict() in the Tkinter module.
Serhiy Storchaka
2014-09-06
1
-0/+3
|
*
Issue #22221: Backported fixes from Python 3 (issue #18960).
Serhiy Storchaka
2014-09-05
1
-0/+10
|
*
remove automatic svn checkout of sphinx and its deps from Doc/Makefile
Benjamin Peterson
2014-09-05
1
-0/+3
|
*
Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...
Alex Gaynor
2014-09-04
1
-0/+1
|
*
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
|
*
don't index outside of the path (closes #22312)
Benjamin Peterson
2014-08-31
1
-0/+2
|
*
#22215: have the smtplib 'quit' command reset the state.
R David Murray
2014-08-30
1
-0/+4
|
*
PEP 466: backport persistent urandom fd (closes #21305)
Benjamin Peterson
2014-08-28
1
-0/+3
|
*
PEP 466: backport hashlib algorithm constants (closes #21307)
Benjamin Peterson
2014-08-28
1
-0/+3
|
*
don't segfault when trying to fdopen() a fd for a dir (closes #22259)
Benjamin Peterson
2014-08-24
1
-0/+3
|
*
Issue #22236: Tkinter tests now don't reuse default root window. New root
Serhiy Storchaka
2014-08-24
1
-0/+5
|
*
Issue #22199: update Misc/NEWS
Ned Deily
2014-08-22
1
-0/+3
|
*
Issue #21166: Prevent possible segfaults and other random failures of
Ned Deily
2014-08-22
1
-0/+3
|
*
Issue #22191: Fix warnings.__all__.
Brett Cannon
2014-08-22
2
-0/+3
|
*
backport many ssl features from Python 3 (closes #21308)
Benjamin Peterson
2014-08-20
1
-0/+3
|
*
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...
Senthil Kumaran
2014-08-20
1
-0/+3
|
*
Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
Serhiy Storchaka
2014-08-19
1
-0/+2
|
*
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
Serhiy Storchaka
2014-08-17
1
-0/+2
|
*
Issue #22201: Command-line interface of the zipfile module now correctly
Serhiy Storchaka
2014-08-17
1
-0/+6
|
*
backout changeset e0510a3bdf8f - due to buildbot failures. Ref: Issue #8797
Senthil Kumaran
2014-08-16
1
-3/+0
|
*
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...
Senthil Kumaran
2014-08-16
1
-0/+3
|
*
Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing ...
Serhiy Storchaka
2014-08-12
1
-0/+3
|
*
Issue #17923: glob() patterns ending with a slash no longer match non-dirs on
Serhiy Storchaka
2014-08-12
1
-0/+3
|
*
Issue #22174: Clean-up grammar and ambiguities in property() docs.
Raymond Hettinger
2014-08-10
1
-0/+1
|
*
- Issue #22176: Update the ctypes module's libffi to v3.1. This release
doko@ubuntu.com
2014-08-10
1
-0/+7
|
*
Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.
Zachary Ware
2014-08-07
1
-0/+5
[prev]
[next]