projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2017-11-28
Serhiy Storchaka
Use raw strings in the re module examples. (#4616)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-28
Victor Stinner
bpo-32154: Remove asyncio.windows_utils.socketpair...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-28
Jonas Haag
bpo-32071: Fix regression and add What's New entry...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-28
Dong-hee Na
bpo-32046: Update 2to3 when converts operator.isCallabl...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-28
Serhiy Storchaka
bpo-32150: Expand tabs to spaces in C files. (#4583)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-28
gauravbackback
bpo-31440: Changed default module search path for windows
commit
|
commitdiff
|
tree
|
snapshot
2017-11-28
Victor Stinner
bpo-32155: Bugfixes found by flake8 F841 warnings ...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-28
Victor Stinner
bpo-32154: Remove asyncio.selectors (#4605)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-28
Victor Stinner
asyncio: Remove asyncio/compat.py (#4606)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-28
Victor Stinner
asyncio: use directly socket.socketpair() (#4597)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-27
Victor Stinner
asyncio: Fix BaseSelectorEventLoopTests (#4595)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-27
Victor Stinner
asyncio: Remove unused Future._tb_logger attribute...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-27
Victor Stinner
bpo-31245: asyncio: Fix typo, isistance => isinstance...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-27
Victor Stinner
Revert "bpo-32107 - Better merge of #4494 (#4576)"...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-27
Nick Coghlan
bpo-32136: Separate embedding tests from C API tests...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-27
Ned Deily
Revert "bpo-30487: automatically create a venv and...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-27
Barry Warsaw
bpo-32107 - Better merge of #4494 (#4576)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-27
Victor Stinner
bpo-27535: Fix memory leak with warnings ignore (#4489)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-27
Victor Stinner
bpo-32089: Use default action for ResourceWarning ...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-27
Jason Yang
bpo-32051: Fix name shadowing in multiprocessing docs...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-26
Mandeep Singh
bpo-23033: Improve SSL Certificate handling (GH-937)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-26
Ivan Levkivskyi
bpo-29879: Update typing documentation. (GH-4573)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-26
Caleb Hattingh
bpo-30487: automatically create a venv and install...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-26
xdegaye
bpo-32126: Skip asyncio test when sem_open() is not...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-26
Nick Coghlan
bpo-32096: Ensure new embedding test can find the encod...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-26
Nick Coghlan
bpo-11063: Handle uuid.h being in default include path...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-25
Benjamin Peterson
mark fatal_error as noreturn (#4563)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-25
xdegaye
bpo-26856: Skip test_pwd on Android until issue 32033...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-25
xdegaye
bpo-32059: setup.py now also searches the sysroot paths...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-25
Serhiy Storchaka
bpo-24641: Improved error message for JSON unserializib...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-25
Jonas Haag
bpo-32071: Add unittest -k option (#4496)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-25
Berker Peksag
bpo-28334: netrc() now uses expanduser() to find .netrc...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-25
Mariatta
Improve Scheduler Objects documentation. (GH-4556)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-25
Mandeep Bhutani
bpo-30004: Fix the code example of using group in Regex...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-25
Victor Stinner
bpo-32030: Add _PyPathConfig_Init() (#4551)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-25
Victor Stinner
bpo-32128: Skip test_nntplib.test_article_head_body...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-24
Ashley Camba
Asyncion-Dev docs: Fix the reference to sys.excepthook...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-24
Victor Stinner
bpo-32030: Add _PyMainInterpreterConfig.program_name...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-24
Victor Stinner
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() ...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-24
Victor Stinner
bpo-32124: Document C functions safe before init (...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-24
Victor Stinner
bpo-32125: Remove Py_UseClassExceptionsFlag flag (...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-24
xdegaye
bpo-28684: Remove useless import added by the previous...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-24
Will White
Improve the String tutorial docs (GH-4541)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-24
xdegaye
bpo-28684: asyncio tests handle PermissionError raised...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-24
Berker Peksag
bpo-12239: Make GetProperty() return None for VT_EMPTY...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-24
Victor Stinner
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-24
Berker Peksag
bpo-12382: Make OpenDatabase() raise better exception...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-24
Emanuele Gaifas
Extending Python Doc minor updates (GH-4518)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-23
Berker Peksag
bpo-31325: Fix usage of namedtuple in RobotFileParser...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-23
Raymond Hettinger
bpo-32099 Add deque variant of roundrobin() recipe...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-23
Berker Peksag
bpo-19610: setup() now raises TypeError for invalid...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-23
Victor Stinner
bpo-31979: Remove unused align_maxchar() function ...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-23
Victor Stinner
bpo-32030: Fix calculate_path() on macOS (#4526)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-23
Victor Stinner
bpo-27535: Cleanup create_filter() (#4516)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-23
Victor Stinner
bpo-32030: Rewrite calculate_path() (#4521)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-23
Berker Peksag
bpo-1102: View.Fetch() now returns None when it's exhau...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-23
xdegaye
bpo-28762: Revert last commit (now using Android Unifie...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-23
xdegaye
bpo-29040: Support building Android with Unified Header...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-23
xdegaye
bpo-28538: Revert all the changes (now using Android...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-23
Victor Stinner
bpo-32030: Add _PyMainInterpreterConfig.pythonhome...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-23
Victor Stinner
bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-23
Jesse-Bakker
bpo-10049: Add a "no-op" (null) context manager to...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-23
Cheryl Sabella
bpo-32100: IDLE: Fix pathbrowser errors; improve tests...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-22
Victor Stinner
bpo-32030: Add _PyCoreConfig.module_search_path_env...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-22
Victor Stinner
bpo-27535: Optimize warnings.warn() (#4508)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-22
Victor Stinner
bpo-31324: Fix test.support.set_match_tests(None) ...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-21
Victor Stinner
bpo-31324: Optimize support._match_test() (#4421)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-21
AraHaan
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_s...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-21
Barry Warsaw
bpo-31672 - Add one last minor clarification for idpatt...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-21
Raymond Hettinger
Add comment and improve variable name in roundrobin...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-21
Victor Stinner
bpo-32043: Rephrase -X dev documentation (#4478)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-21
Victor Stinner
bpo-32030: Add more options to _PyCoreConfig (#4485)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-21
Victor Stinner
bpo-32089: Fix warnings filters in dev mode (#4482)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-20
Victor Stinner
bpo-32094: Update subprocess for -X dev (#4480)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-20
Yury Selivanov
bpo-32066: Support pathlib.Path in create_unix_connecti...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-20
Victor Stinner
bpo-32088: Display Deprecation in debug mode (#4474)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-20
Victor Stinner
bpo-32050: Fix -x option documentation (#4475)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-20
Victor Stinner
bpo-32047: -X dev enables asyncio debug mode (#4418)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-20
Riccardo Magliocchetti
Remove duplicated import from datetime tests (#4444)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-19
Vinay Sajip
bpo-30904: Removed duplicated Host: header. (#4465)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-19
Berker Peksag
Remove outdated .pyo reference from msilib docs (GH...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-19
Masayuki Yamamoto
Document parameters of BaseServer.finish_request()...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-18
Moses Koledoye
[Doc] Update opcode for var-positional arguments (...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-18
xdegaye
bpo-32031: Fix pydoc `test_mixed_case_module_names_are_...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-18
xdegaye
bpo-29185: Fix `test_distutils` failures on Android...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-18
xdegaye
bpo-29184: Skip test_socketserver tests on PermissionEr...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-18
Andrew Svetlov
bpo-32069: Drop legacy SSL transport (#4451)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-17
Henk-Jaap Wagenaar
bpo-31867: Remove duplicates in default mimetypes....
commit
|
commitdiff
|
tree
|
snapshot
2017-11-17
Victor Stinner
tokenizer: Remove unused tabs options (#4422)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-16
native-api
bpo-31691: Specify where to find build instructions...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-16
Erik Bray
Fix typo in atexit documentation. (GH-4419)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-16
Serhiy Storchaka
bpo-31702: Allow to specify rounds for SHA-2 hashing...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-16
Victor Stinner
bpo-32043: New "developer mode": "-X dev" option (...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-16
Serhiy Storchaka
bpo-30349: Raise FutureWarning for nested sets and...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-16
Serhiy Storchaka
bpo-32037: Use the INT opcode for 32-bit integers in...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-16
Serhiy Storchaka
bpo-30143: 2to3 now generates a code that uses abstract...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-16
Victor Stinner
bpo-32030: Enhance Py_Main() (#4412)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-15
Victor Stinner
bpo-32030: Split Py_Main() into subfunctions (#4399)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-15
Yury Selivanov
bpo-32034: Make IncompleteReadError & LimitOverrunError...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-15
Antoine Pitrou
bpo-32025: Add time.thread_time() (#4410)
commit
|
commitdiff
|
tree
|
snapshot
next