Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.5.1
/
Lib
3e7a56a
Updated pydoc topics for 3.5.1 final.
by Larry Hastings
· 10 years ago
e800941
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
by Serhiy Storchaka
· 10 years ago
1fb5b73
Updated pydoc topics for 3.5.1rc1.
by Larry Hastings
· 10 years ago
4a93cf7
Update idlelib/NEWS.txt.
by Terry Jan Reedy
· 10 years ago
6e92c11
Update idlelib/NEWS.txt.
by Terry Jan Reedy
· 10 years ago
efd83fe
Issue #25686: test_shutil no longer uses the distutils package for searching
by Serhiy Storchaka
· 10 years ago
b42de2f
Issue #25686: test_shutil no longer uses the distutils package for searching
by Serhiy Storchaka
· 10 years ago
e1b02e0
Issue 15348: Stop debugger engine (normally in user process)
by Terry Jan Reedy
· 10 years ago
6a904c1
Issue #24455: Prevent IDLE from hanging when a) closing the shell while the
by Terry Jan Reedy
· 10 years ago
0f3c976
asyncio: Fix with github
by Yury Selivanov
· 10 years ago
a211a7a
asyncio.tests: Fix whitespace
by Yury Selivanov
· 10 years ago
d59bba8
asyncio: Drop "value" parameter from Task._step method.
by Yury Selivanov
· 10 years ago
b485bb4
asyncio: Sync with github
by Yury Selivanov
· 10 years ago
4379d15
Make it slightly clearer that IDLE close message is referring to user program,
by Terry Jan Reedy
· 10 years ago
e99e977
Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX
by Martin Panter
· 10 years ago
d13cade
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
0a7b2ae
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
875e4fb
Merge 3.4
by Yury Selivanov
· 10 years ago
e342b8e
Merge 3.4
by Yury Selivanov
· 10 years ago
4733e1f
Merge 3.4
by Yury Selivanov
· 10 years ago
abe6107
Merge 3.4
by Yury Selivanov
· 10 years ago
812b248
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
6d9e923
Issue #25665: Test pickling with all protocols in test_typing.
by Serhiy Storchaka
· 10 years ago
6fbd774
Issue #25670: Remove duplicate getattr() from ast.NodeTransformer
by Victor Stinner
· 10 years ago
97cabb9
Issue #25583: Merge makedirs fix from 3.4 into 3.5
by Martin Panter
· 10 years ago
82f9fea
Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)
by Guido van Rossum
· 10 years ago
41f69f4
Issue #25593: Change semantics of EventLoop.stop().
by Guido van Rossum
· 10 years ago
557d1eb
Issue #25665: Make NamedTuple picklable.
by Guido van Rossum
· 10 years ago
05e3090
Remove unused imports from test_typing.py.
by Guido van Rossum
· 10 years ago
bb7c57c
Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__ descriptor work.
by Guido van Rossum
· 10 years ago
a82642f
Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True)
by Martin Panter
· 10 years ago
576fe71
asyncio: Error if awaiting in parallel on the same coroutine
by Yury Selivanov
· 10 years ago
b3dd6d7
asyncio: Error if awaiting in parallel on the same coroutine
by Yury Selivanov
· 10 years ago
5498f2b
Merge 3.4
by Yury Selivanov
· 10 years ago
5d7e3b6
asyncio: Cleanup Future API
by Yury Selivanov
· 10 years ago
7f324ba
Merge 3.4
by Yury Selivanov
· 10 years ago
0013cce
asyncio: Sync with github
by Yury Selivanov
· 10 years ago
cfff959
Merge 3.4
by Yury Selivanov
· 10 years ago
a4afc48
asyncio: Optimize Task._wakeup
by Yury Selivanov
· 10 years ago
1334f83
Merge 3.4
by Yury Selivanov
· 10 years ago
5bb1afb
asyncio: Add Transport.is_closing()
by Yury Selivanov
· 10 years ago
4bc534d
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
4932ac2
Issue #24750: whitespace
by Terry Jan Reedy
· 10 years ago
5922d73
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
d36d817
Issue #24750: Improve appearance of IDLE editor window status bar.
by Terry Jan Reedy
· 10 years ago
4234710
Issue #20220: Merge time zone workaround from 3.4 into 3.5
by Martin Panter
· 10 years ago
f242aeb
Issue #9051: Added tests for pickling and copying the timezone objects.
by Serhiy Storchaka
· 10 years ago
e28209f
Issue #9051: Added tests for pickling and copying the timezone objects.
by Serhiy Storchaka
· 10 years ago
6e0889f
Issue #20220: Add DST rules to work around glibc quirk
by Martin Panter
· 10 years ago
d0a5b1c
Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess
by Gregory P. Smith
· 10 years ago
2cd1b3b
Fix issue #6973: When we know a subprocess.Popen process has died, do
by Gregory P. Smith
· 10 years ago
a0c9caa
Fix issue #6973: When we know a subprocess.Popen process has died, do
by Gregory P. Smith
· 10 years ago
7e2b870
Issue #25388: Fixed tokenizer crash when processing undecodable source code
by Serhiy Storchaka
· 10 years ago
0d44111
Issue #25388: Fixed tokenizer crash when processing undecodable source code
by Serhiy Storchaka
· 10 years ago
32acc16
Merge typo and grammar fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
2e4571a
Fix a few grammar problems in the documentation and comments
by Martin Panter
· 10 years ago
ac34e09
Correct Content-Type syntax in documentation
by Martin Panter
· 10 years ago
fa9ea04
Issue #25590: Merge rlcompleter change from 3.4 into 3.5
by Martin Panter
· 10 years ago
06622ea
Issue #25590: Make rlcompleter only call getattr() once per attribute
by Martin Panter
· 10 years ago
75559af
Issue #25498: Update error message for 3.5
by Martin Panter
· 10 years ago
0da4ac1
Issue #25498: Merge ctypes crash fix from 3.4 into 3.5
by Martin Panter
· 10 years ago
1bb6515
Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview
by Martin Panter
· 10 years ago
c73771a
Merge 3.4
by Yury Selivanov
· 10 years ago
abe9625
asyncio: Fix sporadic failing unittests in debug mode
by Yury Selivanov
· 10 years ago
30c328f
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
5496ba2
Indent
by Terry Jan Reedy
· 10 years ago
8f1a980
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
c15a7c6
Whitespace
by Terry Jan Reedy
· 10 years ago
e19f3ec
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
d0c0f00
Issue #25313: Change the handling of new built-in text color themes to better
by Terry Jan Reedy
· 10 years ago
2f85555
Issue #25607: Restore old distutils logging threshold after running tests that
by Serhiy Storchaka
· 10 years ago
8402324
Issue #25607: Restore old distutils logging threshold after running tests that
by Serhiy Storchaka
· 10 years ago
ef2462e
Restore old distutils logging threshold after running test_log.
by Serhiy Storchaka
· 10 years ago
fda7fe0
Restore old distutils logging threshold after running test_log.
by Serhiy Storchaka
· 10 years ago
609a2e1
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
by Serhiy Storchaka
· 10 years ago
d7a4415
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
by Serhiy Storchaka
· 10 years ago
45bde5d
merge 3.4 (#25530)
by Benjamin Peterson
· 10 years ago
a9dcdab
always set OP_NO_SSLv3 by default (closes #25530)
by Benjamin Peterson
· 10 years ago
35abe19
Issue #25595: Fixed test_deleted_cwd in test_importlib on AIX.
by Serhiy Storchaka
· 10 years ago
c6ce13d
Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions.
by Serhiy Storchaka
· 10 years ago
e1dc3d4
Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions.
by Serhiy Storchaka
· 10 years ago
0ce5b6e
Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers.
by Stefan Krah
· 10 years ago
e46e09d
Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test
by Serhiy Storchaka
· 10 years ago
40fe35a
Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test
by Serhiy Storchaka
· 10 years ago
04b5700
Issue #25584: Added "escape" to the __all__ list in the glob module.
by Serhiy Storchaka
· 10 years ago
735b790
Issue #25584: Fixed recursive glob() with patterns starting with '**'.
by Serhiy Storchaka
· 10 years ago
b63902a
Issue #25582: Fixed 100 MB memory leak in test_ctypes.
by Serhiy Storchaka
· 10 years ago
411dfd8
Issue #22643: Skip test_case_operation_overflow on computers with low memory.
by Serhiy Storchaka
· 10 years ago
608c213
Issue #892902: Added new tests for pickling recursive collections.
by Serhiy Storchaka
· 10 years ago
eeb896c
Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
by Martin Panter
· 10 years ago
8263981
Issue #25582: Fixed 100 MB memory leak in test_ctypes.
by Serhiy Storchaka
· 10 years ago
d61d860
Issue #24802: Update test case for ValueError in 3.5
by Martin Panter
· 10 years ago
b0deeb4
#25446: Fix regression in smtplib's AUTH LOGIN support.
by R David Murray
· 10 years ago
3d717d0
Issue #22643: Skip test_case_operation_overflow on computers with low memory.
by Serhiy Storchaka
· 10 years ago
838b7cc
Issue #892902: Added new tests for pickling recursive collections.
by Serhiy Storchaka
· 10 years ago
61d6e4a
Issue #24802: Merge null termination fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
9b566c3
Issue #25064: Adjust documentation according to new mkstemp signature
by Martin Panter
· 10 years ago
98da9d0
Issue #18010: Merge pydoc web search fix from 3.4 into 3.5
by Martin Panter
· 10 years ago
9ad0aae
Issue #18010: Fix pydoc web server search to handle package exceptions
by Martin Panter
· 10 years ago
7931be4
Merge 3.4
by Yury Selivanov
· 10 years ago
Next »