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
*
Fixed tests on Windows for issue #21883.
Serhiy Storchaka
2014-10-04
3
-3/+4
*
Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with
Serhiy Storchaka
2014-10-04
7
-91/+134
*
Issue #22219: The zipfile module CLI now adds entries for directories
Serhiy Storchaka
2014-10-04
1
-2/+9
|
\
|
*
Issue #22219: The zipfile module CLI now adds entries for directories
Serhiy Storchaka
2014-10-04
1
-2/+9
*
|
merge 3.4
Benjamin Peterson
2014-10-03
1
-0/+15
|
\
\
|
|
/
|
*
separate cert loading tests into Windows and non-Windows cases
Benjamin Peterson
2014-10-03
1
-0/+15
*
|
merge 3.4 (#22449)
Benjamin Peterson
2014-10-03
2
-2/+9
|
\
\
|
|
/
|
*
also use openssl envvars to find certs on windows (closes #22449)
Benjamin Peterson
2014-10-03
2
-2/+9
*
|
#22508: Drop email __version__ string. It no longer means anything.
R David Murray
2014-10-03
1
-2/+0
*
|
Merge: #12780: update inspect test skipIf for PEP 3147.
R David Murray
2014-10-03
1
-4/+5
|
\
\
|
|
/
|
*
#12780: update inspect test skipIf for PEP 3147.
R David Murray
2014-10-03
1
-4/+5
*
|
Make test_datetime a better citizen (issue #22540)
Antoine Pitrou
2014-10-03
2
-6/+6
*
|
Merge: #8473: Add tests that doctest uses universal newlines in testfile.
R David Murray
2014-10-03
1
-0/+30
|
\
\
|
|
/
|
*
#8473: Add tests that doctest uses universal newlines in testfile.
R David Murray
2014-10-03
1
-0/+30
*
|
merge 3.4
Georg Brandl
2014-10-02
1
-1/+1
|
\
\
|
|
/
|
*
Closes #19434: fix copy-paste error in MIMENonMultipart docstring.
Georg Brandl
2014-10-02
1
-1/+1
*
|
Issue #20079: Fixed tests.
Serhiy Storchaka
2014-10-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #20079: Fixed tests.
Serhiy Storchaka
2014-10-02
1
-1/+1
*
|
Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file.
Serhiy Storchaka
2014-10-02
1
-1/+11
|
\
\
|
|
/
|
*
Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file.
Serhiy Storchaka
2014-10-02
1
-1/+11
*
|
Issue #20076: Apply optimization in makelocalealias.py repeatedly.
Serhiy Storchaka
2014-10-02
1
-1/+0
|
\
\
|
|
/
|
*
Issue #20076: Remove just added the sr_rs.utf8@latn alias because it is
Serhiy Storchaka
2014-10-02
1
-1/+0
*
|
- Issue #17219: Add library build dir for Python extension cross-builds.
doko@ubuntu.com
2014-10-02
1
-1/+1
|
\
\
|
|
/
|
*
- Issue #17219: Add library build dir for Python extension cross-builds.
doko@ubuntu.com
2014-10-02
1
-1/+1
*
|
Issue #20076: Added non derived UTF-8 aliases to locale aliases table.
Serhiy Storchaka
2014-10-01
1
-0/+9
|
\
\
|
|
/
|
*
Issue #20076: Added non derived UTF-8 aliases to locale aliases table.
Serhiy Storchaka
2014-10-01
1
-0/+9
|
*
Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
Serhiy Storchaka
2014-10-01
1
-0/+99
*
|
Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
Serhiy Storchaka
2014-10-01
1
-0/+99
*
|
Closes #20218: Added convenience methods read_text/write_text and read_bytes/
Georg Brandl
2014-10-01
2
-0/+50
*
|
Update 3.5 Idle News up to 3.4.2 changes.
Terry Jan Reedy
2014-10-01
1
-0/+52
|
\
\
|
|
/
|
*
Update Idle news for 3.4.2 (and 3.4.1).
Terry Jan Reedy
2014-10-01
1
-0/+57
*
|
Merge: #22512: move distutils rpm test's .rpmdb to testing tmpdir.
R David Murray
2014-10-01
1
-0/+3
|
\
\
|
|
/
|
*
#22512: move distutils rpm test's .rpmdb to testing tmpdir.
R David Murray
2014-10-01
1
-0/+3
|
*
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the neste...
Georg Brandl
2014-09-30
1
-1/+1
*
|
Issue #22333: test_threaded_import now displays elapsed time in verbose mode.
Victor Stinner
2014-09-30
1
-0/+4
*
|
Issue #22333: Extend timeout in test_threaded_import
Victor Stinner
2014-09-30
1
-1/+1
*
|
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the neste...
Georg Brandl
2014-09-30
1
-1/+1
*
|
(Merge 3.4) Issue #22448: asyncio, cleanup _run_once(), only iterate once to
Victor Stinner
2014-09-30
1
-4/+7
|
\
\
|
|
/
|
*
Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayed
Victor Stinner
2014-09-30
1
-4/+7
*
|
Remove pointless "vile hack" that can cause the build step to fail when some ...
Antoine Pitrou
2014-09-30
1
-9/+2
*
|
(Merge 3.4) faulthandler: test_gil_released() now uses _sigsegv() instead of
Victor Stinner
2014-09-30
1
-2/+2
|
\
\
|
|
/
|
*
faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(),
Victor Stinner
2014-09-30
1
-2/+2
*
|
merge 3.4 (#22517)
Benjamin Peterson
2014-09-30
1
-0/+6
|
\
\
|
|
/
|
*
merge 3.3 (#22517)
Benjamin Peterson
2014-09-30
1
-0/+6
|
|
\
|
|
*
clear BufferedRWPair weakrefs on deallocation (closes #22517)
Benjamin Peterson
2014-09-30
1
-0/+6
*
|
|
fix windows tests (#16662)
Benjamin Peterson
2014-09-30
1
-14/+15
*
|
|
Issue #22437: Number of capturing groups in regular expression is no longer
Serhiy Storchaka
2014-09-29
4
-9/+27
*
|
|
#17442: Add chained traceback support to InteractiveInterpreter.
R David Murray
2014-09-29
2
-12/+57
*
|
|
Issue #22510: Get rid of little overhead of testing re.DEBUG flag.
Serhiy Storchaka
2014-09-29
1
-7/+5
*
|
|
Closes issue #20858: Enhancements/fixes to pure-python datetime module
Alexander Belopolsky
2014-09-28
2
-139/+236
[next]