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
...
*
|
|
docs/whatsnew/3.5: Fix ref link
Yury Selivanov
2015-12-15
1
-1/+1
*
|
|
whatsnew/3.5: Mention new asyncio APIs in 3.5.1
Yury Selivanov
2015-12-15
1
-0/+12
*
|
|
Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst()
Gregory P. Smith
2015-12-14
1
-3/+3
*
|
|
* Re-fix issue #19284: Don't generate the no-op -R command line
Gregory P. Smith
2015-12-14
3
-7/+16
|
\
\
\
|
|
/
/
|
*
|
merge head
Gregory P. Smith
2015-12-14
1
-3/+6
|
|
\
\
|
*
|
|
Re-fix issue #19284: Don't generate the no-op -R command line
Gregory P. Smith
2015-12-14
1
-3/+0
|
*
|
|
Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed
Gregory P. Smith
2015-12-14
1
-3/+15
|
*
|
|
assert_python_ok docstring typo fix.
Gregory P. Smith
2015-12-14
1
-1/+1
*
|
|
|
Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() (new try)
Victor Stinner
2015-12-13
1
-1/+1
*
|
|
|
Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes.
R David Murray
2015-12-13
1
-3/+6
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
#25495: Clarify b2a_base64 documentation vis 57 bytes.
R David Murray
2015-12-13
1
-3/+6
|
|
/
/
*
|
|
Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir()
Victor Stinner
2015-12-13
1
-3/+3
*
|
|
Issue #25696: Don't ignore errors in 'make bininstall' on creating $(LIBPC) d...
Victor Stinner
2015-12-13
1
-1/+1
*
|
|
Issue #25696: Fix installation of Python on UNIX with make -j9.
Victor Stinner
2015-12-13
2
-0/+6
*
|
|
Fixes #25844: Corrected =/== typo potentially leading to crash in launcher.
Vinay Sajip
2015-12-13
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fixes #25844: Corrected =/== typo potentially leading to crash in launcher.
Vinay Sajip
2015-12-13
1
-2/+2
*
|
|
Sync asyncio with upstream git repo (conditional import in test_pep492.py).
Guido van Rossum
2015-12-13
1
-1/+4
*
|
|
Issue #19771: Omit irrelevant message if package could not be initialized
Martin Panter
2015-12-12
3
-0/+19
*
|
|
Issue #25845: Drop redundant checks leftover from int to long conversion
Martin Panter
2015-12-12
1
-2/+2
*
|
|
Issue #25809: Skip testing platform-dependent French thousands separator
Martin Panter
2015-12-12
1
-1/+3
*
|
|
Issue #25755: Move PropertyWritableDoc into the test case
Berker Peksag
2015-12-11
1
-7/+7
*
|
|
Merge 3.4
Yury Selivanov
2015-12-11
2
-1/+22
|
\
\
\
|
|
/
/
|
*
|
asyncio: Make Tasks check if Futures are attached to the same event loop
Yury Selivanov
2015-12-11
2
-1/+22
*
|
|
Merge 3.4
Yury Selivanov
2015-12-11
2
-2/+5
|
\
\
\
|
|
/
/
|
*
|
asyncio: Sync with github
Yury Selivanov
2015-12-11
2
-2/+5
*
|
|
Issue #25764: Skip fork failure test when run as root
Martin Panter
2015-12-11
1
-2/+6
*
|
|
Issue #22341: Drop Python 2 workaround and document CRC initial value
Martin Panter
2015-12-11
6
-58/+39
*
|
|
Issue #14285: Do not catch exceptions initializing any ancestor package
Martin Panter
2015-12-10
5
-6/+31
*
|
|
Fixed possible leaks in ElementTree parser.
Serhiy Storchaka
2015-12-09
1
-2/+8
*
|
|
Fixed possible leak in ElementTree.Element.iter().
Serhiy Storchaka
2015-12-09
1
-11/+11
*
|
|
Clarify that only *documentation* bugs should go to docs@python.org
Zachary Ware
2015-12-09
1
-1/+2
*
|
|
Issue #25820: Remove unused assignment and redundant GDB CLI arguments
Martin Panter
2015-12-08
1
-3/+1
*
|
|
Issue #21240: Add an abstractmethod directive to mark abstract methods in the...
Berker Peksag
2015-12-08
4
-11/+25
*
|
|
Issue #25701: Document C API functions that both set and delete objects
Martin Panter
2015-12-08
4
-29/+50
*
|
|
merge 3.4
doko@ubuntu.com
2015-12-07
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Remove x permissions from Lib/test/test_script_helper.py
doko@ubuntu.com
2015-12-07
1
-0/+0
*
|
|
Mostly-null merge from 3.4. (Only added the tag for 3.4.4rc1.)
Larry Hastings
2015-12-07
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Merge.
Larry Hastings
2015-12-07
4
-21/+35
|
|
\
\
|
|
|
/
|
|
*
Post-release fixups for Python 3.4.4rc1.
Larry Hastings
2015-12-07
2
-1/+13
|
|
*
Added tag v3.4.4rc1 for changeset 04f3f725896c
Larry Hastings
2015-12-06
1
-0/+1
|
|
*
Version bump for 3.4.4rc1.
v3.4.4rc1
Larry Hastings
2015-12-06
2
-6/+7
|
|
*
Rebuilt pydoc topics for 3.4.4rc1.
Larry Hastings
2015-12-06
1
-15/+15
*
|
|
Merge.
Larry Hastings
2015-12-07
4
-7/+9
|
\
\
\
|
*
|
|
Post-release fixups for Python 3.5.1.
Larry Hastings
2015-12-07
2
-1/+13
|
*
|
|
Added tag v3.5.1 for changeset 37a07cee5969
Larry Hastings
2015-12-06
1
-0/+1
|
*
|
|
Version bump for 3.5.1 final.
v3.5.1
Larry Hastings
2015-12-06
2
-4/+5
|
*
|
|
Updated pydoc topics for 3.5.1 final.
Larry Hastings
2015-12-06
1
-1/+1
|
*
|
|
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka
2015-12-02
3
-1/+28
|
*
|
|
Merge.
Larry Hastings
2015-12-06
2
-2/+2
|
|
\
\
\
|
|
*
|
|
Fixes upload directories for Windows installer.
Steve Dower
2015-11-23
2
-2/+2
[prev]
[next]