projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2017-05-23
Roy Williams
bpo-30432: FileInput doesn't accept PathLike objects...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Amit Kumar
bpo-21056: Document return type of next method of csv...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Eric Snow
bpo-22257: Small changes for PEP 432. (#1728)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Thomas Kluyver
bpo-25532: Protect against infinite loops in inspect...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Eric Snow
bpo-29102: Add a unique ID to PyInterpreterState. ...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Berker Peksag
bpo-30376: Update outdated WindowObject references...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-22
Jason Fried
bpo-30395 _PyGILState_Reinit deadlock fix (#1734)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-22
Łukasz Langa
bpo-23894: make lib2to3 recognize f-strings (#1733)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-22
T. Wouters
Add --with-assertions configure flag to enable C assert...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-22
Łukasz Langa
Make rb'' strings work in lib2to3 (#1724)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-22
Stéphane Wirtel
Remove .bzrignore (GH-1661)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-22
Naomi Ceder
bpo-30372: Clarify that '__builtins__' is a CPython...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-22
Vijay Kumar
Fix spelling mistakes in tkinter.py (#1716)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-22
Xiang Zhang
bpo-30003: Fix handling escape characters in HZ codec...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-22
Ben Lloyd
Corrected grammar mistake in documentation (#1713)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-22
xdegaye
bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-21
mlouielu
bpo-30290: IDLE: Add more tests for help_about dialog...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-21
Serhiy Storchaka
bpo-30415: Add new tests for the fnmatch module. (...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-20
Giampaolo Rodola
#30014: refactor poll-related classes (#1035)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-20
Serhiy Storchaka
bpo-27945: Fixed various segfaults with dict. (#1657)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-20
csabella
bpo-17188: DOC: Document 'from None' in raise statement...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-20
Serhiy Storchaka
bpo-25794: Fix `type.__setattr__()` for non-interned...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-19
delirious-lettuce
Fix typos in multiple `.rst` files (#1668)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-19
remitamine
Remove duplicate line in Lib/http/client.py (#1665)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-19
delirious-lettuce
Remove trailing semicolon in datetime doc example ...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-18
Victor Stinner
bpo-27103: regrtest disables -W if -R is used (#1651)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-18
Jon Dufresne
bpo-30296 Remove unnecessary tuples, lists, sets, and...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-18
Senthil Kumaran
bpo-29976: urllib.parse clarify '' in scheme values...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-18
terryjreedy
IDLE test_textview: add comments and test, increase...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-17
Louie Lu
bpo-30303: IDLE: Add _utest argument to textview (...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-17
Nathaniel J...
bpo-30039: Don't run signal handlers while resuming...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-17
Steve Dower
Fixes encodings in vcxproj files and adds script to...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-17
Steve Dower
Adds lib.pyproj file to solution (#1633)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-17
Dong-hee Na
bpo-30149: Fix partialmethod without explicit self...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-17
Victor Stinner
bpo-30387: Fix warning in test_threading (#1634)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-17
Xiang Zhang
bpo-30301: Fix AttributeError when using SimpleQueue...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
csabella
bpo-30211: bdb: add docstrings (#1350)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Nathaniel J...
bpo-30038: fix race condition in signal delivery +...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Mariatta
bpo-30380: Pin the version of Sphinx used to build...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Serhiy Storchaka
bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Dominik Miedziński
Fix ModuleNotFoundError typo in import reference (...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Serhiy Storchaka
bpo-30375: Correct the stacklevel of regex compiling...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Berker Peksag
bpo-29898: Fix incorrect env variable name (GH-1576)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Senthil Kumaran
Remove unused variable in test_urllibnet. (#1598)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Howie Benefiel
bpo-29651 - Cover edge case of square brackets in...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Victor Stinner
bpo-30339: test_multiprocessing_main_handling timeout...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Victor Stinner
bpo-30357: test_thread now uses threading_cleanup(...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Victor Stinner
bpo-30329: Catch Windows error 10022 on shutdown()...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Serhiy Storchaka
bpo-29196: Removed old-deprecated classes Plist, Dict...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Victor Stinner
bpo-9850: Document macpath deprecation in Misc/NEWS...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Victor Stinner
bpo-9850: Deprecate the macpath module (#1540)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Xiang Zhang
bpo-30242: resolve some undefined behaviours in struct...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Xiang Zhang
bpo-30110: fix resource leak in test_asyncio.test_event...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
Xiang Zhang
bpo-30224: remove outdated checks in struct (#1374)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
csabella
bpo-30354: Update data model documentation for super...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-14
Zachary Ware
bpo-29763: Clean up _pth tests (GH-954)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-14
csabella
bpo-30358: Document sort argument of profile.runctx...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-14
Serhiy Storchaka
bpo-30299: Display a bytecode when compile a regex...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-14
Serhiy Storchaka
bpo-30340: Enhanced regular expressions optimization...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-13
morrme
Move Codecov's configuration file under .github (GH...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-13
Mariatta
bpo-30178: Add Jim Fasarakis-Hilliard to Misc/ACKS...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-13
Jim Fasarakis...
bpo-30178: Indent methods and attributes of MimeType...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-13
Serhiy Storchaka
bpo-28974: `object.__format__(x, '')` is now equivalent...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-13
Xiang Zhang
bpo-30341: Improve _PyTrash_thread_destroy_chain()...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-12
Charles
PCbuild/build.bat: Add note about using msbuild respons...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-12
Steve (Gadget...
bpo-30291 Changes to launcher so as to allow py -3...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-12
Vinay Sajip
Indented Handler sections for improved clarity. (#1554)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Brett Cannon
Comment as to why docs are built against Python 3.6...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
csabella
bpo-30308: Code coverage for argument in random.shuffle...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
INADA Naoki
bpo-30048: asyncio: fix Task.cancel() was ignored....
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Giampaolo Rodola
#30190: fix invalid escape sequence warnings (#1534)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
stratakis
bpo-28787: Fix out of tree --with-dtrace builds (#135)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Xiang Zhang
bpo-30281: Fix the default value for stop in PySlice_Un...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Serhiy Storchaka
bpo-30298: Weaken the condition of deprecation warnings...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Victor Stinner
bpo-30320: test_eintr now uses pthread_sigmask() (...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Charles
PCbuild/build.bat: pass command line parameters when...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Serhiy Storchaka
bpo-30285: Optimize case-insensitive matching and searc...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Serhiy Storchaka
bpo-30024: Circular imports involving absolute imports...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Jeremy Kloth
bpo-30273: update distutils.sysconfig for venv's create...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Victor Stinner
bpo-30258: regrtest: Fix run_tests_multiprocess() ...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Xiang Zhang
bpo-29990: Fix range checking in GB18030 decoder (...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Xiang Zhang
bpo-30289: remove Misc/python-config.sh when make distc...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-08
Pierre Quentel
bpo-29979: Rewrite cgi.parse_multipart to make it consi...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-08
Jim Fasarakis...
Fix a trivial typo in global section (#1497)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-07
Jim Fasarakis...
Closes bpo-30168: indent methods in Logger Class (...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-06
Serhiy Storchaka
Revert bpo-26293 for zipfile breakage. See also bpo...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Jelle Zijlstra
bpo-30218: support path-like objects in shutil.unpack_a...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
torsava
bpo-29243: Fix Makefile with respect to --enable-optimi...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
masklinn
bpo-29920: Document cgitb.text() and cgitb.html() funct...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Masayuki Yamamoto
bpo-30279: Remove unused Python/thread_foobar.h (#1473)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Victor Stinner
bpo-30264: ExpatParser closes the source on error ...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Serhiy Storchaka
bpo-30277: Replace _sre.getlower() with _sre.ascii_tolo...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Serhiy Storchaka
bpo-30243: Fixed the possibility of a crash in _json...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Serhiy Storchaka
bpo-30215: Make re.compile() locale agnostic. (#1361)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Brett Cannon
Make code coverage less strict (GH-1438)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Victor Stinner
bpo-30273: Update sysconfig (#1464)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Antoine Pitrou
bpo-30185: avoid KeyboardInterrupt tracebacks in forkse...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Victor Stinner
bpo-30263: regrtest: log system load (#1452)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Serhiy Storchaka
bpo-29956: Improve the math.exp() related documentation...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Serhiy Storchaka
bpo-30166: Import command-line parsing modules only...
commit
|
commitdiff
|
tree
|
snapshot
next