Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
47b91b0a8112983e8aec5c26497b10aad7045a76
47b91b0
Fix BytecodeTestCase.assertNotInBytecode()
by Victor Stinner
· 9 years ago
9ad1154
set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731)
by Benjamin Peterson
· 9 years ago
9e9f850
issue23962 - Reference the correct TimeoutError in concurrent.futures documentation.
by Senthil Kumaran
· 9 years ago
8f19e8e
Issue #25859: Reimplement NNTP test_starttls() using local server
by Martin Panter
· 9 years ago
1b25eff
Issue #25366: Skip test_with_pip when threading module is not available
by Berker Peksag
· 9 years ago
5c1d9d2
Added exceptins for testing non-reversible import mapping for Issue #26013.
by Serhiy Storchaka
· 9 years ago
111c7b9
Issue #26013: Added compatibility with broken protocol 2 pickles created
by Serhiy Storchaka
· 9 years ago
084f7e4
Issue #9006: Added tests for XML RPC with non-UTF-8 encoding.
by Serhiy Storchaka
· 9 years ago
76d9a6b
Issue26017 - Suggest enclosing command args in double quotes when using characters which get interpreted by shell.
by Senthil Kumaran
· 9 years ago
3567651
Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt.
by Terry Jan Reedy
· 9 years ago
80538e9
Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload.
by Senthil Kumaran
· 9 years ago
332334f
Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python
by Steve Dower
· 9 years ago
87fb7f6
Issue #26073: Update the list of magic numbers in launcher
by Steve Dower
· 9 years ago
10cabcb
Issue #26065: Excludes venv from library when generating embeddable distro.
by Steve Dower
· 9 years ago
1d32941
Issue #25850: Use cross-compilation by default for 64-bit Windows.
by Steve Dower
· 9 years ago
e248f68
Issue #25089: Adds short documentation section for modifying an install.
by Steve Dower
· 9 years ago
a82908f
Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args.
by Senthil Kumaran
· 9 years ago
7a5fe6d
Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings
by Martin Panter
· 9 years ago
20b1bfa
Issue #26127: Fix links in tokenize documentation; patch by Silent Ghost
by Martin Panter
· 9 years ago
a3a5833
Make the error message regex more lenient so that it matches both
by Gregory P. Smith
· 9 years ago
c7b05a4
Make the error message regex more lenient so that it matches both
by Gregory P. Smith
· 9 years ago
56aae8f
Issue #17633: Improve support for namespace packages with zipimport.
by Brett Cannon
· 9 years ago
07b954d
Add some "used with permission" mentions where external resources are referenced.
by Brett Cannon
· 9 years ago
45adb31
Issue #26114: Remove a reference to 'Numerical Recipes'.
by Brett Cannon
· 9 years ago
a8b43b5
Issue #25940: Merge ETIMEDOUT fix from 3.4 into 3.5
by Martin Panter
· 9 years ago
3f2240c
Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4
by Martin Panter
· 9 years ago
fab75d9
Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3
by Martin Panter
· 9 years ago
035583b
Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT
by Martin Panter
· 9 years ago
40b97ec
Issue #25940: Update new SSL tests for self-signed.pythontest.net
by Martin Panter
· 9 years ago
17cbee4
Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 3.5
by Martin Panter
· 9 years ago
17210f5
dictobject.c(dict_sizeof): Make it static again.
by doko@ubuntu.com
· 9 years ago
b55f8b7
Issue #25940: Update new SSL tests for self-signed.pythontest.net
by Martin Panter
· 9 years ago
514bb07
Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4
by Martin Panter
· 9 years ago
73f5507
Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3
by Martin Panter
· 9 years ago
3d81d93
Issue #25940: Use self-signed.pythontest.net in SSL tests
by Martin Panter
· 9 years ago
397bb24
#26001: mention in the tutorial that files in binary mode expect bytes, not str.
by Ezio Melotti
· 9 years ago
f418db2
#19006: fix wording in unittest docs.
by Ezio Melotti
· 9 years ago
bed30c3
Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.bat
by Zachary Ware
· 9 years ago
a7c159d
Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs.
by Yury Selivanov
· 9 years ago
84c63e8
#25517: fix regex in the regex howto. Patch by Elena Oat.
by Ezio Melotti
· 9 years ago
7c018aa
#25991: fix readline example to limit history size. Patch by Daniel Dye.
by Ezio Melotti
· 9 years ago
e973620
Merge heads.
by Barry Warsaw
· 9 years ago
b2b1217
- Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars
by doko@ubuntu.com
· 9 years ago
09880c8
Comment out some tests that won't pass now that we've reverted the
by Barry Warsaw
· 9 years ago
885e193
Issue #22995: [UPDATE] Comment out the one of the pickleability tests in
by Barry Warsaw
· 9 years ago
b4b8a0e
Merge 3.4 (Issue #26050)
by Yury Selivanov
· 9 years ago
d9d0e86
Issue #26050: Add asyncio.StreamReader.readuntil() method.
by Yury Selivanov
· 9 years ago
ea47134
Fix versionadded to use 3.5.1 only for 3.5 branch
by Andrew Svetlov
· 9 years ago
3af81f2
merge 3.4
by Andrew Svetlov
· 9 years ago
f124016
Document asyncio.timeout()
by Andrew Svetlov
· 9 years ago
4ea31f5
merge 3.4
by Andrew Svetlov
· 9 years ago
9d976fa
Sync with asyncio
by Andrew Svetlov
· 9 years ago
3feb946
Add missing Misc/NEWS update
by Andrew Svetlov
· 9 years ago
b86abb7
merge 3.4
by Andrew Svetlov
· 9 years ago
c07b16b
Sync with asyncio repo
by Andrew Svetlov
· 9 years ago
ce543fd
Issue #26070: py.exe launcher fails to find in-place built binaries from earlier Python versions.
by Mark Hammond
· 9 years ago
4d92742
merge 3.4 (#26066)
by Benjamin Peterson
· 9 years ago
6829dbb
delete old crypto prose (closes #26066)
by Benjamin Peterson
· 9 years ago
3858a1c
Issue23675 - A tiny clarification in the MRO glossary term.
by Senthil Kumaran
· 9 years ago
6401e79
Issue #26029: Finish correction.
by Terry Jan Reedy
· 9 years ago
ee2a392
#24789: fix docstring of ctypes.create_string_buffer. Patch by Matheus Vieira Portela.
by Ezio Melotti
· 9 years ago
2a97f8a
Issue #26029: Remove extraneous word. Patch by Upendra Kumar.
by Terry Jan Reedy
· 9 years ago
81bc927
Issue #22138: Fix mock.patch behavior when patching descriptors. Restore
by Senthil Kumaran
· 9 years ago
cbe6356
Issue20969 - Set the Epub Author and Epub Publisher in Python docs.
by Senthil Kumaran
· 9 years ago
e95fd0b
merge 3.4 (#26046)
by Benjamin Peterson
· 9 years ago
8a6ddb9
fix typo in unittest docs (closes #26046)
by Benjamin Peterson
· 9 years ago
3b1a8b3
enable SSL_MODE_RELEASE_BUFFERS
by Benjamin Peterson
· 9 years ago
03abf6d
Hopeful fix for test_rglob_common on Windows without symlinks. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
9c39b67
Hopeful fix for test_rglob_common on Windows without symlinks.
by Guido van Rossum
· 9 years ago
c3a8272
Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
bc9fdda
Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012.
by Guido van Rossum
· 9 years ago
16fb674
Fix typo in docstring of multiprocessing.spawn.spawn_main()
by Berker Peksag
· 9 years ago
94541f4
Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect
by Berker Peksag
· 9 years ago
0deaf9a
merge from 3.4
by Senthil Kumaran
· 9 years ago
f3695bf
Issue16544 - Add a link to an external documentation resource in ast module docs.
by Senthil Kumaran
· 9 years ago
1469d74
Cross-reference os.DirEntry and pathlib.Path for issue #22570.
by Guido van Rossum
· 9 years ago
0507520
Add versionadded (3.4.5) to docs for issue #22570. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
b136054
Add versionadded (3.4.5) to docs for issue #22570.
by Guido van Rossum
· 9 years ago
4060051
Docs for issue #22570. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
df85946
Docs for issue #22570.
by Guido van Rossum
· 9 years ago
1a4afec
Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
e428231
Issue #22570: Add 'path' attribute to pathlib.Path objects.
by Guido van Rossum
· 9 years ago
520f297
Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
69bfb15
Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob().
by Guido van Rossum
· 9 years ago
d54377d
Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
6c2d33a
Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri.
by Guido van Rossum
· 9 years ago
f34c3fe
merge from 3.4
by Senthil Kumaran
· 9 years ago
114a1d6
Issue24898 - Improve str.find documentation.
by Senthil Kumaran
· 9 years ago
6ffbcdf
merge from 3.4
by Senthil Kumaran
· 9 years ago
a880800
Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid
by Senthil Kumaran
· 9 years ago
830207e
#22709: Use stdin as-is if it does not have a buffer attribute.
by R David Murray
· 9 years ago
fcb6db5
merge from 3.4
by Senthil Kumaran
· 9 years ago
d03d1d4
Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki.
by Senthil Kumaran
· 9 years ago
9ecf00e
Remove a duplicate test_addresses key:value as identified by Vincent
by Gregory P. Smith
· 9 years ago
489bbfb
Update copyrights for 2016.
by Ned Deily
· 9 years ago
c25784c
Update copyrights for 2016.
by Ned Deily
· 9 years ago
46a78bc
Fix grammar.
by Zachary Ware
· 9 years ago
4e3dd51
merge 3.4
by Benjamin Peterson
· 9 years ago
630329e
merge 3.3
by Benjamin Peterson
· 9 years ago
0e617e2
remove some copyright notices supserseded by the toplevel ones
by Benjamin Peterson
· 9 years ago
Next »