index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-29248: Fix os.readlink() on Windows (GH-5577)
Miss Islington (bot)
2018-02-12
1
-0/+3
*
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) GH-5612)
Miss Islington (bot)
2018-02-11
1
-0/+1
*
[3.6] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5603)
Serhiy Storchaka
2018-02-09
2
-0/+3
*
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5...
Miss Islington (bot)
2018-02-06
1
-0/+3
*
[3.6] bpo-8722: Document __getattr__ behavior with AttributeError in property...
Miss Islington (bot)
2018-02-05
1
-0/+2
*
bpo-32765: Update configdialog General tab create page docstring (GH-5529) (G...
Miss Islington (bot)
2018-02-05
1
-0/+1
*
[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)
Barry Warsaw
2018-02-03
2
-0/+3
*
[3.6] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5...
Bar Harel
2018-02-02
2
-0/+3
*
[3.6] bpo-32614: Modify re examples to use a raw string to prevent wa… â€...
Terry Jan Reedy
2018-02-02
1
-0/+3
*
bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-457...
Miss Islington (bot)
2018-02-01
1
-0/+2
*
bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and...
Miss Islington (bot)
2018-01-31
1
-0/+1
*
[3.6] bpo-32583: Fix possible crashing in builtin Unicode decoders (GH-5325) ...
Xiang Zhang
2018-01-31
1
-0/+2
*
closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) ...
Miss Islington (bot)
2018-01-30
1
-0/+1
*
[3.6] Revert "bpo-32690: Preserve order of locals() (GH-5379) (#5390)"
Nick Coghlan
2018-01-30
1
-2/+0
*
bpo-27931: Fix email address header parsing error (GH-5329) (GH-5431)
Miss Islington (bot)
2018-01-29
1
-0/+1
*
bpo-32650: Add native coroutine support to bdb when stepping over line (GH-54...
Miss Islington (bot)
2018-01-29
1
-0/+2
*
bpo-32690: Preserve order of locals() (GH-5379) (#5390)
Miss Islington (bot)
2018-01-28
1
-0/+2
*
[3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389)
Antoine Pitrou
2018-01-28
1
-0/+1
*
bpo-32685: Improve suggestion for print statement (GH-5380)
Miss Islington (bot)
2018-01-28
1
-0/+3
*
[3.6] bpo-32521: nis libnsl (GH-5190) (#5352)
Christian Heimes
2018-01-27
1
-0/+1
*
[3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-526...
Bo Bayles
2018-01-27
1
-0/+2
*
bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056...
Xiang Zhang
2018-01-24
1
-0/+2
*
[3.6] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-52...
Bo Bayles
2018-01-24
1
-0/+2
*
bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH...
Miss Islington (bot)
2018-01-24
1
-0/+2
*
[3.6] bpo-32028: Fix suggestions for indented print statements (GH-5249)
Miss Islington (bot)
2018-01-20
1
-0/+3
*
[3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228)
Steve Dower
2018-01-18
1
-0/+1
*
bpo-26163: Frozenset hash improvement (GH-5194) (#5198)
Miss Islington (bot)
2018-01-16
1
-0/+2
*
[3.6] bpo-32555: Fix locale encodings (#5193)
Victor Stinner
2018-01-15
1
-0/+3
*
[3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)
Victor Stinner
2018-01-15
1
-0/+9
*
[3.6] bpo-32521: nis libtirpc (GH-5137) (#5165)
Miss Islington (bot)
2018-01-12
1
-0/+2
*
bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091)
Miss Islington (bot)
2018-01-12
1
-0/+1
*
bpo-31802: Fix importing native path module before importing os. (GH-4017) (#...
Miss Islington (bot)
2018-01-07
1
-0/+2
*
bpo-29084: Exclude C API for OrderedDict from the limited C API. (GH-4900) (#...
Miss Islington (bot)
2017-12-25
1
-0/+2
*
bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (GH-...
Miss Islington (bot)
2017-12-22
1
-0/+3
*
bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown...
Miss Islington (bot)
2017-12-21
1
-0/+1
*
bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (GH-...
Miss Islington (bot)
2017-12-21
1
-0/+2
*
Merge tag 'v3.6.4' into 3.6
Ned Deily
2017-12-19
1
-0/+8
|
\
|
*
Update NEWS for 3.6.4 final
Ned Deily
2017-12-19
1
-0/+8
*
|
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) (#4898)
Yury Selivanov
2017-12-16
1
-0/+1
*
|
[3.6] bpo-30416: Protect the optimizer during constant folding. (#4865)
Serhiy Storchaka
2017-12-15
1
-0/+3
*
|
[3.6] bpo-27169: The __debug__ constant is now optimized out at compile time....
Serhiy Storchaka
2017-12-15
1
-0/+2
*
|
bpo-32329: Fix sys.flags.hash_randomization (#4875)
Victor Stinner
2017-12-15
1
-0/+2
*
|
bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (GH-47...
Miss Islington (bot)
2017-12-14
1
-0/+3
*
|
bpo-32302: Fix distutils bdist_wininst for CRT v142 (GH-4851) (#4861)
Miss Islington (bot)
2017-12-14
1
-0/+2
*
|
bpo-32255: Always quote a single empty field when write into a CSV file. (GH-...
Miss Islington (bot)
2017-12-12
2
-0/+4
*
|
bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794) (#4795)
Miss Islington (bot)
2017-12-11
1
-0/+2
*
|
bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link li...
Miss Islington (bot)
2017-12-07
1
-0/+1
|
/
*
Update NEWS and pydoc topics.
Ned Deily
2017-12-05
111
-265/+1142
*
Tidy NEWS entry.
Ned Deily
2017-12-05
1
-10/+2
*
[3.6] bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (GH-47...
Miss Islington (bot)
2017-12-05
1
-0/+1
[prev]
[next]