Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c67983b829ce00ad71ac016c200f5e16bfc493f6
c67983b
Issue 28923: Remove editor artifacts from Tix.py.
by Terry Jan Reedy
· 8 years ago
18f018c
Issue #28871: Fixed a crash when deallocate deep ElementTree.
by Serhiy Storchaka
· 8 years ago
fb2ae15
add a specific configure check for sys/random.h (closes #28932)
by Benjamin Peterson
· 8 years ago
6165d55
Issue #28147: Fix a memory leak in split-table dictionaries
by INADA Naoki
· 8 years ago
270a21f
Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest.
by Xiang Zhang
· 8 years ago
509476b
doc: Suggest to hash(tuple of attr) rather than XOR
by Victor Stinner
· 8 years ago
bfbc29c
Issue #29009: Remove outdated doc of PyUnicode_RichCompare.
by Xiang Zhang
· 8 years ago
c1ee488
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
by Antoine Pitrou
· 8 years ago
ca3263c
Issue #25677: Correct syntax error caret for indented blocks.
by Martin Panter
· 8 years ago
b94eef2
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
by Serhiy Storchaka
· 8 years ago
4ec1590
#29005: clarify terminology in tutorial 'method' discussion.
by R David Murray
· 8 years ago
2f9171d
Fix spelling and grammar in code comments and documentation
by Martin Panter
· 8 years ago
c69fd86
#28407 Improve test coverage of make_msgid.
by R David Murray
· 8 years ago
5866719
Update porting HOWTO to drop unicode_literals and mention static type checking
by Brett Cannon
· 8 years ago
b1a1619
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
by Serhiy Storchaka
· 8 years ago
af56e0e
Issue #28991: Fix obscure reentrancy bug in functools.lru_cache().
by Raymond Hettinger
· 8 years ago
ac13bee
Issue #28971: Temporarily skip test_over until a permanent solution is found
by Xavier de Gaye
· 8 years ago
16b7b7d
Merge heads
by Serhiy Storchaka
· 8 years ago
20cdffd
Issue #14061: Misc fixes and cleanups in archiving code in shutil.
by Serhiy Storchaka
· 8 years ago
b1461aa
Issue #28990: Fix SSL hanging if connection is closed before handshake completed.
by Yury Selivanov
· 8 years ago
610f5d7
python-gdb.py: catch gdb.error on gdb.selected_frame()
by Victor Stinner
· 8 years ago
7b440df
Issue #28944: Fix footnote numbering
by Berker Peksag
· 8 years ago
49010ee
Revert changeset 1f31bf3f76f5 (issue5322) except tests.
by Serhiy Storchaka
· 8 years ago
4347881
Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe
by Steve Dower
· 8 years ago
e711cc0
Issue #28783: Replaces bdist_wininst in nuget packages with stub
by Steve Dower
· 8 years ago
8b58339
Issue #28512: Fixed setting the offset attribute of SyntaxError by
by Serhiy Storchaka
· 8 years ago
49c14d8
Issue #26483: Clarify str.isdecimal() and isdigit()
by Martin Panter
· 8 years ago
41176ae
Issue #28916: Correct description of %o and %x alternative forms
by Martin Panter
· 8 years ago
bc538e3
Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages.
by Brett Cannon
· 8 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
· 8 years ago
7a44783
Issue #28771: Update tp_get/setattr signature documentation
by Martin Panter
· 8 years ago
898573a
Issue #28820: Fix spelling of “practice” as a noun
by Martin Panter
· 8 years ago
cfa9bad
Issue #28755: Improve syntax highlighting in Arg Clinic howto
by Martin Panter
· 8 years ago
a277c13
Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard.
by Martin Panter
· 8 years ago
932d40a
Issue #28900: Update documentation sidebar for 3.6.0rc.
by Ned Deily
· 8 years ago
606ab86
Change order of io.UnsupportedOperation base classes.
by Serhiy Storchaka
· 8 years ago
5adfac2
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
by Serhiy Storchaka
· 8 years ago
028ace1
Issue #28847: dbm.dumb now supports reading read-only files and no longer
by Serhiy Storchaka
· 8 years ago
e503126
Fixed misplaced comment.
by Serhiy Storchaka
· 8 years ago
41fef63
rm unused import
by Benjamin Peterson
· 8 years ago
419967b
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
by Serhiy Storchaka
· 8 years ago
7bc01c3
Fixed mismatching title overline.
by Serhiy Storchaka
· 8 years ago
29b0a26
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
by Serhiy Storchaka
· 8 years ago
de6efdb
Ensures intermediate directory is created before accessing it.
by Steve Dower
· 8 years ago
190dbd9
Issue #28846: Various installer fixes
by Steve Dower
· 8 years ago
2d397dc
Merge heads
by Serhiy Storchaka
· 8 years ago
ee1b01a
Issue #21818: Fixed references to classes that have names matching with module
by Serhiy Storchaka
· 8 years ago
1177696
- Import latest config.sub config.guess files
by doko@ubuntu.com
· 8 years ago
61f0a02
Issue #28790: Fix error when using Generic and __slots__ (Ivan L)
by Guido van Rossum
· 8 years ago
47a9a4b
Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state
by Łukasz Langa
· 8 years ago
c7b1a0b
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
by Serhiy Storchaka
· 8 years ago
4931122
Add missing square bracket in typing.get_type_hints()
by Berker Peksag
· 8 years ago
219a012
Issue #28738: Document SIGBREAK as an acceptable value on Windows
by Berker Peksag
· 8 years ago
a860286
Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber)
by Guido van Rossum
· 8 years ago
f0888cd
Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command.
by Steve Dower
· 8 years ago
dab0584
Issue #28652: Partially rollback previous changes
by Yury Selivanov
· 8 years ago
6c7fb55
Issue #28688: Remove warnings.filters check from regrtest
by Victor Stinner
· 8 years ago
6a4d762
Fix indentation
by Martin Panter
· 8 years ago
06a8dea
Fixed the documentation of the structure PyMethodDef.
by Serhiy Storchaka
· 8 years ago
aa5a13f
replace --with-optimizations references with --enable-optimizations in docs.
by Gregory P. Smith
· 8 years ago
357ed2e
Change double hyphens (en dashes) to em (longer) dashes
by Martin Panter
· 8 years ago
b24569a
Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331)
by Guido van Rossum
· 8 years ago
6e723d2
Issue #25659: Change assert to TypeError in from_buffer/_copy()
by Martin Panter
· 8 years ago
395733d
Issue #10656: Fix out-of-tree building on AIX
by Martin Panter
· 8 years ago
1016b2f
Rename the new --with-optimiations flag to --enable-optimizations.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
bbfe6c3
Issue #28666: Fix removing readonly directories on Windows.
by Serhiy Storchaka
· 8 years ago
2ccb988
Issue #28666: Now test.support.rmtree is able to remove unwritable or
by Serhiy Storchaka
· 8 years ago
cf36835
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
by Serhiy Storchaka
· 8 years ago
6770f8a
Issue #28666: Now test.support.rmtree is able to remove unwritable or
by Serhiy Storchaka
· 8 years ago
f675a37
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
by Serhiy Storchaka
· 8 years ago
144f77a
Issue #28715: Added error checks for PyUnicode_AsUTF8().
by Serhiy Storchaka
· 8 years ago
93ff872
Issue #28732: Raise ValueError when argv[0] is empty.
by Steve Dower
· 8 years ago
11f4326
Issue #28732: Fix crash in os.spawnv() with no elements in args
by Steve Dower
· 8 years ago
ca4b252
Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330)
by Guido van Rossum
· 8 years ago
c851817
Fixes incorrect path in nuget package build.
by Steve Dower
· 8 years ago
292dd1b
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
by Serhiy Storchaka
· 8 years ago
f5894dd
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
by Serhiy Storchaka
· 8 years ago
f4934ea
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 8 years ago
5ebff7b
Merge - upgrade pip/setuptools
by Donald Stufft
· 8 years ago
dd5c73b
Upgrade pip to 9.0.1 and setuptools to 28.8.0
by Donald Stufft
· 8 years ago
d7c1518
Issue #28704: Fix create_unix_server to support Path-like objects
by Yury Selivanov
· 8 years ago
0ed20cd
Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.
by Yury Selivanov
· 8 years ago
2f84144
Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321)
by Guido van Rossum
· 8 years ago
49e8f2d
Issue 28668: Skip tests where instanciation of multiprocessing.Queue
by Xavier de Gaye
· 8 years ago
5ae6c77
Issue #28563: Make plural form selection more lenient and accepting
by Serhiy Storchaka
· 8 years ago
5ca92ab
Issue #28563: Make plural form selection more lenient and accepting
by Serhiy Storchaka
· 8 years ago
60ac989
Issue #28563: Make plural form selection more lenient and accepting
by Serhiy Storchaka
· 8 years ago
c9e08d8
Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT
by Martin Panter
· 8 years ago
9544a36
Issue #28016: Skip /dev/tty seekable() test on AIX
by Martin Panter
· 8 years ago
efbf20f
Issue #28678: Fix references to numeric_owner parameter
by Martin Panter
· 8 years ago
547c1b9
Fix temporary file not deleted in test_socket
by Xavier de Gaye
· 8 years ago
7ae4112
Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.
by Ned Deily
· 8 years ago
022371f
Fixed the documentation of parse_constant argument in json.load().
by Serhiy Storchaka
· 8 years ago
6b4b6e9
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
by Serhiy Storchaka
· 8 years ago
84293af
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
by Serhiy Storchaka
· 8 years ago
b626643
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
by Serhiy Storchaka
· 8 years ago
ae08687
Issue 28644: Document recent changes in typing.py (Ivan L)
by Guido van Rossum
· 8 years ago
5adc22b
Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2
by Serhiy Storchaka
· 8 years ago
62e32d6
Issue #19398: Extra slash no longer added to sys.path components in case of
by Serhiy Storchaka
· 8 years ago
daeddc4
Issue #23839: Various caches now are cleared before running every test file.
by Serhiy Storchaka
· 8 years ago
Next »