projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2016-09-07
R David Murray
#22233: Only split headers on \r and/or \n, per email...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-07
R David Murray
#26209: Clarify type of *localaddr*/*remoteadr* in...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-07
R David Murray
27988: Make sure iter_attachments does not mutate the...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-07
Benjamin Peterson
capture stderr to silence output during test_coroutines...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-07
Benjamin Peterson
supress coroutine warning when an exception is pending...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-07
Senthil Kumaran
[backport to 3.5] - issue26896 - Disambiguate uses...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-07
Guido van Rossum
Issue #27905: Docs for typing.Type[C], by Michael Lee.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-07
Benjamin Peterson
promote some shifts to unsigned, so as not to invoke...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-07
Benjamin Peterson
do not memcpy from NULL
commit
|
commitdiff
|
tree
|
snapshot
2016-09-07
Berker Peksag
Use shorter version of Connection.isolation_level in...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-07
Benjamin Peterson
make sure to not call memcpy with a NULL second argument
commit
|
commitdiff
|
tree
|
snapshot
2016-09-07
Brett Cannon
Issue #26359: Add the --with-optimizations flag.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-06
Gregory P....
Fixes issue26307: The profile-opt build now applys...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-06
Berker Peksag
Issue #21250: Add tests for SQLite's ON CONFLICT clause
commit
|
commitdiff
|
tree
|
snapshot
2016-09-06
Benjamin Peterson
do not leak addrinfo in configure test
commit
|
commitdiff
|
tree
|
snapshot
2016-09-06
Christian Heimes
Issue #27691: Fix ssl module's parsing of GEN_RID subje...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-06
Christian Heimes
Issues #27850 and #27766: Remove 3DES from ssl default...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-06
Benjamin Peterson
suppress stderr output when checking gdb (closes #27969)
commit
|
commitdiff
|
tree
|
snapshot
2016-09-06
Jason R. Coombs
Issue #27960: Merge with 3.4
commit
|
commitdiff
|
tree
|
snapshot
2016-09-06
Jason R. Coombs
Issue #27960: Revert state to 675e20c38fdac6, backing...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-06
Benjamin Peterson
explicitly cast away constness to silence compiler...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-06
Benjamin Peterson
Backed out changeset 8b6be1341770
commit
|
commitdiff
|
tree
|
snapshot
2016-09-06
Senthil Kumaran
Update pkgutil docs to reference appropriate finder...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-05
Benjamin Peterson
remove long double from ctypes value union
commit
|
commitdiff
|
tree
|
snapshot
2016-09-05
Christian Heimes
Issue #26470: Use short name rather than name for compr...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-05
Zachary Ware
Issue #27748: Backed out changeset f845e24d794e
commit
|
commitdiff
|
tree
|
snapshot
2016-09-05
Benjamin Peterson
do not pretend to support passing a fd to access()
commit
|
commitdiff
|
tree
|
snapshot
2016-09-05
Zachary Ware
Issue #27748: strengthen test_alias_nofallback
commit
|
commitdiff
|
tree
|
snapshot
2016-09-05
Christian Heimes
Issue #26470: Port ssl and hashlib module to OpenSSL...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-05
Zachary Ware
Issue #27748: Simplify test_winsound.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-05
Benjamin Peterson
remove ungrammarical apostrophe (closes #27957)
commit
|
commitdiff
|
tree
|
snapshot
2016-09-05
Raymond Hettinger
Improve recipe by showing results of intermediate steps
commit
|
commitdiff
|
tree
|
snapshot
2016-09-05
Zachary Ware
Issue #27407: Make PCbuild/prepare_ssl.py Python 2...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-05
Benjamin Peterson
clear out f_gen during generator finalization (closes...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-05
Benjamin Peterson
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2016-09-05
Benjamin Peterson
do not allow _PyGen_Finalize to fail (closes #27811)
commit
|
commitdiff
|
tree
|
snapshot
2016-09-05
Steve Dower
Minor improvements to the vcs ignore files
commit
|
commitdiff
|
tree
|
snapshot
2016-09-05
Terry Jan Reedy
Issue #27918# test.resource.is_gui_available no longer...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-04
Raymond Hettinger
Issue 27936: Update doc for round() to indicate that...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-04
Raymond Hettinger
Improve docs for random.seed()
commit
|
commitdiff
|
tree
|
snapshot
2016-09-03
Vinay Sajip
Fixes #27937: optimise code used in all logging calls.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-03
Raymond Hettinger
Issue 27936: Fix inconsistent round() behavior between...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-02
Jason R. Coombs
Issue #12885: Merge with 3.4, retaining commits reverte...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-02
Jason R. Coombs
Issue #12885: Revert commits in 3.4 branch which is...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-02
Jason R. Coombs
Issue #12885: Merge 3.4
commit
|
commitdiff
|
tree
|
snapshot
2016-09-02
Jason R. Coombs
Issue #12885: Correct issue reference in NEWS
commit
|
commitdiff
|
tree
|
snapshot
2016-09-02
Jason R. Coombs
Merge backout for test suite fix
commit
|
commitdiff
|
tree
|
snapshot
2016-09-02
Jason R. Coombs
Backed out changeset cc86e9e102e8
commit
|
commitdiff
|
tree
|
snapshot
2016-09-02
Jason R. Coombs
Issue #12285: Merge with 3.4
commit
|
commitdiff
|
tree
|
snapshot
2016-09-02
Jason R. Coombs
Issue #12285: Update NEWS
commit
|
commitdiff
|
tree
|
snapshot
2016-09-01
Serhiy Storchaka
Issue #27881: Fixed possible bugs when setting sqlite3...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-01
Terry Jan Reedy
Issue #27922: IDLE tests no longer flash tk widgets.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-31
Raymond Hettinger
Issue #27706: Fix regression in random.seed(somestr...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-31
Guido van Rossum
Fix ordering issues in UNIX read/write pipe transport...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-31
Guido van Rossum
Don't select for read on character devices in _UnixWrit...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-31
Guido van Rossum
Issue #27907: variable rename. (Ville Skyttä)
commit
|
commitdiff
|
tree
|
snapshot
2016-08-31
Raymond Hettinger
Issue #27909: Fix INCREF for possible NULL value
commit
|
commitdiff
|
tree
|
snapshot
2016-08-31
R David Murray
#27893: arg name and bytes references in email.parser...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-30
Terry Jan Reedy
? Working Directory ?
commit
|
commitdiff
|
tree
|
snapshot
2016-08-30
Raymond Hettinger
Fix typos
commit
|
commitdiff
|
tree
|
snapshot
2016-08-30
Zachary Ware
Skip test_tools.test_i18n when pygettext.py is missing
commit
|
commitdiff
|
tree
|
snapshot
2016-08-30
Zachary Ware
Include test/test_warnings/data as well
commit
|
commitdiff
|
tree
|
snapshot
2016-08-30
Zachary Ware
Include test_tools and test_warnings in install
commit
|
commitdiff
|
tree
|
snapshot
2016-08-30
Zachary Ware
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2016-08-29
Serhiy Storchaka
Issue #27861: Fixed a crash in sqlite3.Connection.curso...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-27
Martin Panter
Issue #25825: Fix references to $(LIBPL) installation...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-27
Martin Panter
Issue #19884: Avoid spurious output on OS X with Gnu...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-26
Berker Peksag
Issue #10513: Fix a regression in Connection.commit()
commit
|
commitdiff
|
tree
|
snapshot
2016-08-26
Raymond Hettinger
Issue 19504: Change "customise" to "customize" America...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-26
Terry Jan Reedy
Add version to title of IDLE help window.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-25
Vinay Sajip
Issue #23746: Clarified is_python_build() documentation.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-25
Terry Jan Reedy
Issue #25564: Mention exec and __builtins__ in IDLE...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-24
Terry Jan Reedy
Fix misspelling
commit
|
commitdiff
|
tree
|
snapshot
2016-08-24
Berker Peksag
Fix typo in Cursor.execute().
commit
|
commitdiff
|
tree
|
snapshot
2016-08-24
Berker Peksag
Issue #6057: Document exceptions in sqlite3 module
commit
|
commitdiff
|
tree
|
snapshot
2016-08-24
R David Murray
#25916: fix a few 'string of bytes' references.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-23
Guido van Rossum
A new version of typing.py from https://github.com...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-23
Guido van Rossum
In asyncio.locks.Lock.acquire(): Avoid deadlock when...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-22
Berker Peksag
Issue #27587: Move null pointer check earlier in _PySta...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-22
Mark Dickinson
Issue #27539: Fix unnormalised Fraction.__pow__ result...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-21
Berker Peksag
Issue #21718: cursor.description is now available for...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-21
Nick Coghlan
Issue #27782: Fix m_methods handling in multiphase...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-21
Martin Panter
Issue #27487: Warn if submodule already imported before...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-21
Terry Jan Reedy
Fix typo in IDLE News.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-21
Terry Jan Reedy
Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-21
Terry Jan Reedy
Issue #27714: Remove unneeded non-idempotent call that...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-20
Martin Panter
Minor spelling fixes
commit
|
commitdiff
|
tree
|
snapshot
2016-08-20
Berker Peksag
Issue #12982: Thanks to PEP 488, Python no longer creat...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-20
Martin Panter
Issue #27614: Avoid race in test_docxmlrpc server setup
commit
|
commitdiff
|
tree
|
snapshot
2016-08-20
Martin Panter
Issue #27787: Clean up weak references before checking...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-20
Ned Deily
Issue #27713: Surpress spurious build warnings when...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-19
Victor Stinner
Fix a refleak in call_maybe()
commit
|
commitdiff
|
tree
|
snapshot
2016-08-19
Victor Stinner
Fix a refleak in call_method()
commit
|
commitdiff
|
tree
|
snapshot
2016-08-19
Berker Peksag
Issue #27801: Skip test_update_lines_cols when update_l...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-19
Berker Peksag
Issue #12946: Document that PyModule_GetDict can fail...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-19
R David Murray
Rewrap long lines in Misc/NEWS.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-19
R David Murray
#2466: ismount now recognizes mount points user can...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-18
Victor Stinner
Fix SystemError in "raise" statement
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Zachary Ware
Use sys.version_info, not sys.version.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Victor Stinner
Issue #27698: Add socketpair to socket.__all__ on Windows
commit
|
commitdiff
|
tree
|
snapshot
next