Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
32cf1acda85dd14c0865a7ce68dbc96980d6714a
32cf1ac
Issue #28849: Do not define sys.implementation._multiarch on Android.
by Xavier de Gaye
· 8 years ago
ebb39bc
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
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
13f1c33
Issue #28918: Fix the cross compilation of xxlimited when Python
by Xavier de Gaye
· 8 years ago
2179961
Issue #28771: Merge C API doc fix from 3.5
by Martin Panter
· 8 years ago
7a44783
Issue #28771: Update tp_get/setattr signature documentation
by Martin Panter
· 8 years ago
186b204
Fix typos in comment and documentation
by Martin Panter
· 8 years ago
b7880b0
Issue #28820: Merge spelling fixes from 3.5
by Martin Panter
· 8 years ago
898573a
Issue #28820: Fix spelling of “practice” as a noun
by Martin Panter
· 8 years ago
2fed8cd
Issues #28755, #28753: Merge Arg Clinic howto from 3.5
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
f44abda
Issue #26937: The chown() method of the tarfile.TarFile class does not fail now
by Xavier de Gaye
· 8 years ago
932d40a
Issue #28900: Update documentation sidebar for 3.6.0rc.
by Ned Deily
· 8 years ago
2036742
Issue #28896: Deprecate WindowsRegistryFinder
by Steve Dower
· 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
eae64fd
Issue #28770: Update python-gdb.py for fastcalls
by Victor Stinner
· 8 years ago
cb9ab0f
Issue #26941: Fix test_threading that hangs on the Android armv7 qemu emulator.
by Xavier de Gaye
· 8 years ago
f79606d
Issue #26940: Fix test_importlib that hangs on the Android armv7 qemu emulator.
by Xavier de Gaye
· 8 years ago
7522ef4
Issue #26939: Add the support.setswitchinterval() function to fix
by Xavier de Gaye
· 8 years ago
0d5742d
guard HAVE_LONG_LONG definition to prevent redefinition (#28898)
by Benjamin Peterson
· 8 years ago
098f85b
Issue #28900: Update documentation sidebar for 3.6.0rc.
by Ned Deily
· 8 years ago
eb58936
Issue #28635: Drop the note that whatsnew is incomplete
by Yury Selivanov
· 8 years ago
427f10b
Merge from 3.5.
by Serhiy Storchaka
· 8 years ago
2c5a830
Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict.
by INADA Naoki
· 8 years ago
0c78634
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
by Serhiy Storchaka
· 8 years ago
520348e
Issue #28847: dbm.dumb now supports reading read-only files and no longer
by Serhiy Storchaka
· 8 years ago
3ca43ed
Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will be cherrypicked and merged here.
by Ned Deily
· 8 years ago
5dd9ca9
Added tag v3.6.0rc1 for changeset 29a273eee9a5
by Ned Deily
· 8 years ago
ad2c2d3
Version bump for 3.6.0rc1
by Ned Deily
· 8 years ago
d3f39d3
Update pydoc topics for 3.6.0rc1
by Ned Deily
· 8 years ago
8bb38a7
Regenerate configure with autoconf 2.69.
by Ned Deily
· 8 years ago
c1c3292
Issue #28835: Tidy previous showwarning changes based on review comments.
by Ned Deily
· 8 years ago
9a55495
Update the Mac installer README file for 3.6.0.
by Ned Deily
· 8 years ago
53c53ea
Issue #27030: Unknown escapes in re.sub() replacement template are allowed
by Serhiy Storchaka
· 8 years ago
b0f75c5
Fixed misplaced comment.
by Serhiy Storchaka
· 8 years ago
8ae9e6a
warnings: Fix the issue number
by Victor Stinner
· 8 years ago
8ef46be
catch_warnings() calls showwarning() if overriden
by Victor Stinner
· 8 years ago
3d3e9ff
merge 3.5
by Benjamin Peterson
· 8 years ago
9a953db
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
by Serhiy Storchaka
· 8 years ago
19d2467
Issue #23722: improve __classcell__ compatibility
by Nick Coghlan
· 8 years ago
71c62e1
Neaten-up and extend the examples in the random module docs.
by Raymond Hettinger
· 8 years ago
2238131
Fixed mismatching title overline.
by Serhiy Storchaka
· 8 years ago
e418432
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
by Serhiy Storchaka
· 8 years ago
21cf577
Revert unintended merge
by Steve Dower
· 8 years ago
f00ef72
Ensures intermediate directory is created before using it
by Steve Dower
· 8 years ago
1058109
Issue #28846: Various installer fixes
by Steve Dower
· 8 years ago
b6a6b45
Issue #21818: Fixed references to classes that have names matching with module
by Serhiy Storchaka
· 8 years ago
3c35fdb
Issue #27172: Undeprecate inspect.getfullargspec()
by Nick Coghlan
· 8 years ago
c2c8fe1
Issue #28843: Fix asyncio C Task to handle exceptions __traceback__.
by Yury Selivanov
· 8 years ago
c349374
Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.5->3.6)
by Guido van Rossum
· 8 years ago
11dd604
Add TCP_CONGESTION and TCP_USER_TIMEOUT
by Victor Stinner
· 8 years ago
9ec0772
Issue #28797: Modifying the class __dict__ inside the __set_name__ method of
by Serhiy Storchaka
· 8 years ago
27ec5bf
Issue #28635: Document Python 3.6 opcode changes
by Yury Selivanov
· 8 years ago
0425fc0
Fix grammar in whatsnew
by Zachary Ware
· 8 years ago
8fb4e42
Merge 3.5, fix for #24142
by Łukasz Langa
· 8 years ago
0264e46
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
by Serhiy Storchaka
· 8 years ago
861b685
Merge from 3.5
by Berker Peksag
· 8 years ago
d5c6b47
Issue #28738: Merge from 3.6
by Berker Peksag
· 8 years ago
61d9c86
Issue #28793: Fix c/p error in AsyncGenerator documentation
by Berker Peksag
· 8 years ago
f7d199f
Fix _PyGen_yf()
by Victor Stinner
· 8 years ago
b3c5dc9
Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.5->3.6)
by Guido van Rossum
· 8 years ago
7e45b5c
Issue #27100: Silence deprecation warning in Lib/test/test_with.py
by Raymond Hettinger
· 8 years ago
f576343
Issue #28532: Add what's new entry for python -VV option
by INADA Naoki
· 8 years ago
2a94301
Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command.
by Steve Dower
· 8 years ago
64e2f9a
Issue #27100: Fix ref leak
by Raymond Hettinger
· 8 years ago
02a4018
Issue #28573: Missing sys._mercurial info and other build issues.
by Steve Dower
· 8 years ago
bcf4dcc
Issue #28727: Optimize pattern_richcompare() for a==a
by Victor Stinner
· 8 years ago
e670b2d
Issue #28727: Fix typo in pattern_richcompare()
by Victor Stinner
· 8 years ago
3a5d79f
Issue #28023: Fix python-gdb.py on old GDB versions
by Victor Stinner
· 8 years ago
d7d2bc8
Issue #28023: Fix python-gdb.py didn't support new dict implementation
by INADA Naoki
· 8 years ago
f50a85d
Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following b3. It is now b4+ again.)
by Ned Deily
· 8 years ago
6f4f2e4
Added tag v3.6.0b4 for changeset 18496abdb3d5
by Ned Deily
· 8 years ago
38c508a
Version bump for 3.6.0b4
by Ned Deily
· 8 years ago
19df707
Update pydoc topics for 3.6.0b4
by Ned Deily
· 8 years ago
a3fec15
Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.)
by Raymond Hettinger
· 8 years ago
4e17e04
Issue #26163: Disable periodically failing test which was overly demanding of the frozenset hash function effectiveness
by Raymond Hettinger
· 8 years ago
6b3481c
Issue #5830: Add test for ee476248a74a. (Contributed by Serhiy Storchaka.)
by Raymond Hettinger
· 8 years ago
6da9078
Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta Wijaya.)
by Raymond Hettinger
· 8 years ago
8c5e190
Issue #28587: Improve list examples in the tutorial
by Raymond Hettinger
· 8 years ago
6023d33
Issue #28743: Reduce memory consumption for random module tests
by Raymond Hettinger
· 8 years ago
Next »