Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.5.3
51ba5b7
Version bump for Python 3.5.3.
by Larry Hastings
· 8 years ago
v3.5.3
1943164
Cherry-pick small copyright fix for 3.5.3 final.
by Larry Hastings
· 8 years ago
e744804
Post-release fixups for Python 3.5.3rc1.
by Larry Hastings
· 9 years ago
e8134af
merge 3.4
by Ned Deily
· 9 years ago
0717564
merge 3.3
by Ned Deily
· 9 years ago
c276ffa
ring IDLE.app into 2017, too
by Ned Deily
· 9 years ago
1c37ba7
Added tag v3.5.3rc1 for changeset de530d7f21c0
by Larry Hastings
· 9 years ago
b32a034
Version bump for 3.5.3rc1.
by Larry Hastings
· 9 years ago
v3.5.3rc1
e562a95
Regenerated pydoc topics for 3.5.3rc1.
by Larry Hastings
· 9 years ago
33014ca
Null merge from 3.4.
by Larry Hastings
· 9 years ago
03fdeb7
Fix test failure so it's no longer dependent on example.com.
by Larry Hastings
· 9 years ago
493ac1b
only include sys/random.h if it seems like it might have something useful (#29057)
by Benjamin Peterson
· 9 years ago
c9d4c60a
merge heads
by Benjamin Peterson
· 9 years ago
4365833
merge 3.4
by Benjamin Peterson
· 9 years ago
b6e2142
merge 3.3
by Benjamin Peterson
· 9 years ago
e527dd3
ring in 2017 for Python
by Benjamin Peterson
· 9 years ago
ff0e3b7
Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context
by Berker Peksag
· 9 years ago
4950ae1
Issue #29013: Fix allowZip64 documentation
by Berker Peksag
· 9 years ago
14adafd
Issue #29012: Remove outdated information about __bases__
by Berker Peksag
· 9 years ago
d2d673f
Issue #29024: Add Kivy entry to GUI FAQ
by Berker Peksag
· 9 years ago
34cba33
Issue #29094: Offsets in a ZIP file created with extern file object and modes
by Serhiy Storchaka
· 9 years ago
b47913f
Issue #29123: Make CheckSqlTimestamp more robust
by Berker Peksag
· 9 years ago
b46ea90
Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea.
by Raymond Hettinger
· 9 years ago
6b5e4a8
Issue #26267: Improve uuid.UUID documentation
by Berker Peksag
· 9 years ago
195319e
Issue #29111: Fix memoryview signature.
by Stefan Krah
· 9 years ago
cea904f
Issue #29112: Fix a questionable wording in sequence doc.
by Xiang Zhang
· 9 years ago
440d703
Issue #29109: Enhance tracemalloc documentation
by Victor Stinner
· 9 years ago
74b1bcc
Issue #29080: Fixes Misc/NEWS entry
by Steve Dower
· 9 years ago
7ec8a18
Issue #29080: Removes hard dependency on hg.exe from PC/build.bat
by Steve Dower
· 9 years ago
bdf9e0e
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
by Serhiy Storchaka
· 9 years ago
283de2b
Issue #9770: curses.ascii predicates now work correctly with negative integers.
by Serhiy Storchaka
· 9 years ago
c9ad8b7
Issue #29073: bytearray formatting no longer truncates on first null byte.
by Serhiy Storchaka
· 9 years ago
af9181a
Issue #29087: Removed the documentation of non-existing UCS4 support functions.
by Serhiy Storchaka
· 9 years ago
e721be1
Issue #23903: Added missed Windows-specific names to PC/python3.def.
by Serhiy Storchaka
· 9 years ago
e10ca3a
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 9 years ago
1fee515
Issue #29069: Update the default URL of PyPI server
by Berker Peksag
· 9 years ago
8e2bdc8
Move versionadded inside of the get_terminal_size() block
by Berker Peksag
· 9 years ago
6664e8c
Issue #23903: Added missed names to PC/python3.def.
by Serhiy Storchaka
· 9 years ago
d54d3d3
Issue #23903: Fixed errors and remove non-existing names in python3.def.
by Serhiy Storchaka
· 9 years ago
6721c7c
Issue #29078: Add the missing import in datetime.time doc example.
by Xiang Zhang
· 9 years ago
4398c12
Issue #29068: Fixed a typo in PyErr_Fetch example. Patch by Chi Hsuan Yen.
by Serhiy Storchaka
· 9 years ago
b079c07
#25591: improve imap tests.
by R David Murray
· 9 years ago
e9ae5f9
Issue #28815: Skip TIPC tests if /proc/modules is not readable
by Martin Panter
· 9 years ago
7106a51
Issue #28954: Add missing comma to keyword argument syntax
by Martin Panter
· 9 years ago
3dbd87f
Issue #1446619: Account for negative slice direction in description
by Martin Panter
· 9 years ago
3310e14
Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT
by Martin Panter
· 9 years ago
972e04e
Issue #28960: Drop comma attached to dash in Thread.join() description
by Martin Panter
· 9 years ago
ab23347
Sort and remove duplicates from PC/python3.def (issue #23903).
by Serhiy Storchaka
· 9 years ago
e31b15c
Update documentation index sidebar for 3.6.0 release.
by Ned Deily
· 9 years ago
7e93c84
Grammatical fixes following #d95f19892fd0
by Brett Cannon
· 9 years ago
ea1cf87
Issue #29044: Fix a use-after-free in string '%c' formatter.
by Xiang Zhang
· 9 years ago
c67983b
Issue 28923: Remove editor artifacts from Tix.py.
by Terry Jan Reedy
· 9 years ago
18f018c
Issue #28871: Fixed a crash when deallocate deep ElementTree.
by Serhiy Storchaka
· 9 years ago
fb2ae15
add a specific configure check for sys/random.h (closes #28932)
by Benjamin Peterson
· 9 years ago
6165d55
Issue #28147: Fix a memory leak in split-table dictionaries
by INADA Naoki
· 9 years ago
270a21f
Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest.
by Xiang Zhang
· 9 years ago
509476b
doc: Suggest to hash(tuple of attr) rather than XOR
by Victor Stinner
· 9 years ago
bfbc29c
Issue #29009: Remove outdated doc of PyUnicode_RichCompare.
by Xiang Zhang
· 9 years ago
c1ee488
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
by Antoine Pitrou
· 9 years ago
ca3263c
Issue #25677: Correct syntax error caret for indented blocks.
by Martin Panter
· 9 years ago
b94eef2
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
by Serhiy Storchaka
· 9 years ago
4ec1590
#29005: clarify terminology in tutorial 'method' discussion.
by R David Murray
· 9 years ago
2f9171d
Fix spelling and grammar in code comments and documentation
by Martin Panter
· 9 years ago
c69fd86
#28407 Improve test coverage of make_msgid.
by R David Murray
· 9 years ago
5866719
Update porting HOWTO to drop unicode_literals and mention static type checking
by Brett Cannon
· 9 years ago
b1a1619
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
by Serhiy Storchaka
· 9 years ago
af56e0e
Issue #28991: Fix obscure reentrancy bug in functools.lru_cache().
by Raymond Hettinger
· 9 years ago
ac13bee
Issue #28971: Temporarily skip test_over until a permanent solution is found
by Xavier de Gaye
· 9 years ago
16b7b7d
Merge heads
by Serhiy Storchaka
· 9 years ago
20cdffd
Issue #14061: Misc fixes and cleanups in archiving code in shutil.
by Serhiy Storchaka
· 9 years ago
b1461aa
Issue #28990: Fix SSL hanging if connection is closed before handshake completed.
by Yury Selivanov
· 9 years ago
610f5d7
python-gdb.py: catch gdb.error on gdb.selected_frame()
by Victor Stinner
· 9 years ago
7b440df
Issue #28944: Fix footnote numbering
by Berker Peksag
· 9 years ago
49010ee
Revert changeset 1f31bf3f76f5 (issue5322) except tests.
by Serhiy Storchaka
· 9 years ago
4347881
Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe
by Steve Dower
· 9 years ago
e711cc0
Issue #28783: Replaces bdist_wininst in nuget packages with stub
by Steve Dower
· 9 years ago
8b58339
Issue #28512: Fixed setting the offset attribute of SyntaxError by
by Serhiy Storchaka
· 9 years ago
49c14d8
Issue #26483: Clarify str.isdecimal() and isdigit()
by Martin Panter
· 9 years ago
41176ae
Issue #28916: Correct description of %o and %x alternative forms
by Martin Panter
· 9 years ago
bc538e3
Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages.
by Brett Cannon
· 9 years ago
cd2a201
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
by Antoine Pitrou
· 9 years ago
7a44783
Issue #28771: Update tp_get/setattr signature documentation
by Martin Panter
· 9 years ago
898573a
Issue #28820: Fix spelling of “practice” as a noun
by Martin Panter
· 9 years ago
cfa9bad
Issue #28755: Improve syntax highlighting in Arg Clinic howto
by Martin Panter
· 9 years ago
a277c13
Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard.
by Martin Panter
· 9 years ago
932d40a
Issue #28900: Update documentation sidebar for 3.6.0rc.
by Ned Deily
· 9 years ago
606ab86
Change order of io.UnsupportedOperation base classes.
by Serhiy Storchaka
· 9 years ago
5adfac2
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
by Serhiy Storchaka
· 9 years ago
028ace1
Issue #28847: dbm.dumb now supports reading read-only files and no longer
by Serhiy Storchaka
· 9 years ago
e503126
Fixed misplaced comment.
by Serhiy Storchaka
· 9 years ago
41fef63
rm unused import
by Benjamin Peterson
· 9 years ago
419967b
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
by Serhiy Storchaka
· 9 years ago
7bc01c3
Fixed mismatching title overline.
by Serhiy Storchaka
· 9 years ago
29b0a26
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
by Serhiy Storchaka
· 9 years ago
de6efdb
Ensures intermediate directory is created before accessing it.
by Steve Dower
· 9 years ago
190dbd9
Issue #28846: Various installer fixes
by Steve Dower
· 9 years ago
2d397dc
Merge heads
by Serhiy Storchaka
· 9 years ago
ee1b01a
Issue #21818: Fixed references to classes that have names matching with module
by Serhiy Storchaka
· 9 years ago
1177696
- Import latest config.sub config.guess files
by
[email protected]
· 9 years ago
61f0a02
Issue #28790: Fix error when using Generic and __slots__ (Ivan L)
by Guido van Rossum
· 9 years ago
Next »