Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d5c355ccc70d011ef2010537838d9a82e24b2b80
d5c355c
Issue #11223: Replace threading._info() by sys.thread_info
by Victor Stinner
· 14 years ago
fab6c70
Merge 3.2: ignore commits (already done in 3.3 previously)
by Victor Stinner
· 14 years ago
af2afc8
Merged mentions of issues #11324 and #11858.
by Łukasz Langa
· 14 years ago
90759a2
Mentioned issues #11324 and #11858.
by Łukasz Langa
· 14 years ago
6b549a4
Fix #11961. Document STARTUPINFO and creation flag options.
by Brian Curtin
· 14 years ago
3040193
Fix #11961. Document STARTUPINFO and creation flag options.
by Brian Curtin
· 14 years ago
73365dd
whitespace...
by Brian Curtin
· 14 years ago
e6242d7
Fix #11961. Document STARTUPINFO and creation flag options.
by Brian Curtin
· 14 years ago
4a0afa2
Wrap the correct test with the skip decorator for the issue10761.
by Senthil Kumaran
· 14 years ago
be5dbeb
merge from 3.1
by Senthil Kumaran
· 14 years ago
f108f82
Wrap the testskip decorator for the proper test to resolve bb failure.
by Senthil Kumaran
· 14 years ago
5d9deaa
whitespace fix
by Brian Curtin
· 14 years ago
b8f8b4e
merge
by Brian Curtin
· 14 years ago
08fd8d9
merge
by Brian Curtin
· 14 years ago
8b8e7f4
Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the
by Brian Curtin
· 14 years ago
82710c5
Merged minor cleanups from 3.2.
by Łukasz Langa
· 14 years ago
5c7419d
Removed debugging leftovers.
by Łukasz Langa
· 14 years ago
4d27d9e
__class__ of a __class__ check worked only by chance.
by Łukasz Langa
· 14 years ago
0cd25c9
Small grammar fix.
by Georg Brandl
· 14 years ago
cfc81d1
Empty merge for TestChainMap tweaks in 3.2
by Łukasz Langa
· 14 years ago
75da860
TestChainMap was not previously used. Minor corrections applied.
by Łukasz Langa
· 14 years ago
025691a
#11952: merge with 3.2.
by Ezio Melotti
· 14 years ago
17797a7
#11952: merge with 3.1.
by Ezio Melotti
· 14 years ago
2ee8835
#11952: Fix typo in multiprocessing doc.
by Ezio Melotti
· 14 years ago
09db87b
Merge
by Antoine Pitrou
· 14 years ago
31b8959
Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows)
by Antoine Pitrou
· 14 years ago
f664345
Implement #11832. Add an option to start regrtest and wait for input
by Brian Curtin
· 14 years ago
390ea0f
Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows)
by Antoine Pitrou
· 14 years ago
5aefa66
Fix whitespace
by Antoine Pitrou
· 14 years ago
15399c3
Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch
by Antoine Pitrou
· 14 years ago
9c39f3c
Issue #11811: Factor out detection of IPv6 support on the current host
by Antoine Pitrou
· 14 years ago
70eb79c
Merged solution for #11324 from 3.2.
by Łukasz Langa
· 14 years ago
1aa422f
Closes #11324: ConfigParser(interpolation=None) doesn't work.
by Łukasz Langa
· 14 years ago
bf53a9c
Merged ACKS from 3.2: added Yuxiao Zeng
by Łukasz Langa
· 14 years ago
f531113
Added Yuxiao Zeng for finding and resolving #11858. Thanks!
by Łukasz Langa
· 14 years ago
7fe1d51
Improved test_logging coverage.
by Vinay Sajip
· 14 years ago
e812bf7
Merged styling updates for #11670 from 3.2.
by Łukasz Langa
· 14 years ago
ba702da
Style updates for the #11670 solution after post-commit review by Ezio Melotti:
by Łukasz Langa
· 14 years ago
2ea7270
merge from 3.2
by Senthil Kumaran
· 14 years ago
c20566c
merge from 3.1
by Senthil Kumaran
· 14 years ago
e3bdcf4
skip the extractall test on platforms where os.symlink is not available.
by Senthil Kumaran
· 14 years ago
50c7562
Merged solution for #11858 from 3.2.
by Łukasz Langa
· 14 years ago
e698cd5
Closes #11858: configparser.ExtendedInterpolation and section case.
by Łukasz Langa
· 14 years ago
7274828
merge from 3.2
by Senthil Kumaran
· 14 years ago
8a410d3
merge from 3.1
by Senthil Kumaran
· 14 years ago
123932f
Add tests for tarfile extractall feature when with symlinks
by Senthil Kumaran
· 14 years ago
60811c2
#11926: merge with 3.2.
by Ezio Melotti
· 14 years ago
44aad85
#11926: merge with 3.1.
by Ezio Melotti
· 14 years ago
b185a04
#11926: add missing keywords to help("keywords").
by Ezio Melotti
· 14 years ago
121bf6a
Issue #11940: Update external link.
by Raymond Hettinger
· 14 years ago
4f74123
Issue #11940: Update external link.
by Raymond Hettinger
· 14 years ago
507cbc1
Issue #11940: Update external link.
by Raymond Hettinger
· 14 years ago
3c1d067
#11938: merge with 3.2.
by Ezio Melotti
· 14 years ago
75cbd73
#11938: Fix duplicated test name in test_inspect. Patch by Andreas Stührk.
by Ezio Melotti
· 14 years ago
98be2b7
#11942: merge with 3.2.
by Ezio Melotti
· 14 years ago
a782cca
#11942: merge with 3.1.
by Ezio Melotti
· 14 years ago
f95033b
#11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.
by Ezio Melotti
· 14 years ago
9ea1c8d
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
by Antoine Pitrou
· 14 years ago
0c759fe
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
by Antoine Pitrou
· 14 years ago
2356659
Merged trailing whitespace fix.
by Łukasz Langa
· 14 years ago
43ae619
Fixed trailing whitespace in the ReST file.
by Łukasz Langa
· 14 years ago
29050d7
Merged #11670 from 3.2
by Łukasz Langa
· 14 years ago
daab1c8
Closes #11670: configparser read_file now iterates over f.
by Łukasz Langa
· 14 years ago
0abb8b7
Merge 3.2
by Éric Araujo
· 14 years ago
7fb624f
Branch merge
by Éric Araujo
· 14 years ago
944d16c
Merge 3.1
by Éric Araujo
· 14 years ago
19acb88
Branch merge
by Éric Araujo
· 14 years ago
9a42793
Branch merge
by Éric Araujo
· 14 years ago
10f3d7a
Change markup so it generates a link
by Éric Araujo
· 14 years ago
6bba65c
Use correct Unix socket for syslogd on OS X.
by Vinay Sajip
· 14 years ago
dbeb274
test_logging: handle syslogd connection failure.
by Vinay Sajip
· 14 years ago
5a35b06
test_logging coverage improvements.
by Vinay Sajip
· 14 years ago
86a96ce
Re-enabled time test in test_logging.
by Vinay Sajip
· 14 years ago
9490af2
#11763: merge with 3.2.
by Ezio Melotti
· 14 years ago
edd117f
#11763: merge with 3.1.
by Ezio Melotti
· 14 years ago
935a588
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long.
by Ezio Melotti
· 14 years ago
3cbf14b
Issue #10914: Initialize correctly the filesystem codec when creating a new
by Victor Stinner
· 14 years ago
793b531
Issue #10914: Initialize correctly the filesystem codec when creating a new
by Victor Stinner
· 14 years ago
1188935
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
by Victor Stinner
· 14 years ago
c40a350
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
by Victor Stinner
· 14 years ago
66299a4
Fix compilation of _testembed.c without threads
by Victor Stinner
· 14 years ago
8e4d407
PyGILState_Ensure(), PyGILState_Release(), PyGILState_GetThisThreadState() are
by Victor Stinner
· 14 years ago
f3d77dc
merge
by Raymond Hettinger
· 14 years ago
441ed91
Issue 11929: Minor whitespace clean-ups.
by Raymond Hettinger
· 14 years ago
40fc59d
Issue 11929: Minor whitespace clean-ups.
by Raymond Hettinger
· 14 years ago
b90db4c
Issue #11918: OS/2 and VMS are no more supported because of the lack of
by Victor Stinner
· 14 years ago
d972d8f
Disabled test failing on buildbots.
by Vinay Sajip
· 14 years ago
37eb338
Refined time test in test_logging.
by Vinay Sajip
· 14 years ago
373baef
Yet more test_logging coverage improvements.
by Vinay Sajip
· 14 years ago
985ef87
More test_logging coverage improvements.
by Vinay Sajip
· 14 years ago
26fe4b7
test_logging coverage improvements.
by Vinay Sajip
· 14 years ago
45456a0
I think this should be "versionchanged", not "versionadded"
by Antoine Pitrou
· 14 years ago
0145c54
merge from 3.2
by Senthil Kumaran
· 14 years ago
d27988d
merge from 2.7
by Senthil Kumaran
· 14 years ago
30fe818
merge from 3.1
by Senthil Kumaran
· 14 years ago
72387f9
Update News entry for Issue11236
by Senthil Kumaran
· 14 years ago
75e6ed1
merge from 3.1 codeline.
by Senthil Kumaran
· 14 years ago
7cfe5f8
Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z
by Senthil Kumaran
· 14 years ago
bf1253b
#6780: merge with 3.2.
by Ezio Melotti
· 14 years ago
f2b3f78
#6780: merge with 3.1.
by Ezio Melotti
· 14 years ago
Next »