GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019)
Zackery Spytz
2019-02-25
1
-0
/
+1
*
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile
2019-02-25
1
-0
/
+2
*
Autospec functions should propagate mock calls to parent GH-11273
Xtreak
2019-02-25
1
-0
/
+2
*
Merge tag 'v3.8.0a2'
Łukasz Langa
2019-02-25
54
-113
/
+544
|
\
|
*
v3.8.0a2
v3.8.0a2
Łukasz Langa
2019-02-25
54
-113
/
+544
*
|
bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...
Serhiy Storchaka
2019-02-25
1
-0
/
+4
|
/
*
closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017)
Miro Hrončok
2019-02-24
2
-1
/
+6
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11...
Eric Snow
2019-02-24
1
-0
/
+5
*
bpo-35512: Resolve string target to patch.dict decorator during function call...
Xtreak
2019-02-24
1
-0
/
+3
*
bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-1...
Ned Deily
2019-02-24
1
-0
/
+1
*
bpo-24310: Document IDLE settings dialog font tab sample (GH-12007)
Terry Jan Reedy
2019-02-23
1
-0
/
+1
*
bpo-36018: Add the NormalDist class to the statistics module (GH-11973)
Raymond Hettinger
2019-02-23
1
-0
/
+3
*
bpo-35724: Explicitly require the main interpreter for signal-handling. (GH-1...
Eric Snow
2019-02-23
1
-0
/
+2
*
bpo-1054041: Add What's New docs. (GH-11999)
Gregory P. Smith
2019-02-23
1
-0
/
+0
*
bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731)
Eric Snow
2019-02-23
1
-0
/
+2
*
bpo-36016: Add generation option to gc.getobjects() (GH-11909)
Pablo Galindo
2019-02-23
1
-0
/
+2
*
bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)
Stéphane Wirtel
2019-02-22
1
-0
/
+2
*
bpo-35904: Add statistics.fmean() (GH-11892)
Raymond Hettinger
2019-02-21
1
-0
/
+2
*
bpo-36052: Raise a SyntaxError when assigning a value to __debug__ with := (G...
Stéphane Wirtel
2019-02-21
1
-0
/
+2
*
bpo-33989: Ensure that ms.key_compare is always initialized in list_sort_impl...
Zackery Spytz
2019-02-21
1
-0
/
+2
*
bpo-36012: Avoid linear slot search for non-dunder methods (GH-11907)
Stefan Behnel
2019-02-20
1
-0
/
+2
*
bpo-35993: Fix _PyInterpreterState_DeleteExceptMain() (GH-11852)
Stéphane Wirtel
2019-02-20
1
-0
/
+1
*
bpo-12822: use monotonic clock for condvar if possible (GH-11723)
Inada Naoki
2019-02-20
1
-0
/
+2
*
bpo-36037: Fix test_ssl for strict OpenSSL policy (GH-11940)
Victor Stinner
2019-02-19
1
-0
/
+3
*
bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308)
Cédric Krier
2019-02-19
1
-0
/
+3
*
bpo-31506: Clarify error messages for object.__new__ and object.__init__ (GH-...
Sanyam Khurana
2019-02-19
1
-0
/
+3
*
bpo-35798: Add test.support.check_syntax_warning(). (#11895)
Serhiy Storchaka
2019-02-19
1
-0
/
+1
*
bpo-35689: IDLE: Add docstrings and unittests for colorizer.py (GH-11472)
Cheryl Sabella
2019-02-19
1
-0
/
+1
*
bpo-34572: change _pickle unpickling to use import rather than retrieving fro...
tjb900
2019-02-18
1
-0
/
+3
*
bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546)
animalize
2019-02-18
1
-0
/
+4
*
bpo-35704: Include correct NEWS entry (GH-11914)
Nick Coghlan
2019-02-18
2
-2
/
+4
*
bpo-35704: Prevent test_shutil fail result when AIX is 32-bit and MAXDATA < 0...
Michael Felt
2019-02-18
1
-0
/
+2
*
bpo-35942: Improve the error message if __fspath__ returns invalid types in p...
Pablo Galindo
2019-02-18
1
-0
/
+3
*
bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857)
Ivan Levkivskyi
2019-02-17
1
-0
/
+2
*
bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-9391)
Michael Felt
2019-02-17
1
-0
/
+2
*
bpo-1054041: Exit properly after an uncaught ^C. (#11862)
Gregory P. Smith
2019-02-16
1
-0
/
+1
*
bpo-15248: Emit a compiler warning when missed a comma before tuple or list. ...
Serhiy Storchaka
2019-02-16
1
-0
/
+2
*
bpo-36007: Bump minimum sphinx version to 1.8 (GH-11887)
Anthony Sottile
2019-02-15
1
-0
/
+1
*
bpo-35931: Gracefully handle SyntaxError in pdb debug command (GH-11782)
Daniel Hahler
2019-02-15
1
-0
/
+1
*
bpo-35746: Credit Colin Read and Nicolas Edet (GH-11863)
Victor Stinner
2019-02-15
1
-1
/
+2
*
bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)
Paul Monson
2019-02-14
1
-0
/
+1
*
closes bpo-35991: Fix a potential double free in Modules/_randommodule.c. (GH...
Zackery Spytz
2019-02-13
1
-0
/
+1
*
bpo-35500: align expected and actual calls on mock.assert_called_with error m...
Susan Su
2019-02-13
1
-0
/
+1
*
bpo-35961: Fix a crash in slice_richcompare() (GH-11830)
Victor Stinner
2019-02-13
1
-0
/
+2
*
bpo-18283: Add support for bytes to shutil.which (GH-11818)
Cheryl Sabella
2019-02-13
1
-0
/
+1
*
bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP po...
Matěj Cepl
2019-02-12
1
-0
/
+2
*
bpo-35960: Fix dataclasses.field throwing away empty metadata. (GH-11815)
Christopher Hunt
2019-02-12
1
-0
/
+2
*
bpo-35918: Remove broken has_key method and add test (#11819)
Rémi Lapeyre
2019-02-11
1
-0
/
+2
*
bpo-35378: Fix multiprocessing.Pool references (GH-11627)
Pablo Galindo
2019-02-11
1
-0
/
+6
*
bpo-22062: Updated docstring and documentation for pathlib (GH-8519)
Eivind Teig
2019-02-11
1
-0
/
+1
[next]