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
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-37955: correct mock.patch docs with respect to the returned type (GH-15521)
Paulo Henrique Silva
2020-01-25
1
-1/+2
*
bpo-39395: putenv() and unsetenv() always available (GH-18135)
Victor Stinner
2020-01-24
2
-24/+27
*
bpo-39413: Implement os.unsetenv() on Windows (GH-18163)
Victor Stinner
2020-01-24
2
-0/+6
*
bpo-39361: Document the removal of PyTypeObject.tp_print (GH-18125)
Ammar Askar
2020-01-24
1
-0/+5
*
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
Victor Stinner
2020-01-24
12
-47/+262
*
bpo-17005: Minor improvements to the documentation of TopologicalSorter (GH-1...
Pablo Galindo
2020-01-23
1
-75/+67
*
bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)
Shanavas M
2020-01-23
1
-4/+4
*
bpo-17005: Add a class to perform topological sorting to the standard library...
Pablo Galindo
2020-01-23
3
-0/+215
*
bpo-39320: Handle unpacking of *values in compiler (GH-17984)
Mark Shannon
2020-01-23
1
-28/+9
*
bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090)
William Woodruff
2020-01-23
1
-1/+4
*
bpo-39366: Remove xpath() and xgtitle() methods of NNTP (GH-18035)
Dong-hee Na
2020-01-22
2
-27/+7
*
Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124)
Victor Stinner
2020-01-22
2
-6/+0
*
bpo-39353: Deprecate the binhex module (GH-18025)
Victor Stinner
2020-01-22
3
-0/+22
*
bpo-39377: json: Update doc about the encoding option. (GH-18076)
Inada Naoki
2020-01-22
2
-8/+11
*
PyLong_AsLongLong() docs should say 'long long' (#18082)
Keith Erskine
2020-01-21
1
-1/+1
*
bpo-39413: Implement os.unsetenv() on Windows (GH-18104)
Victor Stinner
2020-01-21
2
-0/+6
*
improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079)
Carl Friedrich Bolz-Tereick
2020-01-21
1
-8/+10
*
bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054)
Peter Bittner
2020-01-20
1
-3/+2
*
Fix asyncio.get_event_loop() documentation (GH-18051)
Andrew Svetlov
2020-01-20
1
-2/+4
*
Fix Lock.locked() to remove extra bold highlighting (#18042)
Grant Jenks
2020-01-17
1
-0/+1
*
bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028)
Victor Stinner
2020-01-16
2
-6/+18
*
bpo-39350: Remove deprecated fractions.gcd() (GH-18021)
Victor Stinner
2020-01-16
2
-12/+4
*
bpo-39351: Remove base64.encodestring() (GH-18022)
Victor Stinner
2020-01-16
2
-12/+5
*
bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)
Oz N Tiram
2020-01-15
1
-1/+3
*
bpo-37958: Adding get_profile_dict to pstats (GH-15495)
Daniel Olshansky
2020-01-15
1
-0/+11
*
Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932)
Antoine
2020-01-15
1
-1/+1
*
bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984)
Victor Stinner
2020-01-15
1
-0/+2
*
Fix AsyncMock base class in the docs (GH-18008)
Elena Oat
2020-01-15
1
-1/+1
*
bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998)
Dong-hee Na
2020-01-14
2
-1/+8
*
bpo-38901: Allow setting a venv's prompt to the basename of the current direc...
Vinay Sajip
2020-01-14
1
-1/+2
*
Fix documentation in code.py (GH-17988)
Kyle Pollina
2020-01-14
1
-1/+1
*
bpo-39322: Add gc.is_finalized to check if an object has been finalised by th...
Pablo Galindo
2020-01-14
2
-0/+25
*
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
Géry Ogam
2020-01-14
1
-1/+1
*
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
Mark Shannon
2020-01-14
1
-0/+21
*
bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958)
Dong-hee Na
2020-01-14
2
-0/+13
*
bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959)
Dong-hee Na
2020-01-13
2
-0/+14
*
bpo-20443: Update What's New In Python 3.9 (GH-17986)
Victor Stinner
2020-01-13
1
-1/+1
*
bpo-39310: Add math.ulp(x) (GH-17965)
Victor Stinner
2020-01-13
3
-8/+44
*
bpo-39313: Add an option to RefactoringTool for using exec as a function (GH-...
Batuhan Taşkaya
2020-01-12
1
-1/+1
*
bpo-3530: Add advice on when to correctly use fix_missing_locations in the AS...
Batuhan Taşkaya
2020-01-12
1
-1/+9
*
bpo-39288: Add examples to math.nextafter() documentation (GH-17962)
Victor Stinner
2020-01-12
1
-0/+7
*
bpo-12159: Document sys.maxsize limit in len() function reference (GH-17934)
Zac Hatfield-Dodds
2020-01-12
1
-0/+5
*
bpo-39288: Add math.nextafter(x, y) (GH-17937)
Victor Stinner
2020-01-12
2
-0/+15
*
bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0 (GH-17936)
Dong-hee Na
2020-01-11
2
-0/+15
*
bpo-39259: poplib now rejects timeout = 0 (GH-17912)
Dong-hee Na
2020-01-10
2
-1/+14
*
bpo-39161: Document multi-phase init modules under Py_NewInterpreter() (GH-17...
Petr Viktorin
2020-01-09
1
-17/+35
*
bpo-35292: Avoid calling mimetypes.init when http.server is imported (GH-17822)
An Long
2020-01-08
1
-3/+6
*
bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)
Dong-hee Na
2020-01-08
1
-4/+4
*
bpo-39233: Update positional-only section in the glossary (GH-17874)
Pablo Galindo
2020-01-08
1
-3/+5
*
bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203)
Dong-hee Na
2020-01-07
2
-10/+37
[prev]
[next]