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 #18919: If the close() method of a writer in the sunau or wave module
Serhiy Storchaka
2013-10-12
3
-20/+25
*
Issue #19131: The aifc module now correctly reads and writes sampwidth of
Serhiy Storchaka
2013-10-12
1
-5/+7
*
LOL - 2.7 requires very different code. Annoying ;-)
Tim Peters
2013-10-09
1
-4/+4
*
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
Tim Peters
2013-10-09
2
-3/+22
*
Issue #18037: Do not escape '\u' and '\U' in raw strings.
Serhiy Storchaka
2013-10-08
2
-3/+2
*
Issue 14927: Minor clean-up of function parameters in random().
Raymond Hettinger
2013-10-06
1
-20/+19
*
#19166: use an unused var in a test. Patch by Vajrasky Kok.
Ezio Melotti
2013-10-05
1
-1/+3
*
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
Serhiy Storchaka
2013-10-03
2
-7/+62
*
Issue #19137: The pprint module now correctly formats empty set and frozenset
Serhiy Storchaka
2013-10-02
2
-39/+88
*
2.6 merge
Barry Warsaw
2013-10-01
1
-1/+1
|
\
|
*
Typo caught by : Arfrever Frehtes Taifersar Arahesis.
Barry Warsaw
2013-10-01
1
-1/+1
|
*
Bump to 2.6.9rc1
Barry Warsaw
2013-10-01
2
-2/+2
|
*
Regenerate pydoc_topics.py
Barry Warsaw
2013-10-01
1
-1/+1
*
|
- Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
Barry Warsaw
2013-09-30
2
-1/+75
|
\
\
|
|
/
|
*
- Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
Barry Warsaw
2013-09-30
2
-1/+75
|
*
- Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
Barry Warsaw
2013-09-30
2
-1/+84
|
*
- Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more
Barry Warsaw
2013-09-29
2
-0/+14
|
*
- Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
Barry Warsaw
2013-09-25
2
-4/+33
|
*
- Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to
Barry Warsaw
2013-09-22
2
-1/+23
*
|
Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...
Antoine Pitrou
2013-09-30
1
-7/+21
*
|
Code improvement. Review comment by Eric V. Smith
Senthil Kumaran
2013-09-30
1
-1/+1
*
|
Issue #19112: avoid using function defined in method.
Richard Oudkerk
2013-09-29
1
-8/+9
*
|
remove duplicate method (closes #19127)
Benjamin Peterson
2013-09-29
1
-3/+0
*
|
condense two tests with the same name (closes #19114)
Benjamin Peterson
2013-09-29
1
-13/+12
*
|
move helper function into its test method (closes #19112)
Benjamin Peterson
2013-09-29
1
-7/+6
*
|
Issue #4366: Fix building extensions on all platforms when --enable-shared is...
Antoine Pitrou
2013-09-28
1
-5/+3
*
|
fix duplicate test names (closes #19115)
Benjamin Peterson
2013-09-28
1
-5/+5
*
|
Issue #18950: Fix miscellaneous bugs in the sunau module.
Serhiy Storchaka
2013-09-28
1
-5/+20
*
|
This check can still fail on RHEL6
Nick Coghlan
2013-09-22
1
-3/+3
*
|
Issue #18050: Fixed an incompatibility of the re module with Python 2.7.3
Serhiy Storchaka
2013-09-20
3
-3/+5
*
|
Merge #14984: only import pwd on POSIX.
R David Murray
2013-09-18
1
-1/+3
|
\
\
|
|
/
|
*
#14984: only import pwd on POSIX.
R David Murray
2013-09-18
1
-1/+3
*
|
#19037: adjust file times *before* moving maildir files into place.
R David Murray
2013-09-18
1
-5/+13
*
|
Merge: Add versionchanged for #14984, remove extra blank from string.
R David Murray
2013-09-18
1
-1/+1
|
\
\
|
|
/
|
*
Add versionchanged for #14984, remove extra blank from string.
R David Murray
2013-09-18
1
-1/+1
*
|
Remove the use of non-existing re.ASCII.
Serhiy Storchaka
2013-09-17
2
-2/+2
*
|
Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python
Serhiy Storchaka
2013-09-16
4
-11/+17
*
|
Merge #14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray
2013-09-16
2
-6/+47
|
\
\
|
|
/
|
*
#14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray
2013-09-16
2
-2/+44
|
*
#16042: CVE-2013-1752: Limit amount of data read by limiting the call to read...
Andrew Kuchling
2013-09-15
2
-4/+38
|
*
Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor _OPENSSL_API_VER...
Christian Heimes
2013-09-03
1
-15/+6
|
*
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
Christian Heimes
2013-08-25
1
-7/+15
|
*
- Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Barry Warsaw
2013-08-23
3
-32/+146
|
*
Fix UnboundLocalError regression due to previous incorrect fix for
Barry Warsaw
2013-08-21
1
-1/+1
|
*
- Issue #16248: Disable code execution from the user's home directory by
Barry Warsaw
2013-02-20
1
-1/+3
|
*
Bump to 2.6.8
v2.6.8
Barry Warsaw
2012-04-10
2
-2/+2
|
*
update docs
Barry Warsaw
2012-04-10
1
-1/+1
|
*
Bump to 2.6.8rc2
v2.6.8rc2
Barry Warsaw
2012-03-17
2
-2/+2
|
*
Update Docs and NEWS for 2.6.8rc2.
Barry Warsaw
2012-03-17
1
-1/+1
|
*
Bump to version 2.6.8rc1.
Barry Warsaw
2012-02-23
3
-5/+5
[prev]
[next]